2024-07-02 21:09:37 +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>
|
2024-07-13 11:32:22 +02:00
|
|
|
<key>CFBundleDisplayName</key>
|
|
|
|
|
<string>Widgets</string>
|
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
|
<string>WidgetsExtension</string>
|
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
|
<string>6.0</string>
|
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2025-01-26 14:32:51 +01:00
|
|
|
<string>2.11.27</string>
|
2024-07-13 11:32:22 +02:00
|
|
|
<key>CFBundleVersion</key>
|
2025-01-26 14:32:51 +01:00
|
|
|
<string>668</string>
|
2024-07-02 21:09:37 +02:00
|
|
|
<key>NSExtension</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSExtensionPointIdentifier</key>
|
|
|
|
|
<string>com.apple.widgetkit-extension</string>
|
|
|
|
|
</dict>
|
2024-07-13 11:32:22 +02:00
|
|
|
<key>NSHumanReadableCopyright</key>
|
|
|
|
|
<string>Copyright © 2024 Serhiy Mytrovtsiy. All rights reserved.</string>
|
2024-09-28 19:58:42 +02:00
|
|
|
<key>TeamId</key>
|
|
|
|
|
<string>RP2S87B72W</string>
|
2024-07-02 21:09:37 +02:00
|
|
|
</dict>
|
|
|
|
|
</plist>
|