补充某些必要的文件

This commit is contained in:
SmallMain
2022-06-25 11:52:00 +08:00
parent 4ecc470f86
commit 03533b046c
2869 changed files with 1345388 additions and 2 deletions

View File

@@ -0,0 +1,36 @@
{
"pre_order":
[
"script/jsb_cocos2d_constants.js",
"script/jsb_cocos2d.js",
"script/jsb_cocos2d_extension.js",
"script/jsb_chipmunk_constants.js",
"script/jsb_chipmunk.js",
"script/jsb_opengl_constants.js",
"script/jsb_opengl.js",
"script/jsb_cocosbuilder.js",
"script/jsb_sys.js",
"script/jsb_cocos2d_studio.js",
"script/jsb_cocos2d_gui.js",
"script/jsb.js",
"tests/tests_resources-jsb.js",
"tests/tests-main.js",
"tests/BaseTestLayer/BaseTestLayer.js",
"tests/PerformanceTest/PerformanceTest.js",
"tests/tests-boot-jsb.js"
],
"post_order":
[
],
"skip":
[
"tests/main.js",
"tests/tests_resources-html5.js",
"tests/tests-boot-html5.js",
"tests/AdvanceCompiler",
"script/jsb_debugger.js",
"script/debugger/"
],
"closure_params": ""
}

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.apple.xcode.dsym.jsbcc</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>dSYM</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>