Skip to content

Commit 8ab5af8

Browse files
committed
update version
1 parent 5d41fca commit 8ab5af8

File tree

3 files changed

+30
-28
lines changed

3 files changed

+30
-28
lines changed

tools/simulator/frameworks/runtime-src/proj.ios_mac/ios/Info.plist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@
4545
<string>simulator</string>
4646
<key>CFBundlePackageType</key>
4747
<string>APPL</string>
48+
<key>CFBundleShortVersionString</key>
49+
<string>3.4final</string>
4850
<key>CFBundleSignature</key>
4951
<string>????</string>
5052
<key>CFBundleVersion</key>
51-
<string>1.0</string>
53+
<string>20150211</string>
5254
<key>LSRequiresIPhoneOS</key>
5355
<true/>
5456
<key>UILaunchImages</key>

tools/simulator/frameworks/runtime-src/proj.ios_mac/mac/Info.plist

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
7+
<key>CFBundleDocumentTypes</key>
8+
<array>
9+
<dict>
10+
<key>CFBundleTypeName</key>
11+
<string>Folder</string>
12+
<key>CFBundleTypeOSTypes</key>
13+
<array>
14+
<string>folder</string>
15+
</array>
16+
<key>CFBundleTypeRole</key>
17+
<string>Viewer</string>
18+
</dict>
19+
<dict>
20+
<key>CFBundleTypeExtensions</key>
21+
<array>
22+
<string>csd</string>
23+
<string>csb</string>
24+
</array>
25+
<key>CFBundleTypeName</key>
26+
<string>Cocos Studio Project</string>
27+
<key>CFBundleTypeRole</key>
28+
<string>Viewer</string>
29+
</dict>
30+
</array>
731
<key>CFBundleExecutable</key>
832
<string>${EXECUTABLE_NAME}</string>
933
<key>CFBundleIconFile</key>
@@ -17,11 +41,11 @@
1741
<key>CFBundlePackageType</key>
1842
<string>APPL</string>
1943
<key>CFBundleShortVersionString</key>
20-
<string>1.0</string>
44+
<string>3.4final</string>
2145
<key>CFBundleSignature</key>
2246
<string>????</string>
2347
<key>CFBundleVersion</key>
24-
<string>1</string>
48+
<string>20150211</string>
2549
<key>LSApplicationCategoryType</key>
2650
<string>public.app-category.utilities</string>
2751
<key>LSMinimumSystemVersion</key>
@@ -32,29 +56,5 @@
3256
<string>MainMenu</string>
3357
<key>NSPrincipalClass</key>
3458
<string>NSApplication</string>
35-
<key>CFBundleDocumentTypes</key>
36-
<array>
37-
<dict>
38-
<key>CFBundleTypeName</key>
39-
<string>Folder</string>
40-
<key>CFBundleTypeRole</key>
41-
<string>Viewer</string>
42-
<key>CFBundleTypeOSTypes</key>
43-
<array>
44-
<string>folder</string>
45-
</array>
46-
</dict>
47-
<dict>
48-
<key>CFBundleTypeRole</key>
49-
<string>Viewer</string>
50-
<key>CFBundleTypeName</key>
51-
<string>Cocos Studio Project</string>
52-
<key>CFBundleTypeExtensions</key>
53-
<array>
54-
<string>csd</string>
55-
<string>csb</string>
56-
</array>
57-
</dict>
58-
</array>
5959
</dict>
6060
</plist>

tools/simulator/frameworks/runtime-src/proj.win32/game.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSM
6464
CAPTION "About Simulator"
6565
FONT 8, "MS Shell Dlg", 400, 0, 0x1
6666
BEGIN
67-
CTEXT "Version 1.0",IDC_ABOUT_VERSION,35,70,173,17
67+
CTEXT "Version 3.4final (20150211)",IDC_ABOUT_VERSION,35,70,173,17
6868
CTEXT "Cocos Simulator",IDC_ABOUT_TITLE,35,49,173,17
6969
CTEXT "Copyright (C) 2015. All rights reserved.",IDC_STATIC,35,94,173,17
7070
ICON "GLFW_ICON",IDC_STATIC,111,15,20,20

0 commit comments

Comments
 (0)