forked from simulationcraft/simc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimulationcraft.plist
38 lines (38 loc) · 1.09 KB
/
Simulationcraft.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
33
34
35
36
37
38
<?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>CFBundleDocumentTypes</key>
<array/>
<key>CFBundleExecutable</key>
<string>SimulationCraft</string>
<key>CFBundleIconFile</key>
<string>Simcraft2.icns</string>
<key>CFBundleIdentifier</key>
<string>com.googlecode.simulationcraft</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>SimulationCraft Qt for OSX (GIT-REV-PARSE-HERE)</string>
<key>CFBundleSignature</key>
<string>simc</string>
<key>CFBundleURLTypes</key>
<array/>
<key>CFBundleVersion</key>
<string>VERSION-PARSE-HERE</string>
<key>NSServices</key>
<array/>
<key>UTExportedTypeDeclarations</key>
<array/>
<key>UTImportedTypeDeclarations</key>
<array/>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
<key>SUEnableSystemProfiling</key>
<true/>
<key>NSPrincipalClass</key>
<string>SC_MainWindow</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
</dict>
</plist>