29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleName</key>
|
|
<string>My Product</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>code-count.exe</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.wails.code-count</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>0.1.0</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>本地代码统计与项目工作台</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>0.1.0</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>icons</string>
|
|
<key>CFBundleIconName</key>
|
|
<string>appicon</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>12.0.0</string>
|
|
<key>NSHighResolutionCapable</key>
|
|
<string>true</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>© now, My Company</string>
|
|
</dict>
|
|
</plist> |