Chore: Migrate to update_code_signing_settings (#4085)

This commit is contained in:
Diego Mello 2022-04-22 16:20:48 -03:00 committed by GitHub
parent 0ed8cdaa6a
commit 5c0a7ab1d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 12 deletions

View File

@ -76,20 +76,18 @@ platform :ios do
output_path: './' output_path: './'
) )
update_project_provisioning( update_code_signing_settings(
xcodeproj: 'RocketChatRN.xcodeproj', profile_name: "match AppStore chat.rocket.ios.NotificationService",
profile: "AppStore_chat.rocket.ios.NotificationService.mobileprovision", build_configurations: "Release",
target_filter: "NotificationService", code_sign_identity: "iPhone Distribution",
build_configuration: 'Release', targets: "NotificationService",
code_signing_identity: 'iPhone Distribution'
) )
update_project_provisioning( update_code_signing_settings(
xcodeproj: 'RocketChatRN.xcodeproj', profile_name: "match AppStore chat.rocket.ios.Rocket-Chat-ShareExtension",
profile: "AppStore_chat.rocket.ios.Rocket-Chat-ShareExtension.mobileprovision", build_configurations: "Release",
target_filter: "ShareRocketChatRN", code_sign_identity: "iPhone Distribution",
build_configuration: 'Release', targets: "ShareRocketChatRN",
code_signing_identity: 'iPhone Distribution'
) )
gym( gym(