Skip to content

Commit fb6dc87

Browse files
author
minggo
committed
Merge pull request #12 from yinjimmy/lua-runtime
update runtime
2 parents 5e1d4a4 + 7124818 commit fb6dc87

File tree

13 files changed

+49
-9
lines changed

13 files changed

+49
-9
lines changed

android/PrebuiltRuntimeLua.apk

1.23 MB
Binary file not shown.

mac/PrebuiltRuntimeLua.app/Contents/Info.plist

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
10-
<string>PrebuiltRuntimeLua Mac</string>
10+
<string>PrebuiltRuntimeLua</string>
1111
<key>CFBundleIconFile</key>
1212
<string>Icon</string>
1313
<key>CFBundleIdentifier</key>
14-
<string>org.cocos2dx.PrebuiltRuntimeLua</string>
14+
<string>com.cocos.apps.simulator</string>
1515
<key>CFBundleInfoDictionaryVersion</key>
1616
<string>6.0</string>
1717
<key>CFBundleName</key>
18-
<string>PrebuiltRuntimeLua Mac</string>
18+
<string>PrebuiltRuntimeLua</string>
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
@@ -27,17 +27,17 @@
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
30-
<string>5B1008</string>
30+
<string>6A2008a</string>
3131
<key>DTPlatformVersion</key>
3232
<string>GM</string>
3333
<key>DTSDKBuild</key>
34-
<string>13C64</string>
34+
<string>14A382</string>
3535
<key>DTSDKName</key>
36-
<string>macosx10.9</string>
36+
<string>macosx10.10</string>
3737
<key>DTXcode</key>
38-
<string>0511</string>
38+
<string>0611</string>
3939
<key>DTXcodeBuild</key>
40-
<string>5B1008</string>
40+
<string>6A2008a</string>
4141
<key>LSApplicationCategoryType</key>
4242
<string>public.app-category.games</string>
4343
<key>LSMinimumSystemVersion</key>
27.8 MB
Binary file not shown.
11.5 KB
Binary file not shown.
9.01 KB
Binary file not shown.
-6.64 KB
Binary file not shown.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"zh-CN": {
3+
"View": "视图(&V)",
4+
"Exit": "退出(&X)",
5+
"File": "文件(&F)",
6+
"Portrait": "竖屏",
7+
"Landscape": "横屏",
8+
"Refresh": "刷新(重启)",
9+
"Zoom Out": "缩放"
10+
},
11+
"zh-Hans": {
12+
"View": "视图",
13+
"Exit": "退出",
14+
"File": "文件",
15+
"Portrait": "竖屏",
16+
"Landscape": "横屏",
17+
"Refresh": "刷新(重启)",
18+
"Zoom Out": "缩放"
19+
}
20+
}
8.62 KB
Binary file not shown.

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version":"v3-lua-runtime-1.7"
2+
"version":"v3-lua-runtime-1.8"
33
}

win32/PrebuiltRuntimeLua.exe

163 KB
Binary file not shown.

0 commit comments

Comments
 (0)