Add include_bitcode in Fastlane
This commit is contained in:
parent
9c02fabc31
commit
a22d8da581
1 changed files with 4 additions and 1 deletions
|
|
@ -67,7 +67,10 @@ platform :ios do
|
|||
)
|
||||
# commit_version_bump(xcodeproj: "pass.xcodeproj")
|
||||
# push_to_git_remote
|
||||
gym(scheme: "pass")
|
||||
gym(
|
||||
scheme: "pass",
|
||||
include_bitcode: true
|
||||
)
|
||||
pilot(skip_waiting_for_build_processing: true)
|
||||
mailgun(
|
||||
postmaster: ENV["MY_POSTMASTER"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue