Add watch provisioning to ci
This commit is contained in:
parent
dc7848e795
commit
6c68321f3b
|
@ -57,6 +57,7 @@ platform :ios do
|
||||||
match(type: "appstore")
|
match(type: "appstore")
|
||||||
get_provisioning_profile(app_identifier: "chat.rocket.reactnative.ShareExtension")
|
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.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
|
# pem(api_key: api_key) # still uses Spaceship http://docs.fastlane.tools/actions/pem/#how-does-it-work
|
||||||
gym(
|
gym(
|
||||||
scheme: "RocketChatRN",
|
scheme: "RocketChatRN",
|
||||||
|
|
Loading…
Reference in New Issue