Skip to content

Commit

Permalink
Swift Package Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Spencer committed Jun 12, 2019
1 parent 54c53cf commit 5cf1cd4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// swift-tools-version:5.0

import PackageDescription

let package = Package(
name: "iCloud Document Sync",
dependencies: [

],
targets: [
.target(name: "CloudDocumentSync", dependencies: [], path: "CloudDocumentSync", sources: ["iCloud.swift", "iCloudDelegate.swift", "iCloudTypes.swift", "iCloudDocument.swift"]),
]
)
4 changes: 4 additions & 0 deletions iCloud.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
A62FBC0C22B0530D00E841AB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
A62FBC0E22B0530D00E841AB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
A62FBC1322B0534900E841AB /* iCloudApp.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = iCloudApp.entitlements; sourceTree = "<group>"; };
A6A73DEF22B16B15001A6EA7 /* iCloudDocumentSync.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = iCloudDocumentSync.podspec; sourceTree = "<group>"; };
A6A73DF022B16CC4001A6EA7 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -70,6 +72,8 @@
9994D19B16FE3ABF00AB071B = {
isa = PBXGroup;
children = (
A6A73DF022B16CC4001A6EA7 /* Package.swift */,
A6A73DEF22B16B15001A6EA7 /* iCloudDocumentSync.podspec */,
99670E021806160E005BC6B7 /* README.md */,
99670E4A180622F6005BC6B7 /* LICENSE.md */,
9972AF9B18332D6100DD9879 /* CONTRIBUTING.md */,
Expand Down

0 comments on commit 5cf1cd4

Please sign in to comment.