2017-06-10 23:40:47 +08: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>
|
|
|
|
|
<string>Pass</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>XPC!</string>
|
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2017-10-06 21:45:03 +08:00
|
|
|
<string>0.2.10</string>
|
2017-06-10 23:40:47 +08:00
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
|
<string>1</string>
|
|
|
|
|
<key>NSExtension</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSExtensionAttributes</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSExtensionActivationRule</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSExtensionActivationSupportsText</key>
|
|
|
|
|
<true/>
|
2017-06-25 12:52:08 +08:00
|
|
|
<key>NSExtensionActivationSupportsWebPageWithMaxCount</key>
|
2017-06-25 15:19:29 +08:00
|
|
|
<integer>1</integer>
|
2017-06-23 21:57:03 +08:00
|
|
|
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
|
|
|
|
|
<integer>1</integer>
|
2017-06-10 23:40:47 +08:00
|
|
|
</dict>
|
2017-06-25 12:52:08 +08:00
|
|
|
<key>NSExtensionJavaScriptPreprocessingFile</key>
|
|
|
|
|
<string>passProcessor</string>
|
2017-06-10 23:40:47 +08:00
|
|
|
</dict>
|
|
|
|
|
<key>NSExtensionMainStoryboard</key>
|
|
|
|
|
<string>MainInterface</string>
|
|
|
|
|
<key>NSExtensionPointIdentifier</key>
|
|
|
|
|
<string>com.apple.ui-services</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
</plist>
|