From b217b159c334b7433b3657ce1ff16d4364baddca Mon Sep 17 00:00:00 2001 From: Brian Osborn Date: Fri, 18 Mar 2016 10:02:34 -0600 Subject: [PATCH] 1.8 updates --- CHANGELOG.md | 4 ++-- Podfile | 2 +- mapcache-ios/Info.plist | 52 ++++++++++++++++++++--------------------- 3 files changed, 29 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33ad032..10dee78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ Adheres to [Semantic Versioning](http://semver.org/). --- -## 1.8 (TBD) +## [1.8](https://github.com/ngageoint/geopackage-mapcache-ios/releases/tag/1.8) (03-18-2016) -* TBD +* geopackage-ios version updated to 1.1.10 ## [1.7](https://github.com/ngageoint/geopackage-mapcache-ios/releases/tag/1.7) (02-22-2016) diff --git a/Podfile b/Podfile index 0a05281..3b884c9 100644 --- a/Podfile +++ b/Podfile @@ -3,4 +3,4 @@ platform :ios, '8.0' inhibit_all_warnings! -pod 'geopackage-ios', '~> 1.1.8' +pod 'geopackage-ios', '~> 1.1.10' diff --git a/mapcache-ios/Info.plist b/mapcache-ios/Info.plist index fe3129b..57d4345 100644 --- a/mapcache-ios/Info.plist +++ b/mapcache-ios/Info.plist @@ -4,6 +4,23 @@ CFBundleDevelopmentRegion en + CFBundleDisplayName + MapCache + CFBundleDocumentTypes + + + CFBundleTypeIconFile + + CFBundleTypeName + GeoPackage + LSHandlerRank + Owner + LSItemContentTypes + + mil.nga.mapcache.geoPackageUTIHandler.csm + + + CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier @@ -12,18 +29,23 @@ 6.0 CFBundleName $(PRODUCT_NAME) - CFBundleDisplayName - MapCache CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + 1.8 CFBundleSignature ???? CFBundleVersion - 1 + 9 LSRequiresIPhoneOS + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + + NSLocationWhenInUseUsageDescription + UILaunchStoryboardName LaunchScreen UIMainStoryboardFile @@ -55,23 +77,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - NSLocationWhenInUseUsageDescription - - CFBundleDocumentTypes - - - CFBundleTypeIconFile - - LSItemContentTypes - - mil.nga.mapcache.geoPackageUTIHandler.csm - - CFBundleTypeName - GeoPackage - LSHandlerRank - Owner - - UTExportedTypeDeclarations @@ -91,10 +96,5 @@ - NSAppTransportSecurity - - NSAllowsArbitraryLoads - -