-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathInfo.plist
32 lines (32 loc) · 938 Bytes
/
Info.plist
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 SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleIdentifier</key>
<string>com.3dz2.mineralapp</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>mineralapp</string>
<key>CFBundleIconFile</key>
<string>mineralapp.icns</string>
<key>CFBundleName</key>
<string>MineralApp</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>VERSION</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2019-2023 Simone Conti</string>
<key>LSRequiresCarbon</key>
<true/>
<key>CSResourcesFileMapped</key>
<true/>
<key>ATSApplicationFontsPath</key>
<string>Fonts</string>
</dict>
</plist>