aboutsummaryrefslogtreecommitdiff
path: root/build/chirp.app/Contents/Info.plist
blob: 673eeeb980b1610d8a8de266ac4050f7ee4bd242 (plain) (blame)
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
<?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>CFBundleExecutable</key>
	<string>chirp</string>
	<key>CFBundleIconFile</key>
	<string>Chirp</string>
	<key>CFBundleIdentifier</key>
	<string>com.danplanet.chirp</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>chirp</string>
	<key>CFBundleShortVersionString</key>
        <string>0.1</string>
        <key>CFBundleVersion</key>
        <string>0.1</string>
        <key>LSHasLocalizedDisplayName</key>
        <false/>
        <key>LSMinimumSystemVersion</key>
        <string>10.5</string>
</dict>
</plist>