mirror of
https://github.com/danog/Telegram.git
synced 2024-12-02 17:38:07 +01:00
55 lines
1.7 KiB
Plaintext
55 lines
1.7 KiB
Plaintext
|
<?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>Telegram</string>
|
||
|
<key>CFBundleExecutable</key>
|
||
|
<string>$(EXECUTABLE_NAME)</string>
|
||
|
<key>CFBundleIcons</key>
|
||
|
<dict/>
|
||
|
<key>CFBundleIcons~ipad</key>
|
||
|
<dict/>
|
||
|
<key>CFBundleIdentifier</key>
|
||
|
<string>$(TELEGRAPH_SHARE_BUNDLE_ID)</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>1.0.3</string>
|
||
|
<key>CFBundleSignature</key>
|
||
|
<string>????</string>
|
||
|
<key>CFBundleVersion</key>
|
||
|
<string>4</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.file-url" ||
|
||
|
ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.image" ||
|
||
|
ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.url" ||
|
||
|
ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.text" ||
|
||
|
ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.audio"
|
||
|
).@count == $extensionItem.attachments.@count
|
||
|
).@count > 0</string>
|
||
|
</dict>
|
||
|
<key>NSExtensionMainStoryboard</key>
|
||
|
<string>MainInterface</string>
|
||
|
<key>NSExtensionPointIdentifier</key>
|
||
|
<string>com.apple.share-services</string>
|
||
|
</dict>
|
||
|
</dict>
|
||
|
</plist>
|