Add GrowthLapse app bundle and icon

This commit is contained in:
Mikei386
2026-06-08 11:23:51 +02:00
parent 52a2c9bf83
commit c60abaa7ae
16 changed files with 287 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
<?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>de</string>
<key>CFBundleDisplayName</key>
<string>GrowthLapse</string>
<key>CFBundleExecutable</key>
<string>GrowthLapse</string>
<key>CFBundleIconFile</key>
<string>GrowthLapse.icns</string>
<key>CFBundleIdentifier</key>
<string>de.mike-i386.GrowthLapse</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>GrowthLapse</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
<string>13.0</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
</dict>
</plist>