Index: ExtensionShare/Info.plist |
diff --git a/ExtensionShare/Info.plist b/ExtensionShare/Info.plist |
index 92123fa8d66fda7b22feabb229d1f9ab862b56bb..e3b8b38c169f55e8982e1a142133060cfbb17cce 100644 |
--- a/ExtensionShare/Info.plist |
+++ b/ExtensionShare/Info.plist |
@@ -1,42 +1,42 @@ |
<?xml version="1.0" encoding="UTF-8"?> |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
<plist version="1.0"> |
-<dict> |
- <key>CFBundleDevelopmentRegion</key> |
- <string>en</string> |
- <key>CFBundleDisplayName</key> |
- <string>Adblock Browser</string> |
- <key>CFBundleExecutable</key> |
- <string>$(EXECUTABLE_NAME)</string> |
- <key>CFBundleIcons</key> |
- <dict/> |
- <key>CFBundleIcons~ipad</key> |
- <dict/> |
- <key>CFBundleIdentifier</key> |
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
- <key>CFBundleInfoDictionaryVersion</key> |
- <string>6.0</string> |
- <key>CFBundleName</key> |
- <string>$(PRODUCT_NAME)</string> |
- <key>CFBundlePackageType</key> |
- <string>XPC!</string> |
- <key>CFBundleShortVersionString</key> |
- <string>$CI_VERSION_NUMBER</string> |
- <key>CFBundleSignature</key> |
- <string>????</string> |
- <key>CFBundleVersion</key> |
- <string>$CI_BUILD_NUMBER</string> |
- <key>NSExtension</key> |
- <dict> |
- <key>NSExtensionAttributes</key> |
- <dict> |
- <key>NSExtensionActivationRule</key> |
- <string>SUBQUERY(extensionItems, $extensionItem, SUBQUERY( $extensionItem.attachments, $attachment, ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.url" ).@count == 1).@count == 1</string> |
- </dict> |
- <key>NSExtensionPointIdentifier</key> |
- <string>com.apple.share-services</string> |
- <key>NSExtensionPrincipalClass</key> |
- <string>ShareViewController</string> |
- </dict> |
-</dict> |
+ <dict> |
+ <key>CFBundleDevelopmentRegion</key> |
+ <string>en</string> |
+ <key>CFBundleDisplayName</key> |
+ <string>Adblock Browser</string> |
+ <key>CFBundleExecutable</key> |
+ <string>$(EXECUTABLE_NAME)</string> |
+ <key>CFBundleIcons</key> |
+ <dict/> |
+ <key>CFBundleIcons~ipad</key> |
+ <dict/> |
+ <key>CFBundleIdentifier</key> |
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
+ <key>CFBundleInfoDictionaryVersion</key> |
+ <string>6.0</string> |
+ <key>CFBundleName</key> |
+ <string>$(PRODUCT_NAME)</string> |
+ <key>CFBundlePackageType</key> |
+ <string>XPC!</string> |
+ <key>CFBundleShortVersionString</key> |
+ <string>2.0.0</string> |
+ <key>CFBundleSignature</key> |
+ <string>????</string> |
+ <key>CFBundleVersion</key> |
+ <string>$(BUILD_NUMBER)</string> |
+ <key>NSExtension</key> |
+ <dict> |
+ <key>NSExtensionAttributes</key> |
+ <dict> |
+ <key>NSExtensionActivationRule</key> |
+ <string>SUBQUERY(extensionItems, $extensionItem, SUBQUERY( $extensionItem.attachments, $attachment, ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.url" ).@count == 1).@count == 1</string> |
+ </dict> |
+ <key>NSExtensionPointIdentifier</key> |
+ <string>com.apple.share-services</string> |
+ <key>NSExtensionPrincipalClass</key> |
+ <string>ShareViewController</string> |
+ </dict> |
+ </dict> |
</plist> |