Skip to content

Instantly share code, notes, and snippets.

@natanrolnik
Last active October 26, 2015 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natanrolnik/23a7dc2ce860ef120195 to your computer and use it in GitHub Desktop.
Save natanrolnik/23a7dc2ce860ef120195 to your computer and use it in GitHub Desktop.
fastlane_version "1.33.0"
default_platform :ios
platform :ios do
before_all do
cocoapods
ENV['KEYCHAIN_NAME'] = "TempKeychain.keychain"
end
#The rest of your Fastfile....
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment