Skip to content

Instantly share code, notes, and snippets.

@stuffmc
Created November 20, 2013 11:33
Show Gist options
  • Save stuffmc/7561722 to your computer and use it in GitHub Desktop.
Save stuffmc/7561722 to your computer and use it in GitHub Desktop.
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