| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList-1.0.dtd"> | 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList-1.0.dtd"> |
| 3 <plist version="1.0"> | 3 <plist version="1.0"> |
| 4 <dict> | 4 <dict> |
| 5 » <key>CFBundleDevelopmentRegion</key> | 5 <key>CFBundleDevelopmentRegion</key> |
| 6 » <string>en</string> | 6 <string>en</string> |
| 7 » <key>CFBundleDisplayName</key> | 7 <key>CFBundleDisplayName</key> |
| 8 » <string>Adblock Browser</string> | 8 <string>Adblock Browser</string> |
| 9 » <key>CFBundleExecutable</key> | 9 <key>CFBundleExecutable</key> |
| 10 » <string>$(EXECUTABLE_NAME)</string> | 10 <string>$(EXECUTABLE_NAME)</string> |
| 11 » <key>CFBundleIcons</key> | 11 <key>CFBundleIcons</key> |
| 12 » <dict/> | 12 <dict/> |
| 13 » <key>CFBundleIcons~ipad</key> | 13 <key>CFBundleIcons~ipad</key> |
| 14 » <dict/> | 14 <dict/> |
| 15 » <key>CFBundleIdentifier</key> | 15 <key>CFBundleIdentifier</key> |
| 16 » <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | 16 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
| 17 » <key>CFBundleInfoDictionaryVersion</key> | 17 <key>CFBundleInfoDictionaryVersion</key> |
| 18 » <string>6.0</string> | 18 <string>6.0</string> |
| 19 » <key>CFBundleName</key> | 19 <key>CFBundleName</key> |
| 20 » <string>$(PRODUCT_NAME)</string> | 20 <string>$(PRODUCT_NAME)</string> |
| 21 » <key>CFBundlePackageType</key> | 21 <key>CFBundlePackageType</key> |
| 22 » <string>XPC!</string> | 22 <string>XPC!</string> |
| 23 » <key>CFBundleShortVersionString</key> | 23 <key>CFBundleShortVersionString</key> |
| 24 » <string>$CI_VERSION_NUMBER</string> | 24 <string>2.0.0</string> |
| 25 » <key>CFBundleSignature</key> | 25 <key>CFBundleSignature</key> |
| 26 » <string>????</string> | 26 <string>????</string> |
| 27 » <key>CFBundleVersion</key> | 27 <key>CFBundleVersion</key> |
| 28 » <string>$CI_BUILD_NUMBER</string> | 28 <string>$(BUILD_NUMBER)</string> |
| 29 » <key>NSExtension</key> | 29 <key>NSExtension</key> |
| 30 » <dict> | 30 <dict> |
| 31 » » <key>NSExtensionAttributes</key> | 31 <key>NSExtensionAttributes</key> |
| 32 » » <dict> | 32 <dict> |
| 33 » » » <key>NSExtensionActivationRule</key> | 33 <key>NSExtensionActivationRule</key> |
| 34 » » » <string>SUBQUERY(extensionItems, $extensionItem, SUBQUER
Y( $extensionItem.attachments, $attachment, ANY $attachment.registeredTypeIdenti
fiers UTI-CONFORMS-TO "public.url" ).@count == 1).@count == 1</string> | 34 <string>SUBQUERY(extensionItems, $extensionItem, SUBQUERY( $exte
nsionItem.attachments, $attachment, ANY $attachment.registeredTypeIdentifiers UT
I-CONFORMS-TO "public.url" ).@count == 1).@count == 1</string> |
| 35 » » </dict> | 35 </dict> |
| 36 » » <key>NSExtensionPointIdentifier</key> | 36 <key>NSExtensionPointIdentifier</key> |
| 37 » » <string>com.apple.share-services</string> | 37 <string>com.apple.share-services</string> |
| 38 » » <key>NSExtensionPrincipalClass</key> | 38 <key>NSExtensionPrincipalClass</key> |
| 39 » » <string>ShareViewController</string> | 39 <string>ShareViewController</string> |
| 40 » </dict> | 40 </dict> |
| 41 </dict> | 41 </dict> |
| 42 </plist> | 42 </plist> |
| OLD | NEW |