Commit 827814f2 authored by liujiangnan's avatar liujiangnan

feat: 删除多余的文件,替换UUID

parent de8e6cc3
......@@ -58,7 +58,7 @@
"_groupIndex": 0,
"groupIndex": 0,
"autoReleaseAssets": false,
"_id": "06cd8565-a4c1-447d-9d22-f34a4efe1390"
"_id": "a94c1e4f-f206-4678-8ade-3ccf43877039"
},
{
"__type__": "cc.Node",
......@@ -17551,7 +17551,7 @@
"_id": "a6Sqxdt/lEhbWfpA95O+Xy"
},
{
"__type__": "408a6f4ZfpM8Yzyg+IOGg/V",
"__type__": "41f310bGi5PAo6vSEO+b8+L",
"_name": "",
"_objFlags": 0,
"node": {
......
{
"ver": "1.2.9",
"uuid": "06cd8565-a4c1-447d-9d22-f34a4efe1390",
"uuid": "a94c1e4f-f206-4678-8ade-3ccf43877039",
"asyncLoadAssets": false,
"autoReleaseAssets": false,
"subMetas": {}
......
{
"ver": "1.0.8",
"uuid": "408a67f8-65fa-4cf1-8cf2-83e20e1a0fd5",
"uuid": "41f31d1b-1a2e-4f02-8eaf-4843be6fcf8b",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
......
{
"ver": "1.1.2",
"uuid": "a5f635d9-92ca-41fe-ba2a-e6fee035993e",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"ver": "1.0.8",
"uuid": "771c13cf-dd4a-4c25-9dca-413a319550cf",
"isPlugin": true,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
......@@ -252,9 +252,9 @@ function replaceUuids () {
oldJsShortUuid = 'f4edeRi+NdAabqAkVYRwFjK';
oldJsId = 'e687yyoRBIzZAOVRL8Sseh';
}
if (fireMetaStr.indexOf('0737ce42-24f0-45c6-8e1a-8bdab4f74ba3') > 0) {
if (fireMetaStr.indexOf('06cd8565-a4c1-447d-9d22-f34a4efe1390') > 0) {
// 新Cocos脚手架
oldFireUuid = '0737ce42-24f0-45c6-8e1a-8bdab4f74ba3';
oldFireUuid = '06cd8565-a4c1-447d-9d22-f34a4efe1390';
oldJsUuid = '408a67f8-65fa-4cf1-8cf2-83e20e1a0fd5';
oldJsShortUuid = '408a6f4ZfpM8Yzyg+IOGg/V';
oldJsId = 'eaTVUpqahPfZeO9+sUI7RP';
......
{
"title": "iDebugABC",
"packageName": "org.cocos2d.demo",
"startScene": "06cd8565-a4c1-447d-9d22-f34a4efe1390",
"startScene": "a94c1e4f-f206-4678-8ade-3ccf43877039",
"excludeScenes": [],
"includeSDKBox": false,
"orientation": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment