Created
November 20, 2013 11:33
-
-
Save stuffmc/7561722 to your computer and use it in GitHub Desktop.
Inspired by http://guides.cocoapods.org/syntax/podfile.html#xcodeproj and https://gist.github.com/fgarcia/3968236
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
workspace 'Foo' | |
target :Foo_Mac do | |
xcodeproj 'Mac/Foo_Mac' | |
platform :osx | |
pod 'HockeySDK-Mac' | |
end | |
target :Foo_iOS do | |
xcodeproj 'Foo_iOS' | |
platform :ios, '7.0' | |
pod 'Parse-iOS-SDK' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment