Skip to content

Commit 624f0a4

Browse files
committed
Merge pull request #606 from cocojoe/develop-v3
Installer Updates Former-commit-id: f4fb6df
2 parents 0d1d86d + ea4bf7e commit 624f0a4

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Variables setup
1414
# ----------------------------------------------------
1515
SCRIPT_VER="v0.9.5"
16-
COCOS2D_VER="Cocos2D-v3.0.0.rc"
16+
COCOS2D_VER="Cocos2D-v3.0.0.RC.2"
1717
COCOS2D_DST_DIR="cocos2d v3.x"
1818
SCRIPT_DIR="$(dirname $0)"
1919

@@ -351,4 +351,4 @@ if $INSTALL ; then
351351
echo ""
352352

353353
rm -rf "${LOG_PATH}" 1>/dev/null 2>/dev/null
354-
fi
354+
fi

installer/build_installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ echo "${BOLD}>>> Build Complete. ${COLOREND}"
3232
du -h -d=1 "$INSTALL_TARGET_APP"
3333

3434
#Clean Up
35-
rm -f $INSTALL_FILE_TARGET
35+
rm -f $INSTALL_FILE_TARGET

installer/install.platypus

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<key>InterpreterArgs</key>
4040
<array/>
4141
<key>Name</key>
42-
<string>Cocos2D Installer 3.0</string>
42+
<string>Cocos2D Installer 3.0.0.RC.2</string>
4343
<key>NibPath</key>
4444
<string>/usr/local/share/platypus/MainMenu.nib</string>
4545
<key>OptimizeApplication</key>
@@ -84,6 +84,6 @@
8484
<key>UseXMLPlistFormat</key>
8585
<true/>
8686
<key>Version</key>
87-
<string>3.0</string>
87+
<string>3.0.0.RC2</string>
8888
</dict>
8989
</plist>

installer/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ----------------------------------------------------
33
# Variables setup
44
# ----------------------------------------------------
5-
COCOS2D_VER="Cocos2D-v3.0"
5+
COCOS2D_VER="Cocos2D-v3.0.0.RC.2"
66
TARGET_DIR="$HOME/Downloads/${COCOS2D_VER}"
77
INSTALL_FILE=install.tar.gz
88

@@ -33,4 +33,4 @@ echo "${BOLD}>>> ${COCOS2D_VER} installation complete! ${COLOREND}"
3333
rm -fr $TARGET_DIR
3434

3535
# Landing Page, @todo Needs a nice welcome page
36-
open http://www.cocos2d-iphone.org/forums/
36+
open http://www.cocos2d-iphone.org/forums/

tools/appledoc.REMOVED.git-id

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
596563b3f861c831ede222d8b5774ff5d43782cc
1+
460bb432e36338fdd687c3815495a387cf3efe28

tools/build_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ outputPath="api-docs";
88
# End constants
99
tools/appledoc \
1010
--project-name "Cocos2D Developer Library" \
11-
--project-company "3.X" \
11+
--project-company "3.0.0.RC.2" \
1212
--company-id "org.cocos2d" \
1313
--docset-atom-filename "testpath4.atom" \
1414
--docset-feed-url "${companyURL}/${company}/%DOCSETATOMFILENAME" \

0 commit comments

Comments
 (0)