Skip to content

Commit

Permalink
Modifications for cocos2d 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
oxeron committed Mar 11, 2016
1 parent a644e2f commit a8ea3fe
Show file tree
Hide file tree
Showing 10 changed files with 158 additions and 66 deletions.
1 change: 1 addition & 0 deletions SpriteBuilder/CCParticleSystem/CCBPParticleSystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
*/

#import "cocos2d.h"
#import "CCParticleSystem.h"

@interface CCBPParticleSystem : CCParticleSystem

Expand Down
2 changes: 2 additions & 0 deletions SpriteBuilder/SpriteBuilder Tests/CCBDictionaryReader_Tests.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#import "CCScrollView.h"
#import "SBErrors.h"
#import "CCBDictionaryKeys.h"
#import "CCEffects.h"
#import "CCParticles.h"

@interface CCBDictionaryReader_Tests : XCTestCase

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>engine</key>
<integer>0</integer>
<key>excludedFromPackageMigration</key>
<integer>1</integer>
<true/>
<key>exporter</key>
<string>ccbi</string>
<key>fileType</key>
Expand All @@ -30,28 +30,14 @@
<integer>1</integer>
<key>onlyPublishCCBs</key>
<false/>
<key>publishAudioQuality_android</key>
<integer>4</integer>
<key>publishAudioQuality_ios</key>
<integer>4</integer>
<key>publishDirectory</key>
<string>Source/Resources/Published-iOS</string>
<key>publishDirectoryAndroid</key>
<string>Source/Resources/Published-Android</string>
<key>publishEnabledAndroid</key>
<true/>
<key>publishEnablediPhone</key>
<true/>
<key>publishEnvironment</key>
<integer>0</integer>
<key>publishResolution_android_phone</key>
<true/>
<key>publishResolution_android_phonehd</key>
<true/>
<key>publishResolution_android_tablet</key>
<true/>
<key>publishResolution_android_tablethd</key>
<true/>
<key>publishResolution_ios_phone</key>
<true/>
<key>publishResolution_ios_phonehd</key>
Expand Down Expand Up @@ -87,10 +73,9 @@
</dict>
</dict>
<key>versionStr</key>
<string>Version: 0.9
Sku: pro
GitHub:
59c650bc32
<string>revision : d5c6db563d
sku : default
version : 1.5.0
</string>
</dict>
</plist>
Loading

0 comments on commit a8ea3fe

Please sign in to comment.