From 6c68321f3b7d5926dd30c00a67bcffc1f247334c Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Wed, 31 Jan 2024 16:13:04 -0300 Subject: [PATCH] Add watch provisioning to ci --- ios/fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 2a313d2cb..2c911c2c6 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -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",