Skip to content

Instantly share code, notes, and snippets.

@harryworld
Created January 29, 2016 10:26
Show Gist options
  • Save harryworld/b0ec280a7eb6270268f3 to your computer and use it in GitHub Desktop.
Save harryworld/b0ec280a7eb6270268f3 to your computer and use it in GitHub Desktop.
# Uncomment this line to define a global platform for your project
platform :osx, '10.11'
use_frameworks!
target 'AppName' do
end
target 'AppNameTests' do
end
target 'AppNameUITests' do
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment