From 181ba08ea245d3e58e6f749ee0ba20e98ba98f29 Mon Sep 17 00:00:00 2001 From: Carl Mathieu Date: Mon, 22 Apr 2024 16:51:09 -0400 Subject: [PATCH] ci: update canary mobile provision --- build/variables.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/variables.yml b/build/variables.yml index b71d01b4..a9170718 100644 --- a/build/variables.yml +++ b/build/variables.yml @@ -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