Add include_bitcode in Fastlane

This commit is contained in:
Bob Sun 2018-01-16 21:52:53 -08:00
parent 9c02fabc31
commit a22d8da581
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -67,7 +67,10 @@ platform :ios do
) )
# commit_version_bump(xcodeproj: "pass.xcodeproj") # commit_version_bump(xcodeproj: "pass.xcodeproj")
# push_to_git_remote # push_to_git_remote
gym(scheme: "pass") gym(
scheme: "pass",
include_bitcode: true
)
pilot(skip_waiting_for_build_processing: true) pilot(skip_waiting_for_build_processing: true)
mailgun( mailgun(
postmaster: ENV["MY_POSTMASTER"], postmaster: ENV["MY_POSTMASTER"],