2021-07-16 10:21:47 +02:00
|
|
|
<?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>$(DEVELOPMENT_LANGUAGE)</string>
|
|
|
|
<key>CFBundleDisplayName</key>
|
|
|
|
<string>ShareActionExtension</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
|
<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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2022-11-08 07:17:43 +01:00
|
|
|
<string>$(MARKETING_VERSION)</string>
|
2021-07-16 10:21:47 +02:00
|
|
|
<key>CFBundleVersion</key>
|
2022-11-08 07:17:43 +01:00
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
2021-07-16 10:21:47 +02:00
|
|
|
<key>NSExtension</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExtensionAttributes</key>
|
|
|
|
<dict>
|
2021-07-16 15:21:18 +02:00
|
|
|
<key>NSExtensionActivationRule</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExtensionActivationSupportsImageWithMaxCount</key>
|
|
|
|
<integer>4</integer>
|
|
|
|
<key>NSExtensionActivationSupportsMovieWithMaxCount</key>
|
|
|
|
<integer>1</integer>
|
2022-11-08 07:17:43 +01:00
|
|
|
<key>NSExtensionActivationSupportsText</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
|
|
|
|
<integer>1</integer>
|
2021-07-16 15:21:18 +02:00
|
|
|
</dict>
|
2021-07-16 10:21:47 +02:00
|
|
|
</dict>
|
|
|
|
<key>NSExtensionMainStoryboard</key>
|
|
|
|
<string>MainInterface</string>
|
|
|
|
<key>NSExtensionPointIdentifier</key>
|
|
|
|
<string>com.apple.share-services</string>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
</plist>
|