Add watch provisioning to ci

This commit is contained in:
Diego Mello 2024-01-31 16:13:04 -03:00
parent dc7848e795
commit 6c68321f3b
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ platform :ios do
match(type: "appstore")
get_provisioning_profile(app_identifier: "chat.rocket.reactnative.ShareExtension")
get_provisioning_profile(app_identifier: "chat.rocket.reactnative.NotificationService")
get_provisioning_profile(app_identifier: "chat.rocket.reactnative.watchkitapp")
# pem(api_key: api_key) # still uses Spaceship http://docs.fastlane.tools/actions/pem/#how-does-it-work
gym(
scheme: "RocketChatRN",