Skip to content

Commit 9f1a487

Browse files
authored
Merge pull request #2 from apploft/AUI-55_PodToSwiftPackage
AUI-55 Bye bye cocoapods hello Swift packages
2 parents 261a7a0 + 91fd06b commit 9f1a487

18 files changed

Lines changed: 45 additions & 747 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ Pods/
1717
Podfile.lock
1818

1919
.DS_Store
20+
/.build
21+
/Packages
22+
/*.xcodeproj
23+
xcuserdata/

BundleFileUpdater.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

BundleFileUpdater.podspec

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)