Info.plist 1.2 KB
Newer Older
U
u0u0 已提交
1 2 3 4 5 6 7 8 9 10 11
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleExecutable</key>
	<string>${EXECUTABLE_NAME}</string>
	<key>CFBundleIconFile</key>
	<string>Icon</string>
	<key>CFBundleIdentifier</key>
12
	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
U
u0u0 已提交
13 14 15 16 17 18 19
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>${PRODUCT_NAME}</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
cocos2d-lua.org's avatar
cocos2d-lua.org 已提交
20
	<string>3.7.7 Release</string>
U
u0u0 已提交
21 22 23 24 25 26
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>LSApplicationCategoryType</key>
	<string>public.app-category.developer-tools</string>
	<key>LSMinimumSystemVersion</key>
	<string>${MACOSX_DEPLOYMENT_TARGET}</string>
27 28
	<key>NSAppleEventsUsageDescription</key>
	<string>Create Project needs to send Apple Events to Terminal.</string>
U
u0u0 已提交
29
	<key>NSHumanReadableCopyright</key>
30
	<string>Copyright 2017 cocos2d-lua.org Licensed under MIT License.</string>
U
u0u0 已提交
31 32 33 34 35 36
	<key>NSMainNibFile</key>
	<string>MainMenu</string>
	<key>NSPrincipalClass</key>
	<string>NSApplication</string>
</dict>
</plist>