-
Notifications
You must be signed in to change notification settings - Fork 22
/
Info.plist
41 lines (41 loc) · 1.23 KB
/
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
33
34
35
36
37
38
39
40
41
<?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>
<!-- Documentation for this format is at -->
<!-- http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/ConfigFiles.html -->
<key>CFBundleDisplayName</key>
<string>Firmata Test</string>
<key>CFBundleIdentifier</key>
<string>com.pjrc.firmata_test</string>
<key>CFBundleName</key>
<string>Firmata Test</string>
<key>CFBundleShortVersionString</key>
<string>1.00</string>
<key>LSHasLocalizedDisplayName</key>
<false/>
<key>NSHumanReadableCopyright</key>
<string>GPLv3</string>
<key>NSAppleScriptEnabled</key>
<false/>
<key>CFBundleExecutable</key>
<string>firmata_test</string>
<!--<key>CFBundleIconFile</key>
<string>firmata_test.icns</string>-->
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.00</string>
<key>LSMinimumSystemVersion</key>
<string>10.4.0</string>
<key>LSRequiresNativeExecution</key>
<true/>
<key>LSExecutableArchitectures</key>
<array>
<string>i386</string>
<string>ppc</string>
</array>
</dict>
</plist>