Skip to content

Instantly share code, notes, and snippets.

@otlaitil
otlaitil / gist:1937c1c3a25b94ce580e25d0829552cb
Last active February 24, 2017 13:08
Fastlane ios beta -lane with `react-native-config` & testflight specific .env file
platform :ios do
lane :beta do
sh "echo '.env.testflight' > /tmp/envfile"
match(type: 'appstore')
increment_build_number(
xcodeproj: "./ios/myproject.xcodeproj"
)
gym(
scheme: "myproject",
project: "./ios/myproject.xcodeproj"