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: './'
)
update_project_provisioning(
xcodeproj: 'RocketChatRN.xcodeproj',
profile: "AppStore_chat.rocket.ios.NotificationService.mobileprovision",
target_filter: "NotificationService",
build_configuration: 'Release',
code_signing_identity: 'iPhone Distribution'
update_code_signing_settings(
profile_name: "match AppStore chat.rocket.ios.NotificationService",
build_configurations: "Release",
code_sign_identity: "iPhone Distribution",
targets: "NotificationService",
)
update_project_provisioning(
xcodeproj: 'RocketChatRN.xcodeproj',
profile: "AppStore_chat.rocket.ios.Rocket-Chat-ShareExtension.mobileprovision",
target_filter: "ShareRocketChatRN",
build_configuration: 'Release',
code_signing_identity: 'iPhone Distribution'
update_code_signing_settings(
profile_name: "match AppStore chat.rocket.ios.Rocket-Chat-ShareExtension",
build_configurations: "Release",
code_sign_identity: "iPhone Distribution",
targets: "ShareRocketChatRN",
)
gym(