Hi there,
So you want to try out my sweet new change to Cocoapods?
You need to go to a working directory to clone my fork:
git clone https://github.com/swizzlr/CocoaPods.git
and cd CocoaPods. Then
rake bootstrap && rake gem:install
You'll have the new gem installed and ready to test. To see the new functionality, just modify your podfile slightly (add a new dependency like JLPRequestSubscripting!) and pod install.
Changes:
- Pod headers are now provided as a system header to the user's target. This means warnings will still fire on the Pod-target builds if you have not inhibited warnings, but not when you build. So go back to -Weverything!
- Integration tests have been rebuilt with this in mind and point to a custom fork. This PR should not be merged until we add the new integrations to that repo.
Happy podding!
Swizzlr