Skip to content

Commit 107ee8a

Browse files
committed
📦 Fix package.swift
1 parent 6c22033 commit 107ee8a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

‎.swiftpm/xcode/xcuserdata/benmyers.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>ShinySwiftUI.xcscheme_^#shared#^_</key>
88
<dict>
99
<key>isShown</key>
10-
<false/>
10+
<true/>
1111
<key>orderHint</key>
1212
<integer>3</integer>
1313
</dict>

‎Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ import PackageDescription
55

66
let package = Package(
77
name: "ShinySwiftUI",
8+
platforms: [
9+
.iOS(.v13), .macOS(.v10_15)
10+
],
811
products: [
912
// Products define the executables and libraries a package produces, and make them visible to other packages.
1013
.library(

0 commit comments

Comments
 (0)