Skip to content

Commit

Permalink
update fastfile for ios build_internal
Browse files Browse the repository at this point in the history
  • Loading branch information
staszekscp committed Dec 6, 2022
1 parent d7bc650 commit 904612c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,17 @@ platform :ios do
path: "./ios/chat_expensify_adhoc.mobileprovision"
)

update_project_provisioning(
xcodeproj: "NewExpensify.xcodeproj",
profile: "./ios/chat_expensify_adhoc.mobileprovision",
build_configuration: "Release",
)

build_app(
workspace: "./ios/NewExpensify.xcworkspace",
skip_profile_detection: true,
scheme: "NewExpensify",
xcargs: { :PROVISIONING_PROFILE_SPECIFIER => "match AdHoc com.chat.expensify.chat", },
export_method: "ad-hoc",
export_options: {
method: "ad-hoc",
Expand Down

0 comments on commit 904612c

Please sign in to comment.