File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 13
13
# Variables setup
14
14
# ----------------------------------------------------
15
15
SCRIPT_VER=" v0.9.5"
16
- COCOS2D_VER=" Cocos2D-v3.0.0.rc "
16
+ COCOS2D_VER=" Cocos2D-v3.0.0.RC.2 "
17
17
COCOS2D_DST_DIR=" cocos2d v3.x"
18
18
SCRIPT_DIR=" $( dirname $0 ) "
19
19
@@ -351,4 +351,4 @@ if $INSTALL ; then
351
351
echo " "
352
352
353
353
rm -rf " ${LOG_PATH} " 1> /dev/null 2> /dev/null
354
- fi
354
+ fi
Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ echo "${BOLD}>>> Build Complete. ${COLOREND}"
32
32
du -h -d=1 " $INSTALL_TARGET_APP "
33
33
34
34
# Clean Up
35
- rm -f $INSTALL_FILE_TARGET
35
+ rm -f $INSTALL_FILE_TARGET
Original file line number Diff line number Diff line change 39
39
<key >InterpreterArgs</key >
40
40
<array />
41
41
<key >Name</key >
42
- <string >Cocos2D Installer 3.0</string >
42
+ <string >Cocos2D Installer 3.0.0.RC.2 </string >
43
43
<key >NibPath</key >
44
44
<string >/usr/local/share/platypus/MainMenu.nib</string >
45
45
<key >OptimizeApplication</key >
84
84
<key >UseXMLPlistFormat</key >
85
85
<true />
86
86
<key >Version</key >
87
- <string >3.0</string >
87
+ <string >3.0.0.RC2 </string >
88
88
</dict >
89
89
</plist >
Original file line number Diff line number Diff line change 2
2
# ----------------------------------------------------
3
3
# Variables setup
4
4
# ----------------------------------------------------
5
- COCOS2D_VER=" Cocos2D-v3.0"
5
+ COCOS2D_VER=" Cocos2D-v3.0.0.RC.2 "
6
6
TARGET_DIR=" $HOME /Downloads/${COCOS2D_VER} "
7
7
INSTALL_FILE=install.tar.gz
8
8
@@ -33,4 +33,4 @@ echo "${BOLD}>>> ${COCOS2D_VER} installation complete! ${COLOREND}"
33
33
rm -fr $TARGET_DIR
34
34
35
35
# Landing Page, @todo Needs a nice welcome page
36
- open http://www.cocos2d-iphone.org/forums/
36
+ open http://www.cocos2d-iphone.org/forums/
Original file line number Diff line number Diff line change 1
- 596563b3f861c831ede222d8b5774ff5d43782cc
1
+ 460bb432e36338fdd687c3815495a387cf3efe28
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ outputPath="api-docs";
8
8
# End constants
9
9
tools/appledoc \
10
10
--project-name " Cocos2D Developer Library" \
11
- --project-company " 3.X " \
11
+ --project-company " 3.0.0.RC.2 " \
12
12
--company-id " org.cocos2d" \
13
13
--docset-atom-filename " testpath4.atom" \
14
14
--docset-feed-url " ${companyURL} /${company} /%DOCSETATOMFILENAME" \
You can’t perform that action at this time.
0 commit comments