Mercurial > hg > audiodb
annotate examples/iAudioDB/Info.plist @ 669:780ebab29268
Added initial increment of OSX audioDB interface
author | mas01mj |
---|---|
date | Wed, 03 Mar 2010 17:17:08 +0000 |
parents | |
children | 3dbd97b4ce83 |
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@669 | 7 <key>CFBundleExecutable</key> |
mas01mj@669 | 8 <string>${EXECUTABLE_NAME}</string> |
mas01mj@669 | 9 <key>CFBundleIconFile</key> |
mas01mj@669 | 10 <string></string> |
mas01mj@669 | 11 <key>CFBundleIdentifier</key> |
mas01mj@669 | 12 <string>com.yourcompany.${PRODUCT_NAME:identifier}</string> |
mas01mj@669 | 13 <key>CFBundleInfoDictionaryVersion</key> |
mas01mj@669 | 14 <string>6.0</string> |
mas01mj@669 | 15 <key>CFBundleName</key> |
mas01mj@669 | 16 <string>${PRODUCT_NAME}</string> |
mas01mj@669 | 17 <key>CFBundlePackageType</key> |
mas01mj@669 | 18 <string>APPL</string> |
mas01mj@669 | 19 <key>CFBundleSignature</key> |
mas01mj@669 | 20 <string>????</string> |
mas01mj@669 | 21 <key>CFBundleVersion</key> |
mas01mj@669 | 22 <string>1.0</string> |
mas01mj@669 | 23 <key>NSMainNibFile</key> |
mas01mj@669 | 24 <string>MainMenu</string> |
mas01mj@669 | 25 <key>NSPrincipalClass</key> |
mas01mj@669 | 26 <string>NSApplication</string> |
mas01mj@669 | 27 </dict> |
mas01mj@669 | 28 </plist> |