Skip to content

Commit

Permalink
Removed executable-related parts and edited manifest in preparation f…
Browse files Browse the repository at this point in the history
…or 1.0.0 release
  • Loading branch information
toph42 committed Sep 11, 2023
1 parent abecc5c commit 537d0e0
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 124 deletions.
45 changes: 0 additions & 45 deletions .swiftpm/playgrounds/CachedManifest.plist

This file was deleted.

19 changes: 0 additions & 19 deletions .swiftpm/playgrounds/DocumentThumbnail.plist

This file was deleted.

Binary file removed .swiftpm/playgrounds/DocumentThumbnail.png
Binary file not shown.
13 changes: 0 additions & 13 deletions .swiftpm/playgrounds/Workspace.plist

This file was deleted.

25 changes: 0 additions & 25 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,37 +16,12 @@ let package = Package(
.library(
name: "ExampleKit",
targets: ["ExampleKit"]
),
.iOSApplication(
name: "ExampleApp",
targets: ["ExampleAppModule"],
displayVersion: "1.0",
bundleVersion: "1",
appIcon: .placeholder(icon: .tv),
accentColor: .presetColor(.brown),
supportedDeviceFamilies: [
.pad,
.phone
],
supportedInterfaceOrientations: [
.portrait,
.landscapeRight,
.landscapeLeft,
.portraitUpsideDown(.when(deviceFamilies: [.pad]))
]
)
],
targets: [
.target(
name: "ExampleKit",
dependencies: []
),
.executableTarget(
name: "ExampleAppModule",
dependencies: ["ExampleKit"],
swiftSettings: [
.enableUpcomingFeature("BareSlashRegexLiterals")
]
)
]
)
12 changes: 0 additions & 12 deletions Sources/ExampleAppModule/ContentView.swift

This file was deleted.

10 changes: 0 additions & 10 deletions Sources/ExampleAppModule/MyApp.swift

This file was deleted.

0 comments on commit 537d0e0

Please sign in to comment.