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">
5 <key>CFBundleDevelopmentRegion
</key>
6 <string>$(DEVELOPMENT_LANGUAGE)
</string>
7 <key>CFBundleDisplayName
</key>
8 <string>#Shaarli💫
</string>
9 <key>CFBundleExecutable
</key>
10 <string>$(EXECUTABLE_NAME)
</string>
11 <key>CFBundleIdentifier
</key>
12 <string>$(PRODUCT_BUNDLE_IDENTIFIER)
</string>
13 <key>CFBundleInfoDictionaryVersion
</key>
15 <key>CFBundleName
</key>
16 <string>$(PRODUCT_NAME)
</string>
17 <key>CFBundlePackageType
</key>
19 <key>CFBundleShortVersionString
</key>
20 <string>$(MARKETING_VERSION)
</string>
21 <key>CFBundleVersion
</key>
22 <string>$(CURRENT_PROJECT_VERSION)
</string>
23 <key>CFBundleVersionGitSHA
</key>
24 <string>bbeef
</string>
25 <key>NSAppTransportSecurity
</key>
27 <key>NSAllowsArbitraryLoads
</key>
30 <key>NSExtension
</key>
32 <key>NSExtensionAttributes
</key>
34 <key>NSExtensionJavaScriptPreprocessingFile
</key>
35 <string>Scraper
</string>
36 <key>NSExtensionActivationRule
</key>
37 <string>SUBQUERY(extensionItems, $extensionItem,
38 SUBQUERY($extensionItem.attachments, $attachment,
39 SUBQUERY($attachment.registeredTypeIdentifiers, $uti, $uti UTI-CONFORMS-TO
"public.url"
40 AND NOT $uti UTI-CONFORMS-TO
"public.file-url"
43 ).@count
>=
1</string>
45 <key>NSExtensionPointIdentifier
</key>
46 <string>com.apple.share-services
</string>
47 <key>NSExtensionPrincipalClass
</key>
48 <string>ShareVC
</string>