Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dualface committed Sep 22, 2014
1 parent 13776ff commit 5fdd0f9
Show file tree
Hide file tree
Showing 16 changed files with 58 additions and 156 deletions.
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.2.5plus
2 changes: 1 addition & 1 deletion lib/cocos2d-x/cocos2dx/cocos2d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ NS_CC_BEGIN

const char* cocos2dVersion()
{
return "quick-cocos2d-x 2.2.5";
return "quick-cocos2d-x 2.2.5plus";
}

NS_CC_END
Expand Down
4 changes: 2 additions & 2 deletions lib/proj.win32/cocos2dx_2012.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1040,13 +1040,13 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v110_xp</PlatformToolset>
<PlatformToolset>v110</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v110_xp</PlatformToolset>
<PlatformToolset>v110</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
Expand Down
Binary file modified player/mac/player.app/Contents/MacOS/player
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
147 changes: 0 additions & 147 deletions player/mac/player.app/Contents/_CodeSignature/CodeResources

This file was deleted.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion player/proj.mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>20140609</string>
<string>20140922</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down
8 changes: 4 additions & 4 deletions player/proj.mac/player.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "3rd Party Mac Developer Application";
CODE_SIGN_IDENTITY = "Mac Developer";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
Expand Down Expand Up @@ -444,8 +444,8 @@
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "3rd Party Mac Developer Application";
CODE_SIGN_IDENTITY = "Mac Developer";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
Expand Down
7 changes: 7 additions & 0 deletions player/proj.mac/player.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions player/proj.mac/player.xcworkspace/xcshareddata/player.xccheckout
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?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>IDESourceControlProjectFavoriteDictionaryKey</key>
<false/>
<key>IDESourceControlProjectIdentifier</key>
<string>AC8EAD50-ECCE-4326-9E1D-9FE3C38296D2</string>
<key>IDESourceControlProjectName</key>
<string>player</string>
<key>IDESourceControlProjectOriginsDictionary</key>
<dict>
<key>A5D9563D-774B-4704-9E09-5B6AD6D546C3</key>
<string>ssh://github.com/chukong/quick-cocos2d-x.git</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>player/proj.mac/player.xcodeproj/project.xcworkspace</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>A5D9563D-774B-4704-9E09-5B6AD6D546C3</key>
<string>../../../..</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>ssh://github.com/chukong/quick-cocos2d-x.git</string>
<key>IDESourceControlProjectVersion</key>
<integer>110</integer>
<key>IDESourceControlProjectWCCIdentifier</key>
<string>A5D9563D-774B-4704-9E09-5B6AD6D546C3</string>
<key>IDESourceControlProjectWCConfigurations</key>
<array>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>A5D9563D-774B-4704-9E09-5B6AD6D546C3</string>
<key>IDESourceControlWCCName</key>
<string>v2quick</string>
</dict>
</array>
</dict>
</plist>
2 changes: 1 addition & 1 deletion player/proj.win32/player.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v110_xp</PlatformToolset>
<PlatformToolset>v110</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<UseOfAtl>false</UseOfAtl>
<UseOfMfc>false</UseOfMfc>
Expand Down
Binary file modified player/win/player.exe
Binary file not shown.

0 comments on commit 5fdd0f9

Please sign in to comment.