File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments