1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!DOCTYPE plist PUBLIC
"-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
5 <key>CFBundleDevelopmentRegion
</key>
7 <key>CFBundleDocumentTypes
</key>
9 <key>CFBundleExecutable
</key>
10 <string>${EXECUTABLE_NAME}
</string>
11 <key>CFBundleIconFile
</key>
13 <key>CFBundleIdentifier
</key>
14 <string>$(PRODUCT_BUNDLE_IDENTIFIER)
</string>
15 <key>CFBundleInfoDictionaryVersion
</key>
17 <key>CFBundleName
</key>
18 <string>${PRODUCT_NAME}
</string>
19 <key>CFBundlePackageType
</key>
21 <key>CFBundleShortVersionString
</key>
23 <key>CFBundleSignature
</key>
25 <key>CFBundleURLTypes
</key>
27 <key>CFBundleVersion
</key>
28 <string>50001</string>
29 <key>LSMinimumSystemVersion
</key>
30 <string>${MACOSX_DEPLOYMENT_TARGET}
</string>
31 <key>NSMainNibFile
</key>
32 <string>MainMenu
</string>
33 <key>NSPrincipalClass
</key>
34 <string>NSApplication
</string>
37 <key>UTExportedTypeDeclarations
</key>
39 <key>UTImportedTypeDeclarations
</key>
43 <key>EnvironmentVariables
</key>
45 <key>WAIT4DEBUGGER
</key>
48 <key>RunLoopType
</key>
49 <string>dispatch_main
</string>
50 <key>ServiceType
</key>