Skip to content

Instantly share code, notes, and snippets.

@swizzlr
Created November 16, 2013 13:28
Show Gist options
  • Select an option

  • Save swizzlr/7500176 to your computer and use it in GitHub Desktop.

Select an option

Save swizzlr/7500176 to your computer and use it in GitHub Desktop.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment