Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/ios/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ GEM
zeitwerk (2.6.4)

PLATFORMS
universal-darwin-23
x86_64-darwin-22

DEPENDENCIES
Expand Down
14 changes: 7 additions & 7 deletions apps/ios/GuideDogs.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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";
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion apps/ios/GuideDogs/Assets/PropertyLists/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>3</string>
<string>8</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
Expand Down
10 changes: 10 additions & 0 deletions apps/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion apps/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ SPEC CHECKSUMS:
iOS-GPX-Framework: f6d50c6664a1747746b73da6899b1fc9a1f81ff6
TBXML: 9f9dadb239f2f2af1dadb87fe43a0ce6e479379a

PODFILE CHECKSUM: 3ada4d86754d535f326ac49c40608ac6e6a4d883
PODFILE CHECKSUM: ffdeb27c4a2542c0569dc037a252c2f1188b5034

COCOAPODS: 1.12.1