mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-06 01:40:03 +08:00
27 lines
980 B
Plaintext
27 lines
980 B
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 Name</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>dev</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.wails.dev</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>v1.0.0</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>This is a comment</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>v1.0.0</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>icons</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>10.13.0</string>
|
|
<key>NSHighResolutionCapable</key>
|
|
<string>true</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>(c) 2023 My Company Name</string>
|
|
</dict>
|
|
</plist> |