6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit d877d936
Changed files
azure/templates/build-ios.yml | 2 +- comwell_key_app/ios/Runner.xcodeproj/project.pbxproj | 4 ++-- comwell_key_app/pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)
Diff
diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index 90e521c1..47639d67 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -68,7 +68,7 @@ steps:
configuration: "$(iosConfiguration)"
sdk: "iphoneos"
xcWorkspacePath: "$(Build.SourcesDirectory)/comwell_key_app/ios/Runner.xcworkspace"
- xcodeVersion: "specifyPath"
+ xcodeVersion: "16"
xcodeDeveloperDir: '/Applications/Xcode_16.2.app/Contents/Developer'
exportPath: 'output'
packageApp: true
diff --git a/comwell_key_app/ios/Runner.xcodeproj/project.pbxproj b/comwell_key_app/ios/Runner.xcodeproj/project.pbxproj
index aee5f24f..f0ae4c27 100644
--- a/comwell_key_app/ios/Runner.xcodeproj/project.pbxproj
+++ b/comwell_key_app/ios/Runner.xcodeproj/project.pbxproj
@@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
- objectVersion = 54;
+ objectVersion = 60;
objects = {
/* Begin PBXBuildFile section */
@@ -803,7 +803,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.comwell.phoenix.stage;
PRODUCT_NAME = Stage;
PROVISIONING_PROFILE_SPECIFIER = "";
- "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "CP Stage";
+ "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Ad Hoc Stage";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
diff --git a/comwell_key_app/pubspec.yaml b/comwell_key_app/pubspec.yaml
index 4041fa1d..0d7fc9af 100644
--- a/comwell_key_app/pubspec.yaml
+++ b/comwell_key_app/pubspec.yaml
@@ -2,7 +2,7 @@ name: comwell_key_app
description: This app needs a description
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
-version: 0.0.2+14
+version: 0.0.2+15
environment:
sdk: '>=3.5.0 <4.0.0'