Skip to content

Commit

Permalink
1.5.0 iOS 18 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbarela committed Sep 24, 2024
1 parent 030462f commit fff2532
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog
All notable changes to this project will be documented in this file.

---
## 1.5.0
### Features
* iOS 18 fixes and new icons
## 1.4.0
### Features
* Create routes between points on the map.
Expand Down
8 changes: 4 additions & 4 deletions Marlin/Marlin.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4569,12 +4569,12 @@
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportsDocumentBrowser = YES;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.4.1;
MARKETING_VERSION = 1.5.0;
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.marlin;
PRODUCT_NAME = Marlin;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -4612,12 +4612,12 @@
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportsDocumentBrowser = YES;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.4.1;
MARKETING_VERSION = 1.5.0;
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.marlin;
PRODUCT_NAME = Marlin;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit fff2532

Please sign in to comment.