2015-09-30 17:18:18 -07: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>en</string>
|
|
|
|
<key>CFBundleDisplayName</key>
|
2015-12-19 19:39:53 -08:00
|
|
|
<string>NewsBlur</string>
|
2015-09-30 17:18:18 -07:00
|
|
|
<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>
|
2019-10-02 09:03:06 -04:00
|
|
|
<string>$(MARKETING_VERSION)</string>
|
2015-09-30 17:18:18 -07:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
|
|
|
<key>CFBundleVersion</key>
|
2019-10-02 09:03:06 -04:00
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
2015-09-30 17:18:18 -07:00
|
|
|
<key>NSExtension</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExtensionAttributes</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExtensionActivationRule</key>
|
2018-10-15 16:17:14 -04:00
|
|
|
<dict>
|
|
|
|
<key>NSExtensionActivationSupportsText</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
|
|
|
|
<integer>1</integer>
|
|
|
|
</dict>
|
|
|
|
<key>NSExtensionActivationUsesStrictMatching</key>
|
|
|
|
<integer>1</integer>
|
|
|
|
</dict>
|
2015-12-19 19:39:53 -08:00
|
|
|
<key>NSExtensionMainStoryboard</key>
|
|
|
|
<string>MainInterface</string>
|
2015-09-30 17:18:18 -07:00
|
|
|
<key>NSExtensionPointIdentifier</key>
|
2015-12-19 19:39:53 -08:00
|
|
|
<string>com.apple.share-services</string>
|
2015-09-30 17:18:18 -07:00
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
</plist>
|