6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 87902828
Changed files
azure/templates/build-ios.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
Diff
diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index 64691d97..98ed77f8 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -22,7 +22,7 @@ steps:
- task: InstallAppleCertificate@2
displayName: Install Apple Certificate
inputs:
- certSecureFile: 'comwell_cert_ios_dist.p12'
+ certSecureFile: 'comwellcertjun2025.p12'
certPwd: '$(cert_pw)'
keychain: 'temp'
@@ -73,8 +73,9 @@ steps:
xcodeDeveloperDir: '/Applications/Xcode_16.2.app/Contents/Developer'
exportPath: 'output'
packageApp: true
- signingOption: "auto"
- teamId: "8RNV6AX4ZL"
+ signingOption: "manual"
+ signingIdentity: "$(APPLE_CERTIFICATE_SIGNING_IDENTITY)"
+ provisioningProfileUuid: "$(APPLE_PROV_PROFILE_UUID)"
- task: AppStoreRelease@1