Files
photon-uploader/build/PhotonNotify/Info.plist
T
2026-05-02 20:38:51 +01:00

30 lines
878 B
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>CFBundleName</key>
<string>Photon Uploader</string>
<key>CFBundleDisplayName</key>
<string>Photon Uploader</string>
<key>CFBundleIdentifier</key>
<string>dev.jrdn.PhotonUploaderHelper</string>
<key>CFBundleExecutable</key>
<string>PhotonNotify</string>
<key>CFBundleIconFile</key>
<string>AppIcon</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>LSUIElement</key>
<true/>
<key>LSBackgroundOnly</key>
<true/>
<key>NSUserNotificationAlertStyle</key>
<string>banner</string>
</dict>
</plist>