Skip to content

Commit 1546565

Browse files
committed
Fixes Issue #78 where Zip framework wasn't built by carthage anymore due to removing cartfile in #77
Fixes issue caused by #77 that removes the cartfile to avoid installing Zip framework twice (already provided in project by cocoapods), This will make the Zip scheme shared and Carthage can now build both for carthage users without the need of a dependency in the cartfile
2 parents 21eb02d + 32ee053 commit 1546565

File tree

6 files changed

+78
-7
lines changed

6 files changed

+78
-7
lines changed

Example/Podfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ SPEC CHECKSUMS:
1616

1717
PODFILE CHECKSUM: f02a613149cfa2aac7ce3d85b2697906507f0bdc
1818

19-
COCOAPODS: 1.2.0.beta.1
19+
COCOAPODS: 1.2.0.rc.1

Example/Pods/Manifest.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Zip.xcscheme

+71
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/iOSDFULibrary.xcscheme

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-iOSDFULibrary_Example/Pods-iOSDFULibrary_Example-frameworks.sh

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-iOSDFULibrary_Tests/Pods-iOSDFULibrary_Tests-frameworks.sh

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)