TestGUI.app.in/Contents/Info.plist
author sl
Tue, 27 May 2014 17:49:33 +0200
changeset 27 ee1305f3a6bf
permissions -rw-r--r--
Experimenting with our bitmap to bitarray convertion.
sl@0
     1
<?xml version="1.0" encoding="UTF-8"?>
sl@0
     2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
sl@0
     3
<plist version="1.0">
sl@0
     4
<dict>
sl@0
     5
	<key>CFBundleDevelopmentRegion</key>
sl@0
     6
	<string>English</string>
sl@0
     7
	<key>CFBundleDisplayName</key>
sl@0
     8
	<string></string>
sl@0
     9
	<key>CFBundleExecutable</key>
sl@0
    10
	<string>hidapi-testgui</string>
sl@0
    11
	<key>CFBundleIconFile</key>
sl@0
    12
	<string>Signal11.icns</string>
sl@0
    13
	<key>CFBundleIdentifier</key>
sl@0
    14
	<string>us.signal11.hidtestgui</string>
sl@0
    15
	<key>CFBundleInfoDictionaryVersion</key>
sl@0
    16
	<string>6.0</string>
sl@0
    17
	<key>CFBundleName</key>
sl@0
    18
	<string>testgui</string>
sl@0
    19
	<key>CFBundlePackageType</key>
sl@0
    20
	<string>APPL</string>
sl@0
    21
	<key>CFBundleSignature</key>
sl@0
    22
	<string>????</string>
sl@0
    23
	<key>CFBundleVersion</key>
sl@0
    24
	<string>1.0</string>
sl@0
    25
	<key>CSResourcesFileMapped</key>
sl@0
    26
	<true/>
sl@0
    27
</dict>
sl@0
    28
</plist>