Skip to content

Commit

Permalink
Merge pull request #13 from ngageoint/develop
Browse files Browse the repository at this point in the history
1.8 updates
  • Loading branch information
bosborn committed Mar 18, 2016
2 parents ecd7823 + b217b15 commit 765c9c1
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ platform :ios, '8.0'

inhibit_all_warnings!

pod 'geopackage-ios', '~> 1.1.8'
pod 'geopackage-ios', '~> 1.1.10'
52 changes: 26 additions & 26 deletions mapcache-ios/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>MapCache</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeIconFile</key>
<array/>
<key>CFBundleTypeName</key>
<string>GeoPackage</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSItemContentTypes</key>
<array>
<string>mil.nga.mapcache.geoPackageUTIHandler.csm</string>
</array>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand All @@ -12,18 +29,23 @@
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundleDisplayName</key>
<string>MapCache</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>9</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
Expand Down Expand Up @@ -55,23 +77,6 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeIconFile</key>
<array/>
<key>LSItemContentTypes</key>
<array>
<string>mil.nga.mapcache.geoPackageUTIHandler.csm</string>
</array>
<key>CFBundleTypeName</key>
<string>GeoPackage</string>
<key>LSHandlerRank</key>
<string>Owner</string>
</dict>
</array>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
Expand All @@ -91,10 +96,5 @@
</dict>
</dict>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>

0 comments on commit 765c9c1

Please sign in to comment.