Skip to content

Commit fff2532

Browse files
committed
1.5.0 iOS 18 fixes
1 parent 030462f commit fff2532

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Changelog
44
All notable changes to this project will be documented in this file.
55

66
---
7+
## 1.5.0
8+
### Features
9+
* iOS 18 fixes and new icons
710
## 1.4.0
811
### Features
912
* Create routes between points on the map.

Marlin/Marlin.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -4569,12 +4569,12 @@
45694569
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
45704570
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
45714571
INFOPLIST_KEY_UISupportsDocumentBrowser = YES;
4572-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
4572+
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
45734573
LD_RUNPATH_SEARCH_PATHS = (
45744574
"$(inherited)",
45754575
"@executable_path/Frameworks",
45764576
);
4577-
MARKETING_VERSION = 1.4.1;
4577+
MARKETING_VERSION = 1.5.0;
45784578
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.marlin;
45794579
PRODUCT_NAME = Marlin;
45804580
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -4612,12 +4612,12 @@
46124612
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
46134613
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
46144614
INFOPLIST_KEY_UISupportsDocumentBrowser = YES;
4615-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
4615+
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
46164616
LD_RUNPATH_SEARCH_PATHS = (
46174617
"$(inherited)",
46184618
"@executable_path/Frameworks",
46194619
);
4620-
MARKETING_VERSION = 1.4.1;
4620+
MARKETING_VERSION = 1.5.0;
46214621
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.marlin;
46224622
PRODUCT_NAME = Marlin;
46234623
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)