File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Changelog
4
4
All notable changes to this project will be documented in this file.
5
5
6
6
---
7
+ ## 1.5.0
8
+ ### Features
9
+ * iOS 18 fixes and new icons
7
10
## 1.4.0
8
11
### Features
9
12
* Create routes between points on the map.
Original file line number Diff line number Diff line change 4569
4569
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
4570
4570
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
4571
4571
INFOPLIST_KEY_UISupportsDocumentBrowser = YES;
4572
- IPHONEOS_DEPLOYMENT_TARGET = 16.0 ;
4572
+ IPHONEOS_DEPLOYMENT_TARGET = 17.6 ;
4573
4573
LD_RUNPATH_SEARCH_PATHS = (
4574
4574
"$(inherited)",
4575
4575
"@executable_path/Frameworks",
4576
4576
);
4577
- MARKETING_VERSION = 1.4.1 ;
4577
+ MARKETING_VERSION = 1.5.0 ;
4578
4578
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.marlin;
4579
4579
PRODUCT_NAME = Marlin;
4580
4580
PROVISIONING_PROFILE_SPECIFIER = "";
4612
4612
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
4613
4613
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
4614
4614
INFOPLIST_KEY_UISupportsDocumentBrowser = YES;
4615
- IPHONEOS_DEPLOYMENT_TARGET = 16.0 ;
4615
+ IPHONEOS_DEPLOYMENT_TARGET = 17.6 ;
4616
4616
LD_RUNPATH_SEARCH_PATHS = (
4617
4617
"$(inherited)",
4618
4618
"@executable_path/Frameworks",
4619
4619
);
4620
- MARKETING_VERSION = 1.4.1 ;
4620
+ MARKETING_VERSION = 1.5.0 ;
4621
4621
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.marlin;
4622
4622
PRODUCT_NAME = Marlin;
4623
4623
PROVISIONING_PROFILE_SPECIFIER = "";
You can’t perform that action at this time.
0 commit comments