6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 64165448
Changed files
azure/templates/build-ios.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Diff
diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index 1c07700b..4718172a 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -81,8 +81,9 @@ steps:
configuration: "$(iosConfiguration)"
sdk: "iphoneos"
xcWorkspacePath: "$(Build.SourcesDirectory)/comwell_key_app/ios/Runner.xcworkspace"
- xcodeVersion: "default"
+ xcodeVersion: "16.2"
packageApp: true
+ teamId: '8RNV6AX4ZL'
signingOption: "manual"
signingIdentity: "$(APPLE_CERTIFICATE_SIGNING_IDENTITY)"
provisioningProfileUuid: "$(APPLE_PROV_PROFILE_UUID)"