补充某些必要的文件

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,85 @@
<?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>BuildMachineOSBuild</key>
<string>19H114</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>Folder</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>folder</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>csd</string>
<string>csb</string>
</array>
<key>CFBundleTypeName</key>
<string>Cocos Studio Project</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>Simulator</string>
<key>CFBundleIconFile</key>
<string>Icon</string>
<key>CFBundleIdentifier</key>
<string>com.cocos.apps.simulator</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Cocos Simulator</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>20220412</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12C33</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>11.1</string>
<key>DTSDKBuild</key>
<string>20C63</string>
<key>DTSDKName</key>
<string>macosx11.1</string>
<key>DTXcode</key>
<string>1230</string>
<key>DTXcodeBuild</key>
<string>12C33</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>10.8</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>

View File

@@ -0,0 +1 @@
APPL????

View File

@@ -0,0 +1,96 @@
{
"init_cfg":{
"isLandscape": true,
"isWindowTop": false,
"waitForConnect": false,
"name": "Simulator",
"width": 960,
"height": 640,
"entry": "main.js",
"consolePort": 6050,
"uploadPort": 6060,
"debugPort": 5086
},
"simulator_screen_size": [
{
"title": "Apple iPhone 5 (640x1136)",
"width": 640,
"height": 1136
},
{
"title": "Apple iPhone 6 (750x1334)",
"width": 750,
"height": 1334
},
{
"title": "Apple iPhone 6Plus (1080x1920)",
"width": 1080,
"height": 1920
},
{
"title": "Apple iPhone 7 (750x1334)",
"width": 750,
"height": 1334
},
{
"title": "Apple iPhone 7Plus (1080x1920)",
"width": 1080,
"height": 1920
},
{
"title": "Apple iPhone X (1125x2436)",
"width": 1125,
"height": 2436
},
{
"title": "Apple iPad (2048x1536)",
"width": 2048,
"height": 1536
},
{
"title": "Apple iPad Air 2 (1536x2048)",
"width": 1536,
"height": 2048
},
{
"title": "Apple iPad Pro 10.5-inch (1668x2224)",
"width": 1668,
"height": 2224
},
{
"title": "Apple iPad Pro 12.9-inch (2048x2732)",
"width": 2048,
"height": 2732
},
{
"title": "Huawei P9 (1080x1920)",
"width": 1080,
"height": 1920
},
{
"title": "Huawei Mate9 Pro (1440x2560)",
"width": 1440,
"height": 2560
},
{
"title": "Google Nexus 5 (1080x2880)",
"width": 1080,
"height": 2880
},
{
"title": "Google Nexus 5X (1079x1919)",
"width": 1079,
"height": 1919
},
{
"title": "Google Nexus 6 (1442x2562)",
"width": 1442,
"height": 2562
},
{
"title": "Google Nexus 7 (1920x1200)",
"width": 1920,
"height": 1200
}
]
}

View File

@@ -0,0 +1,32 @@
{
"zh-CN": {
"View": "视图(&V)",
"Exit": "退出(&X)",
"File": "文件(&F)",
"Portrait": "竖屏",
"Landscape": "横屏",
"Refresh": "刷新(重启)",
"Zoom Out": "缩放",
"Simulator": "模拟器",
"Open File": "打开文件",
"Open Project": "打开工程",
"Error": "错误",
"Help": "帮助(&H)",
"About": "关于(&A)",
"Show FPS": "显示FPS",
"Hide FPS": "隐藏FPS"
},
"zh-Hans": {
"View": "视图",
"Exit": "退出",
"File": "文件",
"Portrait": "竖屏",
"Landscape": "横屏",
"Refresh": "刷新(重启)",
"Zoom Out": "缩放",
"Simulator": "模拟器",
"Help": "帮助(&H)",
"About": "关于(&A)"
}
}

View File

@@ -0,0 +1,12 @@
/* Class = "NSWindow"; title = "Console"; ObjectID = "1"; */
"1.title" = "控制台";
/* Class = "NSButtonCell"; title = "Clear"; ObjectID = "47"; */
"47.title" = "清除";
/* Class = "NSButtonCell"; title = "scroll bottom"; ObjectID = "51"; */
"51.title" = "自动滚动";
/* Class = "NSButtonCell"; title = "always top"; ObjectID = "61"; */
"61.title" = "总在最前方";

View File

@@ -0,0 +1,236 @@
<?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>files</key>
<dict>
<key>Resources/Base.lproj/ConsoleWindow.nib</key>
<data>
W3M/YhCuxRv6ev/bqeCL20SnfTE=
</data>
<key>Resources/Base.lproj/MainMenu.nib</key>
<data>
jCBt72kycmN4ehEplxS6jh+OFOw=
</data>
<key>Resources/Icon.icns</key>
<data>
W0rnCKG17xJ7cr+r3iG/h3tUjAQ=
</data>
<key>Resources/config.json</key>
<data>
2BddLtklSHkcA610MAAe4ubKaPc=
</data>
<key>Resources/lang</key>
<data>
K/NHuLpjma1cBXKsB5ANC5/JqlA=
</data>
<key>Resources/zh-Hans.lproj/ConsoleWindow.strings</key>
<dict>
<key>hash</key>
<data>
B1wu4RRL4kJ+Vqujbey5sekY7gM=
</data>
<key>optional</key>
<true/>
</dict>
<key>Resources/zh-Hans.lproj/MainMenu.nib</key>
<dict>
<key>hash</key>
<data>
bEEnglv6WqF+4dVZ2v8DHjLmAJA=
</data>
<key>optional</key>
<true/>
</dict>
</dict>
<key>files2</key>
<dict>
<key>Resources/Base.lproj/ConsoleWindow.nib</key>
<dict>
<key>hash</key>
<data>
W3M/YhCuxRv6ev/bqeCL20SnfTE=
</data>
<key>hash2</key>
<data>
wLSNZ4wmx0MdhM4GE0hIF0jiN+X3FIlh9mKTM/i7XAM=
</data>
</dict>
<key>Resources/Base.lproj/MainMenu.nib</key>
<dict>
<key>hash</key>
<data>
jCBt72kycmN4ehEplxS6jh+OFOw=
</data>
<key>hash2</key>
<data>
SnLiOCUX+y85i7WZsvO5CRtIvZPZ0Kjh2e1kmgU8aoc=
</data>
</dict>
<key>Resources/Icon.icns</key>
<dict>
<key>hash</key>
<data>
W0rnCKG17xJ7cr+r3iG/h3tUjAQ=
</data>
<key>hash2</key>
<data>
D73gIZZYsziXZ6Rvs6mQjcFh/j6uTMwN3MmyIQtoZlo=
</data>
</dict>
<key>Resources/config.json</key>
<dict>
<key>hash</key>
<data>
2BddLtklSHkcA610MAAe4ubKaPc=
</data>
<key>hash2</key>
<data>
C544gnY8QQbYuxJsp1hTWsZq28OZkch5z/evc0IMC6s=
</data>
</dict>
<key>Resources/lang</key>
<dict>
<key>hash</key>
<data>
K/NHuLpjma1cBXKsB5ANC5/JqlA=
</data>
<key>hash2</key>
<data>
IH2gZU4LZsL1WoKI7GKN1w8ONNJEDSXHPfa76oJ/cGY=
</data>
</dict>
<key>Resources/zh-Hans.lproj/ConsoleWindow.strings</key>
<dict>
<key>hash</key>
<data>
B1wu4RRL4kJ+Vqujbey5sekY7gM=
</data>
<key>hash2</key>
<data>
hjLVuaY/bV/iYonmRIYHk4Wd1qE/9PWy/Jr2dovOvXg=
</data>
<key>optional</key>
<true/>
</dict>
<key>Resources/zh-Hans.lproj/MainMenu.nib</key>
<dict>
<key>hash</key>
<data>
bEEnglv6WqF+4dVZ2v8DHjLmAJA=
</data>
<key>hash2</key>
<data>
+89vUpJrAw3xCiz5OHzAaH1JbkpIdjzll0yc8BCVSF0=
</data>
<key>optional</key>
<true/>
</dict>
</dict>
<key>rules</key>
<dict>
<key>^Resources/</key>
<true/>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^version.plist$</key>
<true/>
</dict>
<key>rules2</key>
<dict>
<key>.*\.dSYM($|/)</key>
<dict>
<key>weight</key>
<real>11</real>
</dict>
<key>^(.*/)?\.DS_Store$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>2000</real>
</dict>
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^.*</key>
<true/>
<key>^Info\.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^PkgInfo$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^[^/]+$</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^embedded\.provisionprofile$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^version\.plist$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
</dict>
</dict>
</plist>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,96 @@
{
"init_cfg":{
"isLandscape": true,
"isWindowTop": false,
"waitForConnect": false,
"name": "Simulator",
"width": 960,
"height": 640,
"entry": "main.js",
"consolePort": 6050,
"uploadPort": 6060,
"debugPort": 5086
},
"simulator_screen_size": [
{
"title": "Apple iPhone 5 (640x1136)",
"width": 640,
"height": 1136
},
{
"title": "Apple iPhone 6 (750x1334)",
"width": 750,
"height": 1334
},
{
"title": "Apple iPhone 6Plus (1080x1920)",
"width": 1080,
"height": 1920
},
{
"title": "Apple iPhone 7 (750x1334)",
"width": 750,
"height": 1334
},
{
"title": "Apple iPhone 7Plus (1080x1920)",
"width": 1080,
"height": 1920
},
{
"title": "Apple iPhone X (1125x2436)",
"width": 1125,
"height": 2436
},
{
"title": "Apple iPad (2048x1536)",
"width": 2048,
"height": 1536
},
{
"title": "Apple iPad Air 2 (1536x2048)",
"width": 1536,
"height": 2048
},
{
"title": "Apple iPad Pro 10.5-inch (1668x2224)",
"width": 1668,
"height": 2224
},
{
"title": "Apple iPad Pro 12.9-inch (2048x2732)",
"width": 2048,
"height": 2732
},
{
"title": "Huawei P9 (1080x1920)",
"width": 1080,
"height": 1920
},
{
"title": "Huawei Mate9 Pro (1440x2560)",
"width": 1440,
"height": 2560
},
{
"title": "Google Nexus 5 (1080x2880)",
"width": 1080,
"height": 2880
},
{
"title": "Google Nexus 5X (1079x1919)",
"width": 1079,
"height": 1919
},
{
"title": "Google Nexus 6 (1442x2562)",
"width": 1442,
"height": 2562
},
{
"title": "Google Nexus 7 (1920x1200)",
"width": 1920,
"height": 1200
}
]
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,32 @@
{
"zh-CN": {
"View": "视图(&V)",
"Exit": "退出(&X)",
"File": "文件(&F)",
"Portrait": "竖屏",
"Landscape": "横屏",
"Refresh": "刷新(重启)",
"Zoom Out": "缩放",
"Simulator": "模拟器",
"Open File": "打开文件",
"Open Project": "打开工程",
"Error": "错误",
"Help": "帮助(&H)",
"About": "关于(&A)",
"Show FPS": "显示FPS",
"Hide FPS": "隐藏FPS"
},
"zh-Hans": {
"View": "视图",
"Exit": "退出",
"File": "文件",
"Portrait": "竖屏",
"Landscape": "横屏",
"Refresh": "刷新(重启)",
"Zoom Out": "缩放",
"Simulator": "模拟器",
"Help": "帮助(&H)",
"About": "关于(&A)"
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.