mirror of
https://github.com/librekeys/picoforge.git
synced 2026-04-14 08:44:16 -07:00
* change cargo-packager config to fix application icon on macos * fix: add windows icon fixes * chore(pkg): add cargo-packager removed stuff and clean build.rs * fix: compile issue on unix --------- Co-authored-by: Suyog Tandel <git@suyogtandel.in>
33 lines
915 B
Plaintext
33 lines
915 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>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>picoforge</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>picoforge</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>icon.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>in.suyogtandel.picoforge</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>picoforge</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>0.4.1</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>0.4.1</string>
|
|
<key>CSResourcesFileMapped</key>
|
|
<true/>
|
|
<key>LSRequiresCarbon</key>
|
|
<true/>
|
|
<key>NSHighResolutionCapable</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|