|
3 | 3 | <plist version="1.0"> |
4 | 4 | <dict> |
5 | 5 | <key>CFBundleDevelopmentRegion</key> |
6 | | - <string>en</string> |
| 6 | + <string>$(DEVELOPMENT_LANGUAGE)</string> |
7 | 7 | <key>CFBundleDisplayName</key> |
8 | 8 | <string>RIA DigiDoc</string> |
9 | 9 | <key>CFBundleDocumentTypes</key> |
|
198 | 198 | <string>public.data</string> |
199 | 199 | </array> |
200 | 200 | </dict> |
| 201 | + <dict> |
| 202 | + <key>CFBundleIconFiles</key> |
| 203 | + <array> |
| 204 | + <string>digidoc_76.png</string> |
| 205 | + <string>digidoc_1024.png</string> |
| 206 | + </array> |
| 207 | + <key>CFBundleTypeName</key> |
| 208 | + <string>DigiDoc file cdoc2</string> |
| 209 | + <key>LSHandlerRank</key> |
| 210 | + <string>Owner</string> |
| 211 | + <key>LSItemContentTypes</key> |
| 212 | + <array> |
| 213 | + <string>ee.ria.digidoc-cdoc2</string> |
| 214 | + </array> |
| 215 | + </dict> |
201 | 216 | </array> |
202 | 217 | <key>CFBundleExecutable</key> |
203 | 218 | <string>$(EXECUTABLE_NAME)</string> |
|
234 | 249 | <true/> |
235 | 250 | <key>LSSupportsOpeningDocumentsInPlace</key> |
236 | 251 | <true/> |
237 | | - <key>NFCReaderUsageDescription</key> |
238 | | - <string>This app uses NFC to scan ID-cards</string> |
239 | 252 | <key>NSAppTransportSecurity</key> |
240 | 253 | <dict> |
241 | 254 | <key>NSExceptionDomains</key> |
|
252 | 265 | </dict> |
253 | 266 | </dict> |
254 | 267 | </dict> |
| 268 | + <key>NFCReaderUsageDescription</key> |
| 269 | + <string>This app uses NFC to scan ID-cards</string> |
255 | 270 | <key>NSBluetoothAlwaysUsageDescription</key> |
256 | 271 | <string>Bluetooth card reader is used to read data from ID card</string> |
257 | 272 | <key>NSBluetoothPeripheralUsageDescription</key> |
|
286 | 301 | <string>LaunchScreen</string> |
287 | 302 | <key>UIRequiredDeviceCapabilities</key> |
288 | 303 | <array> |
289 | | - <string>armv7</string> |
| 304 | + <string>arm64</string> |
290 | 305 | </array> |
291 | 306 | <key>UIStatusBarStyle</key> |
292 | 307 | <string>UIStatusBarStyleDarkContent</string> |
|
713 | 728 | </array> |
714 | 729 | </dict> |
715 | 730 | </dict> |
| 731 | + <dict> |
| 732 | + <key>CFBundleIconFiles</key> |
| 733 | + <array> |
| 734 | + <string>digidoc_76.png</string> |
| 735 | + <string>digidoc_1024.png</string> |
| 736 | + </array> |
| 737 | + <key>UTTypeConformsTo</key> |
| 738 | + <array> |
| 739 | + <string>public.data</string> |
| 740 | + </array> |
| 741 | + <key>UTTypeDescription</key> |
| 742 | + <string>DigiDoc Container cdoc2</string> |
| 743 | + <key>UTTypeIconFiles</key> |
| 744 | + <array/> |
| 745 | + <key>UTTypeIdentifier</key> |
| 746 | + <string>ee.ria.digidoc-cdoc2</string> |
| 747 | + <key>UTTypeTagSpecification</key> |
| 748 | + <dict> |
| 749 | + <key>public.filename-extension</key> |
| 750 | + <array> |
| 751 | + <string>cdoc2</string> |
| 752 | + <string>CDOC2</string> |
| 753 | + </array> |
| 754 | + <key>public.mime-type</key> |
| 755 | + <array> |
| 756 | + <string>application/x-cdoc2</string> |
| 757 | + </array> |
| 758 | + </dict> |
| 759 | + </dict> |
716 | 760 | </array> |
717 | 761 | <key>UTImportedTypeDeclarations</key> |
718 | 762 | <array> |
|
1095 | 1139 | </array> |
1096 | 1140 | </dict> |
1097 | 1141 | </dict> |
| 1142 | + <dict> |
| 1143 | + <key>CFBundleIconFiles</key> |
| 1144 | + <array> |
| 1145 | + <string>digidoc_76.png</string> |
| 1146 | + <string>digidoc_1024.png</string> |
| 1147 | + </array> |
| 1148 | + <key>UTTypeConformsTo</key> |
| 1149 | + <array> |
| 1150 | + <string>public.data</string> |
| 1151 | + <string>public.cdoc2</string> |
| 1152 | + </array> |
| 1153 | + <key>UTTypeDescription</key> |
| 1154 | + <string>Digidoc Container cdoc2</string> |
| 1155 | + <key>UTTypeIconFiles</key> |
| 1156 | + <array/> |
| 1157 | + <key>UTTypeIdentifier</key> |
| 1158 | + <string>ee.ria.digidoc</string> |
| 1159 | + <key>UTTypeTagSpecification</key> |
| 1160 | + <dict> |
| 1161 | + <key>public.filename-extension</key> |
| 1162 | + <array> |
| 1163 | + <string>cdoc2</string> |
| 1164 | + <string>CDOC2</string> |
| 1165 | + </array> |
| 1166 | + <key>public.mime-type</key> |
| 1167 | + <array> |
| 1168 | + <string>application/x-cdoc2</string> |
| 1169 | + </array> |
| 1170 | + </dict> |
| 1171 | + </dict> |
1098 | 1172 | </array> |
1099 | 1173 | <key>com.apple.developer.nfc.readersession.iso7816.select-identifiers</key> |
1100 | 1174 | <array> |
|
0 commit comments