4632N/A<?xml version="1.0" encoding="UTF-8"?>
4632N/A<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
4632N/A<plist version="1.0">
4632N/A<dict>
4632N/A <key>CFBundleDevelopmentRegion</key>
4632N/A <string>English</string>
4632N/A <key>CFBundleExecutable</key>
4632N/A <string>${EXECUTABLE_NAME}</string>
4632N/A <key>CFBundleIconFile</key>
4632N/A <string>GenericApp.icns</string>
4632N/A <key>CFBundleIdentifier</key>
4632N/A <string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string>
4632N/A <key>CFBundleDisplayName</key>
4632N/A <string>Your Cool App</string>
4632N/A <key>CFBundleInfoDictionaryVersion</key>
4632N/A <string>6.0</string>
4632N/A <key>CFBundleName</key>
4632N/A <string>${PRODUCT_NAME}</string>
4632N/A <key>CFBundlePackageType</key>
4632N/A <string>APPL</string>
4632N/A <key>CFBundleShortVersionString</key>
4632N/A <string>1.0</string>
4632N/A <key>CFBundleSignature</key>
4632N/A <string>????</string>
4632N/A <key>CFBundleVersion</key>
4632N/A <string>1</string>
4632N/A <key>LSMinimumSystemVersion</key>
4632N/A <string>${MACOSX_DEPLOYMENT_TARGET}</string>
4632N/A <key>NSHumanReadableCopyright</key>
4632N/A <string>Copyright © 2011 Your Company Inc. All Rights Reserved.</string>
4632N/A <key>JVMInfo</key>
4632N/A <dict>
4632N/A <key>JRE</key>
4632N/A <string>1.7.0.jre</string>
4632N/A <key>ClassPath</key>
4632N/A <array/>
4632N/A <key>Properties</key>
4632N/A <dict>
4632N/A <key>apple.laf.useScreenMenuBar</key>
4632N/A <string>true</string>
4632N/A </dict>
4632N/A <key>MainClass</key>
4632N/A <string>com.yourcompany.yourapp.mainclass</string>
4632N/A <key>Arguments</key>
4632N/A <array/>
4632N/A </dict>
4632N/A</dict>
4632N/A</plist>