Skip to content

Commit

Permalink
Merge pull request #2 from nventive/dev/cama/canary
Browse files Browse the repository at this point in the history
ci: update canary mobile provision
  • Loading branch information
carlh98 authored Apr 22, 2024
2 parents 99f5073 + 181ba08 commit a7ad1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
InternalKeystore: com.nventive.internal.applicationtemplate.jks # This is the internal keystore used for internal builds.
GooglePlayKeystore: com.nventive.applicationtemplate.jks # This is the official keystore used for Google Play.
# iOS
InternalProvisioningProfile: com.nventive.applicationtemplate.mobileprovision # This is the internal provisioning profile for internal builds.
InternalProvisioningProfile: com.nventive.applicationtemplate.canary.mobileprovision # This is the internal provisioning profile for internal builds.
InternalCertificate: nventive.p12 # This is the certificate from the nventive Apple account used to sign internal builds.
AppStoreProvisioningProfile: com.nventive.applicationtemplate.mobileprovision # This is the client provisioning profile for the AppStore (Production distribution).
AppStoreProvisioningProfile: com.nventive.applicationtemplate.canary.mobileprovision # This is the client provisioning profile for the AppStore (Production distribution).
AppStoreCertificate: nventive.p12 # This is the client production certificate used to sign AppStore builds.

# Prerequisites - Service connections
Expand Down

0 comments on commit a7ad1f2

Please sign in to comment.