2021-05-24 14:27:54 +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>
|
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>English</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>${EXECUTABLE_NAME}</string>
|
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string></string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>app.screen-play.widget</string>
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>${PRODUCT_NAME}</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleDisplayName</key>
|
|
|
|
<string>ScreenPlayWidget</string>
|
2021-08-08 19:31:50 +02:00
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>0.14</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
<string>0.14</string>
|
2021-05-24 14:27:54 +02:00
|
|
|
<key>NSUIElement</key>
|
|
|
|
<string>1</string>
|
|
|
|
<key>LSUIElement</key>
|
|
|
|
<string>1</string>
|
|
|
|
</dict>
|
|
|
|
</plist>
|