From 2fd07340c84da1ffcb716ca95ebff6eaf9be090f Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Thu, 12 Feb 2015 13:58:08 +0100 Subject: [PATCH 01/28] fix some classes not autocompleting in Swift, updated template --- .../Source/Bridging-Header.h | 24 +++++++++++++++---- .../Source/MainScene.m | 4 ++++ .../Source/MainScene.swift | 4 ++++ 3 files changed, 27 insertions(+), 5 deletions(-) diff --git a/Support/PROJECTNAME.spritebuilder/Source/Bridging-Header.h b/Support/PROJECTNAME.spritebuilder/Source/Bridging-Header.h index d39e6e835..02035ee72 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Bridging-Header.h +++ b/Support/PROJECTNAME.spritebuilder/Source/Bridging-Header.h @@ -1,15 +1,29 @@ #import "cocos2d.h" -#import "cocos2d-ui.h" + // Imported explicitly and with relative path. // Class would otherwise be available but not autocompleting/syntax-highlighting. // Perhaps an Xcode bug? + +#import "libs/cocos2d-iphone/cocos2d/CCMotionStreak.h" +#import "libs/cocos2d-iphone/cocos2d/CCNodeColor.h" +#import "libs/cocos2d-iphone/cocos2d/CCPackage.h" +#import "libs/cocos2d-iphone/cocos2d/CCPackageHelper.h" +#import "libs/cocos2d-iphone/cocos2d/CCPackageManager.h" +#import "libs/cocos2d-iphone/cocos2d/CCPackageManagerDelegate.h" +#import "libs/cocos2d-iphone/cocos2d/CCParallaxNode.h" +#import "libs/cocos2d-iphone/cocos2d/CCParticleSystem.h" +#import "libs/cocos2d-iphone/cocos2d/CCPhysicsBody.h" +#import "libs/cocos2d-iphone/cocos2d/CCPhysicsNode.h" + +//#import "libs/cocos2d-iphone/cocos2d/Platforms/iOS/CCAppDelegate.h" +//#import "libs/cocos2d-iphone/cocos2d/Platforms/iOS/CCMetalView.h" #import "libs/cocos2d-iphone/cocos2d/Support/CCColor.h" + +#import "libs/cocos2d-iphone/cocos2d-ui/cocos2d-ui.h" #import "libs/cocos2d-iphone/cocos2d-ui/CCBReader/CCBReader.h" -#import "libs/cocos2d-iphone/cocos2d-ui/CCControl.h" -#import "libs/cocos2d-iphone/cocos2d-ui/CCButton.h" -#import "libs/cocos2d-iphone/cocos2d-ui/CCSlider.h" -#import "libs/cocos2d-iphone/cocos2d-ui/CCTextField.h" +#import "libs/cocos2d-iphone/cocos2d-ui/CCBReader/CCAnimationManager.h" + #import "libs/cocos2d-iphone/external/ObjectAL/ObjectAL/ObjectAL/ObjectAL.h" #import "libs/cocos2d-iphone/external/ObjectAL/ObjectAL/ObjectAL/AudioTrack/OALAudioTrack.h" #import "libs/cocos2d-iphone/external/ObjectAL/ObjectAL/ObjectAL/AudioTrack/OALAudioTracks.h" diff --git a/Support/PROJECTNAME.spritebuilder/Source/MainScene.m b/Support/PROJECTNAME.spritebuilder/Source/MainScene.m index fbd20d648..7670d51e1 100755 --- a/Support/PROJECTNAME.spritebuilder/Source/MainScene.m +++ b/Support/PROJECTNAME.spritebuilder/Source/MainScene.m @@ -2,4 +2,8 @@ @implementation MainScene +// called after CCBReader finished loading the node +-(void) didLoadFromCCB { +} + @end diff --git a/Support/PROJECTNAME.spritebuilder/Source/MainScene.swift b/Support/PROJECTNAME.spritebuilder/Source/MainScene.swift index 4a0000dea..f123838a2 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/MainScene.swift +++ b/Support/PROJECTNAME.spritebuilder/Source/MainScene.swift @@ -2,4 +2,8 @@ import Foundation class MainScene: CCNode { + // called after CCBReader finished loading the node + func didLoadFromCCB() { + } + } From 489baab752507061a487a21fe8312ec4dd00b4f2 Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Thu, 12 Feb 2015 16:59:39 +0100 Subject: [PATCH 02/28] fixed template project's "Source" group not pointing to the Source folder --- .../PROJECTNAME.xcodeproj/project.pbxproj | 145 ++++++++---------- 1 file changed, 68 insertions(+), 77 deletions(-) diff --git a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj index 7ebb6c754..1409367b8 100755 --- a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj +++ b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj @@ -136,41 +136,6 @@ remoteGlobalIDString = 7A4037A819E37038007B6E8F; remoteInfo = "cocos2d-mac"; }; - 7A97910519E62E4C001FFC4D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B7378940180761A80076A88C /* cocos2d.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = 5BF32679195F8D8800D9A51A; - remoteInfo = cocos2dJava; - }; - 7A97910F19E6319A001FFC4D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B7378940180761A80076A88C /* cocos2d.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = 5018F24C0DFDEAC400C013A5; - remoteInfo = "cocos2d-ios"; - }; - 7A97911519E631A1001FFC4D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B7378940180761A80076A88C /* cocos2d.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = 7A4037A719E37038007B6E8F; - remoteInfo = "cocos2d-mac"; - }; - 7A97911F19E63219001FFC4D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B7378940180761A80076A88C /* cocos2d.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = 5BF32679195F8D8800D9A51A; - remoteInfo = cocos2dJava; - }; - 7A97912119E6321C001FFC4D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B7378940180761A80076A88C /* cocos2d.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = D2FEB60D194F6C9E00FC0574; - remoteInfo = cocos2dAndroid; - }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ @@ -180,19 +145,19 @@ 5B121011197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121013197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121015197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - 5B12101B19748413004C1E1D /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = Source/Platforms/Android/java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; + 5B12101B19748413004C1E1D /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = Platforms/Android/java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; 5B121021197484A3004C1E1D /* PROJECTNAME Java.jar */ = {isa = PBXFileReference; explicitFileType = compiled.java.jar; includeInIndex = 0; path = "PROJECTNAME Java.jar"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5B12102E197484FA004C1E1D /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PROJECTIDENTIFIERActivity.h; path = Source/Platforms/Android/PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; - 5B12102F197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PROJECTIDENTIFIERActivity.m; path = Source/Platforms/Android/PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; + 5B12102E197484FA004C1E1D /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PROJECTIDENTIFIERActivity.h; path = Platforms/Android/PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; + 5B12102F197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PROJECTIDENTIFIERActivity.m; path = Platforms/Android/PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; 5B121033197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Android/Info.plist; sourceTree = ""; }; 5B121034197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/iOS/Info.plist; sourceTree = ""; }; 5BA4619E1974C88900785744 /* AndroidManifest.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = AndroidManifest.xml; path = Platforms/Android/AndroidManifest.xml; sourceTree = ""; }; - 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MainScene.swift; path = Source/MainScene.swift; sourceTree = ""; }; + 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MainScene.swift; path = MainScene.swift; sourceTree = ""; }; 7A4035FF19DDEE84007B6E8F /* PROJECTNAME Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PROJECTNAME Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 7A40360219DDEE84007B6E8F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Mac/Info.plist; sourceTree = ""; }; 7A40360319DDEE84007B6E8F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/Mac/main.m; sourceTree = ""; }; - 7A40360519DDEE84007B6E8F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Source/Platforms/Mac/AppDelegate.h; sourceTree = ""; }; - 7A40360619DDEE84007B6E8F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Source/Platforms/Mac/AppDelegate.m; sourceTree = ""; }; + 7A40360519DDEE84007B6E8F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/Mac/AppDelegate.h; sourceTree = ""; }; + 7A40360619DDEE84007B6E8F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/Mac/AppDelegate.m; sourceTree = ""; }; 7A4036F419DE3FA8007B6E8F /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AppKit.framework; sourceTree = DEVELOPER_DIR; }; 7A59493A19E37F9300F65F90 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework; sourceTree = DEVELOPER_DIR; }; 7A59493C19E37FB200F65F90 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/libz.dylib; sourceTree = DEVELOPER_DIR; }; @@ -213,8 +178,8 @@ B71F590F188484E7003F4D28 /* Settings.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Settings.png; path = Icons/Settings.png; sourceTree = ""; }; B71F5910188484E7003F4D28 /* Settings@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Settings@2x.png"; path = "Icons/Settings@2x.png"; sourceTree = ""; }; B737893A180761570076A88C /* Published-iOS */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Published-iOS"; path = "Source/Resources/Published-iOS"; sourceTree = SOURCE_ROOT; }; - B737893D1807617C0076A88C /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Source/Platforms/iOS/AppDelegate.h; sourceTree = ""; }; - B737893E1807617C0076A88C /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Source/Platforms/iOS/AppDelegate.m; sourceTree = ""; }; + B737893D1807617C0076A88C /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/iOS/AppDelegate.h; sourceTree = ""; }; + B737893E1807617C0076A88C /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/iOS/AppDelegate.m; sourceTree = ""; }; B7378940180761A80076A88C /* cocos2d.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2d.xcodeproj; path = "Source/libs/cocos2d-iphone/cocos2d.xcodeproj"; sourceTree = SOURCE_ROOT; }; B737896B180762440076A88C /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "Source/Resources/Default-568h@2x.png"; sourceTree = SOURCE_ROOT; }; B737896C180762440076A88C /* Default-Landscape~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-Landscape~ipad.png"; path = "Source/Resources/Default-Landscape~ipad.png"; sourceTree = SOURCE_ROOT; }; @@ -222,8 +187,8 @@ B737896E180762440076A88C /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default@2x.png"; path = "Source/Resources/Default@2x.png"; sourceTree = SOURCE_ROOT; }; B73789851807631A0076A88C /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/iOS/main.m; sourceTree = SOURCE_ROOT; }; B73789861807631A0076A88C /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Prefix.pch; path = Source/Prefix.pch; sourceTree = SOURCE_ROOT; }; - B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MainScene.h; path = Source/MainScene.h; sourceTree = ""; }; - B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MainScene.m; path = Source/MainScene.m; sourceTree = ""; }; + B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MainScene.h; path = MainScene.h; sourceTree = ""; }; + B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MainScene.m; path = MainScene.m; sourceTree = ""; }; B77F1B2E17B978D7009739AE /* PROJECTNAME.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PROJECTNAME.app; sourceTree = BUILT_PRODUCTS_DIR; }; B77F1B3117B978D7009739AE /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; B77F1B3317B978D7009739AE /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; @@ -241,7 +206,7 @@ BC5399D51A44DCC90063F482 /* GLActivityKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLActivityKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/GLActivityKit.framework"; sourceTree = ""; }; BC5399D61A44DCC90063F482 /* JavaFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaFoundation.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaFoundation.framework"; sourceTree = ""; }; BC5399D71A44DCC90063F482 /* JavaKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaKit.framework"; sourceTree = ""; }; - D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; name = MetalShaders; path = Source/MetalShaders; sourceTree = ""; }; + D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; name = MetalShaders; path = MetalShaders; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -481,6 +446,7 @@ D352B48019EC608A00829775 /* MetalShaders */, ); name = Source; + path = "Source"; sourceTree = ""; }; B73789911807667A0076A88C /* Icons */ = { @@ -593,7 +559,6 @@ buildRules = ( ); dependencies = ( - 7A97910619E62E4C001FFC4D /* PBXTargetDependency */, ); name = "PROJECTNAME Java"; productName = "PROJECTNAME Java"; @@ -611,7 +576,6 @@ buildRules = ( ); dependencies = ( - 7A97911619E631A1001FFC4D /* PBXTargetDependency */, ); name = "PROJECTNAME Mac"; productName = "PROJECTNAME Mac"; @@ -630,8 +594,6 @@ buildRules = ( ); dependencies = ( - 7A97912219E6321C001FFC4D /* PBXTargetDependency */, - 7A97912019E63219001FFC4D /* PBXTargetDependency */, 5B121032197485D1004C1E1D /* PBXTargetDependency */, ); name = "PROJECTNAME Android"; @@ -652,7 +614,6 @@ buildRules = ( ); dependencies = ( - 7A97911019E6319A001FFC4D /* PBXTargetDependency */, ); name = "PROJECTNAME iOS"; productName = Example; @@ -687,6 +648,7 @@ knownRegions = ( en, Base, + English, ); mainGroup = B77F1B2517B978D7009739AE; productRefGroup = B77F1B2F17B978D7009739AE /* Products */; @@ -724,7 +686,7 @@ }; 7A97910219E62E40001FFC4D /* cocos2dJava.jar */ = { isa = PBXReferenceProxy; - fileType = archive.jar; + fileType = compiled.java.jar; path = cocos2dJava.jar; remoteRef = 7A97910119E62E40001FFC4D /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; @@ -901,31 +863,6 @@ target = 5B121020197484A3004C1E1D /* PROJECTNAME Java */; targetProxy = 5B121031197485D1004C1E1D /* PBXContainerItemProxy */; }; - 7A97910619E62E4C001FFC4D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = cocos2dJava; - targetProxy = 7A97910519E62E4C001FFC4D /* PBXContainerItemProxy */; - }; - 7A97911019E6319A001FFC4D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "cocos2d-ios"; - targetProxy = 7A97910F19E6319A001FFC4D /* PBXContainerItemProxy */; - }; - 7A97911619E631A1001FFC4D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "cocos2d-mac"; - targetProxy = 7A97911519E631A1001FFC4D /* PBXContainerItemProxy */; - }; - 7A97912019E63219001FFC4D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = cocos2dJava; - targetProxy = 7A97911F19E63219001FFC4D /* PBXContainerItemProxy */; - }; - 7A97912219E6321C001FFC4D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = cocos2dAndroid; - targetProxy = 7A97912119E6321C001FFC4D /* PBXContainerItemProxy */; - }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ @@ -1030,6 +967,16 @@ ); INFOPLIST_FILE = Source/Resources/Platforms/Mac/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glew/lib/Release/Win32", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glfw/lib-msvc100", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libGLEW/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libglfw/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/ObjectAL/ObjectAL/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/SSZipArchive/build/Release", + ); MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = YES; OTHER_LDFLAGS = ( @@ -1074,6 +1021,16 @@ ); INFOPLIST_FILE = Source/Resources/Platforms/Mac/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glew/lib/Release/Win32", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glfw/lib-msvc100", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libGLEW/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libglfw/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/ObjectAL/ObjectAL/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/SSZipArchive/build/Release", + ); MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = NO; OTHER_LDFLAGS = ( @@ -1118,6 +1075,13 @@ LIBRARY_SEARCH_PATHS = ( "$(inherited)", "$(SDKROOT)/usr/lib/armv7a", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glew/lib/Release/Win32", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glfw/lib-msvc100", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libGLEW/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libglfw/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/ObjectAL/ObjectAL/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/SSZipArchive/build/Release", ); ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = ( @@ -1166,6 +1130,13 @@ LIBRARY_SEARCH_PATHS = ( "$(inherited)", "$(SDKROOT)/usr/lib/armv7a", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glew/lib/Release/Win32", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glfw/lib-msvc100", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libGLEW/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libglfw/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/ObjectAL/ObjectAL/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/SSZipArchive/build/Release", ); OTHER_LDFLAGS = ( "-lz", @@ -1269,6 +1240,16 @@ INFOPLIST_FILE = Source/Resources/Platforms/iOS/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 7.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glew/lib/Release/Win32", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glfw/lib-msvc100", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libGLEW/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libglfw/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/ObjectAL/ObjectAL/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/SSZipArchive/build/Release", + ); ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = ( "-lz", @@ -1303,6 +1284,16 @@ INFOPLIST_FILE = Source/Resources/Platforms/iOS/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 7.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glew/lib/Release/Win32", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glfw/lib-msvc100", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libGLEW/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libglfw/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/ObjectAL/ObjectAL/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/SSZipArchive/build/Release", + ); OTHER_LDFLAGS = ( "-lz", "-ObjC", From c55ac0da0f823b581a431cfc384ff9a908ae2306 Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Thu, 12 Feb 2015 17:29:37 +0100 Subject: [PATCH 03/28] fixed a typo: XCode -> Xcode --- SpriteBuilder/ccBuilder/en.lproj/MainMenu.xib | 4 ++-- .../Source/Platforms/Mac/AppDelegate.swift | 9 +++++++++ .../Source/Platforms/iOS/AppDelegate.swift | 9 +++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift create mode 100644 Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift diff --git a/SpriteBuilder/ccBuilder/en.lproj/MainMenu.xib b/SpriteBuilder/ccBuilder/en.lproj/MainMenu.xib index 149e1606d..4d671387e 100644 --- a/SpriteBuilder/ccBuilder/en.lproj/MainMenu.xib +++ b/SpriteBuilder/ccBuilder/en.lproj/MainMenu.xib @@ -1,5 +1,5 @@ - + @@ -221,7 +221,7 @@ - + diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift new file mode 100644 index 000000000..afd6207ab --- /dev/null +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift @@ -0,0 +1,9 @@ +// +// AppDelegate.swift +// PROJECTNAME +// +// Created by Steffen Itterheim on 12/02/15. +// Copyright (c) 2015 Apportable. All rights reserved. +// + +import Foundation diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift new file mode 100644 index 000000000..afd6207ab --- /dev/null +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift @@ -0,0 +1,9 @@ +// +// AppDelegate.swift +// PROJECTNAME +// +// Created by Steffen Itterheim on 12/02/15. +// Copyright (c) 2015 Apportable. All rights reserved. +// + +import Foundation From 71eaf39a162b7efa3b514ce087fbd3bba9d3b281 Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Thu, 12 Feb 2015 19:21:07 +0100 Subject: [PATCH 04/28] updated project creator to support new Swift AppDelegates and Mac target fixes --- SpriteBuilder/ccBuilder/CCBProjectCreator.m | 31 +++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/SpriteBuilder/ccBuilder/CCBProjectCreator.m b/SpriteBuilder/ccBuilder/CCBProjectCreator.m index 4a3f1decc..b5fd80d2d 100644 --- a/SpriteBuilder/ccBuilder/CCBProjectCreator.m +++ b/SpriteBuilder/ccBuilder/CCBProjectCreator.m @@ -97,12 +97,17 @@ -(BOOL) createDefaultProjectAtPath:(NSString*)fileName engine:(CCBTargetEngine)e inFile:pbxprojFile search:@"MACOSX_DEPLOYMENT_TARGET = 10.10"]; [self removeLinesMatching:@".*MainScene[.]swift.*" inFile:pbxprojFile]; - filesToRemove = @[@"Source/MainScene.swift"]; + [self removeLinesMatching:@".*AppDelegate[.]swift.*" inFile:pbxprojFile]; + filesToRemove = @[@"Source/MainScene.swift", @"Source/Platforms/iOS/AppDelegate.swift", @"Source/Platforms/Mac/AppDelegate.swift"]; } else if (programmingLanguage == CCBProgrammingLanguageSwift) { [self removeLinesMatching:@".*MainScene[.][hm].*" inFile:pbxprojFile]; - filesToRemove = @[@"Source/MainScene.h", @"Source/MainScene.m"]; + [self removeLinesMatching:@".*AppDelegate[.][hm].*" inFile:pbxprojFile]; + [self removeLinesMatching:@".*main[.][m].*" inFile:pbxprojFile]; + filesToRemove = @[@"Source/MainScene.h", @"Source/MainScene.m", + @"Source/Platforms/iOS/AppDelegate.h", @"Source/Platforms/iOS/AppDelegate.m", @"Source/Platforms/iOS/main.m", + @"Source/Platforms/Mac/AppDelegate.h", @"Source/Platforms/Mac/AppDelegate.m", @"Source/Platforms/Mac/main.m"]; } for (NSString *file in filesToRemove) @@ -157,6 +162,12 @@ -(BOOL) createDefaultProjectAtPath:(NSString*)fileName engine:(CCBTargetEngine)e // Update Mac Xib file NSString* xibFileName = [parentPath stringByAppendingPathComponent:@"Source/Resources/Platforms/Mac/MainMenu.xib"]; + if (programmingLanguage == CCBProgrammingLanguageObjectiveC) + { + // this fixes the ObjC Mac target not being able to "find" the AppDelegate class + // CAUTION: This has to be performed *before* the substitutions below as it includes PROJECTNAME in the search string + [self removeAppDelegateModuleAndTargetFromXib:xibFileName]; + } [self setName:identifier inFile:xibFileName search:substitutableProjectIdentifier]; [self setName:projName inFile:xibFileName search:substitutableProjectName]; @@ -235,4 +246,20 @@ - (void) removeLinesMatching:(NSString*)pattern inFile:(NSString*)fileName [updatedFileData writeToFile:fileName atomically:YES]; } +-(void) removeAppDelegateModuleAndTargetFromXib:(NSString*)xibFileName +{ + // this fixes the ObjC Mac target not being able to "find" the AppDelegate class because the Xib specified a custom module and target, + // which coincidentally is necessary for the Mac target in Swift to find the AppDelegate - so best solution was to setup Main.xib so + // that it works with Swift and removing the module & target for ObjC projects + NSData *fileData = [NSData dataWithContentsOfFile:xibFileName]; + NSString *fileString = [[NSString alloc] initWithData:fileData encoding:NSUTF8StringEncoding]; + + NSString* searchFor = @"customClass=\"AppDelegate\" customModule=\"PROJECTNAME\" customModuleProvider=\"target\""; + NSString* replaceWith = @"customClass=\"AppDelegate\""; + fileString = [fileString stringByReplacingOccurrencesOfString:searchFor withString:replaceWith]; + + NSData *updatedFileData = [fileString dataUsingEncoding:NSUTF8StringEncoding]; + [updatedFileData writeToFile:xibFileName atomically:YES]; +} + @end From 1f192104f3560ac707f7b2a22affd13e1a9ac095 Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Thu, 12 Feb 2015 19:21:46 +0100 Subject: [PATCH 05/28] added Swift AppDelegate files to SB project template --- .../PROJECTNAME.xcodeproj/project.pbxproj | 123 +++++++++--------- .../Source/Platforms/Mac/AppDelegate.m | 24 ++-- .../Source/Platforms/Mac/AppDelegate.swift | 49 +++++++ .../Source/Platforms/iOS/AppDelegate.h | 2 +- .../Source/Platforms/iOS/AppDelegate.m | 2 +- .../Source/Platforms/iOS/AppDelegate.swift | 78 ++++++++++- .../Resources/Platforms/Mac/MainMenu.xib | 8 +- 7 files changed, 204 insertions(+), 82 deletions(-) diff --git a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj index 1409367b8..be9493c60 100755 --- a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj +++ b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj @@ -7,9 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 5B12102A197484DD004C1E1D /* PROJECTIDENTIFIERActivity.java in Sources */ = {isa = PBXBuildFile; fileRef = 5B12101B19748413004C1E1D /* PROJECTIDENTIFIERActivity.java */; }; - 5B121030197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B12102F197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m */; }; - 5B121038197487F2004C1E1D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B737893E1807617C0076A88C /* AppDelegate.m */; }; 7A046D7919E84ED5004C4763 /* MainScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A046D7519E84C36004C4763 /* MainScene.swift */; }; 7A046D8C19E8A20E004C4763 /* MainScene.m in Sources */ = {isa = PBXBuildFile; fileRef = B7378993180767190076A88C /* MainScene.m */; }; 7A10CE5619F32FB0001673C3 /* MainScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A046D7519E84C36004C4763 /* MainScene.swift */; }; @@ -42,7 +39,6 @@ 7A59493B19E37F9300F65F90 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A59493A19E37F9300F65F90 /* OpenGL.framework */; }; 7A59493D19E37FB200F65F90 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A59493C19E37FB200F65F90 /* libz.dylib */; }; 7A59498B19E38E4A00F65F90 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7A59498A19E38E4A00F65F90 /* MainMenu.xib */; }; - 7A59498E19E3941300F65F90 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A40360619DDEE84007B6E8F /* AppDelegate.m */; }; 7A97910819E62F84001FFC4D /* libcocos2dAndroid.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A97910019E62E40001FFC4D /* libcocos2dAndroid.a */; }; 7A97911719E631C6001FFC4D /* libcocos2d-mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A97910419E62E40001FFC4D /* libcocos2d-mac.a */; }; 7A97911819E631CD001FFC4D /* libcocos2d.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A9790FE19E62E40001FFC4D /* libcocos2d.a */; }; @@ -98,6 +94,10 @@ BC5399DB1A44DCC90063F482 /* JavaFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC5399D61A44DCC90063F482 /* JavaFoundation.framework */; }; BC5399DC1A44DCC90063F482 /* JavaKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC5399D71A44DCC90063F482 /* JavaKit.framework */; }; BCD00A8C1A44E83400DA5AD0 /* CoreJava.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC5399D41A44DCC90063F482 /* CoreJava.framework */; }; + DC104EC41A8D061F004DF1DA /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DC104EBC1A8D061F004DF1DA /* AppDelegate.m */; }; + DC104ECE1A8D0684004DF1DA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC104ECD1A8D0684004DF1DA /* AppDelegate.swift */; }; + DC104ED01A8D06C6004DF1DA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC104ECF1A8D06C6004DF1DA /* AppDelegate.swift */; }; + DC104EFC1A8D0D8D004DF1DA /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DC104EC01A8D061F004DF1DA /* AppDelegate.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -145,19 +145,14 @@ 5B121011197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121013197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121015197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - 5B12101B19748413004C1E1D /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = Platforms/Android/java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; 5B121021197484A3004C1E1D /* PROJECTNAME Java.jar */ = {isa = PBXFileReference; explicitFileType = compiled.java.jar; includeInIndex = 0; path = "PROJECTNAME Java.jar"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5B12102E197484FA004C1E1D /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PROJECTIDENTIFIERActivity.h; path = Platforms/Android/PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; - 5B12102F197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PROJECTIDENTIFIERActivity.m; path = Platforms/Android/PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; 5B121033197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Android/Info.plist; sourceTree = ""; }; 5B121034197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/iOS/Info.plist; sourceTree = ""; }; 5BA4619E1974C88900785744 /* AndroidManifest.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = AndroidManifest.xml; path = Platforms/Android/AndroidManifest.xml; sourceTree = ""; }; - 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MainScene.swift; path = MainScene.swift; sourceTree = ""; }; + 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainScene.swift; sourceTree = ""; }; 7A4035FF19DDEE84007B6E8F /* PROJECTNAME Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PROJECTNAME Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 7A40360219DDEE84007B6E8F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Mac/Info.plist; sourceTree = ""; }; 7A40360319DDEE84007B6E8F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/Mac/main.m; sourceTree = ""; }; - 7A40360519DDEE84007B6E8F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/Mac/AppDelegate.h; sourceTree = ""; }; - 7A40360619DDEE84007B6E8F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/Mac/AppDelegate.m; sourceTree = ""; }; 7A4036F419DE3FA8007B6E8F /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AppKit.framework; sourceTree = DEVELOPER_DIR; }; 7A59493A19E37F9300F65F90 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework; sourceTree = DEVELOPER_DIR; }; 7A59493C19E37FB200F65F90 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/libz.dylib; sourceTree = DEVELOPER_DIR; }; @@ -178,8 +173,6 @@ B71F590F188484E7003F4D28 /* Settings.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Settings.png; path = Icons/Settings.png; sourceTree = ""; }; B71F5910188484E7003F4D28 /* Settings@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Settings@2x.png"; path = "Icons/Settings@2x.png"; sourceTree = ""; }; B737893A180761570076A88C /* Published-iOS */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Published-iOS"; path = "Source/Resources/Published-iOS"; sourceTree = SOURCE_ROOT; }; - B737893D1807617C0076A88C /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/iOS/AppDelegate.h; sourceTree = ""; }; - B737893E1807617C0076A88C /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/iOS/AppDelegate.m; sourceTree = ""; }; B7378940180761A80076A88C /* cocos2d.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2d.xcodeproj; path = "Source/libs/cocos2d-iphone/cocos2d.xcodeproj"; sourceTree = SOURCE_ROOT; }; B737896B180762440076A88C /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "Source/Resources/Default-568h@2x.png"; sourceTree = SOURCE_ROOT; }; B737896C180762440076A88C /* Default-Landscape~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-Landscape~ipad.png"; path = "Source/Resources/Default-Landscape~ipad.png"; sourceTree = SOURCE_ROOT; }; @@ -187,8 +180,8 @@ B737896E180762440076A88C /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default@2x.png"; path = "Source/Resources/Default@2x.png"; sourceTree = SOURCE_ROOT; }; B73789851807631A0076A88C /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/iOS/main.m; sourceTree = SOURCE_ROOT; }; B73789861807631A0076A88C /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Prefix.pch; path = Source/Prefix.pch; sourceTree = SOURCE_ROOT; }; - B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MainScene.h; path = MainScene.h; sourceTree = ""; }; - B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MainScene.m; path = MainScene.m; sourceTree = ""; }; + B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainScene.h; sourceTree = ""; }; + B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainScene.m; sourceTree = ""; }; B77F1B2E17B978D7009739AE /* PROJECTNAME.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PROJECTNAME.app; sourceTree = BUILT_PRODUCTS_DIR; }; B77F1B3117B978D7009739AE /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; B77F1B3317B978D7009739AE /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; @@ -206,7 +199,16 @@ BC5399D51A44DCC90063F482 /* GLActivityKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLActivityKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/GLActivityKit.framework"; sourceTree = ""; }; BC5399D61A44DCC90063F482 /* JavaFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaFoundation.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaFoundation.framework"; sourceTree = ""; }; BC5399D71A44DCC90063F482 /* JavaKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaKit.framework"; sourceTree = ""; }; - D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; name = MetalShaders; path = MetalShaders; sourceTree = ""; }; + D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; path = MetalShaders; sourceTree = ""; }; + DC104EB71A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; + DC104EB81A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; + DC104EB91A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; + DC104EBB1A8D061F004DF1DA /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + DC104EBC1A8D061F004DF1DA /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + DC104EBF1A8D061F004DF1DA /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + DC104EC01A8D061F004DF1DA /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + DC104ECD1A8D0684004DF1DA /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + DC104ECF1A8D06C6004DF1DA /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -318,35 +320,6 @@ path = "drawable-xxhdpi"; sourceTree = ""; }; - 7A40362019DDEF0D007B6E8F /* Platforms */ = { - isa = PBXGroup; - children = ( - 7A40362119DDF08C007B6E8F /* iOS */, - 7A40362219DDF090007B6E8F /* Android */, - 7A9791C019E6FAC5001FFC4D /* Mac */, - ); - name = Platforms; - sourceTree = ""; - }; - 7A40362119DDF08C007B6E8F /* iOS */ = { - isa = PBXGroup; - children = ( - B737893D1807617C0076A88C /* AppDelegate.h */, - B737893E1807617C0076A88C /* AppDelegate.m */, - ); - name = iOS; - sourceTree = ""; - }; - 7A40362219DDF090007B6E8F /* Android */ = { - isa = PBXGroup; - children = ( - 5B12101B19748413004C1E1D /* PROJECTIDENTIFIERActivity.java */, - 5B12102E197484FA004C1E1D /* PROJECTIDENTIFIERActivity.h */, - 5B12102F197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m */, - ); - name = Android; - sourceTree = ""; - }; 7A40365D19DDF896007B6E8F /* Platforms */ = { isa = PBXGroup; children = ( @@ -419,15 +392,6 @@ name = Products; sourceTree = ""; }; - 7A9791C019E6FAC5001FFC4D /* Mac */ = { - isa = PBXGroup; - children = ( - 7A40360519DDEE84007B6E8F /* AppDelegate.h */, - 7A40360619DDEE84007B6E8F /* AppDelegate.m */, - ); - name = Mac; - sourceTree = ""; - }; 9222E2B918734FF800A246C7 /* libs */ = { isa = PBXGroup; children = ( @@ -439,14 +403,13 @@ B737893C1807616C0076A88C /* Source */ = { isa = PBXGroup; children = ( - 7A40362019DDEF0D007B6E8F /* Platforms */, + DC104EB11A8D061F004DF1DA /* Platforms */, B7378992180767190076A88C /* MainScene.h */, B7378993180767190076A88C /* MainScene.m */, 7A046D7519E84C36004C4763 /* MainScene.swift */, D352B48019EC608A00829775 /* MetalShaders */, ); - name = Source; - path = "Source"; + path = Source; sourceTree = ""; }; B73789911807667A0076A88C /* Icons */ = { @@ -546,6 +509,46 @@ name = "Supporting Files"; sourceTree = ""; }; + DC104EB11A8D061F004DF1DA /* Platforms */ = { + isa = PBXGroup; + children = ( + DC104EB21A8D061F004DF1DA /* Android */, + DC104EBA1A8D061F004DF1DA /* iOS */, + DC104EBE1A8D061F004DF1DA /* Mac */, + ); + path = Platforms; + sourceTree = ""; + }; + DC104EB21A8D061F004DF1DA /* Android */ = { + isa = PBXGroup; + children = ( + DC104EB71A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.java */, + DC104EB81A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.h */, + DC104EB91A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.m */, + ); + path = Android; + sourceTree = ""; + }; + DC104EBA1A8D061F004DF1DA /* iOS */ = { + isa = PBXGroup; + children = ( + DC104EBB1A8D061F004DF1DA /* AppDelegate.h */, + DC104EBC1A8D061F004DF1DA /* AppDelegate.m */, + DC104ECD1A8D0684004DF1DA /* AppDelegate.swift */, + ); + path = iOS; + sourceTree = ""; + }; + DC104EBE1A8D061F004DF1DA /* Mac */ = { + isa = PBXGroup; + children = ( + DC104EBF1A8D061F004DF1DA /* AppDelegate.h */, + DC104EC01A8D061F004DF1DA /* AppDelegate.m */, + DC104ECF1A8D06C6004DF1DA /* AppDelegate.swift */, + ); + path = Mac; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -820,7 +823,6 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5B12102A197484DD004C1E1D /* PROJECTIDENTIFIERActivity.java in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -828,10 +830,11 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + DC104ED01A8D06C6004DF1DA /* AppDelegate.swift in Sources */, 7A4036E819DE3F33007B6E8F /* MainScene.m in Sources */, 7A10CE5619F32FB0001673C3 /* MainScene.swift in Sources */, 7A40360419DDEE84007B6E8F /* main.m in Sources */, - 7A59498E19E3941300F65F90 /* AppDelegate.m in Sources */, + DC104EFC1A8D0D8D004DF1DA /* AppDelegate.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -840,7 +843,6 @@ buildActionMask = 2147483647; files = ( 927F619E196C771E000F43EF /* MainScene.m in Sources */, - 5B121030197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -851,7 +853,8 @@ B73789871807631A0076A88C /* main.m in Sources */, 7A046D8C19E8A20E004C4763 /* MainScene.m in Sources */, 7A046D7919E84ED5004C4763 /* MainScene.swift in Sources */, - 5B121038197487F2004C1E1D /* AppDelegate.m in Sources */, + DC104ECE1A8D0684004DF1DA /* AppDelegate.swift in Sources */, + DC104EC41A8D061F004DF1DA /* AppDelegate.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m index 735f041bd..ab740abe9 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m @@ -10,28 +10,28 @@ @implementation AppDelegate - (void)applicationDidFinishLaunching:(NSNotification *)aNotification { - CCDirectorMac *director = (CCDirectorMac*) [CCDirector sharedDirector]; + CCDirectorMac *director = (CCDirectorMac*)[CCDirector sharedDirector]; // enable FPS and SPF - // [director setDisplayStats:YES]; + // director.displayStats = YES; // Set a default window size - CGSize defaultWindowSize = CGSizeMake(480.0f, 320.0f); - [self.window setFrame:CGRectMake(0.0f, 0.0f, defaultWindowSize.width, defaultWindowSize.height) display:true animate:false]; - [self.glView setFrame:self.window.frame]; + CGSize defaultSize = CGSizeMake(480.0f, 320.0f); + [_window setFrame:CGRectMake(0.0f, 0.0f, defaultSize.width, defaultSize.height) display:true animate:false]; + _glView.frame = _window.frame; // connect the OpenGL view with the director - [director setView:self.glView]; + director.view = _glView; // 'Effects' don't work correctly when autoscale is turned on. // Use kCCDirectorResize_NoScale if you don't want auto-scaling. - //[director setResizeMode:kCCDirectorResize_NoScale]; + //director.resizeMode = kCCDirectorResize_NoScale; // Enable "moving" mouse event. Default no. - [self.window setAcceptsMouseMovedEvents:NO]; + _window.acceptsMouseMovedEvents = NO; // Center main window - [self.window center]; + [_window center]; // Configure CCFileUtils to work with SpriteBuilder [CCBReader configureCCFileUtils]; @@ -41,9 +41,15 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification [director runWithScene:[CCBReader loadAsScene:@"MainScene"]]; } +- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)theApplication +{ + return YES; +} + - (void)applicationWillTerminate:(NSNotification *)aNotification { [[CCPackageManager sharedManager] savePackages]; + [[CCDirector sharedDirector] stopAnimation]; // required to fix stream of GL errors on shutdown } @end diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift index afd6207ab..20575e255 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift @@ -7,3 +7,52 @@ // import Foundation +import Cocoa + +@NSApplicationMain +class AppDelegate : NSObject, NSApplicationDelegate +{ + @IBOutlet weak var window : NSWindow! + @IBOutlet weak var glView : CCGLView! + + func applicationDidFinishLaunching(aNotification: NSNotification) { + var director : CCDirectorMac = CCDirector.sharedDirector() as CCDirectorMac + + // enable FPS and SPF + //director.displayStats = true + + // Set a default window size + var defaultSize = CGSize(width: 480.0, height: 320.0) + window.setFrame(CGRect(x: 0.0, y: 0.0, width: defaultSize.width, height: defaultSize.height), display: true, animate: false) + glView.frame = window.frame + + // connect the OpenGL view with the director + director.view = glView + + // 'Effects' don't work correctly when autoscale is turned on. + // Use kCCDirectorResize_NoScale if you don't want auto-scaling. + //director.resizeMode = kCCDirectorResize_NoScale + + // Enable "moving" mouse event. Default no. + window.acceptsMouseMovedEvents = false + + // Center main window + window.center() + + // Configure CCFileUtils to work with SpriteBuilder + CCBReader.configureCCFileUtils() + + CCPackageManager.sharedManager().loadPackages() + + director.runWithScene(CCBReader.loadAsScene("MainScene")) + } + + func applicationShouldTerminateAfterLastWindowClosed(theApplication: NSApplication) -> Bool { + return true; + } + + func applicationWillTerminate(aNotification: NSNotification) { + CCPackageManager.sharedManager().savePackages() + CCDirector.sharedDirector().stopAnimation() // required to fix stream of GL errors on shutdown + } +} diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.h b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.h index 56ad761c8..4b5dc67e5 100755 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.h +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.h @@ -26,7 +26,7 @@ #import #import "cocos2d.h" -@interface AppController : CCAppDelegate +@interface AppDelegate : CCAppDelegate { } diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.m b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.m index 8bb157156..ee99db51b 100755 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.m +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.m @@ -28,7 +28,7 @@ #import "AppDelegate.h" #import "CCBuilderReader.h" -@implementation AppController +@implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift index afd6207ab..158935760 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift @@ -1,9 +1,73 @@ -// -// AppDelegate.swift -// PROJECTNAME -// -// Created by Steffen Itterheim on 12/02/15. -// Copyright (c) 2015 Apportable. All rights reserved. -// +/* +* SpriteBuilder: http://www.spritebuilder.org +* +* Copyright (c) 2012 Zynga Inc. +* Copyright (c) 2013 Apportable Inc. +* +* Permission is hereby granted, free of charge, to any person obtaining a copy +* of this software and associated documentation files (the "Software"), to deal +* in the Software without restriction, including without limitation the rights +* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +* copies of the Software, and to permit persons to whom the Software is +* furnished to do so, subject to the following conditions: +* +* The above copyright notice and this permission notice shall be included in +* all copies or substantial portions of the Software. +* +* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +* THE SOFTWARE. +*/ import Foundation + +@UIApplicationMain +class AppDelegate : CCAppDelegate +{ + override func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { + // Configure Cocos2d with the options set in SpriteBuilder + + // TODO: add support for Published-Android support + var configPath = NSBundle.mainBundle().resourcePath! + configPath = configPath.stringByAppendingPathComponent("Published-iOS") + configPath = configPath.stringByAppendingPathComponent("configCocos2d.plist") + + let cocos2dSetup = NSMutableDictionary(contentsOfFile: configPath) + + // Note: this needs to happen before configureCCFileUtils is called, because we need apportable to correctly setup the screen scale factor. + #if APPORTABLE + if cocos2dSetup[CCSetupScreenMode] == CCScreenModeFixed { + UIScreen.mainScreen().currentMode() = UIScreenMode.emulatedMode(UIScreenAspectFitEmulationMode) + } + else { + UIScreen.mainScreen().currentMode() = UIScreenMode.emulatedMode(UIScreenScaledAspectFitEmulationMode) + } + #endif + + // Configure CCFileUtils to work with SpriteBuilder + CCBReader.configureCCFileUtils() + + // Do any extra configuration of Cocos2d here (the example line changes the pixel format for faster rendering, but with less colors) + //cocos2dSetup[CCConfigPixelFormat] = kEAGLColorFormatRGB565 + + setupCocos2dWithOptions(cocos2dSetup) + + return true + } + + override func startScene() -> CCScene { + return CCBReader.loadAsScene("MainScene") + } + + // example override of UIApplicationDelegate method - be sure to call super! + override func applicationWillResignActive(application : UIApplication) { + // let CCAppDelegate handle default behavior + super.applicationWillResignActive(application) + + // add your code here... + } +} diff --git a/Support/PROJECTNAME.spritebuilder/Source/Resources/Platforms/Mac/MainMenu.xib b/Support/PROJECTNAME.spritebuilder/Source/Resources/Platforms/Mac/MainMenu.xib index 2aca403d3..db85eb998 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Resources/Platforms/Mac/MainMenu.xib +++ b/Support/PROJECTNAME.spritebuilder/Source/Resources/Platforms/Mac/MainMenu.xib @@ -1,7 +1,7 @@ - + - + @@ -11,7 +11,7 @@ - + @@ -670,7 +670,7 @@ - + From f5522508508a021676bfbb846fb4653f22481f32 Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Tue, 3 Mar 2015 11:47:01 +0100 Subject: [PATCH 06/28] fix #1393 - Mac: size of window does not take into account title bar height, view cut off at top --- .../Source/Platforms/Mac/AppDelegate.m | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m index ab740abe9..230ffb3f7 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m @@ -8,6 +8,14 @@ @interface AppDelegate () @implementation AppDelegate +- (float)titleBarHeight +{ + NSRect frame = NSMakeRect (0, 0, 200, 200); + NSRect contentRect; + contentRect = [NSWindow contentRectForFrameRect:frame styleMask:NSTitledWindowMask]; + return (frame.size.height - contentRect.size.height); +} + - (void)applicationDidFinishLaunching:(NSNotification *)aNotification { CCDirectorMac *director = (CCDirectorMac*)[CCDirector sharedDirector]; @@ -17,8 +25,8 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification // Set a default window size CGSize defaultSize = CGSizeMake(480.0f, 320.0f); - [_window setFrame:CGRectMake(0.0f, 0.0f, defaultSize.width, defaultSize.height) display:true animate:false]; - _glView.frame = _window.frame; + [_window setFrame:CGRectMake(0, 0, defaultSize.width, defaultSize.height + [self titleBarHeight]) display:true animate:false]; + [_glView setFrame:CGRectMake(0, 0, defaultSize.width, defaultSize.height)]; // connect the OpenGL view with the director director.view = _glView; From c4705e1905e5bf5ce862267a3c82a7aebf8f8c26 Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Thu, 12 Feb 2015 13:58:08 +0100 Subject: [PATCH 07/28] fix some classes not autocompleting in Swift, updated template --- .../Source/Bridging-Header.h | 24 +++++++++++++++---- .../Source/MainScene.m | 4 ++++ .../Source/MainScene.swift | 4 ++++ 3 files changed, 27 insertions(+), 5 deletions(-) diff --git a/Support/PROJECTNAME.spritebuilder/Source/Bridging-Header.h b/Support/PROJECTNAME.spritebuilder/Source/Bridging-Header.h index d39e6e835..02035ee72 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Bridging-Header.h +++ b/Support/PROJECTNAME.spritebuilder/Source/Bridging-Header.h @@ -1,15 +1,29 @@ #import "cocos2d.h" -#import "cocos2d-ui.h" + // Imported explicitly and with relative path. // Class would otherwise be available but not autocompleting/syntax-highlighting. // Perhaps an Xcode bug? + +#import "libs/cocos2d-iphone/cocos2d/CCMotionStreak.h" +#import "libs/cocos2d-iphone/cocos2d/CCNodeColor.h" +#import "libs/cocos2d-iphone/cocos2d/CCPackage.h" +#import "libs/cocos2d-iphone/cocos2d/CCPackageHelper.h" +#import "libs/cocos2d-iphone/cocos2d/CCPackageManager.h" +#import "libs/cocos2d-iphone/cocos2d/CCPackageManagerDelegate.h" +#import "libs/cocos2d-iphone/cocos2d/CCParallaxNode.h" +#import "libs/cocos2d-iphone/cocos2d/CCParticleSystem.h" +#import "libs/cocos2d-iphone/cocos2d/CCPhysicsBody.h" +#import "libs/cocos2d-iphone/cocos2d/CCPhysicsNode.h" + +//#import "libs/cocos2d-iphone/cocos2d/Platforms/iOS/CCAppDelegate.h" +//#import "libs/cocos2d-iphone/cocos2d/Platforms/iOS/CCMetalView.h" #import "libs/cocos2d-iphone/cocos2d/Support/CCColor.h" + +#import "libs/cocos2d-iphone/cocos2d-ui/cocos2d-ui.h" #import "libs/cocos2d-iphone/cocos2d-ui/CCBReader/CCBReader.h" -#import "libs/cocos2d-iphone/cocos2d-ui/CCControl.h" -#import "libs/cocos2d-iphone/cocos2d-ui/CCButton.h" -#import "libs/cocos2d-iphone/cocos2d-ui/CCSlider.h" -#import "libs/cocos2d-iphone/cocos2d-ui/CCTextField.h" +#import "libs/cocos2d-iphone/cocos2d-ui/CCBReader/CCAnimationManager.h" + #import "libs/cocos2d-iphone/external/ObjectAL/ObjectAL/ObjectAL/ObjectAL.h" #import "libs/cocos2d-iphone/external/ObjectAL/ObjectAL/ObjectAL/AudioTrack/OALAudioTrack.h" #import "libs/cocos2d-iphone/external/ObjectAL/ObjectAL/ObjectAL/AudioTrack/OALAudioTracks.h" diff --git a/Support/PROJECTNAME.spritebuilder/Source/MainScene.m b/Support/PROJECTNAME.spritebuilder/Source/MainScene.m index fbd20d648..7670d51e1 100755 --- a/Support/PROJECTNAME.spritebuilder/Source/MainScene.m +++ b/Support/PROJECTNAME.spritebuilder/Source/MainScene.m @@ -2,4 +2,8 @@ @implementation MainScene +// called after CCBReader finished loading the node +-(void) didLoadFromCCB { +} + @end diff --git a/Support/PROJECTNAME.spritebuilder/Source/MainScene.swift b/Support/PROJECTNAME.spritebuilder/Source/MainScene.swift index 4a0000dea..f123838a2 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/MainScene.swift +++ b/Support/PROJECTNAME.spritebuilder/Source/MainScene.swift @@ -2,4 +2,8 @@ import Foundation class MainScene: CCNode { + // called after CCBReader finished loading the node + func didLoadFromCCB() { + } + } From 3d74f9b7d88d2b66bea8b77827ce627271d84dfe Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Thu, 12 Feb 2015 16:59:39 +0100 Subject: [PATCH 08/28] fixed template project's "Source" group not pointing to the Source folder --- .../PROJECTNAME.xcodeproj/project.pbxproj | 145 ++++++++---------- 1 file changed, 68 insertions(+), 77 deletions(-) diff --git a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj index 7ebb6c754..1409367b8 100755 --- a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj +++ b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj @@ -136,41 +136,6 @@ remoteGlobalIDString = 7A4037A819E37038007B6E8F; remoteInfo = "cocos2d-mac"; }; - 7A97910519E62E4C001FFC4D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B7378940180761A80076A88C /* cocos2d.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = 5BF32679195F8D8800D9A51A; - remoteInfo = cocos2dJava; - }; - 7A97910F19E6319A001FFC4D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B7378940180761A80076A88C /* cocos2d.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = 5018F24C0DFDEAC400C013A5; - remoteInfo = "cocos2d-ios"; - }; - 7A97911519E631A1001FFC4D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B7378940180761A80076A88C /* cocos2d.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = 7A4037A719E37038007B6E8F; - remoteInfo = "cocos2d-mac"; - }; - 7A97911F19E63219001FFC4D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B7378940180761A80076A88C /* cocos2d.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = 5BF32679195F8D8800D9A51A; - remoteInfo = cocos2dJava; - }; - 7A97912119E6321C001FFC4D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B7378940180761A80076A88C /* cocos2d.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = D2FEB60D194F6C9E00FC0574; - remoteInfo = cocos2dAndroid; - }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ @@ -180,19 +145,19 @@ 5B121011197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121013197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121015197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - 5B12101B19748413004C1E1D /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = Source/Platforms/Android/java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; + 5B12101B19748413004C1E1D /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = Platforms/Android/java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; 5B121021197484A3004C1E1D /* PROJECTNAME Java.jar */ = {isa = PBXFileReference; explicitFileType = compiled.java.jar; includeInIndex = 0; path = "PROJECTNAME Java.jar"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5B12102E197484FA004C1E1D /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PROJECTIDENTIFIERActivity.h; path = Source/Platforms/Android/PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; - 5B12102F197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PROJECTIDENTIFIERActivity.m; path = Source/Platforms/Android/PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; + 5B12102E197484FA004C1E1D /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PROJECTIDENTIFIERActivity.h; path = Platforms/Android/PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; + 5B12102F197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PROJECTIDENTIFIERActivity.m; path = Platforms/Android/PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; 5B121033197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Android/Info.plist; sourceTree = ""; }; 5B121034197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/iOS/Info.plist; sourceTree = ""; }; 5BA4619E1974C88900785744 /* AndroidManifest.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = AndroidManifest.xml; path = Platforms/Android/AndroidManifest.xml; sourceTree = ""; }; - 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MainScene.swift; path = Source/MainScene.swift; sourceTree = ""; }; + 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MainScene.swift; path = MainScene.swift; sourceTree = ""; }; 7A4035FF19DDEE84007B6E8F /* PROJECTNAME Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PROJECTNAME Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 7A40360219DDEE84007B6E8F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Mac/Info.plist; sourceTree = ""; }; 7A40360319DDEE84007B6E8F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/Mac/main.m; sourceTree = ""; }; - 7A40360519DDEE84007B6E8F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Source/Platforms/Mac/AppDelegate.h; sourceTree = ""; }; - 7A40360619DDEE84007B6E8F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Source/Platforms/Mac/AppDelegate.m; sourceTree = ""; }; + 7A40360519DDEE84007B6E8F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/Mac/AppDelegate.h; sourceTree = ""; }; + 7A40360619DDEE84007B6E8F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/Mac/AppDelegate.m; sourceTree = ""; }; 7A4036F419DE3FA8007B6E8F /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AppKit.framework; sourceTree = DEVELOPER_DIR; }; 7A59493A19E37F9300F65F90 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework; sourceTree = DEVELOPER_DIR; }; 7A59493C19E37FB200F65F90 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/libz.dylib; sourceTree = DEVELOPER_DIR; }; @@ -213,8 +178,8 @@ B71F590F188484E7003F4D28 /* Settings.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Settings.png; path = Icons/Settings.png; sourceTree = ""; }; B71F5910188484E7003F4D28 /* Settings@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Settings@2x.png"; path = "Icons/Settings@2x.png"; sourceTree = ""; }; B737893A180761570076A88C /* Published-iOS */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Published-iOS"; path = "Source/Resources/Published-iOS"; sourceTree = SOURCE_ROOT; }; - B737893D1807617C0076A88C /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Source/Platforms/iOS/AppDelegate.h; sourceTree = ""; }; - B737893E1807617C0076A88C /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Source/Platforms/iOS/AppDelegate.m; sourceTree = ""; }; + B737893D1807617C0076A88C /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/iOS/AppDelegate.h; sourceTree = ""; }; + B737893E1807617C0076A88C /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/iOS/AppDelegate.m; sourceTree = ""; }; B7378940180761A80076A88C /* cocos2d.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2d.xcodeproj; path = "Source/libs/cocos2d-iphone/cocos2d.xcodeproj"; sourceTree = SOURCE_ROOT; }; B737896B180762440076A88C /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "Source/Resources/Default-568h@2x.png"; sourceTree = SOURCE_ROOT; }; B737896C180762440076A88C /* Default-Landscape~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-Landscape~ipad.png"; path = "Source/Resources/Default-Landscape~ipad.png"; sourceTree = SOURCE_ROOT; }; @@ -222,8 +187,8 @@ B737896E180762440076A88C /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default@2x.png"; path = "Source/Resources/Default@2x.png"; sourceTree = SOURCE_ROOT; }; B73789851807631A0076A88C /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/iOS/main.m; sourceTree = SOURCE_ROOT; }; B73789861807631A0076A88C /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Prefix.pch; path = Source/Prefix.pch; sourceTree = SOURCE_ROOT; }; - B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MainScene.h; path = Source/MainScene.h; sourceTree = ""; }; - B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MainScene.m; path = Source/MainScene.m; sourceTree = ""; }; + B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MainScene.h; path = MainScene.h; sourceTree = ""; }; + B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MainScene.m; path = MainScene.m; sourceTree = ""; }; B77F1B2E17B978D7009739AE /* PROJECTNAME.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PROJECTNAME.app; sourceTree = BUILT_PRODUCTS_DIR; }; B77F1B3117B978D7009739AE /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; B77F1B3317B978D7009739AE /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; @@ -241,7 +206,7 @@ BC5399D51A44DCC90063F482 /* GLActivityKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLActivityKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/GLActivityKit.framework"; sourceTree = ""; }; BC5399D61A44DCC90063F482 /* JavaFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaFoundation.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaFoundation.framework"; sourceTree = ""; }; BC5399D71A44DCC90063F482 /* JavaKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaKit.framework"; sourceTree = ""; }; - D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; name = MetalShaders; path = Source/MetalShaders; sourceTree = ""; }; + D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; name = MetalShaders; path = MetalShaders; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -481,6 +446,7 @@ D352B48019EC608A00829775 /* MetalShaders */, ); name = Source; + path = "Source"; sourceTree = ""; }; B73789911807667A0076A88C /* Icons */ = { @@ -593,7 +559,6 @@ buildRules = ( ); dependencies = ( - 7A97910619E62E4C001FFC4D /* PBXTargetDependency */, ); name = "PROJECTNAME Java"; productName = "PROJECTNAME Java"; @@ -611,7 +576,6 @@ buildRules = ( ); dependencies = ( - 7A97911619E631A1001FFC4D /* PBXTargetDependency */, ); name = "PROJECTNAME Mac"; productName = "PROJECTNAME Mac"; @@ -630,8 +594,6 @@ buildRules = ( ); dependencies = ( - 7A97912219E6321C001FFC4D /* PBXTargetDependency */, - 7A97912019E63219001FFC4D /* PBXTargetDependency */, 5B121032197485D1004C1E1D /* PBXTargetDependency */, ); name = "PROJECTNAME Android"; @@ -652,7 +614,6 @@ buildRules = ( ); dependencies = ( - 7A97911019E6319A001FFC4D /* PBXTargetDependency */, ); name = "PROJECTNAME iOS"; productName = Example; @@ -687,6 +648,7 @@ knownRegions = ( en, Base, + English, ); mainGroup = B77F1B2517B978D7009739AE; productRefGroup = B77F1B2F17B978D7009739AE /* Products */; @@ -724,7 +686,7 @@ }; 7A97910219E62E40001FFC4D /* cocos2dJava.jar */ = { isa = PBXReferenceProxy; - fileType = archive.jar; + fileType = compiled.java.jar; path = cocos2dJava.jar; remoteRef = 7A97910119E62E40001FFC4D /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; @@ -901,31 +863,6 @@ target = 5B121020197484A3004C1E1D /* PROJECTNAME Java */; targetProxy = 5B121031197485D1004C1E1D /* PBXContainerItemProxy */; }; - 7A97910619E62E4C001FFC4D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = cocos2dJava; - targetProxy = 7A97910519E62E4C001FFC4D /* PBXContainerItemProxy */; - }; - 7A97911019E6319A001FFC4D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "cocos2d-ios"; - targetProxy = 7A97910F19E6319A001FFC4D /* PBXContainerItemProxy */; - }; - 7A97911619E631A1001FFC4D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "cocos2d-mac"; - targetProxy = 7A97911519E631A1001FFC4D /* PBXContainerItemProxy */; - }; - 7A97912019E63219001FFC4D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = cocos2dJava; - targetProxy = 7A97911F19E63219001FFC4D /* PBXContainerItemProxy */; - }; - 7A97912219E6321C001FFC4D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = cocos2dAndroid; - targetProxy = 7A97912119E6321C001FFC4D /* PBXContainerItemProxy */; - }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ @@ -1030,6 +967,16 @@ ); INFOPLIST_FILE = Source/Resources/Platforms/Mac/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glew/lib/Release/Win32", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glfw/lib-msvc100", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libGLEW/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libglfw/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/ObjectAL/ObjectAL/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/SSZipArchive/build/Release", + ); MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = YES; OTHER_LDFLAGS = ( @@ -1074,6 +1021,16 @@ ); INFOPLIST_FILE = Source/Resources/Platforms/Mac/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glew/lib/Release/Win32", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glfw/lib-msvc100", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libGLEW/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libglfw/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/ObjectAL/ObjectAL/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/SSZipArchive/build/Release", + ); MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = NO; OTHER_LDFLAGS = ( @@ -1118,6 +1075,13 @@ LIBRARY_SEARCH_PATHS = ( "$(inherited)", "$(SDKROOT)/usr/lib/armv7a", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glew/lib/Release/Win32", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glfw/lib-msvc100", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libGLEW/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libglfw/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/ObjectAL/ObjectAL/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/SSZipArchive/build/Release", ); ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = ( @@ -1166,6 +1130,13 @@ LIBRARY_SEARCH_PATHS = ( "$(inherited)", "$(SDKROOT)/usr/lib/armv7a", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glew/lib/Release/Win32", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glfw/lib-msvc100", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libGLEW/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libglfw/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/ObjectAL/ObjectAL/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/SSZipArchive/build/Release", ); OTHER_LDFLAGS = ( "-lz", @@ -1269,6 +1240,16 @@ INFOPLIST_FILE = Source/Resources/Platforms/iOS/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 7.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glew/lib/Release/Win32", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glfw/lib-msvc100", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libGLEW/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libglfw/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/ObjectAL/ObjectAL/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/SSZipArchive/build/Release", + ); ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = ( "-lz", @@ -1303,6 +1284,16 @@ INFOPLIST_FILE = Source/Resources/Platforms/iOS/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 7.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glew/lib/Release/Win32", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glfw/lib-msvc100", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libGLEW/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libglfw/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/ObjectAL/ObjectAL/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/SSZipArchive/build/Release", + ); OTHER_LDFLAGS = ( "-lz", "-ObjC", From 8b82718e79209562479038aba1f63dcf14359752 Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Thu, 12 Feb 2015 17:29:37 +0100 Subject: [PATCH 09/28] fixed a typo: XCode -> Xcode --- SpriteBuilder/ccBuilder/en.lproj/MainMenu.xib | 4 ++-- .../Source/Platforms/Mac/AppDelegate.swift | 9 +++++++++ .../Source/Platforms/iOS/AppDelegate.swift | 9 +++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift create mode 100644 Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift diff --git a/SpriteBuilder/ccBuilder/en.lproj/MainMenu.xib b/SpriteBuilder/ccBuilder/en.lproj/MainMenu.xib index 149e1606d..4d671387e 100644 --- a/SpriteBuilder/ccBuilder/en.lproj/MainMenu.xib +++ b/SpriteBuilder/ccBuilder/en.lproj/MainMenu.xib @@ -1,5 +1,5 @@ - + @@ -221,7 +221,7 @@ - + diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift new file mode 100644 index 000000000..afd6207ab --- /dev/null +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift @@ -0,0 +1,9 @@ +// +// AppDelegate.swift +// PROJECTNAME +// +// Created by Steffen Itterheim on 12/02/15. +// Copyright (c) 2015 Apportable. All rights reserved. +// + +import Foundation diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift new file mode 100644 index 000000000..afd6207ab --- /dev/null +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift @@ -0,0 +1,9 @@ +// +// AppDelegate.swift +// PROJECTNAME +// +// Created by Steffen Itterheim on 12/02/15. +// Copyright (c) 2015 Apportable. All rights reserved. +// + +import Foundation From e6e9a2d152c7ba595c9633ce0179318be1c3a49a Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Thu, 12 Feb 2015 19:21:07 +0100 Subject: [PATCH 10/28] updated project creator to support new Swift AppDelegates and Mac target fixes --- SpriteBuilder/ccBuilder/CCBProjectCreator.m | 31 +++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/SpriteBuilder/ccBuilder/CCBProjectCreator.m b/SpriteBuilder/ccBuilder/CCBProjectCreator.m index 4a3f1decc..b5fd80d2d 100644 --- a/SpriteBuilder/ccBuilder/CCBProjectCreator.m +++ b/SpriteBuilder/ccBuilder/CCBProjectCreator.m @@ -97,12 +97,17 @@ -(BOOL) createDefaultProjectAtPath:(NSString*)fileName engine:(CCBTargetEngine)e inFile:pbxprojFile search:@"MACOSX_DEPLOYMENT_TARGET = 10.10"]; [self removeLinesMatching:@".*MainScene[.]swift.*" inFile:pbxprojFile]; - filesToRemove = @[@"Source/MainScene.swift"]; + [self removeLinesMatching:@".*AppDelegate[.]swift.*" inFile:pbxprojFile]; + filesToRemove = @[@"Source/MainScene.swift", @"Source/Platforms/iOS/AppDelegate.swift", @"Source/Platforms/Mac/AppDelegate.swift"]; } else if (programmingLanguage == CCBProgrammingLanguageSwift) { [self removeLinesMatching:@".*MainScene[.][hm].*" inFile:pbxprojFile]; - filesToRemove = @[@"Source/MainScene.h", @"Source/MainScene.m"]; + [self removeLinesMatching:@".*AppDelegate[.][hm].*" inFile:pbxprojFile]; + [self removeLinesMatching:@".*main[.][m].*" inFile:pbxprojFile]; + filesToRemove = @[@"Source/MainScene.h", @"Source/MainScene.m", + @"Source/Platforms/iOS/AppDelegate.h", @"Source/Platforms/iOS/AppDelegate.m", @"Source/Platforms/iOS/main.m", + @"Source/Platforms/Mac/AppDelegate.h", @"Source/Platforms/Mac/AppDelegate.m", @"Source/Platforms/Mac/main.m"]; } for (NSString *file in filesToRemove) @@ -157,6 +162,12 @@ -(BOOL) createDefaultProjectAtPath:(NSString*)fileName engine:(CCBTargetEngine)e // Update Mac Xib file NSString* xibFileName = [parentPath stringByAppendingPathComponent:@"Source/Resources/Platforms/Mac/MainMenu.xib"]; + if (programmingLanguage == CCBProgrammingLanguageObjectiveC) + { + // this fixes the ObjC Mac target not being able to "find" the AppDelegate class + // CAUTION: This has to be performed *before* the substitutions below as it includes PROJECTNAME in the search string + [self removeAppDelegateModuleAndTargetFromXib:xibFileName]; + } [self setName:identifier inFile:xibFileName search:substitutableProjectIdentifier]; [self setName:projName inFile:xibFileName search:substitutableProjectName]; @@ -235,4 +246,20 @@ - (void) removeLinesMatching:(NSString*)pattern inFile:(NSString*)fileName [updatedFileData writeToFile:fileName atomically:YES]; } +-(void) removeAppDelegateModuleAndTargetFromXib:(NSString*)xibFileName +{ + // this fixes the ObjC Mac target not being able to "find" the AppDelegate class because the Xib specified a custom module and target, + // which coincidentally is necessary for the Mac target in Swift to find the AppDelegate - so best solution was to setup Main.xib so + // that it works with Swift and removing the module & target for ObjC projects + NSData *fileData = [NSData dataWithContentsOfFile:xibFileName]; + NSString *fileString = [[NSString alloc] initWithData:fileData encoding:NSUTF8StringEncoding]; + + NSString* searchFor = @"customClass=\"AppDelegate\" customModule=\"PROJECTNAME\" customModuleProvider=\"target\""; + NSString* replaceWith = @"customClass=\"AppDelegate\""; + fileString = [fileString stringByReplacingOccurrencesOfString:searchFor withString:replaceWith]; + + NSData *updatedFileData = [fileString dataUsingEncoding:NSUTF8StringEncoding]; + [updatedFileData writeToFile:xibFileName atomically:YES]; +} + @end From 0b0663e169182ce9849127ceb72036e3c24e3fa7 Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Thu, 12 Feb 2015 19:21:46 +0100 Subject: [PATCH 11/28] added Swift AppDelegate files to SB project template --- .../PROJECTNAME.xcodeproj/project.pbxproj | 123 +++++++++--------- .../Source/Platforms/Mac/AppDelegate.m | 24 ++-- .../Source/Platforms/Mac/AppDelegate.swift | 49 +++++++ .../Source/Platforms/iOS/AppDelegate.h | 2 +- .../Source/Platforms/iOS/AppDelegate.m | 2 +- .../Source/Platforms/iOS/AppDelegate.swift | 78 ++++++++++- .../Resources/Platforms/Mac/MainMenu.xib | 8 +- 7 files changed, 204 insertions(+), 82 deletions(-) diff --git a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj index 1409367b8..be9493c60 100755 --- a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj +++ b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj @@ -7,9 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 5B12102A197484DD004C1E1D /* PROJECTIDENTIFIERActivity.java in Sources */ = {isa = PBXBuildFile; fileRef = 5B12101B19748413004C1E1D /* PROJECTIDENTIFIERActivity.java */; }; - 5B121030197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B12102F197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m */; }; - 5B121038197487F2004C1E1D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B737893E1807617C0076A88C /* AppDelegate.m */; }; 7A046D7919E84ED5004C4763 /* MainScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A046D7519E84C36004C4763 /* MainScene.swift */; }; 7A046D8C19E8A20E004C4763 /* MainScene.m in Sources */ = {isa = PBXBuildFile; fileRef = B7378993180767190076A88C /* MainScene.m */; }; 7A10CE5619F32FB0001673C3 /* MainScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A046D7519E84C36004C4763 /* MainScene.swift */; }; @@ -42,7 +39,6 @@ 7A59493B19E37F9300F65F90 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A59493A19E37F9300F65F90 /* OpenGL.framework */; }; 7A59493D19E37FB200F65F90 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A59493C19E37FB200F65F90 /* libz.dylib */; }; 7A59498B19E38E4A00F65F90 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7A59498A19E38E4A00F65F90 /* MainMenu.xib */; }; - 7A59498E19E3941300F65F90 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A40360619DDEE84007B6E8F /* AppDelegate.m */; }; 7A97910819E62F84001FFC4D /* libcocos2dAndroid.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A97910019E62E40001FFC4D /* libcocos2dAndroid.a */; }; 7A97911719E631C6001FFC4D /* libcocos2d-mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A97910419E62E40001FFC4D /* libcocos2d-mac.a */; }; 7A97911819E631CD001FFC4D /* libcocos2d.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A9790FE19E62E40001FFC4D /* libcocos2d.a */; }; @@ -98,6 +94,10 @@ BC5399DB1A44DCC90063F482 /* JavaFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC5399D61A44DCC90063F482 /* JavaFoundation.framework */; }; BC5399DC1A44DCC90063F482 /* JavaKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC5399D71A44DCC90063F482 /* JavaKit.framework */; }; BCD00A8C1A44E83400DA5AD0 /* CoreJava.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC5399D41A44DCC90063F482 /* CoreJava.framework */; }; + DC104EC41A8D061F004DF1DA /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DC104EBC1A8D061F004DF1DA /* AppDelegate.m */; }; + DC104ECE1A8D0684004DF1DA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC104ECD1A8D0684004DF1DA /* AppDelegate.swift */; }; + DC104ED01A8D06C6004DF1DA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC104ECF1A8D06C6004DF1DA /* AppDelegate.swift */; }; + DC104EFC1A8D0D8D004DF1DA /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DC104EC01A8D061F004DF1DA /* AppDelegate.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -145,19 +145,14 @@ 5B121011197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121013197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121015197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - 5B12101B19748413004C1E1D /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = Platforms/Android/java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; 5B121021197484A3004C1E1D /* PROJECTNAME Java.jar */ = {isa = PBXFileReference; explicitFileType = compiled.java.jar; includeInIndex = 0; path = "PROJECTNAME Java.jar"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5B12102E197484FA004C1E1D /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PROJECTIDENTIFIERActivity.h; path = Platforms/Android/PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; - 5B12102F197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PROJECTIDENTIFIERActivity.m; path = Platforms/Android/PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; 5B121033197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Android/Info.plist; sourceTree = ""; }; 5B121034197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/iOS/Info.plist; sourceTree = ""; }; 5BA4619E1974C88900785744 /* AndroidManifest.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = AndroidManifest.xml; path = Platforms/Android/AndroidManifest.xml; sourceTree = ""; }; - 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MainScene.swift; path = MainScene.swift; sourceTree = ""; }; + 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainScene.swift; sourceTree = ""; }; 7A4035FF19DDEE84007B6E8F /* PROJECTNAME Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PROJECTNAME Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 7A40360219DDEE84007B6E8F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Mac/Info.plist; sourceTree = ""; }; 7A40360319DDEE84007B6E8F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/Mac/main.m; sourceTree = ""; }; - 7A40360519DDEE84007B6E8F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/Mac/AppDelegate.h; sourceTree = ""; }; - 7A40360619DDEE84007B6E8F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/Mac/AppDelegate.m; sourceTree = ""; }; 7A4036F419DE3FA8007B6E8F /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AppKit.framework; sourceTree = DEVELOPER_DIR; }; 7A59493A19E37F9300F65F90 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework; sourceTree = DEVELOPER_DIR; }; 7A59493C19E37FB200F65F90 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/libz.dylib; sourceTree = DEVELOPER_DIR; }; @@ -178,8 +173,6 @@ B71F590F188484E7003F4D28 /* Settings.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Settings.png; path = Icons/Settings.png; sourceTree = ""; }; B71F5910188484E7003F4D28 /* Settings@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Settings@2x.png"; path = "Icons/Settings@2x.png"; sourceTree = ""; }; B737893A180761570076A88C /* Published-iOS */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Published-iOS"; path = "Source/Resources/Published-iOS"; sourceTree = SOURCE_ROOT; }; - B737893D1807617C0076A88C /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/iOS/AppDelegate.h; sourceTree = ""; }; - B737893E1807617C0076A88C /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/iOS/AppDelegate.m; sourceTree = ""; }; B7378940180761A80076A88C /* cocos2d.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2d.xcodeproj; path = "Source/libs/cocos2d-iphone/cocos2d.xcodeproj"; sourceTree = SOURCE_ROOT; }; B737896B180762440076A88C /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "Source/Resources/Default-568h@2x.png"; sourceTree = SOURCE_ROOT; }; B737896C180762440076A88C /* Default-Landscape~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-Landscape~ipad.png"; path = "Source/Resources/Default-Landscape~ipad.png"; sourceTree = SOURCE_ROOT; }; @@ -187,8 +180,8 @@ B737896E180762440076A88C /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default@2x.png"; path = "Source/Resources/Default@2x.png"; sourceTree = SOURCE_ROOT; }; B73789851807631A0076A88C /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/iOS/main.m; sourceTree = SOURCE_ROOT; }; B73789861807631A0076A88C /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Prefix.pch; path = Source/Prefix.pch; sourceTree = SOURCE_ROOT; }; - B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MainScene.h; path = MainScene.h; sourceTree = ""; }; - B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MainScene.m; path = MainScene.m; sourceTree = ""; }; + B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainScene.h; sourceTree = ""; }; + B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainScene.m; sourceTree = ""; }; B77F1B2E17B978D7009739AE /* PROJECTNAME.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PROJECTNAME.app; sourceTree = BUILT_PRODUCTS_DIR; }; B77F1B3117B978D7009739AE /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; B77F1B3317B978D7009739AE /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; @@ -206,7 +199,16 @@ BC5399D51A44DCC90063F482 /* GLActivityKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLActivityKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/GLActivityKit.framework"; sourceTree = ""; }; BC5399D61A44DCC90063F482 /* JavaFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaFoundation.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaFoundation.framework"; sourceTree = ""; }; BC5399D71A44DCC90063F482 /* JavaKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaKit.framework"; sourceTree = ""; }; - D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; name = MetalShaders; path = MetalShaders; sourceTree = ""; }; + D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; path = MetalShaders; sourceTree = ""; }; + DC104EB71A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; + DC104EB81A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; + DC104EB91A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; + DC104EBB1A8D061F004DF1DA /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + DC104EBC1A8D061F004DF1DA /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + DC104EBF1A8D061F004DF1DA /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + DC104EC01A8D061F004DF1DA /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + DC104ECD1A8D0684004DF1DA /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + DC104ECF1A8D06C6004DF1DA /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -318,35 +320,6 @@ path = "drawable-xxhdpi"; sourceTree = ""; }; - 7A40362019DDEF0D007B6E8F /* Platforms */ = { - isa = PBXGroup; - children = ( - 7A40362119DDF08C007B6E8F /* iOS */, - 7A40362219DDF090007B6E8F /* Android */, - 7A9791C019E6FAC5001FFC4D /* Mac */, - ); - name = Platforms; - sourceTree = ""; - }; - 7A40362119DDF08C007B6E8F /* iOS */ = { - isa = PBXGroup; - children = ( - B737893D1807617C0076A88C /* AppDelegate.h */, - B737893E1807617C0076A88C /* AppDelegate.m */, - ); - name = iOS; - sourceTree = ""; - }; - 7A40362219DDF090007B6E8F /* Android */ = { - isa = PBXGroup; - children = ( - 5B12101B19748413004C1E1D /* PROJECTIDENTIFIERActivity.java */, - 5B12102E197484FA004C1E1D /* PROJECTIDENTIFIERActivity.h */, - 5B12102F197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m */, - ); - name = Android; - sourceTree = ""; - }; 7A40365D19DDF896007B6E8F /* Platforms */ = { isa = PBXGroup; children = ( @@ -419,15 +392,6 @@ name = Products; sourceTree = ""; }; - 7A9791C019E6FAC5001FFC4D /* Mac */ = { - isa = PBXGroup; - children = ( - 7A40360519DDEE84007B6E8F /* AppDelegate.h */, - 7A40360619DDEE84007B6E8F /* AppDelegate.m */, - ); - name = Mac; - sourceTree = ""; - }; 9222E2B918734FF800A246C7 /* libs */ = { isa = PBXGroup; children = ( @@ -439,14 +403,13 @@ B737893C1807616C0076A88C /* Source */ = { isa = PBXGroup; children = ( - 7A40362019DDEF0D007B6E8F /* Platforms */, + DC104EB11A8D061F004DF1DA /* Platforms */, B7378992180767190076A88C /* MainScene.h */, B7378993180767190076A88C /* MainScene.m */, 7A046D7519E84C36004C4763 /* MainScene.swift */, D352B48019EC608A00829775 /* MetalShaders */, ); - name = Source; - path = "Source"; + path = Source; sourceTree = ""; }; B73789911807667A0076A88C /* Icons */ = { @@ -546,6 +509,46 @@ name = "Supporting Files"; sourceTree = ""; }; + DC104EB11A8D061F004DF1DA /* Platforms */ = { + isa = PBXGroup; + children = ( + DC104EB21A8D061F004DF1DA /* Android */, + DC104EBA1A8D061F004DF1DA /* iOS */, + DC104EBE1A8D061F004DF1DA /* Mac */, + ); + path = Platforms; + sourceTree = ""; + }; + DC104EB21A8D061F004DF1DA /* Android */ = { + isa = PBXGroup; + children = ( + DC104EB71A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.java */, + DC104EB81A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.h */, + DC104EB91A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.m */, + ); + path = Android; + sourceTree = ""; + }; + DC104EBA1A8D061F004DF1DA /* iOS */ = { + isa = PBXGroup; + children = ( + DC104EBB1A8D061F004DF1DA /* AppDelegate.h */, + DC104EBC1A8D061F004DF1DA /* AppDelegate.m */, + DC104ECD1A8D0684004DF1DA /* AppDelegate.swift */, + ); + path = iOS; + sourceTree = ""; + }; + DC104EBE1A8D061F004DF1DA /* Mac */ = { + isa = PBXGroup; + children = ( + DC104EBF1A8D061F004DF1DA /* AppDelegate.h */, + DC104EC01A8D061F004DF1DA /* AppDelegate.m */, + DC104ECF1A8D06C6004DF1DA /* AppDelegate.swift */, + ); + path = Mac; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -820,7 +823,6 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5B12102A197484DD004C1E1D /* PROJECTIDENTIFIERActivity.java in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -828,10 +830,11 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + DC104ED01A8D06C6004DF1DA /* AppDelegate.swift in Sources */, 7A4036E819DE3F33007B6E8F /* MainScene.m in Sources */, 7A10CE5619F32FB0001673C3 /* MainScene.swift in Sources */, 7A40360419DDEE84007B6E8F /* main.m in Sources */, - 7A59498E19E3941300F65F90 /* AppDelegate.m in Sources */, + DC104EFC1A8D0D8D004DF1DA /* AppDelegate.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -840,7 +843,6 @@ buildActionMask = 2147483647; files = ( 927F619E196C771E000F43EF /* MainScene.m in Sources */, - 5B121030197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -851,7 +853,8 @@ B73789871807631A0076A88C /* main.m in Sources */, 7A046D8C19E8A20E004C4763 /* MainScene.m in Sources */, 7A046D7919E84ED5004C4763 /* MainScene.swift in Sources */, - 5B121038197487F2004C1E1D /* AppDelegate.m in Sources */, + DC104ECE1A8D0684004DF1DA /* AppDelegate.swift in Sources */, + DC104EC41A8D061F004DF1DA /* AppDelegate.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m index 735f041bd..ab740abe9 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m @@ -10,28 +10,28 @@ @implementation AppDelegate - (void)applicationDidFinishLaunching:(NSNotification *)aNotification { - CCDirectorMac *director = (CCDirectorMac*) [CCDirector sharedDirector]; + CCDirectorMac *director = (CCDirectorMac*)[CCDirector sharedDirector]; // enable FPS and SPF - // [director setDisplayStats:YES]; + // director.displayStats = YES; // Set a default window size - CGSize defaultWindowSize = CGSizeMake(480.0f, 320.0f); - [self.window setFrame:CGRectMake(0.0f, 0.0f, defaultWindowSize.width, defaultWindowSize.height) display:true animate:false]; - [self.glView setFrame:self.window.frame]; + CGSize defaultSize = CGSizeMake(480.0f, 320.0f); + [_window setFrame:CGRectMake(0.0f, 0.0f, defaultSize.width, defaultSize.height) display:true animate:false]; + _glView.frame = _window.frame; // connect the OpenGL view with the director - [director setView:self.glView]; + director.view = _glView; // 'Effects' don't work correctly when autoscale is turned on. // Use kCCDirectorResize_NoScale if you don't want auto-scaling. - //[director setResizeMode:kCCDirectorResize_NoScale]; + //director.resizeMode = kCCDirectorResize_NoScale; // Enable "moving" mouse event. Default no. - [self.window setAcceptsMouseMovedEvents:NO]; + _window.acceptsMouseMovedEvents = NO; // Center main window - [self.window center]; + [_window center]; // Configure CCFileUtils to work with SpriteBuilder [CCBReader configureCCFileUtils]; @@ -41,9 +41,15 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification [director runWithScene:[CCBReader loadAsScene:@"MainScene"]]; } +- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)theApplication +{ + return YES; +} + - (void)applicationWillTerminate:(NSNotification *)aNotification { [[CCPackageManager sharedManager] savePackages]; + [[CCDirector sharedDirector] stopAnimation]; // required to fix stream of GL errors on shutdown } @end diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift index afd6207ab..20575e255 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift @@ -7,3 +7,52 @@ // import Foundation +import Cocoa + +@NSApplicationMain +class AppDelegate : NSObject, NSApplicationDelegate +{ + @IBOutlet weak var window : NSWindow! + @IBOutlet weak var glView : CCGLView! + + func applicationDidFinishLaunching(aNotification: NSNotification) { + var director : CCDirectorMac = CCDirector.sharedDirector() as CCDirectorMac + + // enable FPS and SPF + //director.displayStats = true + + // Set a default window size + var defaultSize = CGSize(width: 480.0, height: 320.0) + window.setFrame(CGRect(x: 0.0, y: 0.0, width: defaultSize.width, height: defaultSize.height), display: true, animate: false) + glView.frame = window.frame + + // connect the OpenGL view with the director + director.view = glView + + // 'Effects' don't work correctly when autoscale is turned on. + // Use kCCDirectorResize_NoScale if you don't want auto-scaling. + //director.resizeMode = kCCDirectorResize_NoScale + + // Enable "moving" mouse event. Default no. + window.acceptsMouseMovedEvents = false + + // Center main window + window.center() + + // Configure CCFileUtils to work with SpriteBuilder + CCBReader.configureCCFileUtils() + + CCPackageManager.sharedManager().loadPackages() + + director.runWithScene(CCBReader.loadAsScene("MainScene")) + } + + func applicationShouldTerminateAfterLastWindowClosed(theApplication: NSApplication) -> Bool { + return true; + } + + func applicationWillTerminate(aNotification: NSNotification) { + CCPackageManager.sharedManager().savePackages() + CCDirector.sharedDirector().stopAnimation() // required to fix stream of GL errors on shutdown + } +} diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.h b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.h index 56ad761c8..4b5dc67e5 100755 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.h +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.h @@ -26,7 +26,7 @@ #import #import "cocos2d.h" -@interface AppController : CCAppDelegate +@interface AppDelegate : CCAppDelegate { } diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.m b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.m index 8bb157156..ee99db51b 100755 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.m +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.m @@ -28,7 +28,7 @@ #import "AppDelegate.h" #import "CCBuilderReader.h" -@implementation AppController +@implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift index afd6207ab..158935760 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift @@ -1,9 +1,73 @@ -// -// AppDelegate.swift -// PROJECTNAME -// -// Created by Steffen Itterheim on 12/02/15. -// Copyright (c) 2015 Apportable. All rights reserved. -// +/* +* SpriteBuilder: http://www.spritebuilder.org +* +* Copyright (c) 2012 Zynga Inc. +* Copyright (c) 2013 Apportable Inc. +* +* Permission is hereby granted, free of charge, to any person obtaining a copy +* of this software and associated documentation files (the "Software"), to deal +* in the Software without restriction, including without limitation the rights +* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +* copies of the Software, and to permit persons to whom the Software is +* furnished to do so, subject to the following conditions: +* +* The above copyright notice and this permission notice shall be included in +* all copies or substantial portions of the Software. +* +* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +* THE SOFTWARE. +*/ import Foundation + +@UIApplicationMain +class AppDelegate : CCAppDelegate +{ + override func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { + // Configure Cocos2d with the options set in SpriteBuilder + + // TODO: add support for Published-Android support + var configPath = NSBundle.mainBundle().resourcePath! + configPath = configPath.stringByAppendingPathComponent("Published-iOS") + configPath = configPath.stringByAppendingPathComponent("configCocos2d.plist") + + let cocos2dSetup = NSMutableDictionary(contentsOfFile: configPath) + + // Note: this needs to happen before configureCCFileUtils is called, because we need apportable to correctly setup the screen scale factor. + #if APPORTABLE + if cocos2dSetup[CCSetupScreenMode] == CCScreenModeFixed { + UIScreen.mainScreen().currentMode() = UIScreenMode.emulatedMode(UIScreenAspectFitEmulationMode) + } + else { + UIScreen.mainScreen().currentMode() = UIScreenMode.emulatedMode(UIScreenScaledAspectFitEmulationMode) + } + #endif + + // Configure CCFileUtils to work with SpriteBuilder + CCBReader.configureCCFileUtils() + + // Do any extra configuration of Cocos2d here (the example line changes the pixel format for faster rendering, but with less colors) + //cocos2dSetup[CCConfigPixelFormat] = kEAGLColorFormatRGB565 + + setupCocos2dWithOptions(cocos2dSetup) + + return true + } + + override func startScene() -> CCScene { + return CCBReader.loadAsScene("MainScene") + } + + // example override of UIApplicationDelegate method - be sure to call super! + override func applicationWillResignActive(application : UIApplication) { + // let CCAppDelegate handle default behavior + super.applicationWillResignActive(application) + + // add your code here... + } +} diff --git a/Support/PROJECTNAME.spritebuilder/Source/Resources/Platforms/Mac/MainMenu.xib b/Support/PROJECTNAME.spritebuilder/Source/Resources/Platforms/Mac/MainMenu.xib index 2aca403d3..db85eb998 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Resources/Platforms/Mac/MainMenu.xib +++ b/Support/PROJECTNAME.spritebuilder/Source/Resources/Platforms/Mac/MainMenu.xib @@ -1,7 +1,7 @@ - + - + @@ -11,7 +11,7 @@ - + @@ -670,7 +670,7 @@ - + From 8e25f9a1956a2bc84c577b87c3d6d1386b9b86ff Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Tue, 3 Mar 2015 11:47:01 +0100 Subject: [PATCH 12/28] fix #1393 - Mac: size of window does not take into account title bar height, view cut off at top --- .../Source/Platforms/Mac/AppDelegate.m | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m index ab740abe9..230ffb3f7 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m @@ -8,6 +8,14 @@ @interface AppDelegate () @implementation AppDelegate +- (float)titleBarHeight +{ + NSRect frame = NSMakeRect (0, 0, 200, 200); + NSRect contentRect; + contentRect = [NSWindow contentRectForFrameRect:frame styleMask:NSTitledWindowMask]; + return (frame.size.height - contentRect.size.height); +} + - (void)applicationDidFinishLaunching:(NSNotification *)aNotification { CCDirectorMac *director = (CCDirectorMac*)[CCDirector sharedDirector]; @@ -17,8 +25,8 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification // Set a default window size CGSize defaultSize = CGSizeMake(480.0f, 320.0f); - [_window setFrame:CGRectMake(0.0f, 0.0f, defaultSize.width, defaultSize.height) display:true animate:false]; - _glView.frame = _window.frame; + [_window setFrame:CGRectMake(0, 0, defaultSize.width, defaultSize.height + [self titleBarHeight]) display:true animate:false]; + [_glView setFrame:CGRectMake(0, 0, defaultSize.width, defaultSize.height)]; // connect the OpenGL view with the director director.view = _glView; From 76d7cbb1991b559b71165315e4855bde6254dc2b Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Thu, 12 Feb 2015 16:59:39 +0100 Subject: [PATCH 13/28] fixed template project's "Source" group not pointing to the Source folder --- .../PROJECTNAME.xcodeproj/project.pbxproj | 27 +++++++++---------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj index be9493c60..6ae1b66b1 100755 --- a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj +++ b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj @@ -145,14 +145,19 @@ 5B121011197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121013197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121015197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; + 5B12101B19748413004C1E1D /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = Platforms/Android/java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; 5B121021197484A3004C1E1D /* PROJECTNAME Java.jar */ = {isa = PBXFileReference; explicitFileType = compiled.java.jar; includeInIndex = 0; path = "PROJECTNAME Java.jar"; sourceTree = BUILT_PRODUCTS_DIR; }; + 5B12102E197484FA004C1E1D /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PROJECTIDENTIFIERActivity.h; path = Platforms/Android/PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; + 5B12102F197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PROJECTIDENTIFIERActivity.m; path = Platforms/Android/PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; 5B121033197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Android/Info.plist; sourceTree = ""; }; 5B121034197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/iOS/Info.plist; sourceTree = ""; }; 5BA4619E1974C88900785744 /* AndroidManifest.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = AndroidManifest.xml; path = Platforms/Android/AndroidManifest.xml; sourceTree = ""; }; - 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainScene.swift; sourceTree = ""; }; + 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MainScene.swift; path = MainScene.swift; sourceTree = ""; }; 7A4035FF19DDEE84007B6E8F /* PROJECTNAME Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PROJECTNAME Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 7A40360219DDEE84007B6E8F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Mac/Info.plist; sourceTree = ""; }; 7A40360319DDEE84007B6E8F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/Mac/main.m; sourceTree = ""; }; + 7A40360519DDEE84007B6E8F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/Mac/AppDelegate.h; sourceTree = ""; }; + 7A40360619DDEE84007B6E8F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/Mac/AppDelegate.m; sourceTree = ""; }; 7A4036F419DE3FA8007B6E8F /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AppKit.framework; sourceTree = DEVELOPER_DIR; }; 7A59493A19E37F9300F65F90 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework; sourceTree = DEVELOPER_DIR; }; 7A59493C19E37FB200F65F90 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/libz.dylib; sourceTree = DEVELOPER_DIR; }; @@ -173,6 +178,8 @@ B71F590F188484E7003F4D28 /* Settings.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Settings.png; path = Icons/Settings.png; sourceTree = ""; }; B71F5910188484E7003F4D28 /* Settings@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Settings@2x.png"; path = "Icons/Settings@2x.png"; sourceTree = ""; }; B737893A180761570076A88C /* Published-iOS */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Published-iOS"; path = "Source/Resources/Published-iOS"; sourceTree = SOURCE_ROOT; }; + B737893D1807617C0076A88C /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/iOS/AppDelegate.h; sourceTree = ""; }; + B737893E1807617C0076A88C /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/iOS/AppDelegate.m; sourceTree = ""; }; B7378940180761A80076A88C /* cocos2d.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2d.xcodeproj; path = "Source/libs/cocos2d-iphone/cocos2d.xcodeproj"; sourceTree = SOURCE_ROOT; }; B737896B180762440076A88C /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "Source/Resources/Default-568h@2x.png"; sourceTree = SOURCE_ROOT; }; B737896C180762440076A88C /* Default-Landscape~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-Landscape~ipad.png"; path = "Source/Resources/Default-Landscape~ipad.png"; sourceTree = SOURCE_ROOT; }; @@ -180,8 +187,8 @@ B737896E180762440076A88C /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default@2x.png"; path = "Source/Resources/Default@2x.png"; sourceTree = SOURCE_ROOT; }; B73789851807631A0076A88C /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/iOS/main.m; sourceTree = SOURCE_ROOT; }; B73789861807631A0076A88C /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Prefix.pch; path = Source/Prefix.pch; sourceTree = SOURCE_ROOT; }; - B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainScene.h; sourceTree = ""; }; - B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainScene.m; sourceTree = ""; }; + B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MainScene.h; path = MainScene.h; sourceTree = ""; }; + B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MainScene.m; path = MainScene.m; sourceTree = ""; }; B77F1B2E17B978D7009739AE /* PROJECTNAME.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PROJECTNAME.app; sourceTree = BUILT_PRODUCTS_DIR; }; B77F1B3117B978D7009739AE /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; B77F1B3317B978D7009739AE /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; @@ -199,16 +206,7 @@ BC5399D51A44DCC90063F482 /* GLActivityKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLActivityKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/GLActivityKit.framework"; sourceTree = ""; }; BC5399D61A44DCC90063F482 /* JavaFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaFoundation.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaFoundation.framework"; sourceTree = ""; }; BC5399D71A44DCC90063F482 /* JavaKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaKit.framework"; sourceTree = ""; }; - D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; path = MetalShaders; sourceTree = ""; }; - DC104EB71A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; - DC104EB81A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; - DC104EB91A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; - DC104EBB1A8D061F004DF1DA /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - DC104EBC1A8D061F004DF1DA /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - DC104EBF1A8D061F004DF1DA /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - DC104EC01A8D061F004DF1DA /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - DC104ECD1A8D0684004DF1DA /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - DC104ECF1A8D06C6004DF1DA /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; name = MetalShaders; path = MetalShaders; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -409,7 +407,8 @@ 7A046D7519E84C36004C4763 /* MainScene.swift */, D352B48019EC608A00829775 /* MetalShaders */, ); - path = Source; + name = Source; + path = "Source"; sourceTree = ""; }; B73789911807667A0076A88C /* Icons */ = { From ca0a6f1d177ea84094585b658377645f313e16a0 Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Thu, 12 Feb 2015 19:21:46 +0100 Subject: [PATCH 14/28] added Swift AppDelegate files to SB project template --- .../PROJECTNAME.xcodeproj/project.pbxproj | 27 ++++++++++--------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj index 6ae1b66b1..be9493c60 100755 --- a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj +++ b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj @@ -145,19 +145,14 @@ 5B121011197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121013197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121015197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - 5B12101B19748413004C1E1D /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = Platforms/Android/java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; 5B121021197484A3004C1E1D /* PROJECTNAME Java.jar */ = {isa = PBXFileReference; explicitFileType = compiled.java.jar; includeInIndex = 0; path = "PROJECTNAME Java.jar"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5B12102E197484FA004C1E1D /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PROJECTIDENTIFIERActivity.h; path = Platforms/Android/PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; - 5B12102F197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PROJECTIDENTIFIERActivity.m; path = Platforms/Android/PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; 5B121033197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Android/Info.plist; sourceTree = ""; }; 5B121034197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/iOS/Info.plist; sourceTree = ""; }; 5BA4619E1974C88900785744 /* AndroidManifest.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = AndroidManifest.xml; path = Platforms/Android/AndroidManifest.xml; sourceTree = ""; }; - 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MainScene.swift; path = MainScene.swift; sourceTree = ""; }; + 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainScene.swift; sourceTree = ""; }; 7A4035FF19DDEE84007B6E8F /* PROJECTNAME Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PROJECTNAME Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 7A40360219DDEE84007B6E8F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Mac/Info.plist; sourceTree = ""; }; 7A40360319DDEE84007B6E8F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/Mac/main.m; sourceTree = ""; }; - 7A40360519DDEE84007B6E8F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/Mac/AppDelegate.h; sourceTree = ""; }; - 7A40360619DDEE84007B6E8F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/Mac/AppDelegate.m; sourceTree = ""; }; 7A4036F419DE3FA8007B6E8F /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AppKit.framework; sourceTree = DEVELOPER_DIR; }; 7A59493A19E37F9300F65F90 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework; sourceTree = DEVELOPER_DIR; }; 7A59493C19E37FB200F65F90 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/libz.dylib; sourceTree = DEVELOPER_DIR; }; @@ -178,8 +173,6 @@ B71F590F188484E7003F4D28 /* Settings.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Settings.png; path = Icons/Settings.png; sourceTree = ""; }; B71F5910188484E7003F4D28 /* Settings@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Settings@2x.png"; path = "Icons/Settings@2x.png"; sourceTree = ""; }; B737893A180761570076A88C /* Published-iOS */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Published-iOS"; path = "Source/Resources/Published-iOS"; sourceTree = SOURCE_ROOT; }; - B737893D1807617C0076A88C /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/iOS/AppDelegate.h; sourceTree = ""; }; - B737893E1807617C0076A88C /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/iOS/AppDelegate.m; sourceTree = ""; }; B7378940180761A80076A88C /* cocos2d.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2d.xcodeproj; path = "Source/libs/cocos2d-iphone/cocos2d.xcodeproj"; sourceTree = SOURCE_ROOT; }; B737896B180762440076A88C /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "Source/Resources/Default-568h@2x.png"; sourceTree = SOURCE_ROOT; }; B737896C180762440076A88C /* Default-Landscape~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-Landscape~ipad.png"; path = "Source/Resources/Default-Landscape~ipad.png"; sourceTree = SOURCE_ROOT; }; @@ -187,8 +180,8 @@ B737896E180762440076A88C /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default@2x.png"; path = "Source/Resources/Default@2x.png"; sourceTree = SOURCE_ROOT; }; B73789851807631A0076A88C /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/iOS/main.m; sourceTree = SOURCE_ROOT; }; B73789861807631A0076A88C /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Prefix.pch; path = Source/Prefix.pch; sourceTree = SOURCE_ROOT; }; - B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MainScene.h; path = MainScene.h; sourceTree = ""; }; - B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MainScene.m; path = MainScene.m; sourceTree = ""; }; + B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainScene.h; sourceTree = ""; }; + B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainScene.m; sourceTree = ""; }; B77F1B2E17B978D7009739AE /* PROJECTNAME.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PROJECTNAME.app; sourceTree = BUILT_PRODUCTS_DIR; }; B77F1B3117B978D7009739AE /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; B77F1B3317B978D7009739AE /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; @@ -206,7 +199,16 @@ BC5399D51A44DCC90063F482 /* GLActivityKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLActivityKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/GLActivityKit.framework"; sourceTree = ""; }; BC5399D61A44DCC90063F482 /* JavaFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaFoundation.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaFoundation.framework"; sourceTree = ""; }; BC5399D71A44DCC90063F482 /* JavaKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaKit.framework"; sourceTree = ""; }; - D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; name = MetalShaders; path = MetalShaders; sourceTree = ""; }; + D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; path = MetalShaders; sourceTree = ""; }; + DC104EB71A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; + DC104EB81A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; + DC104EB91A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; + DC104EBB1A8D061F004DF1DA /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + DC104EBC1A8D061F004DF1DA /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + DC104EBF1A8D061F004DF1DA /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + DC104EC01A8D061F004DF1DA /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + DC104ECD1A8D0684004DF1DA /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + DC104ECF1A8D06C6004DF1DA /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -407,8 +409,7 @@ 7A046D7519E84C36004C4763 /* MainScene.swift */, D352B48019EC608A00829775 /* MetalShaders */, ); - name = Source; - path = "Source"; + path = Source; sourceTree = ""; }; B73789911807667A0076A88C /* Icons */ = { From 91025e5e2d7423bc623b307f65bd9ef177a261c8 Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Wed, 4 Mar 2015 12:06:21 +0100 Subject: [PATCH 15/28] fix main trying to launch "AppController" instead of "AppDelegate" --- Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/main.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/main.m b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/main.m index 96472e3db..331013ee4 100755 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/main.m +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/main.m @@ -11,7 +11,7 @@ int main(int argc, char *argv[]) { @autoreleasepool { - int retVal = UIApplicationMain(argc, argv, nil, @"AppController"); + int retVal = UIApplicationMain(argc, argv, nil, @"AppDelegate"); return retVal; } } From 257137db96765a74a7a10b9d3106fe019eab240c Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Wed, 4 Mar 2015 12:06:39 +0100 Subject: [PATCH 16/28] update copyrights of appdelegate files --- .../Source/Platforms/Mac/AppDelegate.h | 25 +++++++++++++++ .../Source/Platforms/Mac/AppDelegate.m | 26 ++++++++++++++++ .../Source/Platforms/Mac/AppDelegate.swift | 31 ++++++++++++++----- .../Source/Platforms/iOS/AppDelegate.h | 2 +- .../Source/Platforms/iOS/AppDelegate.m | 2 +- .../Source/Platforms/iOS/AppDelegate.swift | 2 +- 6 files changed, 78 insertions(+), 10 deletions(-) diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.h b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.h index 330110826..099772479 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.h +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.h @@ -1,3 +1,28 @@ +/* + * SpriteBuilder: http://www.spritebuilder.org + * + * Copyright (c) 2012 Zynga Inc. + * Copyright (c) 2013-2015 Apportable Inc. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + */ + #import @interface AppDelegate : NSObject diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m index 230ffb3f7..281ec7b03 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m @@ -1,3 +1,28 @@ +/* + * SpriteBuilder: http://www.spritebuilder.org + * + * Copyright (c) 2012 Zynga Inc. + * Copyright (c) 2013-2015 Apportable Inc. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + */ + #import "AppDelegate.h" @interface AppDelegate () @@ -25,6 +50,7 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification // Set a default window size CGSize defaultSize = CGSizeMake(480.0f, 320.0f); + // window height must be extended by titleBarHeight to fully fit the view with its defaultSize in the window [_window setFrame:CGRectMake(0, 0, defaultSize.width, defaultSize.height + [self titleBarHeight]) display:true animate:false]; [_glView setFrame:CGRectMake(0, 0, defaultSize.width, defaultSize.height)]; diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift index 20575e255..6aadf1031 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift @@ -1,10 +1,27 @@ -// -// AppDelegate.swift -// PROJECTNAME -// -// Created by Steffen Itterheim on 12/02/15. -// Copyright (c) 2015 Apportable. All rights reserved. -// +/* +* SpriteBuilder: http://www.spritebuilder.org +* +* Copyright (c) 2012 Zynga Inc. +* Copyright (c) 2013-2015 Apportable Inc. +* +* Permission is hereby granted, free of charge, to any person obtaining a copy +* of this software and associated documentation files (the "Software"), to deal +* in the Software without restriction, including without limitation the rights +* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +* copies of the Software, and to permit persons to whom the Software is +* furnished to do so, subject to the following conditions: +* +* The above copyright notice and this permission notice shall be included in +* all copies or substantial portions of the Software. +* +* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +* THE SOFTWARE. +*/ import Foundation import Cocoa diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.h b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.h index 4b5dc67e5..5da9c0d3b 100755 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.h +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.h @@ -2,7 +2,7 @@ * SpriteBuilder: http://www.spritebuilder.org * * Copyright (c) 2012 Zynga Inc. - * Copyright (c) 2013 Apportable Inc. + * Copyright (c) 2013-2015 Apportable Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.m b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.m index ee99db51b..248dd875a 100755 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.m +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.m @@ -2,7 +2,7 @@ * SpriteBuilder: http://www.spritebuilder.org * * Copyright (c) 2012 Zynga Inc. - * Copyright (c) 2013 Apportable Inc. + * Copyright (c) 2013-2015 Apportable Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift index 158935760..72eb7730a 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift @@ -2,7 +2,7 @@ * SpriteBuilder: http://www.spritebuilder.org * * Copyright (c) 2012 Zynga Inc. -* Copyright (c) 2013 Apportable Inc. +* Copyright (c) 2013-2015 Apportable Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal From 88900d53a376ca939ea9b2ec2d00aaec8ea48111 Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Thu, 12 Feb 2015 13:58:08 +0100 Subject: [PATCH 17/28] fix some classes not autocompleting in Swift, updated template --- .../Source/Bridging-Header.h | 24 +++++++++++++++---- .../Source/MainScene.m | 4 ++++ .../Source/MainScene.swift | 4 ++++ 3 files changed, 27 insertions(+), 5 deletions(-) diff --git a/Support/PROJECTNAME.spritebuilder/Source/Bridging-Header.h b/Support/PROJECTNAME.spritebuilder/Source/Bridging-Header.h index d39e6e835..02035ee72 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Bridging-Header.h +++ b/Support/PROJECTNAME.spritebuilder/Source/Bridging-Header.h @@ -1,15 +1,29 @@ #import "cocos2d.h" -#import "cocos2d-ui.h" + // Imported explicitly and with relative path. // Class would otherwise be available but not autocompleting/syntax-highlighting. // Perhaps an Xcode bug? + +#import "libs/cocos2d-iphone/cocos2d/CCMotionStreak.h" +#import "libs/cocos2d-iphone/cocos2d/CCNodeColor.h" +#import "libs/cocos2d-iphone/cocos2d/CCPackage.h" +#import "libs/cocos2d-iphone/cocos2d/CCPackageHelper.h" +#import "libs/cocos2d-iphone/cocos2d/CCPackageManager.h" +#import "libs/cocos2d-iphone/cocos2d/CCPackageManagerDelegate.h" +#import "libs/cocos2d-iphone/cocos2d/CCParallaxNode.h" +#import "libs/cocos2d-iphone/cocos2d/CCParticleSystem.h" +#import "libs/cocos2d-iphone/cocos2d/CCPhysicsBody.h" +#import "libs/cocos2d-iphone/cocos2d/CCPhysicsNode.h" + +//#import "libs/cocos2d-iphone/cocos2d/Platforms/iOS/CCAppDelegate.h" +//#import "libs/cocos2d-iphone/cocos2d/Platforms/iOS/CCMetalView.h" #import "libs/cocos2d-iphone/cocos2d/Support/CCColor.h" + +#import "libs/cocos2d-iphone/cocos2d-ui/cocos2d-ui.h" #import "libs/cocos2d-iphone/cocos2d-ui/CCBReader/CCBReader.h" -#import "libs/cocos2d-iphone/cocos2d-ui/CCControl.h" -#import "libs/cocos2d-iphone/cocos2d-ui/CCButton.h" -#import "libs/cocos2d-iphone/cocos2d-ui/CCSlider.h" -#import "libs/cocos2d-iphone/cocos2d-ui/CCTextField.h" +#import "libs/cocos2d-iphone/cocos2d-ui/CCBReader/CCAnimationManager.h" + #import "libs/cocos2d-iphone/external/ObjectAL/ObjectAL/ObjectAL/ObjectAL.h" #import "libs/cocos2d-iphone/external/ObjectAL/ObjectAL/ObjectAL/AudioTrack/OALAudioTrack.h" #import "libs/cocos2d-iphone/external/ObjectAL/ObjectAL/ObjectAL/AudioTrack/OALAudioTracks.h" diff --git a/Support/PROJECTNAME.spritebuilder/Source/MainScene.m b/Support/PROJECTNAME.spritebuilder/Source/MainScene.m index fbd20d648..7670d51e1 100755 --- a/Support/PROJECTNAME.spritebuilder/Source/MainScene.m +++ b/Support/PROJECTNAME.spritebuilder/Source/MainScene.m @@ -2,4 +2,8 @@ @implementation MainScene +// called after CCBReader finished loading the node +-(void) didLoadFromCCB { +} + @end diff --git a/Support/PROJECTNAME.spritebuilder/Source/MainScene.swift b/Support/PROJECTNAME.spritebuilder/Source/MainScene.swift index 4a0000dea..f123838a2 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/MainScene.swift +++ b/Support/PROJECTNAME.spritebuilder/Source/MainScene.swift @@ -2,4 +2,8 @@ import Foundation class MainScene: CCNode { + // called after CCBReader finished loading the node + func didLoadFromCCB() { + } + } From 831cbae27afc934f8ea378e8027346474f91f14d Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Thu, 12 Feb 2015 16:59:39 +0100 Subject: [PATCH 18/28] fixed template project's "Source" group not pointing to the Source folder --- .../PROJECTNAME.xcodeproj/project.pbxproj | 145 ++++++++---------- 1 file changed, 68 insertions(+), 77 deletions(-) diff --git a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj index 7ebb6c754..1409367b8 100755 --- a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj +++ b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj @@ -136,41 +136,6 @@ remoteGlobalIDString = 7A4037A819E37038007B6E8F; remoteInfo = "cocos2d-mac"; }; - 7A97910519E62E4C001FFC4D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B7378940180761A80076A88C /* cocos2d.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = 5BF32679195F8D8800D9A51A; - remoteInfo = cocos2dJava; - }; - 7A97910F19E6319A001FFC4D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B7378940180761A80076A88C /* cocos2d.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = 5018F24C0DFDEAC400C013A5; - remoteInfo = "cocos2d-ios"; - }; - 7A97911519E631A1001FFC4D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B7378940180761A80076A88C /* cocos2d.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = 7A4037A719E37038007B6E8F; - remoteInfo = "cocos2d-mac"; - }; - 7A97911F19E63219001FFC4D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B7378940180761A80076A88C /* cocos2d.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = 5BF32679195F8D8800D9A51A; - remoteInfo = cocos2dJava; - }; - 7A97912119E6321C001FFC4D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B7378940180761A80076A88C /* cocos2d.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = D2FEB60D194F6C9E00FC0574; - remoteInfo = cocos2dAndroid; - }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ @@ -180,19 +145,19 @@ 5B121011197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121013197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121015197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - 5B12101B19748413004C1E1D /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = Source/Platforms/Android/java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; + 5B12101B19748413004C1E1D /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = Platforms/Android/java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; 5B121021197484A3004C1E1D /* PROJECTNAME Java.jar */ = {isa = PBXFileReference; explicitFileType = compiled.java.jar; includeInIndex = 0; path = "PROJECTNAME Java.jar"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5B12102E197484FA004C1E1D /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PROJECTIDENTIFIERActivity.h; path = Source/Platforms/Android/PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; - 5B12102F197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PROJECTIDENTIFIERActivity.m; path = Source/Platforms/Android/PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; + 5B12102E197484FA004C1E1D /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PROJECTIDENTIFIERActivity.h; path = Platforms/Android/PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; + 5B12102F197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PROJECTIDENTIFIERActivity.m; path = Platforms/Android/PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; 5B121033197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Android/Info.plist; sourceTree = ""; }; 5B121034197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/iOS/Info.plist; sourceTree = ""; }; 5BA4619E1974C88900785744 /* AndroidManifest.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = AndroidManifest.xml; path = Platforms/Android/AndroidManifest.xml; sourceTree = ""; }; - 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MainScene.swift; path = Source/MainScene.swift; sourceTree = ""; }; + 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MainScene.swift; path = MainScene.swift; sourceTree = ""; }; 7A4035FF19DDEE84007B6E8F /* PROJECTNAME Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PROJECTNAME Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 7A40360219DDEE84007B6E8F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Mac/Info.plist; sourceTree = ""; }; 7A40360319DDEE84007B6E8F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/Mac/main.m; sourceTree = ""; }; - 7A40360519DDEE84007B6E8F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Source/Platforms/Mac/AppDelegate.h; sourceTree = ""; }; - 7A40360619DDEE84007B6E8F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Source/Platforms/Mac/AppDelegate.m; sourceTree = ""; }; + 7A40360519DDEE84007B6E8F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/Mac/AppDelegate.h; sourceTree = ""; }; + 7A40360619DDEE84007B6E8F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/Mac/AppDelegate.m; sourceTree = ""; }; 7A4036F419DE3FA8007B6E8F /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AppKit.framework; sourceTree = DEVELOPER_DIR; }; 7A59493A19E37F9300F65F90 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework; sourceTree = DEVELOPER_DIR; }; 7A59493C19E37FB200F65F90 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/libz.dylib; sourceTree = DEVELOPER_DIR; }; @@ -213,8 +178,8 @@ B71F590F188484E7003F4D28 /* Settings.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Settings.png; path = Icons/Settings.png; sourceTree = ""; }; B71F5910188484E7003F4D28 /* Settings@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Settings@2x.png"; path = "Icons/Settings@2x.png"; sourceTree = ""; }; B737893A180761570076A88C /* Published-iOS */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Published-iOS"; path = "Source/Resources/Published-iOS"; sourceTree = SOURCE_ROOT; }; - B737893D1807617C0076A88C /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Source/Platforms/iOS/AppDelegate.h; sourceTree = ""; }; - B737893E1807617C0076A88C /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Source/Platforms/iOS/AppDelegate.m; sourceTree = ""; }; + B737893D1807617C0076A88C /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/iOS/AppDelegate.h; sourceTree = ""; }; + B737893E1807617C0076A88C /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/iOS/AppDelegate.m; sourceTree = ""; }; B7378940180761A80076A88C /* cocos2d.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2d.xcodeproj; path = "Source/libs/cocos2d-iphone/cocos2d.xcodeproj"; sourceTree = SOURCE_ROOT; }; B737896B180762440076A88C /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "Source/Resources/Default-568h@2x.png"; sourceTree = SOURCE_ROOT; }; B737896C180762440076A88C /* Default-Landscape~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-Landscape~ipad.png"; path = "Source/Resources/Default-Landscape~ipad.png"; sourceTree = SOURCE_ROOT; }; @@ -222,8 +187,8 @@ B737896E180762440076A88C /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default@2x.png"; path = "Source/Resources/Default@2x.png"; sourceTree = SOURCE_ROOT; }; B73789851807631A0076A88C /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/iOS/main.m; sourceTree = SOURCE_ROOT; }; B73789861807631A0076A88C /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Prefix.pch; path = Source/Prefix.pch; sourceTree = SOURCE_ROOT; }; - B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MainScene.h; path = Source/MainScene.h; sourceTree = ""; }; - B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MainScene.m; path = Source/MainScene.m; sourceTree = ""; }; + B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MainScene.h; path = MainScene.h; sourceTree = ""; }; + B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MainScene.m; path = MainScene.m; sourceTree = ""; }; B77F1B2E17B978D7009739AE /* PROJECTNAME.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PROJECTNAME.app; sourceTree = BUILT_PRODUCTS_DIR; }; B77F1B3117B978D7009739AE /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; B77F1B3317B978D7009739AE /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; @@ -241,7 +206,7 @@ BC5399D51A44DCC90063F482 /* GLActivityKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLActivityKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/GLActivityKit.framework"; sourceTree = ""; }; BC5399D61A44DCC90063F482 /* JavaFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaFoundation.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaFoundation.framework"; sourceTree = ""; }; BC5399D71A44DCC90063F482 /* JavaKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaKit.framework"; sourceTree = ""; }; - D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; name = MetalShaders; path = Source/MetalShaders; sourceTree = ""; }; + D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; name = MetalShaders; path = MetalShaders; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -481,6 +446,7 @@ D352B48019EC608A00829775 /* MetalShaders */, ); name = Source; + path = "Source"; sourceTree = ""; }; B73789911807667A0076A88C /* Icons */ = { @@ -593,7 +559,6 @@ buildRules = ( ); dependencies = ( - 7A97910619E62E4C001FFC4D /* PBXTargetDependency */, ); name = "PROJECTNAME Java"; productName = "PROJECTNAME Java"; @@ -611,7 +576,6 @@ buildRules = ( ); dependencies = ( - 7A97911619E631A1001FFC4D /* PBXTargetDependency */, ); name = "PROJECTNAME Mac"; productName = "PROJECTNAME Mac"; @@ -630,8 +594,6 @@ buildRules = ( ); dependencies = ( - 7A97912219E6321C001FFC4D /* PBXTargetDependency */, - 7A97912019E63219001FFC4D /* PBXTargetDependency */, 5B121032197485D1004C1E1D /* PBXTargetDependency */, ); name = "PROJECTNAME Android"; @@ -652,7 +614,6 @@ buildRules = ( ); dependencies = ( - 7A97911019E6319A001FFC4D /* PBXTargetDependency */, ); name = "PROJECTNAME iOS"; productName = Example; @@ -687,6 +648,7 @@ knownRegions = ( en, Base, + English, ); mainGroup = B77F1B2517B978D7009739AE; productRefGroup = B77F1B2F17B978D7009739AE /* Products */; @@ -724,7 +686,7 @@ }; 7A97910219E62E40001FFC4D /* cocos2dJava.jar */ = { isa = PBXReferenceProxy; - fileType = archive.jar; + fileType = compiled.java.jar; path = cocos2dJava.jar; remoteRef = 7A97910119E62E40001FFC4D /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; @@ -901,31 +863,6 @@ target = 5B121020197484A3004C1E1D /* PROJECTNAME Java */; targetProxy = 5B121031197485D1004C1E1D /* PBXContainerItemProxy */; }; - 7A97910619E62E4C001FFC4D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = cocos2dJava; - targetProxy = 7A97910519E62E4C001FFC4D /* PBXContainerItemProxy */; - }; - 7A97911019E6319A001FFC4D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "cocos2d-ios"; - targetProxy = 7A97910F19E6319A001FFC4D /* PBXContainerItemProxy */; - }; - 7A97911619E631A1001FFC4D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "cocos2d-mac"; - targetProxy = 7A97911519E631A1001FFC4D /* PBXContainerItemProxy */; - }; - 7A97912019E63219001FFC4D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = cocos2dJava; - targetProxy = 7A97911F19E63219001FFC4D /* PBXContainerItemProxy */; - }; - 7A97912219E6321C001FFC4D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = cocos2dAndroid; - targetProxy = 7A97912119E6321C001FFC4D /* PBXContainerItemProxy */; - }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ @@ -1030,6 +967,16 @@ ); INFOPLIST_FILE = Source/Resources/Platforms/Mac/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glew/lib/Release/Win32", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glfw/lib-msvc100", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libGLEW/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libglfw/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/ObjectAL/ObjectAL/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/SSZipArchive/build/Release", + ); MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = YES; OTHER_LDFLAGS = ( @@ -1074,6 +1021,16 @@ ); INFOPLIST_FILE = Source/Resources/Platforms/Mac/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glew/lib/Release/Win32", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glfw/lib-msvc100", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libGLEW/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libglfw/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/ObjectAL/ObjectAL/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/SSZipArchive/build/Release", + ); MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = NO; OTHER_LDFLAGS = ( @@ -1118,6 +1075,13 @@ LIBRARY_SEARCH_PATHS = ( "$(inherited)", "$(SDKROOT)/usr/lib/armv7a", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glew/lib/Release/Win32", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glfw/lib-msvc100", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libGLEW/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libglfw/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/ObjectAL/ObjectAL/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/SSZipArchive/build/Release", ); ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = ( @@ -1166,6 +1130,13 @@ LIBRARY_SEARCH_PATHS = ( "$(inherited)", "$(SDKROOT)/usr/lib/armv7a", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glew/lib/Release/Win32", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glfw/lib-msvc100", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libGLEW/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libglfw/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/ObjectAL/ObjectAL/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/SSZipArchive/build/Release", ); OTHER_LDFLAGS = ( "-lz", @@ -1269,6 +1240,16 @@ INFOPLIST_FILE = Source/Resources/Platforms/iOS/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 7.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glew/lib/Release/Win32", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glfw/lib-msvc100", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libGLEW/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libglfw/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/ObjectAL/ObjectAL/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/SSZipArchive/build/Release", + ); ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = ( "-lz", @@ -1303,6 +1284,16 @@ INFOPLIST_FILE = Source/Resources/Platforms/iOS/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 7.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glew/lib/Release/Win32", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/msvc/glfw/lib-msvc100", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libGLEW/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/Chipmunk/xcode/libglfw/lib", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/ObjectAL/ObjectAL/build/Release", + "$(PROJECT_DIR)/Source/libs/cocos2d-iphone/external/SSZipArchive/build/Release", + ); OTHER_LDFLAGS = ( "-lz", "-ObjC", From 4c22ec8be6a16848f3c8c41ced3ace4f7e9497c9 Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Thu, 12 Feb 2015 17:29:37 +0100 Subject: [PATCH 19/28] fixed a typo: XCode -> Xcode --- SpriteBuilder/ccBuilder/en.lproj/MainMenu.xib | 4 ++-- .../Source/Platforms/Mac/AppDelegate.swift | 9 +++++++++ .../Source/Platforms/iOS/AppDelegate.swift | 9 +++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift create mode 100644 Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift diff --git a/SpriteBuilder/ccBuilder/en.lproj/MainMenu.xib b/SpriteBuilder/ccBuilder/en.lproj/MainMenu.xib index 149e1606d..4d671387e 100644 --- a/SpriteBuilder/ccBuilder/en.lproj/MainMenu.xib +++ b/SpriteBuilder/ccBuilder/en.lproj/MainMenu.xib @@ -1,5 +1,5 @@ - + @@ -221,7 +221,7 @@ - + diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift new file mode 100644 index 000000000..afd6207ab --- /dev/null +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift @@ -0,0 +1,9 @@ +// +// AppDelegate.swift +// PROJECTNAME +// +// Created by Steffen Itterheim on 12/02/15. +// Copyright (c) 2015 Apportable. All rights reserved. +// + +import Foundation diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift new file mode 100644 index 000000000..afd6207ab --- /dev/null +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift @@ -0,0 +1,9 @@ +// +// AppDelegate.swift +// PROJECTNAME +// +// Created by Steffen Itterheim on 12/02/15. +// Copyright (c) 2015 Apportable. All rights reserved. +// + +import Foundation From c8e637ed323e99e7063c91921740652e85bffed7 Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Thu, 12 Feb 2015 19:21:07 +0100 Subject: [PATCH 20/28] updated project creator to support new Swift AppDelegates and Mac target fixes --- SpriteBuilder/ccBuilder/CCBProjectCreator.m | 31 +++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/SpriteBuilder/ccBuilder/CCBProjectCreator.m b/SpriteBuilder/ccBuilder/CCBProjectCreator.m index 4a3f1decc..b5fd80d2d 100644 --- a/SpriteBuilder/ccBuilder/CCBProjectCreator.m +++ b/SpriteBuilder/ccBuilder/CCBProjectCreator.m @@ -97,12 +97,17 @@ -(BOOL) createDefaultProjectAtPath:(NSString*)fileName engine:(CCBTargetEngine)e inFile:pbxprojFile search:@"MACOSX_DEPLOYMENT_TARGET = 10.10"]; [self removeLinesMatching:@".*MainScene[.]swift.*" inFile:pbxprojFile]; - filesToRemove = @[@"Source/MainScene.swift"]; + [self removeLinesMatching:@".*AppDelegate[.]swift.*" inFile:pbxprojFile]; + filesToRemove = @[@"Source/MainScene.swift", @"Source/Platforms/iOS/AppDelegate.swift", @"Source/Platforms/Mac/AppDelegate.swift"]; } else if (programmingLanguage == CCBProgrammingLanguageSwift) { [self removeLinesMatching:@".*MainScene[.][hm].*" inFile:pbxprojFile]; - filesToRemove = @[@"Source/MainScene.h", @"Source/MainScene.m"]; + [self removeLinesMatching:@".*AppDelegate[.][hm].*" inFile:pbxprojFile]; + [self removeLinesMatching:@".*main[.][m].*" inFile:pbxprojFile]; + filesToRemove = @[@"Source/MainScene.h", @"Source/MainScene.m", + @"Source/Platforms/iOS/AppDelegate.h", @"Source/Platforms/iOS/AppDelegate.m", @"Source/Platforms/iOS/main.m", + @"Source/Platforms/Mac/AppDelegate.h", @"Source/Platforms/Mac/AppDelegate.m", @"Source/Platforms/Mac/main.m"]; } for (NSString *file in filesToRemove) @@ -157,6 +162,12 @@ -(BOOL) createDefaultProjectAtPath:(NSString*)fileName engine:(CCBTargetEngine)e // Update Mac Xib file NSString* xibFileName = [parentPath stringByAppendingPathComponent:@"Source/Resources/Platforms/Mac/MainMenu.xib"]; + if (programmingLanguage == CCBProgrammingLanguageObjectiveC) + { + // this fixes the ObjC Mac target not being able to "find" the AppDelegate class + // CAUTION: This has to be performed *before* the substitutions below as it includes PROJECTNAME in the search string + [self removeAppDelegateModuleAndTargetFromXib:xibFileName]; + } [self setName:identifier inFile:xibFileName search:substitutableProjectIdentifier]; [self setName:projName inFile:xibFileName search:substitutableProjectName]; @@ -235,4 +246,20 @@ - (void) removeLinesMatching:(NSString*)pattern inFile:(NSString*)fileName [updatedFileData writeToFile:fileName atomically:YES]; } +-(void) removeAppDelegateModuleAndTargetFromXib:(NSString*)xibFileName +{ + // this fixes the ObjC Mac target not being able to "find" the AppDelegate class because the Xib specified a custom module and target, + // which coincidentally is necessary for the Mac target in Swift to find the AppDelegate - so best solution was to setup Main.xib so + // that it works with Swift and removing the module & target for ObjC projects + NSData *fileData = [NSData dataWithContentsOfFile:xibFileName]; + NSString *fileString = [[NSString alloc] initWithData:fileData encoding:NSUTF8StringEncoding]; + + NSString* searchFor = @"customClass=\"AppDelegate\" customModule=\"PROJECTNAME\" customModuleProvider=\"target\""; + NSString* replaceWith = @"customClass=\"AppDelegate\""; + fileString = [fileString stringByReplacingOccurrencesOfString:searchFor withString:replaceWith]; + + NSData *updatedFileData = [fileString dataUsingEncoding:NSUTF8StringEncoding]; + [updatedFileData writeToFile:xibFileName atomically:YES]; +} + @end From a630c7109b4d562c98b2e8ae9b756ae06bd8f0f8 Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Thu, 12 Feb 2015 19:21:46 +0100 Subject: [PATCH 21/28] added Swift AppDelegate files to SB project template --- .../PROJECTNAME.xcodeproj/project.pbxproj | 123 +++++++++--------- .../Source/Platforms/Mac/AppDelegate.m | 24 ++-- .../Source/Platforms/Mac/AppDelegate.swift | 49 +++++++ .../Source/Platforms/iOS/AppDelegate.h | 2 +- .../Source/Platforms/iOS/AppDelegate.m | 2 +- .../Source/Platforms/iOS/AppDelegate.swift | 78 ++++++++++- .../Resources/Platforms/Mac/MainMenu.xib | 8 +- 7 files changed, 204 insertions(+), 82 deletions(-) diff --git a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj index 1409367b8..be9493c60 100755 --- a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj +++ b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj @@ -7,9 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 5B12102A197484DD004C1E1D /* PROJECTIDENTIFIERActivity.java in Sources */ = {isa = PBXBuildFile; fileRef = 5B12101B19748413004C1E1D /* PROJECTIDENTIFIERActivity.java */; }; - 5B121030197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B12102F197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m */; }; - 5B121038197487F2004C1E1D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B737893E1807617C0076A88C /* AppDelegate.m */; }; 7A046D7919E84ED5004C4763 /* MainScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A046D7519E84C36004C4763 /* MainScene.swift */; }; 7A046D8C19E8A20E004C4763 /* MainScene.m in Sources */ = {isa = PBXBuildFile; fileRef = B7378993180767190076A88C /* MainScene.m */; }; 7A10CE5619F32FB0001673C3 /* MainScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A046D7519E84C36004C4763 /* MainScene.swift */; }; @@ -42,7 +39,6 @@ 7A59493B19E37F9300F65F90 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A59493A19E37F9300F65F90 /* OpenGL.framework */; }; 7A59493D19E37FB200F65F90 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A59493C19E37FB200F65F90 /* libz.dylib */; }; 7A59498B19E38E4A00F65F90 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7A59498A19E38E4A00F65F90 /* MainMenu.xib */; }; - 7A59498E19E3941300F65F90 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A40360619DDEE84007B6E8F /* AppDelegate.m */; }; 7A97910819E62F84001FFC4D /* libcocos2dAndroid.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A97910019E62E40001FFC4D /* libcocos2dAndroid.a */; }; 7A97911719E631C6001FFC4D /* libcocos2d-mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A97910419E62E40001FFC4D /* libcocos2d-mac.a */; }; 7A97911819E631CD001FFC4D /* libcocos2d.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A9790FE19E62E40001FFC4D /* libcocos2d.a */; }; @@ -98,6 +94,10 @@ BC5399DB1A44DCC90063F482 /* JavaFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC5399D61A44DCC90063F482 /* JavaFoundation.framework */; }; BC5399DC1A44DCC90063F482 /* JavaKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC5399D71A44DCC90063F482 /* JavaKit.framework */; }; BCD00A8C1A44E83400DA5AD0 /* CoreJava.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC5399D41A44DCC90063F482 /* CoreJava.framework */; }; + DC104EC41A8D061F004DF1DA /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DC104EBC1A8D061F004DF1DA /* AppDelegate.m */; }; + DC104ECE1A8D0684004DF1DA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC104ECD1A8D0684004DF1DA /* AppDelegate.swift */; }; + DC104ED01A8D06C6004DF1DA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC104ECF1A8D06C6004DF1DA /* AppDelegate.swift */; }; + DC104EFC1A8D0D8D004DF1DA /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DC104EC01A8D061F004DF1DA /* AppDelegate.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -145,19 +145,14 @@ 5B121011197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121013197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121015197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - 5B12101B19748413004C1E1D /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = Platforms/Android/java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; 5B121021197484A3004C1E1D /* PROJECTNAME Java.jar */ = {isa = PBXFileReference; explicitFileType = compiled.java.jar; includeInIndex = 0; path = "PROJECTNAME Java.jar"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5B12102E197484FA004C1E1D /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PROJECTIDENTIFIERActivity.h; path = Platforms/Android/PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; - 5B12102F197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PROJECTIDENTIFIERActivity.m; path = Platforms/Android/PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; 5B121033197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Android/Info.plist; sourceTree = ""; }; 5B121034197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/iOS/Info.plist; sourceTree = ""; }; 5BA4619E1974C88900785744 /* AndroidManifest.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = AndroidManifest.xml; path = Platforms/Android/AndroidManifest.xml; sourceTree = ""; }; - 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MainScene.swift; path = MainScene.swift; sourceTree = ""; }; + 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainScene.swift; sourceTree = ""; }; 7A4035FF19DDEE84007B6E8F /* PROJECTNAME Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PROJECTNAME Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 7A40360219DDEE84007B6E8F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Mac/Info.plist; sourceTree = ""; }; 7A40360319DDEE84007B6E8F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/Mac/main.m; sourceTree = ""; }; - 7A40360519DDEE84007B6E8F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/Mac/AppDelegate.h; sourceTree = ""; }; - 7A40360619DDEE84007B6E8F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/Mac/AppDelegate.m; sourceTree = ""; }; 7A4036F419DE3FA8007B6E8F /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AppKit.framework; sourceTree = DEVELOPER_DIR; }; 7A59493A19E37F9300F65F90 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework; sourceTree = DEVELOPER_DIR; }; 7A59493C19E37FB200F65F90 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/libz.dylib; sourceTree = DEVELOPER_DIR; }; @@ -178,8 +173,6 @@ B71F590F188484E7003F4D28 /* Settings.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Settings.png; path = Icons/Settings.png; sourceTree = ""; }; B71F5910188484E7003F4D28 /* Settings@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Settings@2x.png"; path = "Icons/Settings@2x.png"; sourceTree = ""; }; B737893A180761570076A88C /* Published-iOS */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Published-iOS"; path = "Source/Resources/Published-iOS"; sourceTree = SOURCE_ROOT; }; - B737893D1807617C0076A88C /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/iOS/AppDelegate.h; sourceTree = ""; }; - B737893E1807617C0076A88C /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/iOS/AppDelegate.m; sourceTree = ""; }; B7378940180761A80076A88C /* cocos2d.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2d.xcodeproj; path = "Source/libs/cocos2d-iphone/cocos2d.xcodeproj"; sourceTree = SOURCE_ROOT; }; B737896B180762440076A88C /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "Source/Resources/Default-568h@2x.png"; sourceTree = SOURCE_ROOT; }; B737896C180762440076A88C /* Default-Landscape~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-Landscape~ipad.png"; path = "Source/Resources/Default-Landscape~ipad.png"; sourceTree = SOURCE_ROOT; }; @@ -187,8 +180,8 @@ B737896E180762440076A88C /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default@2x.png"; path = "Source/Resources/Default@2x.png"; sourceTree = SOURCE_ROOT; }; B73789851807631A0076A88C /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/iOS/main.m; sourceTree = SOURCE_ROOT; }; B73789861807631A0076A88C /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Prefix.pch; path = Source/Prefix.pch; sourceTree = SOURCE_ROOT; }; - B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MainScene.h; path = MainScene.h; sourceTree = ""; }; - B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MainScene.m; path = MainScene.m; sourceTree = ""; }; + B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainScene.h; sourceTree = ""; }; + B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainScene.m; sourceTree = ""; }; B77F1B2E17B978D7009739AE /* PROJECTNAME.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PROJECTNAME.app; sourceTree = BUILT_PRODUCTS_DIR; }; B77F1B3117B978D7009739AE /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; B77F1B3317B978D7009739AE /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; @@ -206,7 +199,16 @@ BC5399D51A44DCC90063F482 /* GLActivityKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLActivityKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/GLActivityKit.framework"; sourceTree = ""; }; BC5399D61A44DCC90063F482 /* JavaFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaFoundation.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaFoundation.framework"; sourceTree = ""; }; BC5399D71A44DCC90063F482 /* JavaKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaKit.framework"; sourceTree = ""; }; - D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; name = MetalShaders; path = MetalShaders; sourceTree = ""; }; + D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; path = MetalShaders; sourceTree = ""; }; + DC104EB71A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; + DC104EB81A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; + DC104EB91A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; + DC104EBB1A8D061F004DF1DA /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + DC104EBC1A8D061F004DF1DA /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + DC104EBF1A8D061F004DF1DA /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + DC104EC01A8D061F004DF1DA /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + DC104ECD1A8D0684004DF1DA /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + DC104ECF1A8D06C6004DF1DA /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -318,35 +320,6 @@ path = "drawable-xxhdpi"; sourceTree = ""; }; - 7A40362019DDEF0D007B6E8F /* Platforms */ = { - isa = PBXGroup; - children = ( - 7A40362119DDF08C007B6E8F /* iOS */, - 7A40362219DDF090007B6E8F /* Android */, - 7A9791C019E6FAC5001FFC4D /* Mac */, - ); - name = Platforms; - sourceTree = ""; - }; - 7A40362119DDF08C007B6E8F /* iOS */ = { - isa = PBXGroup; - children = ( - B737893D1807617C0076A88C /* AppDelegate.h */, - B737893E1807617C0076A88C /* AppDelegate.m */, - ); - name = iOS; - sourceTree = ""; - }; - 7A40362219DDF090007B6E8F /* Android */ = { - isa = PBXGroup; - children = ( - 5B12101B19748413004C1E1D /* PROJECTIDENTIFIERActivity.java */, - 5B12102E197484FA004C1E1D /* PROJECTIDENTIFIERActivity.h */, - 5B12102F197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m */, - ); - name = Android; - sourceTree = ""; - }; 7A40365D19DDF896007B6E8F /* Platforms */ = { isa = PBXGroup; children = ( @@ -419,15 +392,6 @@ name = Products; sourceTree = ""; }; - 7A9791C019E6FAC5001FFC4D /* Mac */ = { - isa = PBXGroup; - children = ( - 7A40360519DDEE84007B6E8F /* AppDelegate.h */, - 7A40360619DDEE84007B6E8F /* AppDelegate.m */, - ); - name = Mac; - sourceTree = ""; - }; 9222E2B918734FF800A246C7 /* libs */ = { isa = PBXGroup; children = ( @@ -439,14 +403,13 @@ B737893C1807616C0076A88C /* Source */ = { isa = PBXGroup; children = ( - 7A40362019DDEF0D007B6E8F /* Platforms */, + DC104EB11A8D061F004DF1DA /* Platforms */, B7378992180767190076A88C /* MainScene.h */, B7378993180767190076A88C /* MainScene.m */, 7A046D7519E84C36004C4763 /* MainScene.swift */, D352B48019EC608A00829775 /* MetalShaders */, ); - name = Source; - path = "Source"; + path = Source; sourceTree = ""; }; B73789911807667A0076A88C /* Icons */ = { @@ -546,6 +509,46 @@ name = "Supporting Files"; sourceTree = ""; }; + DC104EB11A8D061F004DF1DA /* Platforms */ = { + isa = PBXGroup; + children = ( + DC104EB21A8D061F004DF1DA /* Android */, + DC104EBA1A8D061F004DF1DA /* iOS */, + DC104EBE1A8D061F004DF1DA /* Mac */, + ); + path = Platforms; + sourceTree = ""; + }; + DC104EB21A8D061F004DF1DA /* Android */ = { + isa = PBXGroup; + children = ( + DC104EB71A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.java */, + DC104EB81A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.h */, + DC104EB91A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.m */, + ); + path = Android; + sourceTree = ""; + }; + DC104EBA1A8D061F004DF1DA /* iOS */ = { + isa = PBXGroup; + children = ( + DC104EBB1A8D061F004DF1DA /* AppDelegate.h */, + DC104EBC1A8D061F004DF1DA /* AppDelegate.m */, + DC104ECD1A8D0684004DF1DA /* AppDelegate.swift */, + ); + path = iOS; + sourceTree = ""; + }; + DC104EBE1A8D061F004DF1DA /* Mac */ = { + isa = PBXGroup; + children = ( + DC104EBF1A8D061F004DF1DA /* AppDelegate.h */, + DC104EC01A8D061F004DF1DA /* AppDelegate.m */, + DC104ECF1A8D06C6004DF1DA /* AppDelegate.swift */, + ); + path = Mac; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -820,7 +823,6 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5B12102A197484DD004C1E1D /* PROJECTIDENTIFIERActivity.java in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -828,10 +830,11 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + DC104ED01A8D06C6004DF1DA /* AppDelegate.swift in Sources */, 7A4036E819DE3F33007B6E8F /* MainScene.m in Sources */, 7A10CE5619F32FB0001673C3 /* MainScene.swift in Sources */, 7A40360419DDEE84007B6E8F /* main.m in Sources */, - 7A59498E19E3941300F65F90 /* AppDelegate.m in Sources */, + DC104EFC1A8D0D8D004DF1DA /* AppDelegate.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -840,7 +843,6 @@ buildActionMask = 2147483647; files = ( 927F619E196C771E000F43EF /* MainScene.m in Sources */, - 5B121030197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -851,7 +853,8 @@ B73789871807631A0076A88C /* main.m in Sources */, 7A046D8C19E8A20E004C4763 /* MainScene.m in Sources */, 7A046D7919E84ED5004C4763 /* MainScene.swift in Sources */, - 5B121038197487F2004C1E1D /* AppDelegate.m in Sources */, + DC104ECE1A8D0684004DF1DA /* AppDelegate.swift in Sources */, + DC104EC41A8D061F004DF1DA /* AppDelegate.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m index 735f041bd..ab740abe9 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m @@ -10,28 +10,28 @@ @implementation AppDelegate - (void)applicationDidFinishLaunching:(NSNotification *)aNotification { - CCDirectorMac *director = (CCDirectorMac*) [CCDirector sharedDirector]; + CCDirectorMac *director = (CCDirectorMac*)[CCDirector sharedDirector]; // enable FPS and SPF - // [director setDisplayStats:YES]; + // director.displayStats = YES; // Set a default window size - CGSize defaultWindowSize = CGSizeMake(480.0f, 320.0f); - [self.window setFrame:CGRectMake(0.0f, 0.0f, defaultWindowSize.width, defaultWindowSize.height) display:true animate:false]; - [self.glView setFrame:self.window.frame]; + CGSize defaultSize = CGSizeMake(480.0f, 320.0f); + [_window setFrame:CGRectMake(0.0f, 0.0f, defaultSize.width, defaultSize.height) display:true animate:false]; + _glView.frame = _window.frame; // connect the OpenGL view with the director - [director setView:self.glView]; + director.view = _glView; // 'Effects' don't work correctly when autoscale is turned on. // Use kCCDirectorResize_NoScale if you don't want auto-scaling. - //[director setResizeMode:kCCDirectorResize_NoScale]; + //director.resizeMode = kCCDirectorResize_NoScale; // Enable "moving" mouse event. Default no. - [self.window setAcceptsMouseMovedEvents:NO]; + _window.acceptsMouseMovedEvents = NO; // Center main window - [self.window center]; + [_window center]; // Configure CCFileUtils to work with SpriteBuilder [CCBReader configureCCFileUtils]; @@ -41,9 +41,15 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification [director runWithScene:[CCBReader loadAsScene:@"MainScene"]]; } +- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)theApplication +{ + return YES; +} + - (void)applicationWillTerminate:(NSNotification *)aNotification { [[CCPackageManager sharedManager] savePackages]; + [[CCDirector sharedDirector] stopAnimation]; // required to fix stream of GL errors on shutdown } @end diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift index afd6207ab..20575e255 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift @@ -7,3 +7,52 @@ // import Foundation +import Cocoa + +@NSApplicationMain +class AppDelegate : NSObject, NSApplicationDelegate +{ + @IBOutlet weak var window : NSWindow! + @IBOutlet weak var glView : CCGLView! + + func applicationDidFinishLaunching(aNotification: NSNotification) { + var director : CCDirectorMac = CCDirector.sharedDirector() as CCDirectorMac + + // enable FPS and SPF + //director.displayStats = true + + // Set a default window size + var defaultSize = CGSize(width: 480.0, height: 320.0) + window.setFrame(CGRect(x: 0.0, y: 0.0, width: defaultSize.width, height: defaultSize.height), display: true, animate: false) + glView.frame = window.frame + + // connect the OpenGL view with the director + director.view = glView + + // 'Effects' don't work correctly when autoscale is turned on. + // Use kCCDirectorResize_NoScale if you don't want auto-scaling. + //director.resizeMode = kCCDirectorResize_NoScale + + // Enable "moving" mouse event. Default no. + window.acceptsMouseMovedEvents = false + + // Center main window + window.center() + + // Configure CCFileUtils to work with SpriteBuilder + CCBReader.configureCCFileUtils() + + CCPackageManager.sharedManager().loadPackages() + + director.runWithScene(CCBReader.loadAsScene("MainScene")) + } + + func applicationShouldTerminateAfterLastWindowClosed(theApplication: NSApplication) -> Bool { + return true; + } + + func applicationWillTerminate(aNotification: NSNotification) { + CCPackageManager.sharedManager().savePackages() + CCDirector.sharedDirector().stopAnimation() // required to fix stream of GL errors on shutdown + } +} diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.h b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.h index 56ad761c8..4b5dc67e5 100755 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.h +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.h @@ -26,7 +26,7 @@ #import #import "cocos2d.h" -@interface AppController : CCAppDelegate +@interface AppDelegate : CCAppDelegate { } diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.m b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.m index 8bb157156..ee99db51b 100755 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.m +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.m @@ -28,7 +28,7 @@ #import "AppDelegate.h" #import "CCBuilderReader.h" -@implementation AppController +@implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift index afd6207ab..158935760 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift @@ -1,9 +1,73 @@ -// -// AppDelegate.swift -// PROJECTNAME -// -// Created by Steffen Itterheim on 12/02/15. -// Copyright (c) 2015 Apportable. All rights reserved. -// +/* +* SpriteBuilder: http://www.spritebuilder.org +* +* Copyright (c) 2012 Zynga Inc. +* Copyright (c) 2013 Apportable Inc. +* +* Permission is hereby granted, free of charge, to any person obtaining a copy +* of this software and associated documentation files (the "Software"), to deal +* in the Software without restriction, including without limitation the rights +* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +* copies of the Software, and to permit persons to whom the Software is +* furnished to do so, subject to the following conditions: +* +* The above copyright notice and this permission notice shall be included in +* all copies or substantial portions of the Software. +* +* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +* THE SOFTWARE. +*/ import Foundation + +@UIApplicationMain +class AppDelegate : CCAppDelegate +{ + override func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { + // Configure Cocos2d with the options set in SpriteBuilder + + // TODO: add support for Published-Android support + var configPath = NSBundle.mainBundle().resourcePath! + configPath = configPath.stringByAppendingPathComponent("Published-iOS") + configPath = configPath.stringByAppendingPathComponent("configCocos2d.plist") + + let cocos2dSetup = NSMutableDictionary(contentsOfFile: configPath) + + // Note: this needs to happen before configureCCFileUtils is called, because we need apportable to correctly setup the screen scale factor. + #if APPORTABLE + if cocos2dSetup[CCSetupScreenMode] == CCScreenModeFixed { + UIScreen.mainScreen().currentMode() = UIScreenMode.emulatedMode(UIScreenAspectFitEmulationMode) + } + else { + UIScreen.mainScreen().currentMode() = UIScreenMode.emulatedMode(UIScreenScaledAspectFitEmulationMode) + } + #endif + + // Configure CCFileUtils to work with SpriteBuilder + CCBReader.configureCCFileUtils() + + // Do any extra configuration of Cocos2d here (the example line changes the pixel format for faster rendering, but with less colors) + //cocos2dSetup[CCConfigPixelFormat] = kEAGLColorFormatRGB565 + + setupCocos2dWithOptions(cocos2dSetup) + + return true + } + + override func startScene() -> CCScene { + return CCBReader.loadAsScene("MainScene") + } + + // example override of UIApplicationDelegate method - be sure to call super! + override func applicationWillResignActive(application : UIApplication) { + // let CCAppDelegate handle default behavior + super.applicationWillResignActive(application) + + // add your code here... + } +} diff --git a/Support/PROJECTNAME.spritebuilder/Source/Resources/Platforms/Mac/MainMenu.xib b/Support/PROJECTNAME.spritebuilder/Source/Resources/Platforms/Mac/MainMenu.xib index 2aca403d3..db85eb998 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Resources/Platforms/Mac/MainMenu.xib +++ b/Support/PROJECTNAME.spritebuilder/Source/Resources/Platforms/Mac/MainMenu.xib @@ -1,7 +1,7 @@ - + - + @@ -11,7 +11,7 @@ - + @@ -670,7 +670,7 @@ - + From b46a414a125fca32e9ef3e51520fb8a64ac9ef87 Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Tue, 3 Mar 2015 11:47:01 +0100 Subject: [PATCH 22/28] fix #1393 - Mac: size of window does not take into account title bar height, view cut off at top --- .../Source/Platforms/Mac/AppDelegate.m | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m index ab740abe9..230ffb3f7 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m @@ -8,6 +8,14 @@ @interface AppDelegate () @implementation AppDelegate +- (float)titleBarHeight +{ + NSRect frame = NSMakeRect (0, 0, 200, 200); + NSRect contentRect; + contentRect = [NSWindow contentRectForFrameRect:frame styleMask:NSTitledWindowMask]; + return (frame.size.height - contentRect.size.height); +} + - (void)applicationDidFinishLaunching:(NSNotification *)aNotification { CCDirectorMac *director = (CCDirectorMac*)[CCDirector sharedDirector]; @@ -17,8 +25,8 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification // Set a default window size CGSize defaultSize = CGSizeMake(480.0f, 320.0f); - [_window setFrame:CGRectMake(0.0f, 0.0f, defaultSize.width, defaultSize.height) display:true animate:false]; - _glView.frame = _window.frame; + [_window setFrame:CGRectMake(0, 0, defaultSize.width, defaultSize.height + [self titleBarHeight]) display:true animate:false]; + [_glView setFrame:CGRectMake(0, 0, defaultSize.width, defaultSize.height)]; // connect the OpenGL view with the director director.view = _glView; From 54e67b4a968af7cd0adad93c719fda9548f9cb6d Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Thu, 12 Feb 2015 16:59:39 +0100 Subject: [PATCH 23/28] fixed template project's "Source" group not pointing to the Source folder --- .../PROJECTNAME.xcodeproj/project.pbxproj | 27 +++++++++---------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj index be9493c60..6ae1b66b1 100755 --- a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj +++ b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj @@ -145,14 +145,19 @@ 5B121011197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121013197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121015197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; + 5B12101B19748413004C1E1D /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = Platforms/Android/java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; 5B121021197484A3004C1E1D /* PROJECTNAME Java.jar */ = {isa = PBXFileReference; explicitFileType = compiled.java.jar; includeInIndex = 0; path = "PROJECTNAME Java.jar"; sourceTree = BUILT_PRODUCTS_DIR; }; + 5B12102E197484FA004C1E1D /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PROJECTIDENTIFIERActivity.h; path = Platforms/Android/PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; + 5B12102F197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PROJECTIDENTIFIERActivity.m; path = Platforms/Android/PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; 5B121033197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Android/Info.plist; sourceTree = ""; }; 5B121034197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/iOS/Info.plist; sourceTree = ""; }; 5BA4619E1974C88900785744 /* AndroidManifest.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = AndroidManifest.xml; path = Platforms/Android/AndroidManifest.xml; sourceTree = ""; }; - 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainScene.swift; sourceTree = ""; }; + 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MainScene.swift; path = MainScene.swift; sourceTree = ""; }; 7A4035FF19DDEE84007B6E8F /* PROJECTNAME Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PROJECTNAME Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 7A40360219DDEE84007B6E8F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Mac/Info.plist; sourceTree = ""; }; 7A40360319DDEE84007B6E8F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/Mac/main.m; sourceTree = ""; }; + 7A40360519DDEE84007B6E8F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/Mac/AppDelegate.h; sourceTree = ""; }; + 7A40360619DDEE84007B6E8F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/Mac/AppDelegate.m; sourceTree = ""; }; 7A4036F419DE3FA8007B6E8F /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AppKit.framework; sourceTree = DEVELOPER_DIR; }; 7A59493A19E37F9300F65F90 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework; sourceTree = DEVELOPER_DIR; }; 7A59493C19E37FB200F65F90 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/libz.dylib; sourceTree = DEVELOPER_DIR; }; @@ -173,6 +178,8 @@ B71F590F188484E7003F4D28 /* Settings.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Settings.png; path = Icons/Settings.png; sourceTree = ""; }; B71F5910188484E7003F4D28 /* Settings@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Settings@2x.png"; path = "Icons/Settings@2x.png"; sourceTree = ""; }; B737893A180761570076A88C /* Published-iOS */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Published-iOS"; path = "Source/Resources/Published-iOS"; sourceTree = SOURCE_ROOT; }; + B737893D1807617C0076A88C /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/iOS/AppDelegate.h; sourceTree = ""; }; + B737893E1807617C0076A88C /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/iOS/AppDelegate.m; sourceTree = ""; }; B7378940180761A80076A88C /* cocos2d.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2d.xcodeproj; path = "Source/libs/cocos2d-iphone/cocos2d.xcodeproj"; sourceTree = SOURCE_ROOT; }; B737896B180762440076A88C /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "Source/Resources/Default-568h@2x.png"; sourceTree = SOURCE_ROOT; }; B737896C180762440076A88C /* Default-Landscape~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-Landscape~ipad.png"; path = "Source/Resources/Default-Landscape~ipad.png"; sourceTree = SOURCE_ROOT; }; @@ -180,8 +187,8 @@ B737896E180762440076A88C /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default@2x.png"; path = "Source/Resources/Default@2x.png"; sourceTree = SOURCE_ROOT; }; B73789851807631A0076A88C /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/iOS/main.m; sourceTree = SOURCE_ROOT; }; B73789861807631A0076A88C /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Prefix.pch; path = Source/Prefix.pch; sourceTree = SOURCE_ROOT; }; - B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainScene.h; sourceTree = ""; }; - B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainScene.m; sourceTree = ""; }; + B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MainScene.h; path = MainScene.h; sourceTree = ""; }; + B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MainScene.m; path = MainScene.m; sourceTree = ""; }; B77F1B2E17B978D7009739AE /* PROJECTNAME.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PROJECTNAME.app; sourceTree = BUILT_PRODUCTS_DIR; }; B77F1B3117B978D7009739AE /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; B77F1B3317B978D7009739AE /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; @@ -199,16 +206,7 @@ BC5399D51A44DCC90063F482 /* GLActivityKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLActivityKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/GLActivityKit.framework"; sourceTree = ""; }; BC5399D61A44DCC90063F482 /* JavaFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaFoundation.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaFoundation.framework"; sourceTree = ""; }; BC5399D71A44DCC90063F482 /* JavaKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaKit.framework"; sourceTree = ""; }; - D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; path = MetalShaders; sourceTree = ""; }; - DC104EB71A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; - DC104EB81A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; - DC104EB91A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; - DC104EBB1A8D061F004DF1DA /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - DC104EBC1A8D061F004DF1DA /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - DC104EBF1A8D061F004DF1DA /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - DC104EC01A8D061F004DF1DA /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - DC104ECD1A8D0684004DF1DA /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - DC104ECF1A8D06C6004DF1DA /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; name = MetalShaders; path = MetalShaders; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -409,7 +407,8 @@ 7A046D7519E84C36004C4763 /* MainScene.swift */, D352B48019EC608A00829775 /* MetalShaders */, ); - path = Source; + name = Source; + path = "Source"; sourceTree = ""; }; B73789911807667A0076A88C /* Icons */ = { From 4b023566c6b511edc0db0b09586c68bfa0da7f99 Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Thu, 12 Feb 2015 19:21:46 +0100 Subject: [PATCH 24/28] added Swift AppDelegate files to SB project template --- .../PROJECTNAME.xcodeproj/project.pbxproj | 27 ++++++++++--------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj index 6ae1b66b1..be9493c60 100755 --- a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj +++ b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj @@ -145,19 +145,14 @@ 5B121011197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121013197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121015197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - 5B12101B19748413004C1E1D /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = Platforms/Android/java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; 5B121021197484A3004C1E1D /* PROJECTNAME Java.jar */ = {isa = PBXFileReference; explicitFileType = compiled.java.jar; includeInIndex = 0; path = "PROJECTNAME Java.jar"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5B12102E197484FA004C1E1D /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PROJECTIDENTIFIERActivity.h; path = Platforms/Android/PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; - 5B12102F197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PROJECTIDENTIFIERActivity.m; path = Platforms/Android/PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; 5B121033197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Android/Info.plist; sourceTree = ""; }; 5B121034197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/iOS/Info.plist; sourceTree = ""; }; 5BA4619E1974C88900785744 /* AndroidManifest.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = AndroidManifest.xml; path = Platforms/Android/AndroidManifest.xml; sourceTree = ""; }; - 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MainScene.swift; path = MainScene.swift; sourceTree = ""; }; + 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainScene.swift; sourceTree = ""; }; 7A4035FF19DDEE84007B6E8F /* PROJECTNAME Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PROJECTNAME Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 7A40360219DDEE84007B6E8F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Mac/Info.plist; sourceTree = ""; }; 7A40360319DDEE84007B6E8F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/Mac/main.m; sourceTree = ""; }; - 7A40360519DDEE84007B6E8F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/Mac/AppDelegate.h; sourceTree = ""; }; - 7A40360619DDEE84007B6E8F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/Mac/AppDelegate.m; sourceTree = ""; }; 7A4036F419DE3FA8007B6E8F /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AppKit.framework; sourceTree = DEVELOPER_DIR; }; 7A59493A19E37F9300F65F90 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework; sourceTree = DEVELOPER_DIR; }; 7A59493C19E37FB200F65F90 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/libz.dylib; sourceTree = DEVELOPER_DIR; }; @@ -178,8 +173,6 @@ B71F590F188484E7003F4D28 /* Settings.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Settings.png; path = Icons/Settings.png; sourceTree = ""; }; B71F5910188484E7003F4D28 /* Settings@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Settings@2x.png"; path = "Icons/Settings@2x.png"; sourceTree = ""; }; B737893A180761570076A88C /* Published-iOS */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Published-iOS"; path = "Source/Resources/Published-iOS"; sourceTree = SOURCE_ROOT; }; - B737893D1807617C0076A88C /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/iOS/AppDelegate.h; sourceTree = ""; }; - B737893E1807617C0076A88C /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/iOS/AppDelegate.m; sourceTree = ""; }; B7378940180761A80076A88C /* cocos2d.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2d.xcodeproj; path = "Source/libs/cocos2d-iphone/cocos2d.xcodeproj"; sourceTree = SOURCE_ROOT; }; B737896B180762440076A88C /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "Source/Resources/Default-568h@2x.png"; sourceTree = SOURCE_ROOT; }; B737896C180762440076A88C /* Default-Landscape~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-Landscape~ipad.png"; path = "Source/Resources/Default-Landscape~ipad.png"; sourceTree = SOURCE_ROOT; }; @@ -187,8 +180,8 @@ B737896E180762440076A88C /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default@2x.png"; path = "Source/Resources/Default@2x.png"; sourceTree = SOURCE_ROOT; }; B73789851807631A0076A88C /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/iOS/main.m; sourceTree = SOURCE_ROOT; }; B73789861807631A0076A88C /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Prefix.pch; path = Source/Prefix.pch; sourceTree = SOURCE_ROOT; }; - B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MainScene.h; path = MainScene.h; sourceTree = ""; }; - B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MainScene.m; path = MainScene.m; sourceTree = ""; }; + B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainScene.h; sourceTree = ""; }; + B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainScene.m; sourceTree = ""; }; B77F1B2E17B978D7009739AE /* PROJECTNAME.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PROJECTNAME.app; sourceTree = BUILT_PRODUCTS_DIR; }; B77F1B3117B978D7009739AE /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; B77F1B3317B978D7009739AE /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; @@ -206,7 +199,16 @@ BC5399D51A44DCC90063F482 /* GLActivityKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLActivityKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/GLActivityKit.framework"; sourceTree = ""; }; BC5399D61A44DCC90063F482 /* JavaFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaFoundation.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaFoundation.framework"; sourceTree = ""; }; BC5399D71A44DCC90063F482 /* JavaKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaKit.framework"; sourceTree = ""; }; - D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; name = MetalShaders; path = MetalShaders; sourceTree = ""; }; + D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; path = MetalShaders; sourceTree = ""; }; + DC104EB71A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; + DC104EB81A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; + DC104EB91A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; + DC104EBB1A8D061F004DF1DA /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + DC104EBC1A8D061F004DF1DA /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + DC104EBF1A8D061F004DF1DA /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + DC104EC01A8D061F004DF1DA /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + DC104ECD1A8D0684004DF1DA /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + DC104ECF1A8D06C6004DF1DA /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -407,8 +409,7 @@ 7A046D7519E84C36004C4763 /* MainScene.swift */, D352B48019EC608A00829775 /* MetalShaders */, ); - name = Source; - path = "Source"; + path = Source; sourceTree = ""; }; B73789911807667A0076A88C /* Icons */ = { From e09f9514d16312d2b29631851110c29e4f450d4d Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Thu, 12 Feb 2015 16:59:39 +0100 Subject: [PATCH 25/28] fixed template project's "Source" group not pointing to the Source folder --- .../PROJECTNAME.xcodeproj/project.pbxproj | 27 +++++++++---------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj index be9493c60..6ae1b66b1 100755 --- a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj +++ b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj @@ -145,14 +145,19 @@ 5B121011197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121013197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121015197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; + 5B12101B19748413004C1E1D /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = Platforms/Android/java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; 5B121021197484A3004C1E1D /* PROJECTNAME Java.jar */ = {isa = PBXFileReference; explicitFileType = compiled.java.jar; includeInIndex = 0; path = "PROJECTNAME Java.jar"; sourceTree = BUILT_PRODUCTS_DIR; }; + 5B12102E197484FA004C1E1D /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PROJECTIDENTIFIERActivity.h; path = Platforms/Android/PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; + 5B12102F197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PROJECTIDENTIFIERActivity.m; path = Platforms/Android/PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; 5B121033197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Android/Info.plist; sourceTree = ""; }; 5B121034197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/iOS/Info.plist; sourceTree = ""; }; 5BA4619E1974C88900785744 /* AndroidManifest.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = AndroidManifest.xml; path = Platforms/Android/AndroidManifest.xml; sourceTree = ""; }; - 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainScene.swift; sourceTree = ""; }; + 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MainScene.swift; path = MainScene.swift; sourceTree = ""; }; 7A4035FF19DDEE84007B6E8F /* PROJECTNAME Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PROJECTNAME Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 7A40360219DDEE84007B6E8F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Mac/Info.plist; sourceTree = ""; }; 7A40360319DDEE84007B6E8F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/Mac/main.m; sourceTree = ""; }; + 7A40360519DDEE84007B6E8F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/Mac/AppDelegate.h; sourceTree = ""; }; + 7A40360619DDEE84007B6E8F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/Mac/AppDelegate.m; sourceTree = ""; }; 7A4036F419DE3FA8007B6E8F /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AppKit.framework; sourceTree = DEVELOPER_DIR; }; 7A59493A19E37F9300F65F90 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework; sourceTree = DEVELOPER_DIR; }; 7A59493C19E37FB200F65F90 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/libz.dylib; sourceTree = DEVELOPER_DIR; }; @@ -173,6 +178,8 @@ B71F590F188484E7003F4D28 /* Settings.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Settings.png; path = Icons/Settings.png; sourceTree = ""; }; B71F5910188484E7003F4D28 /* Settings@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Settings@2x.png"; path = "Icons/Settings@2x.png"; sourceTree = ""; }; B737893A180761570076A88C /* Published-iOS */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Published-iOS"; path = "Source/Resources/Published-iOS"; sourceTree = SOURCE_ROOT; }; + B737893D1807617C0076A88C /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/iOS/AppDelegate.h; sourceTree = ""; }; + B737893E1807617C0076A88C /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/iOS/AppDelegate.m; sourceTree = ""; }; B7378940180761A80076A88C /* cocos2d.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2d.xcodeproj; path = "Source/libs/cocos2d-iphone/cocos2d.xcodeproj"; sourceTree = SOURCE_ROOT; }; B737896B180762440076A88C /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "Source/Resources/Default-568h@2x.png"; sourceTree = SOURCE_ROOT; }; B737896C180762440076A88C /* Default-Landscape~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-Landscape~ipad.png"; path = "Source/Resources/Default-Landscape~ipad.png"; sourceTree = SOURCE_ROOT; }; @@ -180,8 +187,8 @@ B737896E180762440076A88C /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default@2x.png"; path = "Source/Resources/Default@2x.png"; sourceTree = SOURCE_ROOT; }; B73789851807631A0076A88C /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/iOS/main.m; sourceTree = SOURCE_ROOT; }; B73789861807631A0076A88C /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Prefix.pch; path = Source/Prefix.pch; sourceTree = SOURCE_ROOT; }; - B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainScene.h; sourceTree = ""; }; - B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainScene.m; sourceTree = ""; }; + B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MainScene.h; path = MainScene.h; sourceTree = ""; }; + B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MainScene.m; path = MainScene.m; sourceTree = ""; }; B77F1B2E17B978D7009739AE /* PROJECTNAME.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PROJECTNAME.app; sourceTree = BUILT_PRODUCTS_DIR; }; B77F1B3117B978D7009739AE /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; B77F1B3317B978D7009739AE /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; @@ -199,16 +206,7 @@ BC5399D51A44DCC90063F482 /* GLActivityKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLActivityKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/GLActivityKit.framework"; sourceTree = ""; }; BC5399D61A44DCC90063F482 /* JavaFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaFoundation.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaFoundation.framework"; sourceTree = ""; }; BC5399D71A44DCC90063F482 /* JavaKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaKit.framework"; sourceTree = ""; }; - D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; path = MetalShaders; sourceTree = ""; }; - DC104EB71A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; - DC104EB81A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; - DC104EB91A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; - DC104EBB1A8D061F004DF1DA /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - DC104EBC1A8D061F004DF1DA /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - DC104EBF1A8D061F004DF1DA /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - DC104EC01A8D061F004DF1DA /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - DC104ECD1A8D0684004DF1DA /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - DC104ECF1A8D06C6004DF1DA /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; name = MetalShaders; path = MetalShaders; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -409,7 +407,8 @@ 7A046D7519E84C36004C4763 /* MainScene.swift */, D352B48019EC608A00829775 /* MetalShaders */, ); - path = Source; + name = Source; + path = "Source"; sourceTree = ""; }; B73789911807667A0076A88C /* Icons */ = { From c98cf31c893dffc77e44bc39345a23aeaab309f4 Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Thu, 12 Feb 2015 19:21:46 +0100 Subject: [PATCH 26/28] added Swift AppDelegate files to SB project template --- .../PROJECTNAME.xcodeproj/project.pbxproj | 27 ++++++++++--------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj index 6ae1b66b1..be9493c60 100755 --- a/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj +++ b/Support/PROJECTNAME.spritebuilder/PROJECTNAME.xcodeproj/project.pbxproj @@ -145,19 +145,14 @@ 5B121011197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121013197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; 5B121015197483EE004C1E1D /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_launcher.png; sourceTree = ""; }; - 5B12101B19748413004C1E1D /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = Platforms/Android/java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; 5B121021197484A3004C1E1D /* PROJECTNAME Java.jar */ = {isa = PBXFileReference; explicitFileType = compiled.java.jar; includeInIndex = 0; path = "PROJECTNAME Java.jar"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5B12102E197484FA004C1E1D /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PROJECTIDENTIFIERActivity.h; path = Platforms/Android/PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; - 5B12102F197484FA004C1E1D /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PROJECTIDENTIFIERActivity.m; path = Platforms/Android/PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; 5B121033197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Android/Info.plist; sourceTree = ""; }; 5B121034197485FE004C1E1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/iOS/Info.plist; sourceTree = ""; }; 5BA4619E1974C88900785744 /* AndroidManifest.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = AndroidManifest.xml; path = Platforms/Android/AndroidManifest.xml; sourceTree = ""; }; - 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MainScene.swift; path = MainScene.swift; sourceTree = ""; }; + 7A046D7519E84C36004C4763 /* MainScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainScene.swift; sourceTree = ""; }; 7A4035FF19DDEE84007B6E8F /* PROJECTNAME Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PROJECTNAME Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 7A40360219DDEE84007B6E8F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Platforms/Mac/Info.plist; sourceTree = ""; }; 7A40360319DDEE84007B6E8F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/Mac/main.m; sourceTree = ""; }; - 7A40360519DDEE84007B6E8F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/Mac/AppDelegate.h; sourceTree = ""; }; - 7A40360619DDEE84007B6E8F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/Mac/AppDelegate.m; sourceTree = ""; }; 7A4036F419DE3FA8007B6E8F /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AppKit.framework; sourceTree = DEVELOPER_DIR; }; 7A59493A19E37F9300F65F90 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework; sourceTree = DEVELOPER_DIR; }; 7A59493C19E37FB200F65F90 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/libz.dylib; sourceTree = DEVELOPER_DIR; }; @@ -178,8 +173,6 @@ B71F590F188484E7003F4D28 /* Settings.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Settings.png; path = Icons/Settings.png; sourceTree = ""; }; B71F5910188484E7003F4D28 /* Settings@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Settings@2x.png"; path = "Icons/Settings@2x.png"; sourceTree = ""; }; B737893A180761570076A88C /* Published-iOS */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Published-iOS"; path = "Source/Resources/Published-iOS"; sourceTree = SOURCE_ROOT; }; - B737893D1807617C0076A88C /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Platforms/iOS/AppDelegate.h; sourceTree = ""; }; - B737893E1807617C0076A88C /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Platforms/iOS/AppDelegate.m; sourceTree = ""; }; B7378940180761A80076A88C /* cocos2d.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2d.xcodeproj; path = "Source/libs/cocos2d-iphone/cocos2d.xcodeproj"; sourceTree = SOURCE_ROOT; }; B737896B180762440076A88C /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "Source/Resources/Default-568h@2x.png"; sourceTree = SOURCE_ROOT; }; B737896C180762440076A88C /* Default-Landscape~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-Landscape~ipad.png"; path = "Source/Resources/Default-Landscape~ipad.png"; sourceTree = SOURCE_ROOT; }; @@ -187,8 +180,8 @@ B737896E180762440076A88C /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default@2x.png"; path = "Source/Resources/Default@2x.png"; sourceTree = SOURCE_ROOT; }; B73789851807631A0076A88C /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/Platforms/iOS/main.m; sourceTree = SOURCE_ROOT; }; B73789861807631A0076A88C /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Prefix.pch; path = Source/Prefix.pch; sourceTree = SOURCE_ROOT; }; - B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MainScene.h; path = MainScene.h; sourceTree = ""; }; - B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MainScene.m; path = MainScene.m; sourceTree = ""; }; + B7378992180767190076A88C /* MainScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainScene.h; sourceTree = ""; }; + B7378993180767190076A88C /* MainScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainScene.m; sourceTree = ""; }; B77F1B2E17B978D7009739AE /* PROJECTNAME.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PROJECTNAME.app; sourceTree = BUILT_PRODUCTS_DIR; }; B77F1B3117B978D7009739AE /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; B77F1B3317B978D7009739AE /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; @@ -206,7 +199,16 @@ BC5399D51A44DCC90063F482 /* GLActivityKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLActivityKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/GLActivityKit.framework"; sourceTree = ""; }; BC5399D61A44DCC90063F482 /* JavaFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaFoundation.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaFoundation.framework"; sourceTree = ""; }; BC5399D71A44DCC90063F482 /* JavaKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaKit.framework; path = "../../../../Library/Application Support/Developer/Shared/Xcode/Platforms/Android.platform/Developer/SDKs/SBAndroid.sdk/System/Library/Frameworks/JavaKit.framework"; sourceTree = ""; }; - D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; name = MetalShaders; path = MetalShaders; sourceTree = ""; }; + D352B48019EC608A00829775 /* MetalShaders */ = {isa = PBXFileReference; lastKnownFileType = folder; path = MetalShaders; sourceTree = ""; }; + DC104EB71A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.java */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.java; name = PROJECTIDENTIFIERActivity.java; path = java/org/cocos2d/PROJECTIDENTIFIER/PROJECTIDENTIFIERActivity.java; sourceTree = ""; }; + DC104EB81A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PROJECTIDENTIFIERActivity.h; sourceTree = ""; }; + DC104EB91A8D061F004DF1DA /* PROJECTIDENTIFIERActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PROJECTIDENTIFIERActivity.m; sourceTree = ""; }; + DC104EBB1A8D061F004DF1DA /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + DC104EBC1A8D061F004DF1DA /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + DC104EBF1A8D061F004DF1DA /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + DC104EC01A8D061F004DF1DA /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + DC104ECD1A8D0684004DF1DA /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + DC104ECF1A8D06C6004DF1DA /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -407,8 +409,7 @@ 7A046D7519E84C36004C4763 /* MainScene.swift */, D352B48019EC608A00829775 /* MetalShaders */, ); - name = Source; - path = "Source"; + path = Source; sourceTree = ""; }; B73789911807667A0076A88C /* Icons */ = { From 2990051dd75d9265da8db9e2cbb782625cce9e3e Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Wed, 4 Mar 2015 12:06:21 +0100 Subject: [PATCH 27/28] fix main trying to launch "AppController" instead of "AppDelegate" --- Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/main.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/main.m b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/main.m index 96472e3db..331013ee4 100755 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/main.m +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/main.m @@ -11,7 +11,7 @@ int main(int argc, char *argv[]) { @autoreleasepool { - int retVal = UIApplicationMain(argc, argv, nil, @"AppController"); + int retVal = UIApplicationMain(argc, argv, nil, @"AppDelegate"); return retVal; } } From 0606adc3406761f1c6577b17e2662bebe627661d Mon Sep 17 00:00:00 2001 From: Steffen Itterheim Date: Wed, 4 Mar 2015 12:06:39 +0100 Subject: [PATCH 28/28] update copyrights of appdelegate files --- .../Source/Platforms/Mac/AppDelegate.h | 25 +++++++++++++++ .../Source/Platforms/Mac/AppDelegate.m | 26 ++++++++++++++++ .../Source/Platforms/Mac/AppDelegate.swift | 31 ++++++++++++++----- .../Source/Platforms/iOS/AppDelegate.h | 2 +- .../Source/Platforms/iOS/AppDelegate.m | 2 +- .../Source/Platforms/iOS/AppDelegate.swift | 2 +- 6 files changed, 78 insertions(+), 10 deletions(-) diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.h b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.h index 330110826..099772479 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.h +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.h @@ -1,3 +1,28 @@ +/* + * SpriteBuilder: http://www.spritebuilder.org + * + * Copyright (c) 2012 Zynga Inc. + * Copyright (c) 2013-2015 Apportable Inc. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + */ + #import @interface AppDelegate : NSObject diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m index 230ffb3f7..281ec7b03 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.m @@ -1,3 +1,28 @@ +/* + * SpriteBuilder: http://www.spritebuilder.org + * + * Copyright (c) 2012 Zynga Inc. + * Copyright (c) 2013-2015 Apportable Inc. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + */ + #import "AppDelegate.h" @interface AppDelegate () @@ -25,6 +50,7 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification // Set a default window size CGSize defaultSize = CGSizeMake(480.0f, 320.0f); + // window height must be extended by titleBarHeight to fully fit the view with its defaultSize in the window [_window setFrame:CGRectMake(0, 0, defaultSize.width, defaultSize.height + [self titleBarHeight]) display:true animate:false]; [_glView setFrame:CGRectMake(0, 0, defaultSize.width, defaultSize.height)]; diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift index 20575e255..6aadf1031 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/Mac/AppDelegate.swift @@ -1,10 +1,27 @@ -// -// AppDelegate.swift -// PROJECTNAME -// -// Created by Steffen Itterheim on 12/02/15. -// Copyright (c) 2015 Apportable. All rights reserved. -// +/* +* SpriteBuilder: http://www.spritebuilder.org +* +* Copyright (c) 2012 Zynga Inc. +* Copyright (c) 2013-2015 Apportable Inc. +* +* Permission is hereby granted, free of charge, to any person obtaining a copy +* of this software and associated documentation files (the "Software"), to deal +* in the Software without restriction, including without limitation the rights +* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +* copies of the Software, and to permit persons to whom the Software is +* furnished to do so, subject to the following conditions: +* +* The above copyright notice and this permission notice shall be included in +* all copies or substantial portions of the Software. +* +* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +* THE SOFTWARE. +*/ import Foundation import Cocoa diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.h b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.h index 4b5dc67e5..5da9c0d3b 100755 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.h +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.h @@ -2,7 +2,7 @@ * SpriteBuilder: http://www.spritebuilder.org * * Copyright (c) 2012 Zynga Inc. - * Copyright (c) 2013 Apportable Inc. + * Copyright (c) 2013-2015 Apportable Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.m b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.m index ee99db51b..248dd875a 100755 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.m +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.m @@ -2,7 +2,7 @@ * SpriteBuilder: http://www.spritebuilder.org * * Copyright (c) 2012 Zynga Inc. - * Copyright (c) 2013 Apportable Inc. + * Copyright (c) 2013-2015 Apportable Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift index 158935760..72eb7730a 100644 --- a/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift +++ b/Support/PROJECTNAME.spritebuilder/Source/Platforms/iOS/AppDelegate.swift @@ -2,7 +2,7 @@ * SpriteBuilder: http://www.spritebuilder.org * * Copyright (c) 2012 Zynga Inc. -* Copyright (c) 2013 Apportable Inc. +* Copyright (c) 2013-2015 Apportable Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal