Skip to content

Commit

Permalink
Use SPM for XcodeEdit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Mar 31, 2017
1 parent d2a2086 commit 83ea078
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 39 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ fastlane/README.md
fastlane/report.xml
fastlane/settoken.sh
rswift.xcarchive
.build
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "XcodeEdit"]
path = XcodeEdit
url = https://github.com/tomlokhorst/XcodeEdit.git
[submodule "OptionKit"]
path = OptionKit
url = https://github.com/mac-cain13/OptionKit.git
Expand Down
7 changes: 7 additions & 0 deletions Package.pins
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"autoPin": true,
"pins": [

],
"version": 1
}
8 changes: 8 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import PackageDescription

let package = Package(
name: "rswift",
dependencies: [
.Package(url: "https://github.com/tomlokhorst/XcodeEdit", majorVersion: 1)
]
)
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 01a9adda3d0351316eaba0604673348a62d0ea9d

COCOAPODS: 1.1.1
COCOAPODS: 1.2.0
65 changes: 32 additions & 33 deletions R.swift.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion R.swift.xcworkspace/xcshareddata/R.swift.xcscmblueprint
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"B141D43A78807E302A086A84B4BECA9271DA3018" : "R.swift\/OptionKit\/",
"E6D66735CE6FC1586FFE099FD28E4FCADA1AAB68" : "R.swift\/R.swift.Library\/",
"768F1F9CC867EF28C17472B184F0AF0781227AAE" : "R.swift\/",
"69AF840D792779EDC1501DFB94242F79649CD44F" : "R.swift\/XcodeEdit\/"
"69AF840D792779EDC1501DFB94242F79649CD44F" : "R.swift\/.build\/checkouts\/XcodeEdit--4754805210155529311\/"
},
"DVTSourceControlWorkspaceBlueprintNameKey" : "R.swift",
"DVTSourceControlWorkspaceBlueprintVersion" : 204,
Expand Down
1 change: 0 additions & 1 deletion XcodeEdit
Submodule XcodeEdit deleted from 3adb40

0 comments on commit 83ea078

Please sign in to comment.