Skip to content

Commit 1ce31de

Browse files
committed
Add SPM
1 parent d44bb20 commit 1ce31de

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

.swiftpm/xcode/xcuserdata/datt.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,13 @@
1010
<integer>0</integer>
1111
</dict>
1212
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>DPOTPView</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
</dict>
1321
</dict>
1422
</plist>

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import PackageDescription
77

88
let package = Package(name: "DPOTPView",
9-
platforms: [.iOS(.v9)],
9+
platforms: [.iOS(.v10)],
1010
products: [.library(name: "DPOTPView",
1111
targets: ["DPOTPView"])],
1212
targets: [.target(name: "DPOTPView",

0 commit comments

Comments
 (0)