File: infoplist.txt

package info (click to toggle)
nikwi 0.0.20120213-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,628 kB
  • sloc: cpp: 7,111; ansic: 880; objc: 247; makefile: 143; sh: 48
file content (26 lines) | stat: -rw-r--r-- 789 bytes parent folder | download | duplicates (5)
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>CFBundleIconFile</key>
  <string>nikwi</string>
  <key>CFBundleDevelopmentRegion</key>
  <string>English</string>
  <key>CFBundleExecutable</key>
  <string>nikwi</string>
  <key>CFBundleName</key>
  <string>Nikwi Deluxe</string>
  <key>CFBundleIdentifier</key>
  <string>com.runtimelegend.nikwi</string>
  <key>CFBundleInfoDictionaryVersion</key>
  <string>6.0</string>
  <key>CFBundlePackageType</key>
  <string>APPL</string>
  <key>CFBundleShortVersionString</key>
  <string>0.1</string>
  <key>CFBundleVersion</key>
  <string>1</string>
  <key>CSResourcesFileMapped</key>
  <true/>
</dict>
</plist>