mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-23 18:21:23 +08:00
760 lines
49 KiB
Plaintext
760 lines
49 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
4319B51816FF9B2600C1D7A9 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4319B51716FF9B2600C1D7A9 /* QuartzCore.framework */; };
|
|
4319B51A16FF9B2600C1D7A9 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4319B51916FF9B2600C1D7A9 /* OpenGL.framework */; };
|
|
4319B51C16FF9B2600C1D7A9 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4319B51B16FF9B2600C1D7A9 /* OpenAL.framework */; };
|
|
4319B51E16FF9B2600C1D7A9 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4319B51D16FF9B2600C1D7A9 /* AudioToolbox.framework */; };
|
|
4319B52016FF9B2600C1D7A9 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4319B51F16FF9B2600C1D7A9 /* AppKit.framework */; };
|
|
4319B52216FF9B2600C1D7A9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4319B52116FF9B2600C1D7A9 /* Foundation.framework */; };
|
|
431FF7CA1C735CA100D52DF2 /* IkConstraint.c in Sources */ = {isa = PBXBuildFile; fileRef = 431FF7C91C735CA100D52DF2 /* IkConstraint.c */; };
|
|
431FF7DA1C735CFE00D52DF2 /* IkConstraintData.c in Sources */ = {isa = PBXBuildFile; fileRef = 431FF7D61C735CFE00D52DF2 /* IkConstraintData.c */; };
|
|
431FF7DB1C735CFE00D52DF2 /* TransformConstraint.c in Sources */ = {isa = PBXBuildFile; fileRef = 431FF7D71C735CFE00D52DF2 /* TransformConstraint.c */; };
|
|
431FF7DC1C735CFE00D52DF2 /* TransformConstraintData.c in Sources */ = {isa = PBXBuildFile; fileRef = 431FF7D81C735CFE00D52DF2 /* TransformConstraintData.c */; };
|
|
431FF7DD1C735CFE00D52DF2 /* WeightedMeshAttachment.c in Sources */ = {isa = PBXBuildFile; fileRef = 431FF7D91C735CFE00D52DF2 /* WeightedMeshAttachment.c */; };
|
|
431FF7E51C735D4300D52DF2 /* goblins-mesh.atlas in Resources */ = {isa = PBXBuildFile; fileRef = 431FF7E21C735D4300D52DF2 /* goblins-mesh.atlas */; };
|
|
431FF7E61C735D4300D52DF2 /* goblins-mesh.json in Resources */ = {isa = PBXBuildFile; fileRef = 431FF7E31C735D4300D52DF2 /* goblins-mesh.json */; };
|
|
431FF7E71C735D4300D52DF2 /* goblins-mesh.png in Resources */ = {isa = PBXBuildFile; fileRef = 431FF7E41C735D4300D52DF2 /* goblins-mesh.png */; };
|
|
434D4819192A2B49003127B5 /* libcocos2d.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 434D4808192A2B35003127B5 /* libcocos2d.a */; };
|
|
43BFBE0F170A778A00ECBACB /* spine-cocos2d-iphone.m in Sources */ = {isa = PBXBuildFile; fileRef = 43BFBE0D170A778A00ECBACB /* spine-cocos2d-iphone.m */; };
|
|
43C32A1B170B1295004A9460 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 43C32A11170B1295004A9460 /* AppDelegate.m */; };
|
|
43C32A1C170B1295004A9460 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 43C32A13170B1295004A9460 /* InfoPlist.strings */; };
|
|
43C32A1D170B1295004A9460 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 43C32A15170B1295004A9460 /* MainMenu.xib */; };
|
|
43C32A1E170B1295004A9460 /* icon.icns in Resources */ = {isa = PBXBuildFile; fileRef = 43C32A17170B1295004A9460 /* icon.icns */; };
|
|
43C32A20170B1295004A9460 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 43C32A19170B1295004A9460 /* main.m */; };
|
|
43C32A36170D0A4D004A9460 /* spineboy.atlas in Resources */ = {isa = PBXBuildFile; fileRef = 43C32A30170D0A4D004A9460 /* spineboy.atlas */; };
|
|
43C32A37170D0A4D004A9460 /* spineboy.json in Resources */ = {isa = PBXBuildFile; fileRef = 43C32A31170D0A4D004A9460 /* spineboy.json */; };
|
|
43C32A38170D0A4D004A9460 /* spineboy.png in Resources */ = {isa = PBXBuildFile; fileRef = 43C32A32170D0A4D004A9460 /* spineboy.png */; };
|
|
43F7FD711927C31700CA4038 /* Animation.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FD581927C31700CA4038 /* Animation.c */; };
|
|
43F7FD721927C31700CA4038 /* AnimationState.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FD591927C31700CA4038 /* AnimationState.c */; };
|
|
43F7FD731927C31700CA4038 /* AnimationStateData.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FD5A1927C31700CA4038 /* AnimationStateData.c */; };
|
|
43F7FD741927C31700CA4038 /* Atlas.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FD5B1927C31700CA4038 /* Atlas.c */; };
|
|
43F7FD751927C31700CA4038 /* AtlasAttachmentLoader.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FD5C1927C31700CA4038 /* AtlasAttachmentLoader.c */; };
|
|
43F7FD761927C31700CA4038 /* Attachment.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FD5D1927C31700CA4038 /* Attachment.c */; };
|
|
43F7FD771927C31700CA4038 /* AttachmentLoader.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FD5E1927C31700CA4038 /* AttachmentLoader.c */; };
|
|
43F7FD781927C31700CA4038 /* Bone.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FD5F1927C31700CA4038 /* Bone.c */; };
|
|
43F7FD791927C31700CA4038 /* BoneData.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FD601927C31700CA4038 /* BoneData.c */; };
|
|
43F7FD7A1927C31700CA4038 /* BoundingBoxAttachment.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FD611927C31700CA4038 /* BoundingBoxAttachment.c */; };
|
|
43F7FD7B1927C31700CA4038 /* Event.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FD621927C31700CA4038 /* Event.c */; };
|
|
43F7FD7C1927C31700CA4038 /* EventData.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FD631927C31700CA4038 /* EventData.c */; };
|
|
43F7FD7D1927C31700CA4038 /* extension.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FD641927C31700CA4038 /* extension.c */; };
|
|
43F7FD7E1927C31700CA4038 /* Json.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FD651927C31700CA4038 /* Json.c */; };
|
|
43F7FD7F1927C31700CA4038 /* MeshAttachment.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FD671927C31700CA4038 /* MeshAttachment.c */; };
|
|
43F7FD801927C31700CA4038 /* RegionAttachment.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FD681927C31700CA4038 /* RegionAttachment.c */; };
|
|
43F7FD811927C31700CA4038 /* Skeleton.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FD691927C31700CA4038 /* Skeleton.c */; };
|
|
43F7FD821927C31700CA4038 /* SkeletonBounds.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FD6A1927C31700CA4038 /* SkeletonBounds.c */; };
|
|
43F7FD831927C31700CA4038 /* SkeletonData.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FD6B1927C31700CA4038 /* SkeletonData.c */; };
|
|
43F7FD841927C31700CA4038 /* SkeletonJson.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FD6C1927C31700CA4038 /* SkeletonJson.c */; };
|
|
43F7FD851927C31700CA4038 /* Skin.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FD6D1927C31700CA4038 /* Skin.c */; };
|
|
43F7FD871927C31700CA4038 /* Slot.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FD6F1927C31700CA4038 /* Slot.c */; };
|
|
43F7FD881927C31700CA4038 /* SlotData.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FD701927C31700CA4038 /* SlotData.c */; };
|
|
43F7FDA71927C33C00CA4038 /* PolygonBatch.m in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FDA21927C33C00CA4038 /* PolygonBatch.m */; };
|
|
43F7FDA81927C33C00CA4038 /* SkeletonAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FDA41927C33C00CA4038 /* SkeletonAnimation.m */; };
|
|
43F7FDA91927C33C00CA4038 /* SkeletonRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FDA61927C33C00CA4038 /* SkeletonRenderer.m */; };
|
|
43F7FDAC1927C34600CA4038 /* SpineboyExample.m in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FDAB1927C34600CA4038 /* SpineboyExample.m */; };
|
|
43F7FDB51927D04200CA4038 /* GoblinsExample.m in Sources */ = {isa = PBXBuildFile; fileRef = 43F7FDB41927D04200CA4038 /* GoblinsExample.m */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
434D4807192A2B35003127B5 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 434D47F7192A2B35003127B5 /* cocos2d-osx.xcodeproj */;
|
|
proxyType = 2;
|
|
remoteGlobalIDString = E01E663D121CA00A001A484F;
|
|
remoteInfo = cocos2d;
|
|
};
|
|
434D4809192A2B35003127B5 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 434D47F7192A2B35003127B5 /* cocos2d-osx.xcodeproj */;
|
|
proxyType = 2;
|
|
remoteGlobalIDString = A0EFA65C169CDAC8006D1B22;
|
|
remoteInfo = cocos2d_box2d;
|
|
};
|
|
434D480B192A2B35003127B5 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 434D47F7192A2B35003127B5 /* cocos2d-osx.xcodeproj */;
|
|
proxyType = 2;
|
|
remoteGlobalIDString = A0EFA585169CDABA006D1B22;
|
|
remoteInfo = cocos2d_chipmunk;
|
|
};
|
|
434D480D192A2B35003127B5 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 434D47F7192A2B35003127B5 /* cocos2d-osx.xcodeproj */;
|
|
proxyType = 2;
|
|
remoteGlobalIDString = 4AD3B8A7159A5415002E68D1;
|
|
remoteInfo = CocosDenshion;
|
|
};
|
|
434D480F192A2B35003127B5 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 434D47F7192A2B35003127B5 /* cocos2d-osx.xcodeproj */;
|
|
proxyType = 2;
|
|
remoteGlobalIDString = A0644A5215B609D3004AB807;
|
|
remoteInfo = CocosBuilderReader;
|
|
};
|
|
434D4811192A2B35003127B5 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 434D47F7192A2B35003127B5 /* cocos2d-osx.xcodeproj */;
|
|
proxyType = 2;
|
|
remoteGlobalIDString = A0FBA8AF14A5138F002DF395;
|
|
remoteInfo = box2d;
|
|
};
|
|
434D4813192A2B35003127B5 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 434D47F7192A2B35003127B5 /* cocos2d-osx.xcodeproj */;
|
|
proxyType = 2;
|
|
remoteGlobalIDString = A0FBA8A614A51386002DF395;
|
|
remoteInfo = chipmunk;
|
|
};
|
|
434D4815192A2B35003127B5 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 434D47F7192A2B35003127B5 /* cocos2d-osx.xcodeproj */;
|
|
proxyType = 2;
|
|
remoteGlobalIDString = A0191CB1167FD65B0099349A;
|
|
remoteInfo = jsbindings;
|
|
};
|
|
434D4817192A2B35003127B5 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 434D47F7192A2B35003127B5 /* cocos2d-osx.xcodeproj */;
|
|
proxyType = 2;
|
|
remoteGlobalIDString = A06430E713C1414300CC5554;
|
|
remoteInfo = kazmath;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
4319B51316FF9B2600C1D7A9 /* SpineExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SpineExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
4319B51716FF9B2600C1D7A9 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
|
|
4319B51916FF9B2600C1D7A9 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
|
|
4319B51B16FF9B2600C1D7A9 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; };
|
|
4319B51D16FF9B2600C1D7A9 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
|
|
4319B51F16FF9B2600C1D7A9 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
|
|
4319B52116FF9B2600C1D7A9 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
431FF7C91C735CA100D52DF2 /* IkConstraint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IkConstraint.c; path = "../../spine-c/src/spine/IkConstraint.c"; sourceTree = "<group>"; };
|
|
431FF7D51C735CAE00D52DF2 /* IkConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IkConstraint.h; path = "../../spine-c/include/spine/IkConstraint.h"; sourceTree = "<group>"; };
|
|
431FF7D61C735CFE00D52DF2 /* IkConstraintData.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IkConstraintData.c; path = "../../spine-c/src/spine/IkConstraintData.c"; sourceTree = "<group>"; };
|
|
431FF7D71C735CFE00D52DF2 /* TransformConstraint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = TransformConstraint.c; path = "../../spine-c/src/spine/TransformConstraint.c"; sourceTree = "<group>"; };
|
|
431FF7D81C735CFE00D52DF2 /* TransformConstraintData.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = TransformConstraintData.c; path = "../../spine-c/src/spine/TransformConstraintData.c"; sourceTree = "<group>"; };
|
|
431FF7D91C735CFE00D52DF2 /* WeightedMeshAttachment.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = WeightedMeshAttachment.c; path = "../../spine-c/src/spine/WeightedMeshAttachment.c"; sourceTree = "<group>"; };
|
|
431FF7DE1C735D1500D52DF2 /* IkConstraintData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IkConstraintData.h; path = "../../spine-c/include/spine/IkConstraintData.h"; sourceTree = "<group>"; };
|
|
431FF7DF1C735D1500D52DF2 /* TransformConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TransformConstraint.h; path = "../../spine-c/include/spine/TransformConstraint.h"; sourceTree = "<group>"; };
|
|
431FF7E01C735D1500D52DF2 /* TransformConstraintData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TransformConstraintData.h; path = "../../spine-c/include/spine/TransformConstraintData.h"; sourceTree = "<group>"; };
|
|
431FF7E11C735D1500D52DF2 /* WeightedMeshAttachment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WeightedMeshAttachment.h; path = "../../spine-c/include/spine/WeightedMeshAttachment.h"; sourceTree = "<group>"; };
|
|
431FF7E21C735D4300D52DF2 /* goblins-mesh.atlas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "goblins-mesh.atlas"; sourceTree = "<group>"; };
|
|
431FF7E31C735D4300D52DF2 /* goblins-mesh.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "goblins-mesh.json"; sourceTree = "<group>"; };
|
|
431FF7E41C735D4300D52DF2 /* goblins-mesh.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "goblins-mesh.png"; sourceTree = "<group>"; };
|
|
434D47F7192A2B35003127B5 /* cocos2d-osx.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "cocos2d-osx.xcodeproj"; path = "cocos2d/cocos2d-osx.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
|
43BFBE0D170A778A00ECBACB /* spine-cocos2d-iphone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "spine-cocos2d-iphone.m"; path = "src/spine/spine-cocos2d-iphone.m"; sourceTree = "<group>"; };
|
|
43BFBE0E170A778A00ECBACB /* spine-cocos2d-iphone.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "spine-cocos2d-iphone.h"; path = "src/spine/spine-cocos2d-iphone.h"; sourceTree = "<group>"; };
|
|
43C32A10170B1295004A9460 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = "../Resources-mac/AppDelegate.h"; sourceTree = "<group>"; };
|
|
43C32A11170B1295004A9460 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = "../Resources-mac/AppDelegate.m"; sourceTree = "<group>"; };
|
|
43C32A14170B1295004A9460 /* English */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = English; path = InfoPlist.strings; sourceTree = "<group>"; };
|
|
43C32A16170B1295004A9460 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = MainMenu.xib; sourceTree = "<group>"; };
|
|
43C32A17170B1295004A9460 /* icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = icon.icns; path = "Resources-mac/icon.icns"; sourceTree = "<group>"; };
|
|
43C32A18170B1295004A9460 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = "Resources-mac/Info.plist"; sourceTree = "<group>"; };
|
|
43C32A19170B1295004A9460 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = "../Resources-mac/main.m"; sourceTree = "<group>"; };
|
|
43C32A1A170B1295004A9460 /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Prefix.pch; path = "../Resources-mac/Prefix.pch"; sourceTree = "<group>"; };
|
|
43C32A30170D0A4D004A9460 /* spineboy.atlas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = spineboy.atlas; sourceTree = "<group>"; };
|
|
43C32A31170D0A4D004A9460 /* spineboy.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = spineboy.json; sourceTree = "<group>"; };
|
|
43C32A32170D0A4D004A9460 /* spineboy.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = spineboy.png; sourceTree = "<group>"; };
|
|
43F7FD581927C31700CA4038 /* Animation.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Animation.c; path = "../../spine-c/src/spine/Animation.c"; sourceTree = "<group>"; };
|
|
43F7FD591927C31700CA4038 /* AnimationState.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = AnimationState.c; path = "../../spine-c/src/spine/AnimationState.c"; sourceTree = "<group>"; };
|
|
43F7FD5A1927C31700CA4038 /* AnimationStateData.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = AnimationStateData.c; path = "../../spine-c/src/spine/AnimationStateData.c"; sourceTree = "<group>"; };
|
|
43F7FD5B1927C31700CA4038 /* Atlas.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Atlas.c; path = "../../spine-c/src/spine/Atlas.c"; sourceTree = "<group>"; };
|
|
43F7FD5C1927C31700CA4038 /* AtlasAttachmentLoader.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = AtlasAttachmentLoader.c; path = "../../spine-c/src/spine/AtlasAttachmentLoader.c"; sourceTree = "<group>"; };
|
|
43F7FD5D1927C31700CA4038 /* Attachment.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Attachment.c; path = "../../spine-c/src/spine/Attachment.c"; sourceTree = "<group>"; };
|
|
43F7FD5E1927C31700CA4038 /* AttachmentLoader.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = AttachmentLoader.c; path = "../../spine-c/src/spine/AttachmentLoader.c"; sourceTree = "<group>"; };
|
|
43F7FD5F1927C31700CA4038 /* Bone.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Bone.c; path = "../../spine-c/src/spine/Bone.c"; sourceTree = "<group>"; };
|
|
43F7FD601927C31700CA4038 /* BoneData.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = BoneData.c; path = "../../spine-c/src/spine/BoneData.c"; sourceTree = "<group>"; };
|
|
43F7FD611927C31700CA4038 /* BoundingBoxAttachment.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = BoundingBoxAttachment.c; path = "../../spine-c/src/spine/BoundingBoxAttachment.c"; sourceTree = "<group>"; };
|
|
43F7FD621927C31700CA4038 /* Event.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Event.c; path = "../../spine-c/src/spine/Event.c"; sourceTree = "<group>"; };
|
|
43F7FD631927C31700CA4038 /* EventData.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = EventData.c; path = "../../spine-c/src/spine/EventData.c"; sourceTree = "<group>"; };
|
|
43F7FD641927C31700CA4038 /* extension.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = extension.c; path = "../../spine-c/src/spine/extension.c"; sourceTree = "<group>"; };
|
|
43F7FD651927C31700CA4038 /* Json.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Json.c; path = "../../spine-c/src/spine/Json.c"; sourceTree = "<group>"; };
|
|
43F7FD661927C31700CA4038 /* Json.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Json.h; path = "../../spine-c/src/spine/Json.h"; sourceTree = "<group>"; };
|
|
43F7FD671927C31700CA4038 /* MeshAttachment.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = MeshAttachment.c; path = "../../spine-c/src/spine/MeshAttachment.c"; sourceTree = "<group>"; };
|
|
43F7FD681927C31700CA4038 /* RegionAttachment.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = RegionAttachment.c; path = "../../spine-c/src/spine/RegionAttachment.c"; sourceTree = "<group>"; };
|
|
43F7FD691927C31700CA4038 /* Skeleton.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Skeleton.c; path = "../../spine-c/src/spine/Skeleton.c"; sourceTree = "<group>"; };
|
|
43F7FD6A1927C31700CA4038 /* SkeletonBounds.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SkeletonBounds.c; path = "../../spine-c/src/spine/SkeletonBounds.c"; sourceTree = "<group>"; };
|
|
43F7FD6B1927C31700CA4038 /* SkeletonData.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SkeletonData.c; path = "../../spine-c/src/spine/SkeletonData.c"; sourceTree = "<group>"; };
|
|
43F7FD6C1927C31700CA4038 /* SkeletonJson.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SkeletonJson.c; path = "../../spine-c/src/spine/SkeletonJson.c"; sourceTree = "<group>"; };
|
|
43F7FD6D1927C31700CA4038 /* Skin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Skin.c; path = "../../spine-c/src/spine/Skin.c"; sourceTree = "<group>"; };
|
|
43F7FD6F1927C31700CA4038 /* Slot.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Slot.c; path = "../../spine-c/src/spine/Slot.c"; sourceTree = "<group>"; };
|
|
43F7FD701927C31700CA4038 /* SlotData.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SlotData.c; path = "../../spine-c/src/spine/SlotData.c"; sourceTree = "<group>"; };
|
|
43F7FD891927C32800CA4038 /* Animation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Animation.h; path = "../../spine-c/include/spine/Animation.h"; sourceTree = "<group>"; };
|
|
43F7FD8A1927C32800CA4038 /* AnimationState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AnimationState.h; path = "../../spine-c/include/spine/AnimationState.h"; sourceTree = "<group>"; };
|
|
43F7FD8B1927C32800CA4038 /* AnimationStateData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AnimationStateData.h; path = "../../spine-c/include/spine/AnimationStateData.h"; sourceTree = "<group>"; };
|
|
43F7FD8C1927C32800CA4038 /* Atlas.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Atlas.h; path = "../../spine-c/include/spine/Atlas.h"; sourceTree = "<group>"; };
|
|
43F7FD8D1927C32800CA4038 /* AtlasAttachmentLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AtlasAttachmentLoader.h; path = "../../spine-c/include/spine/AtlasAttachmentLoader.h"; sourceTree = "<group>"; };
|
|
43F7FD8E1927C32800CA4038 /* Attachment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Attachment.h; path = "../../spine-c/include/spine/Attachment.h"; sourceTree = "<group>"; };
|
|
43F7FD8F1927C32800CA4038 /* AttachmentLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AttachmentLoader.h; path = "../../spine-c/include/spine/AttachmentLoader.h"; sourceTree = "<group>"; };
|
|
43F7FD901927C32800CA4038 /* Bone.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Bone.h; path = "../../spine-c/include/spine/Bone.h"; sourceTree = "<group>"; };
|
|
43F7FD911927C32800CA4038 /* BoneData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BoneData.h; path = "../../spine-c/include/spine/BoneData.h"; sourceTree = "<group>"; };
|
|
43F7FD921927C32800CA4038 /* BoundingBoxAttachment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BoundingBoxAttachment.h; path = "../../spine-c/include/spine/BoundingBoxAttachment.h"; sourceTree = "<group>"; };
|
|
43F7FD931927C32800CA4038 /* Event.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Event.h; path = "../../spine-c/include/spine/Event.h"; sourceTree = "<group>"; };
|
|
43F7FD941927C32800CA4038 /* EventData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EventData.h; path = "../../spine-c/include/spine/EventData.h"; sourceTree = "<group>"; };
|
|
43F7FD951927C32800CA4038 /* extension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = extension.h; path = "../../spine-c/include/spine/extension.h"; sourceTree = "<group>"; };
|
|
43F7FD961927C32800CA4038 /* MeshAttachment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MeshAttachment.h; path = "../../spine-c/include/spine/MeshAttachment.h"; sourceTree = "<group>"; };
|
|
43F7FD971927C32800CA4038 /* RegionAttachment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RegionAttachment.h; path = "../../spine-c/include/spine/RegionAttachment.h"; sourceTree = "<group>"; };
|
|
43F7FD981927C32800CA4038 /* Skeleton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Skeleton.h; path = "../../spine-c/include/spine/Skeleton.h"; sourceTree = "<group>"; };
|
|
43F7FD991927C32800CA4038 /* SkeletonBounds.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SkeletonBounds.h; path = "../../spine-c/include/spine/SkeletonBounds.h"; sourceTree = "<group>"; };
|
|
43F7FD9A1927C32800CA4038 /* SkeletonData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SkeletonData.h; path = "../../spine-c/include/spine/SkeletonData.h"; sourceTree = "<group>"; };
|
|
43F7FD9B1927C32800CA4038 /* SkeletonJson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SkeletonJson.h; path = "../../spine-c/include/spine/SkeletonJson.h"; sourceTree = "<group>"; };
|
|
43F7FD9C1927C32800CA4038 /* Skin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Skin.h; path = "../../spine-c/include/spine/Skin.h"; sourceTree = "<group>"; };
|
|
43F7FD9E1927C32800CA4038 /* Slot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Slot.h; path = "../../spine-c/include/spine/Slot.h"; sourceTree = "<group>"; };
|
|
43F7FD9F1927C32800CA4038 /* SlotData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SlotData.h; path = "../../spine-c/include/spine/SlotData.h"; sourceTree = "<group>"; };
|
|
43F7FDA01927C32800CA4038 /* spine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = spine.h; path = "../../spine-c/include/spine/spine.h"; sourceTree = "<group>"; };
|
|
43F7FDA11927C33C00CA4038 /* PolygonBatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolygonBatch.h; path = src/spine/PolygonBatch.h; sourceTree = "<group>"; };
|
|
43F7FDA21927C33C00CA4038 /* PolygonBatch.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PolygonBatch.m; path = src/spine/PolygonBatch.m; sourceTree = "<group>"; };
|
|
43F7FDA31927C33C00CA4038 /* SkeletonAnimation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SkeletonAnimation.h; path = src/spine/SkeletonAnimation.h; sourceTree = "<group>"; };
|
|
43F7FDA41927C33C00CA4038 /* SkeletonAnimation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SkeletonAnimation.m; path = src/spine/SkeletonAnimation.m; sourceTree = "<group>"; };
|
|
43F7FDA51927C33C00CA4038 /* SkeletonRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SkeletonRenderer.h; path = src/spine/SkeletonRenderer.h; sourceTree = "<group>"; };
|
|
43F7FDA61927C33C00CA4038 /* SkeletonRenderer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SkeletonRenderer.m; path = src/spine/SkeletonRenderer.m; sourceTree = "<group>"; };
|
|
43F7FDAA1927C34600CA4038 /* SpineboyExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpineboyExample.h; sourceTree = "<group>"; };
|
|
43F7FDAB1927C34600CA4038 /* SpineboyExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SpineboyExample.m; sourceTree = "<group>"; };
|
|
43F7FDB31927D04200CA4038 /* GoblinsExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GoblinsExample.h; sourceTree = "<group>"; };
|
|
43F7FDB41927D04200CA4038 /* GoblinsExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GoblinsExample.m; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
4319B51016FF9B2600C1D7A9 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
434D4819192A2B49003127B5 /* libcocos2d.a in Frameworks */,
|
|
4319B51816FF9B2600C1D7A9 /* QuartzCore.framework in Frameworks */,
|
|
4319B51A16FF9B2600C1D7A9 /* OpenGL.framework in Frameworks */,
|
|
4319B51C16FF9B2600C1D7A9 /* OpenAL.framework in Frameworks */,
|
|
4319B51E16FF9B2600C1D7A9 /* AudioToolbox.framework in Frameworks */,
|
|
4319B52016FF9B2600C1D7A9 /* AppKit.framework in Frameworks */,
|
|
4319B52216FF9B2600C1D7A9 /* Foundation.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
4319B50816FF9B2600C1D7A9 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4319B6BC16FF9D1700C1D7A9 /* Classes */,
|
|
4319B7CB16FF9D3900C1D7A9 /* Resources */,
|
|
43C32A0F170B1282004A9460 /* Resources-mac */,
|
|
4319B6C616FF9D3900C1D7A9 /* cocos2d */,
|
|
4319B51616FF9B2600C1D7A9 /* Frameworks */,
|
|
4319B51416FF9B2600C1D7A9 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
4319B51416FF9B2600C1D7A9 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4319B51316FF9B2600C1D7A9 /* SpineExample.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
4319B51616FF9B2600C1D7A9 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4319B51716FF9B2600C1D7A9 /* QuartzCore.framework */,
|
|
4319B51916FF9B2600C1D7A9 /* OpenGL.framework */,
|
|
4319B51B16FF9B2600C1D7A9 /* OpenAL.framework */,
|
|
4319B51D16FF9B2600C1D7A9 /* AudioToolbox.framework */,
|
|
4319B51F16FF9B2600C1D7A9 /* AppKit.framework */,
|
|
4319B52116FF9B2600C1D7A9 /* Foundation.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
4319B6BC16FF9D1700C1D7A9 /* Classes */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4319B8921701168A00C1D7A9 /* spine-c */,
|
|
4319B8931701168F00C1D7A9 /* spine-cocos2d-iphone */,
|
|
43F7FDAA1927C34600CA4038 /* SpineboyExample.h */,
|
|
43F7FDAB1927C34600CA4038 /* SpineboyExample.m */,
|
|
43F7FDB31927D04200CA4038 /* GoblinsExample.h */,
|
|
43F7FDB41927D04200CA4038 /* GoblinsExample.m */,
|
|
43C32A10170B1295004A9460 /* AppDelegate.h */,
|
|
43C32A11170B1295004A9460 /* AppDelegate.m */,
|
|
43C32A19170B1295004A9460 /* main.m */,
|
|
43C32A1A170B1295004A9460 /* Prefix.pch */,
|
|
);
|
|
name = Classes;
|
|
path = example;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
4319B6C616FF9D3900C1D7A9 /* cocos2d */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
434D47F7192A2B35003127B5 /* cocos2d-osx.xcodeproj */,
|
|
);
|
|
name = cocos2d;
|
|
path = libs;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
4319B7CB16FF9D3900C1D7A9 /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
431FF7E21C735D4300D52DF2 /* goblins-mesh.atlas */,
|
|
431FF7E31C735D4300D52DF2 /* goblins-mesh.json */,
|
|
431FF7E41C735D4300D52DF2 /* goblins-mesh.png */,
|
|
43C32A30170D0A4D004A9460 /* spineboy.atlas */,
|
|
43C32A31170D0A4D004A9460 /* spineboy.json */,
|
|
43C32A32170D0A4D004A9460 /* spineboy.png */,
|
|
);
|
|
path = Resources;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
4319B8921701168A00C1D7A9 /* spine-c */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
43F7FD581927C31700CA4038 /* Animation.c */,
|
|
43F7FD891927C32800CA4038 /* Animation.h */,
|
|
43F7FD591927C31700CA4038 /* AnimationState.c */,
|
|
43F7FD8A1927C32800CA4038 /* AnimationState.h */,
|
|
43F7FD5A1927C31700CA4038 /* AnimationStateData.c */,
|
|
43F7FD8B1927C32800CA4038 /* AnimationStateData.h */,
|
|
43F7FD5B1927C31700CA4038 /* Atlas.c */,
|
|
43F7FD8C1927C32800CA4038 /* Atlas.h */,
|
|
43F7FD5C1927C31700CA4038 /* AtlasAttachmentLoader.c */,
|
|
43F7FD8D1927C32800CA4038 /* AtlasAttachmentLoader.h */,
|
|
43F7FD5D1927C31700CA4038 /* Attachment.c */,
|
|
43F7FD8E1927C32800CA4038 /* Attachment.h */,
|
|
43F7FD5E1927C31700CA4038 /* AttachmentLoader.c */,
|
|
43F7FD8F1927C32800CA4038 /* AttachmentLoader.h */,
|
|
43F7FD5F1927C31700CA4038 /* Bone.c */,
|
|
43F7FD901927C32800CA4038 /* Bone.h */,
|
|
43F7FD601927C31700CA4038 /* BoneData.c */,
|
|
43F7FD911927C32800CA4038 /* BoneData.h */,
|
|
43F7FD611927C31700CA4038 /* BoundingBoxAttachment.c */,
|
|
43F7FD921927C32800CA4038 /* BoundingBoxAttachment.h */,
|
|
43F7FD621927C31700CA4038 /* Event.c */,
|
|
43F7FD931927C32800CA4038 /* Event.h */,
|
|
43F7FD631927C31700CA4038 /* EventData.c */,
|
|
43F7FD941927C32800CA4038 /* EventData.h */,
|
|
43F7FD641927C31700CA4038 /* extension.c */,
|
|
43F7FD951927C32800CA4038 /* extension.h */,
|
|
431FF7C91C735CA100D52DF2 /* IkConstraint.c */,
|
|
431FF7D51C735CAE00D52DF2 /* IkConstraint.h */,
|
|
431FF7D61C735CFE00D52DF2 /* IkConstraintData.c */,
|
|
431FF7DE1C735D1500D52DF2 /* IkConstraintData.h */,
|
|
43F7FD651927C31700CA4038 /* Json.c */,
|
|
43F7FD661927C31700CA4038 /* Json.h */,
|
|
43F7FD671927C31700CA4038 /* MeshAttachment.c */,
|
|
43F7FD961927C32800CA4038 /* MeshAttachment.h */,
|
|
43F7FD681927C31700CA4038 /* RegionAttachment.c */,
|
|
43F7FD971927C32800CA4038 /* RegionAttachment.h */,
|
|
43F7FD691927C31700CA4038 /* Skeleton.c */,
|
|
43F7FD981927C32800CA4038 /* Skeleton.h */,
|
|
43F7FD6A1927C31700CA4038 /* SkeletonBounds.c */,
|
|
43F7FD991927C32800CA4038 /* SkeletonBounds.h */,
|
|
43F7FD6B1927C31700CA4038 /* SkeletonData.c */,
|
|
43F7FD9A1927C32800CA4038 /* SkeletonData.h */,
|
|
43F7FD6C1927C31700CA4038 /* SkeletonJson.c */,
|
|
43F7FD9B1927C32800CA4038 /* SkeletonJson.h */,
|
|
43F7FD6D1927C31700CA4038 /* Skin.c */,
|
|
43F7FD9C1927C32800CA4038 /* Skin.h */,
|
|
43F7FD6F1927C31700CA4038 /* Slot.c */,
|
|
43F7FD9E1927C32800CA4038 /* Slot.h */,
|
|
43F7FD701927C31700CA4038 /* SlotData.c */,
|
|
43F7FD9F1927C32800CA4038 /* SlotData.h */,
|
|
43F7FDA01927C32800CA4038 /* spine.h */,
|
|
431FF7D71C735CFE00D52DF2 /* TransformConstraint.c */,
|
|
431FF7DF1C735D1500D52DF2 /* TransformConstraint.h */,
|
|
431FF7D81C735CFE00D52DF2 /* TransformConstraintData.c */,
|
|
431FF7E01C735D1500D52DF2 /* TransformConstraintData.h */,
|
|
431FF7D91C735CFE00D52DF2 /* WeightedMeshAttachment.c */,
|
|
431FF7E11C735D1500D52DF2 /* WeightedMeshAttachment.h */,
|
|
);
|
|
name = "spine-c";
|
|
path = ..;
|
|
sourceTree = "<group>";
|
|
};
|
|
4319B8931701168F00C1D7A9 /* spine-cocos2d-iphone */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
43F7FDA11927C33C00CA4038 /* PolygonBatch.h */,
|
|
43F7FDA21927C33C00CA4038 /* PolygonBatch.m */,
|
|
43F7FDA31927C33C00CA4038 /* SkeletonAnimation.h */,
|
|
43F7FDA41927C33C00CA4038 /* SkeletonAnimation.m */,
|
|
43F7FDA51927C33C00CA4038 /* SkeletonRenderer.h */,
|
|
43F7FDA61927C33C00CA4038 /* SkeletonRenderer.m */,
|
|
43BFBE0D170A778A00ECBACB /* spine-cocos2d-iphone.m */,
|
|
43BFBE0E170A778A00ECBACB /* spine-cocos2d-iphone.h */,
|
|
);
|
|
name = "spine-cocos2d-iphone";
|
|
path = ..;
|
|
sourceTree = "<group>";
|
|
};
|
|
434D47F8192A2B35003127B5 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
434D4808192A2B35003127B5 /* libcocos2d.a */,
|
|
434D480A192A2B35003127B5 /* libcocos2d_box2d.a */,
|
|
434D480C192A2B35003127B5 /* libcocos2d_chipmunk.a */,
|
|
434D480E192A2B35003127B5 /* libCocosDenshion.a */,
|
|
434D4810192A2B35003127B5 /* libCocosBuilderReader.a */,
|
|
434D4812192A2B35003127B5 /* libbox2d.a */,
|
|
434D4814192A2B35003127B5 /* libchipmunk.a */,
|
|
434D4816192A2B35003127B5 /* libjsbindings.a */,
|
|
434D4818192A2B35003127B5 /* libkazmath.a */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
43C32A0F170B1282004A9460 /* Resources-mac */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
43C32A12170B1295004A9460 /* English.lproj */,
|
|
43C32A17170B1295004A9460 /* icon.icns */,
|
|
43C32A18170B1295004A9460 /* Info.plist */,
|
|
);
|
|
name = "Resources-mac";
|
|
sourceTree = "<group>";
|
|
};
|
|
43C32A12170B1295004A9460 /* English.lproj */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
43C32A13170B1295004A9460 /* InfoPlist.strings */,
|
|
43C32A15170B1295004A9460 /* MainMenu.xib */,
|
|
);
|
|
name = English.lproj;
|
|
path = "Resources-mac/English.lproj";
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
4319B51216FF9B2600C1D7A9 /* SpineExample */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 4319B6AC16FF9B2B00C1D7A9 /* Build configuration list for PBXNativeTarget "SpineExample" */;
|
|
buildPhases = (
|
|
4319B50F16FF9B2600C1D7A9 /* Sources */,
|
|
4319B51016FF9B2600C1D7A9 /* Frameworks */,
|
|
4319B51116FF9B2600C1D7A9 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = SpineExample;
|
|
productName = "spine-cocos2d-iphone-mac";
|
|
productReference = 4319B51316FF9B2600C1D7A9 /* SpineExample.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
4319B50A16FF9B2600C1D7A9 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0450;
|
|
ORGANIZATIONNAME = "Esoteric Software";
|
|
};
|
|
buildConfigurationList = 4319B50D16FF9B2600C1D7A9 /* Build configuration list for PBXProject "spine-cocos2d-iphone-mac" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
English,
|
|
);
|
|
mainGroup = 4319B50816FF9B2600C1D7A9;
|
|
productRefGroup = 4319B51416FF9B2600C1D7A9 /* Products */;
|
|
projectDirPath = "";
|
|
projectReferences = (
|
|
{
|
|
ProductGroup = 434D47F8192A2B35003127B5 /* Products */;
|
|
ProjectRef = 434D47F7192A2B35003127B5 /* cocos2d-osx.xcodeproj */;
|
|
},
|
|
);
|
|
projectRoot = "";
|
|
targets = (
|
|
4319B51216FF9B2600C1D7A9 /* SpineExample */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXReferenceProxy section */
|
|
434D4808192A2B35003127B5 /* libcocos2d.a */ = {
|
|
isa = PBXReferenceProxy;
|
|
fileType = archive.ar;
|
|
path = libcocos2d.a;
|
|
remoteRef = 434D4807192A2B35003127B5 /* PBXContainerItemProxy */;
|
|
sourceTree = BUILT_PRODUCTS_DIR;
|
|
};
|
|
434D480A192A2B35003127B5 /* libcocos2d_box2d.a */ = {
|
|
isa = PBXReferenceProxy;
|
|
fileType = archive.ar;
|
|
path = libcocos2d_box2d.a;
|
|
remoteRef = 434D4809192A2B35003127B5 /* PBXContainerItemProxy */;
|
|
sourceTree = BUILT_PRODUCTS_DIR;
|
|
};
|
|
434D480C192A2B35003127B5 /* libcocos2d_chipmunk.a */ = {
|
|
isa = PBXReferenceProxy;
|
|
fileType = archive.ar;
|
|
path = libcocos2d_chipmunk.a;
|
|
remoteRef = 434D480B192A2B35003127B5 /* PBXContainerItemProxy */;
|
|
sourceTree = BUILT_PRODUCTS_DIR;
|
|
};
|
|
434D480E192A2B35003127B5 /* libCocosDenshion.a */ = {
|
|
isa = PBXReferenceProxy;
|
|
fileType = archive.ar;
|
|
path = libCocosDenshion.a;
|
|
remoteRef = 434D480D192A2B35003127B5 /* PBXContainerItemProxy */;
|
|
sourceTree = BUILT_PRODUCTS_DIR;
|
|
};
|
|
434D4810192A2B35003127B5 /* libCocosBuilderReader.a */ = {
|
|
isa = PBXReferenceProxy;
|
|
fileType = archive.ar;
|
|
path = libCocosBuilderReader.a;
|
|
remoteRef = 434D480F192A2B35003127B5 /* PBXContainerItemProxy */;
|
|
sourceTree = BUILT_PRODUCTS_DIR;
|
|
};
|
|
434D4812192A2B35003127B5 /* libbox2d.a */ = {
|
|
isa = PBXReferenceProxy;
|
|
fileType = archive.ar;
|
|
path = libbox2d.a;
|
|
remoteRef = 434D4811192A2B35003127B5 /* PBXContainerItemProxy */;
|
|
sourceTree = BUILT_PRODUCTS_DIR;
|
|
};
|
|
434D4814192A2B35003127B5 /* libchipmunk.a */ = {
|
|
isa = PBXReferenceProxy;
|
|
fileType = archive.ar;
|
|
path = libchipmunk.a;
|
|
remoteRef = 434D4813192A2B35003127B5 /* PBXContainerItemProxy */;
|
|
sourceTree = BUILT_PRODUCTS_DIR;
|
|
};
|
|
434D4816192A2B35003127B5 /* libjsbindings.a */ = {
|
|
isa = PBXReferenceProxy;
|
|
fileType = archive.ar;
|
|
path = libjsbindings.a;
|
|
remoteRef = 434D4815192A2B35003127B5 /* PBXContainerItemProxy */;
|
|
sourceTree = BUILT_PRODUCTS_DIR;
|
|
};
|
|
434D4818192A2B35003127B5 /* libkazmath.a */ = {
|
|
isa = PBXReferenceProxy;
|
|
fileType = archive.ar;
|
|
path = libkazmath.a;
|
|
remoteRef = 434D4817192A2B35003127B5 /* PBXContainerItemProxy */;
|
|
sourceTree = BUILT_PRODUCTS_DIR;
|
|
};
|
|
/* End PBXReferenceProxy section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
4319B51116FF9B2600C1D7A9 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
43C32A1C170B1295004A9460 /* InfoPlist.strings in Resources */,
|
|
431FF7E61C735D4300D52DF2 /* goblins-mesh.json in Resources */,
|
|
431FF7E71C735D4300D52DF2 /* goblins-mesh.png in Resources */,
|
|
431FF7E51C735D4300D52DF2 /* goblins-mesh.atlas in Resources */,
|
|
43C32A1D170B1295004A9460 /* MainMenu.xib in Resources */,
|
|
43C32A1E170B1295004A9460 /* icon.icns in Resources */,
|
|
43C32A36170D0A4D004A9460 /* spineboy.atlas in Resources */,
|
|
43C32A37170D0A4D004A9460 /* spineboy.json in Resources */,
|
|
43C32A38170D0A4D004A9460 /* spineboy.png in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
4319B50F16FF9B2600C1D7A9 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
43BFBE0F170A778A00ECBACB /* spine-cocos2d-iphone.m in Sources */,
|
|
43C32A1B170B1295004A9460 /* AppDelegate.m in Sources */,
|
|
43C32A20170B1295004A9460 /* main.m in Sources */,
|
|
43F7FD711927C31700CA4038 /* Animation.c in Sources */,
|
|
43F7FD721927C31700CA4038 /* AnimationState.c in Sources */,
|
|
43F7FD731927C31700CA4038 /* AnimationStateData.c in Sources */,
|
|
43F7FD741927C31700CA4038 /* Atlas.c in Sources */,
|
|
431FF7DB1C735CFE00D52DF2 /* TransformConstraint.c in Sources */,
|
|
43F7FD751927C31700CA4038 /* AtlasAttachmentLoader.c in Sources */,
|
|
43F7FD761927C31700CA4038 /* Attachment.c in Sources */,
|
|
43F7FD771927C31700CA4038 /* AttachmentLoader.c in Sources */,
|
|
43F7FD781927C31700CA4038 /* Bone.c in Sources */,
|
|
431FF7DC1C735CFE00D52DF2 /* TransformConstraintData.c in Sources */,
|
|
43F7FD791927C31700CA4038 /* BoneData.c in Sources */,
|
|
43F7FD7A1927C31700CA4038 /* BoundingBoxAttachment.c in Sources */,
|
|
43F7FD7B1927C31700CA4038 /* Event.c in Sources */,
|
|
43F7FD7C1927C31700CA4038 /* EventData.c in Sources */,
|
|
431FF7DA1C735CFE00D52DF2 /* IkConstraintData.c in Sources */,
|
|
43F7FD7D1927C31700CA4038 /* extension.c in Sources */,
|
|
431FF7CA1C735CA100D52DF2 /* IkConstraint.c in Sources */,
|
|
43F7FD7E1927C31700CA4038 /* Json.c in Sources */,
|
|
43F7FD7F1927C31700CA4038 /* MeshAttachment.c in Sources */,
|
|
43F7FD801927C31700CA4038 /* RegionAttachment.c in Sources */,
|
|
43F7FD811927C31700CA4038 /* Skeleton.c in Sources */,
|
|
431FF7DD1C735CFE00D52DF2 /* WeightedMeshAttachment.c in Sources */,
|
|
43F7FD821927C31700CA4038 /* SkeletonBounds.c in Sources */,
|
|
43F7FD831927C31700CA4038 /* SkeletonData.c in Sources */,
|
|
43F7FD841927C31700CA4038 /* SkeletonJson.c in Sources */,
|
|
43F7FD851927C31700CA4038 /* Skin.c in Sources */,
|
|
43F7FD871927C31700CA4038 /* Slot.c in Sources */,
|
|
43F7FD881927C31700CA4038 /* SlotData.c in Sources */,
|
|
43F7FDA71927C33C00CA4038 /* PolygonBatch.m in Sources */,
|
|
43F7FDA81927C33C00CA4038 /* SkeletonAnimation.m in Sources */,
|
|
43F7FDA91927C33C00CA4038 /* SkeletonRenderer.m in Sources */,
|
|
43F7FDAC1927C34600CA4038 /* SpineboyExample.m in Sources */,
|
|
43F7FDB51927D04200CA4038 /* GoblinsExample.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
43C32A13170B1295004A9460 /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
43C32A14170B1295004A9460 /* English */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
43C32A15170B1295004A9460 /* MainMenu.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
43C32A16170B1295004A9460 /* English */,
|
|
);
|
|
name = MainMenu.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
4319B6AA16FF9B2B00C1D7A9 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
DEBUG,
|
|
"COCOS2D_DEBUG=1",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.7;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Debug;
|
|
};
|
|
4319B6AB16FF9B2B00C1D7A9 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
NDEBUG,
|
|
"NS_BLOCK_ASSERTIONS=1",
|
|
);
|
|
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.7;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Release;
|
|
};
|
|
4319B6AD16FF9B2B00C1D7A9 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ENABLE_OBJC_ARC = NO;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "Resources-mac/Prefix.pch";
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
|
|
HEADER_SEARCH_PATHS = (
|
|
"\"cocos2d/external/kazmath/include\"",
|
|
"\"src\"",
|
|
"\"../../spine-c/include\"",
|
|
"\"cocos2d/cocos2d\"/**",
|
|
);
|
|
INFOPLIST_FILE = "Resources-mac/Info.plist";
|
|
OTHER_CFLAGS = "";
|
|
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
|
|
OTHER_LDFLAGS = (
|
|
"-lz",
|
|
"-lsqlite3",
|
|
"-ObjC",
|
|
);
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Debug;
|
|
};
|
|
4319B6AE16FF9B2B00C1D7A9 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ENABLE_OBJC_ARC = NO;
|
|
COPY_PHASE_STRIP = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "Resources-mac/Prefix.pch";
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
|
|
HEADER_SEARCH_PATHS = (
|
|
"\"cocos2d/external/kazmath/include\"",
|
|
"\"src\"",
|
|
"\"../../spine-c/include\"",
|
|
"\"cocos2d/cocos2d\"/**",
|
|
);
|
|
INFOPLIST_FILE = "Resources-mac/Info.plist";
|
|
OTHER_CFLAGS = "";
|
|
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
|
|
OTHER_LDFLAGS = (
|
|
"-lz",
|
|
"-lsqlite3",
|
|
"-ObjC",
|
|
);
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
4319B50D16FF9B2600C1D7A9 /* Build configuration list for PBXProject "spine-cocos2d-iphone-mac" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
4319B6AA16FF9B2B00C1D7A9 /* Debug */,
|
|
4319B6AB16FF9B2B00C1D7A9 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
4319B6AC16FF9B2B00C1D7A9 /* Build configuration list for PBXNativeTarget "SpineExample" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
4319B6AD16FF9B2B00C1D7A9 /* Debug */,
|
|
4319B6AE16FF9B2B00C1D7A9 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 4319B50A16FF9B2600C1D7A9 /* Project object */;
|
|
}
|