Skip to content

Commit

Permalink
remove update_project_provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
staszekscp committed Dec 6, 2022
1 parent 904612c commit a6fa8f5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,17 +140,11 @@ 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", },
xcargs: { :PROVISIONING_PROFILE_SPECIFIER => "chat_expensify_adhoc", },
export_method: "ad-hoc",
export_options: {
method: "ad-hoc",
Expand Down

0 comments on commit a6fa8f5

Please sign in to comment.