2024-11-05 12:17:27 +00:00
|
|
|
<!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>
|
2024-11-05 23:28:39 +00:00
|
|
|
<string>Peachy</string>
|
2024-11-05 12:17:27 +00:00
|
|
|
<key>CFBundleExecutable</key>
|
2024-11-05 23:28:39 +00:00
|
|
|
<string>Peachy</string>
|
2024-11-05 12:17:27 +00:00
|
|
|
<key>CFBundleIdentifier</key>
|
2024-11-05 23:28:39 +00:00
|
|
|
<string>us.dyck.brandon.peachy</string>
|
2024-11-05 12:17:27 +00:00
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>0.1.0</string>
|
|
|
|
<key>CFBundleGetInfoString</key>
|
|
|
|
<string>This is a comment</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
<string>0.1.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>
|
2024-11-05 23:28:39 +00:00
|
|
|
<string>© 2024 Brandon Dyck</string>
|
2024-11-05 12:17:27 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|