Skip to content

Commit d44bb20

Browse files
committed
Add SPM
1 parent cc2b2cd commit d44bb20

File tree

5 files changed

+35
-0
lines changed

5 files changed

+35
-0
lines changed

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>DPOTPView.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
</dict>
14+
</plist>

Package.swift

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// swift-tools-version:5.0
2+
//
3+
// Package.swift
4+
//
5+
6+
import PackageDescription
7+
8+
let package = Package(name: "DPOTPView",
9+
platforms: [.iOS(.v9)],
10+
products: [.library(name: "DPOTPView",
11+
targets: ["DPOTPView"])],
12+
targets: [.target(name: "DPOTPView",
13+
path: "DPOTPView",
14+
publicHeadersPath: "")])

0 commit comments

Comments
 (0)