Mercurial > hg > audiodb
annotate examples/iAudioDB/Info.plist @ 770:c54bc2ffbf92 tip
update tags
author | convert-repo |
---|---|
date | Fri, 16 Dec 2011 11:34:01 +0000 |
parents | ec23b53ffa14 |
children |
rev | line source |
---|---|
mas01mj@669 | 1 <?xml version="1.0" encoding="UTF-8"?> |
mas01mj@669 | 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
mas01mj@669 | 3 <plist version="1.0"> |
mas01mj@669 | 4 <dict> |
mas01mj@669 | 5 <key>CFBundleDevelopmentRegion</key> |
mas01mj@669 | 6 <string>English</string> |
mas01mj@708 | 7 <key>CFBundleDisplayName</key> |
mas01mj@708 | 8 <string></string> |
mas01mj@669 | 9 <key>CFBundleExecutable</key> |
mas01mj@669 | 10 <string>${EXECUTABLE_NAME}</string> |
mas01mj@669 | 11 <key>CFBundleIconFile</key> |
mas01mj@708 | 12 <string>CAMUS.icns</string> |
mas01mj@669 | 13 <key>CFBundleIdentifier</key> |
mas01mj@711 | 14 <string>org.omras2.${PRODUCT_NAME:identifier}</string> |
mas01mj@669 | 15 <key>CFBundleInfoDictionaryVersion</key> |
mas01mj@669 | 16 <string>6.0</string> |
mas01mj@669 | 17 <key>CFBundleName</key> |
mas01mj@669 | 18 <string>${PRODUCT_NAME}</string> |
mas01mj@669 | 19 <key>CFBundlePackageType</key> |
mas01mj@669 | 20 <string>APPL</string> |
mas01mj@669 | 21 <key>CFBundleSignature</key> |
mas01mj@669 | 22 <string>????</string> |
mas01mj@669 | 23 <key>CFBundleVersion</key> |
mas01mj@669 | 24 <string>1.0</string> |
mas01mj@669 | 25 <key>NSMainNibFile</key> |
mas01mj@669 | 26 <string>MainMenu</string> |
mas01mj@669 | 27 <key>NSPrincipalClass</key> |
mas01mj@669 | 28 <string>NSApplication</string> |
mas01mj@669 | 29 </dict> |
mas01mj@669 | 30 </plist> |