Skip to content

Commit e162291

Browse files
committed
Fix GeoPackage sharing on iOS 13.1+
1 parent aff1346 commit e162291

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
2121
* Allow cancelling a GeoPackage download
2222

2323
##### Bug Fixes
24+
* Support new sharing options to pick up GeoPackages being shared into MAGE.
2425

2526
* Fix crash when attaching audio recording
2627
## 2.0.14 (https://github.com/ngageoint/mage-ios/releases/tag/2.0.14)

Mage/MAGE-Info.plist

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
<array/>
1414
<key>CFBundleTypeName</key>
1515
<string>GeoPackage</string>
16+
<key>CFBundleTypeRole</key>
17+
<string>Editor</string>
1618
<key>LSHandlerRank</key>
1719
<string>Owner</string>
1820
<key>LSItemContentTypes</key>
@@ -119,7 +121,12 @@
119121
<key>UTTypeConformsTo</key>
120122
<array>
121123
<string>public.database</string>
124+
<string>public.data</string>
122125
</array>
126+
<key>UTTypeDescription</key>
127+
<string>GeoPackage</string>
128+
<key>UTTypeIconFiles</key>
129+
<array/>
123130
<key>UTTypeIdentifier</key>
124131
<string>mil.nga.giat.mage.geoPackageUTIHandler.csm</string>
125132
<key>UTTypeTagSpecification</key>

0 commit comments

Comments
 (0)