diff --git a/apps/ios/Gemfile.lock b/apps/ios/Gemfile.lock
index 28a04b29..2e7e3c1e 100644
--- a/apps/ios/Gemfile.lock
+++ b/apps/ios/Gemfile.lock
@@ -276,6 +276,7 @@ GEM
zeitwerk (2.6.4)
PLATFORMS
+ universal-darwin-23
x86_64-darwin-22
DEPENDENCIES
diff --git a/apps/ios/GuideDogs.xcodeproj/project.pbxproj b/apps/ios/GuideDogs.xcodeproj/project.pbxproj
index 493a07fc..de6005e3 100644
--- a/apps/ios/GuideDogs.xcodeproj/project.pbxproj
+++ b/apps/ios/GuideDogs.xcodeproj/project.pbxproj
@@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
- objectVersion = 52;
+ objectVersion = 54;
objects = {
/* Begin PBXBuildFile section */
@@ -6290,7 +6290,7 @@
CODE_SIGN_ENTITLEMENTS = GuideDogs/Assets/PropertyLists/SoundscapeDF.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Manual;
- CURRENT_PROJECT_VERSION = 6;
+ CURRENT_PROJECT_VERSION = 8;
DEVELOPMENT_TEAM = "";
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = YES;
ENABLE_BITCODE = NO;
@@ -6322,7 +6322,7 @@
"$(inherited)",
"$(PROJECT_DIR)/GuideDogs",
);
- MARKETING_VERSION = 1.0.0;
+ MARKETING_VERSION = 1.2.0;
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited) -DADHOC";
PRODUCT_BUNDLE_IDENTIFIER = "com.companyname.appname-adhoc";
@@ -6481,7 +6481,7 @@
CODE_SIGN_ENTITLEMENTS = GuideDogs/Assets/PropertyLists/Soundscape.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 6;
+ CURRENT_PROJECT_VERSION = 8;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 48N3J4V5KM;
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = YES;
@@ -6514,7 +6514,7 @@
"$(inherited)",
"$(PROJECT_DIR)/GuideDogs",
);
- MARKETING_VERSION = 1.0.0;
+ MARKETING_VERSION = 1.2.0;
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited) -DDEBUG";
PRODUCT_BUNDLE_IDENTIFIER = org.scottishtecharmy.soundscape;
@@ -6543,7 +6543,7 @@
CODE_SIGN_ENTITLEMENTS = GuideDogs/Assets/PropertyLists/Soundscape.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 6;
+ CURRENT_PROJECT_VERSION = 8;
DEVELOPMENT_TEAM = 48N3J4V5KM;
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = YES;
ENABLE_BITCODE = NO;
@@ -6574,7 +6574,7 @@
"$(inherited)",
"$(PROJECT_DIR)/GuideDogs",
);
- MARKETING_VERSION = 1.0.0;
+ MARKETING_VERSION = 1.2.0;
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited) -DRELEASE";
PRODUCT_BUNDLE_IDENTIFIER = org.scottishtecharmy.soundscape;
diff --git a/apps/ios/GuideDogs/Assets/PropertyLists/Info.plist b/apps/ios/GuideDogs/Assets/PropertyLists/Info.plist
index e75e4b75..f0035347 100644
--- a/apps/ios/GuideDogs/Assets/PropertyLists/Info.plist
+++ b/apps/ios/GuideDogs/Assets/PropertyLists/Info.plist
@@ -49,7 +49,7 @@
CFBundleVersion
- 3
+ 8
ITSAppUsesNonExemptEncryption
LSApplicationQueriesSchemes
diff --git a/apps/ios/Podfile b/apps/ios/Podfile
index 42151aac..7f944604 100644
--- a/apps/ios/Podfile
+++ b/apps/ios/Podfile
@@ -8,4 +8,14 @@ target 'Soundscape' do
# When `pod install` is called, the 'cocoapods-patch' plugin
# will patches the pod with the diff file in `/patches`.
pod "iOS-GPX-Framework", '0.0.2'
+
+ post_install do |installer|
+ installer.generated_projects.each do |project|
+ project.targets.each do |target|
+ target.build_configurations.each do |config|
+ config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
+ end
+ end
+ end
+ end
end
diff --git a/apps/ios/Podfile.lock b/apps/ios/Podfile.lock
index 564d81d1..4e59bc76 100644
--- a/apps/ios/Podfile.lock
+++ b/apps/ios/Podfile.lock
@@ -15,6 +15,6 @@ SPEC CHECKSUMS:
iOS-GPX-Framework: f6d50c6664a1747746b73da6899b1fc9a1f81ff6
TBXML: 9f9dadb239f2f2af1dadb87fe43a0ce6e479379a
-PODFILE CHECKSUM: 3ada4d86754d535f326ac49c40608ac6e6a4d883
+PODFILE CHECKSUM: ffdeb27c4a2542c0569dc037a252c2f1188b5034
COCOAPODS: 1.12.1