summaryrefslogtreecommitdiff
path: root/Info.plist
blob: c0f51ab9fbdf2309588446e229a5065d278d752a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?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>LSEnvironment</key>
    <dict>
        <key>SHIP_HOME</key>
        <string>~/Library/Application Support/com.Starship.Starship</string>
    </dict>
    <key>LSArchitecturePriority</key>
    <array>
        <string>arm64</string>
        <string>x86_64</string>
    </array>
</dict>
</plist>