summaryrefslogtreecommitdiff
path: root/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'Info.plist')
-rw-r--r--Info.plist42
1 files changed, 42 insertions, 0 deletions
diff --git a/Info.plist b/Info.plist
new file mode 100644
index 00000000..39fb6bc1
--- /dev/null
+++ b/Info.plist
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleName</key>
+ <string>Starship</string>
+ <key>CFBundleExecutable</key>
+ <string>Starship</string>
+ <key>CFBundleGetInfoString</key>
+ <string>0.1.0</string>
+ <key>CFBundleIconFile</key>
+ <string>Starship.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.Starship.Starship</string>
+ <key>CFBundleDocumentTypes</key>
+ <array>
+ </array>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>0.1.0</string>
+ <key>CFBundleSignature</key>
+ <string>ZMM</string>
+ <key>CFBundleVersion</key>
+ <string>0.1.0</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright 2024 HarbourMasters.</string>
+ <key>LSApplicationCategoryType</key>
+ <string>public.app-category.games</string>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.15</string>
+ <key>LSArchitecturePriority</key>
+ <array>
+ <string>arm64</string>
+ <string>x86_64</string>
+ </array>
+</dict>
+</plist> \ No newline at end of file