summaryrefslogtreecommitdiff
path: root/misc/mac_app_template/Contents/Info.plist
blob: 106b07c18a72f9b7381c1fe7beef4e870e7e8bd7 (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
<?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>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundleDevelopmentRegion</key>
    <string>en</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleIdentifier</key>
    <string>net.foxcam.projectreal</string>
    <key>CFBundleExecutable</key>
    <string>real</string>
    <key>CFBundleIconFile</key>
    <string>real</string>
    <key>CFBundleDisplayName</key>
    <string>real</string>
    <key>CFBundleName</key>
    <string>real</string>
    <key>CFBundleVersion</key>
    <string>0.1</string>
    <key>CFBundleShortVersionString</key>
    <string></string>
    <key>NSHumanReadableCopyright</key>
    <string>©2022 Fox Caminiti, licensed under GPLv2</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>NSHighResolutionCapable</key>
    <true/>
</dict>
</plist>