mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 02:06:03 +08:00
561 lines
37 KiB
Plaintext
Executable File
561 lines
37 KiB
Plaintext
Executable File
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
|
|
1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
|
|
288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765A40DF7441C002DB57D /* CoreGraphics.framework */; };
|
|
2FC812261700449A00A93590 /* iphone in Resources */ = {isa = PBXBuildFile; fileRef = 2FC812241700449A00A93590 /* iphone */; };
|
|
2FC812271700449A00A93590 /* iphone-retina in Resources */ = {isa = PBXBuildFile; fileRef = 2FC812251700449A00A93590 /* iphone-retina */; };
|
|
2FC812291700479600A93590 /* common in Resources */ = {isa = PBXBuildFile; fileRef = 2FC812281700479600A93590 /* common */; };
|
|
2FEE8527170030A20013E4C9 /* AppDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2FEE8522170030A20013E4C9 /* AppDelegate.cpp */; };
|
|
2FEE8528170030A20013E4C9 /* ExampleLayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2FEE8525170030A20013E4C9 /* ExampleLayer.cpp */; };
|
|
4319B8781700D68D00C1D7A9 /* libcocos2dx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4319B8771700D66C00C1D7A9 /* libcocos2dx.a */; };
|
|
437E40F41739397500F85A9E /* CCSkeleton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 437E40F01739397500F85A9E /* CCSkeleton.cpp */; };
|
|
437E40F51739397500F85A9E /* CCSkeletonAnimation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 437E40F21739397500F85A9E /* CCSkeletonAnimation.cpp */; };
|
|
43BFBDE3170A709000ECBACB /* Animation.c in Sources */ = {isa = PBXBuildFile; fileRef = 43BFBDD0170A709000ECBACB /* Animation.c */; };
|
|
43BFBDE4170A709000ECBACB /* AnimationState.c in Sources */ = {isa = PBXBuildFile; fileRef = 43BFBDD1170A709000ECBACB /* AnimationState.c */; };
|
|
43BFBDE5170A709000ECBACB /* AnimationStateData.c in Sources */ = {isa = PBXBuildFile; fileRef = 43BFBDD2170A709000ECBACB /* AnimationStateData.c */; };
|
|
43BFBDE6170A709000ECBACB /* Atlas.c in Sources */ = {isa = PBXBuildFile; fileRef = 43BFBDD3170A709000ECBACB /* Atlas.c */; };
|
|
43BFBDE7170A709000ECBACB /* AtlasAttachmentLoader.c in Sources */ = {isa = PBXBuildFile; fileRef = 43BFBDD4170A709000ECBACB /* AtlasAttachmentLoader.c */; };
|
|
43BFBDE8170A709000ECBACB /* Attachment.c in Sources */ = {isa = PBXBuildFile; fileRef = 43BFBDD5170A709000ECBACB /* Attachment.c */; };
|
|
43BFBDE9170A709000ECBACB /* AttachmentLoader.c in Sources */ = {isa = PBXBuildFile; fileRef = 43BFBDD6170A709000ECBACB /* AttachmentLoader.c */; };
|
|
43BFBDEA170A709000ECBACB /* Bone.c in Sources */ = {isa = PBXBuildFile; fileRef = 43BFBDD7170A709000ECBACB /* Bone.c */; };
|
|
43BFBDEB170A709000ECBACB /* BoneData.c in Sources */ = {isa = PBXBuildFile; fileRef = 43BFBDD8170A709000ECBACB /* BoneData.c */; };
|
|
43BFBDEC170A709000ECBACB /* extension.c in Sources */ = {isa = PBXBuildFile; fileRef = 43BFBDD9170A709000ECBACB /* extension.c */; };
|
|
43BFBDED170A709000ECBACB /* Json.c in Sources */ = {isa = PBXBuildFile; fileRef = 43BFBDDA170A709000ECBACB /* Json.c */; };
|
|
43BFBDEE170A709000ECBACB /* RegionAttachment.c in Sources */ = {isa = PBXBuildFile; fileRef = 43BFBDDC170A709000ECBACB /* RegionAttachment.c */; };
|
|
43BFBDEF170A709000ECBACB /* Skeleton.c in Sources */ = {isa = PBXBuildFile; fileRef = 43BFBDDD170A709000ECBACB /* Skeleton.c */; };
|
|
43BFBDF0170A709000ECBACB /* SkeletonData.c in Sources */ = {isa = PBXBuildFile; fileRef = 43BFBDDE170A709000ECBACB /* SkeletonData.c */; };
|
|
43BFBDF1170A709000ECBACB /* SkeletonJson.c in Sources */ = {isa = PBXBuildFile; fileRef = 43BFBDDF170A709000ECBACB /* SkeletonJson.c */; };
|
|
43BFBDF2170A709000ECBACB /* Skin.c in Sources */ = {isa = PBXBuildFile; fileRef = 43BFBDE0170A709000ECBACB /* Skin.c */; };
|
|
43BFBDF3170A709000ECBACB /* Slot.c in Sources */ = {isa = PBXBuildFile; fileRef = 43BFBDE1170A709000ECBACB /* Slot.c */; };
|
|
43BFBDF4170A709000ECBACB /* SlotData.c in Sources */ = {isa = PBXBuildFile; fileRef = 43BFBDE2170A709000ECBACB /* SlotData.c */; };
|
|
43BFBE09170A70C800ECBACB /* spine-cocos2dx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43BFBE07170A70C800ECBACB /* spine-cocos2dx.cpp */; };
|
|
BF1373EF128A898400D9F789 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF492D4B1289302400A09262 /* OpenGLES.framework */; };
|
|
BF1373F0128A899500D9F789 /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = BF492C21128924A800A09262 /* libxml2.dylib */; };
|
|
BF1373F1128A899E00D9F789 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = BF492B6912891AC600A09262 /* libz.dylib */; };
|
|
BF13742F128A8E6A00D9F789 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF137426128A8E4600D9F789 /* QuartzCore.framework */; };
|
|
BF365AA812A103F70050DCF4 /* AppController.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF365AA712A103F70050DCF4 /* AppController.mm */; };
|
|
BF4DE6AD138BB89600CF907D /* RootViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF4DE6AC138BB89600CF907D /* RootViewController.mm */; };
|
|
D446FD79161028E9000ADA7B /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = D446FD78161028E9000ADA7B /* Default.png */; };
|
|
D446FD7B161028ED000ADA7B /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D446FD7A161028ED000ADA7B /* Default@2x.png */; };
|
|
D446FD7D161028F4000ADA7B /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D446FD7C161028F4000ADA7B /* Default-568h@2x.png */; };
|
|
D4ABB4B313B4395300552E6E /* main.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4ABB4B213B4395300552E6E /* main.mm */; };
|
|
D4EF94E815BD319200D803EB /* Icon-57.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94E715BD319200D803EB /* Icon-57.png */; };
|
|
D4EF94EA15BD319500D803EB /* Icon-114.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94E915BD319500D803EB /* Icon-114.png */; };
|
|
D4EF94EC15BD319B00D803EB /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94EB15BD319B00D803EB /* Icon-72.png */; };
|
|
D4EF94EE15BD319D00D803EB /* Icon-144.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94ED15BD319D00D803EB /* Icon-144.png */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
4319B8761700D66C00C1D7A9 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 4319B86F1700D66C00C1D7A9 /* cocos2dx.xcodeproj */;
|
|
proxyType = 2;
|
|
remoteGlobalIDString = 1551A33F158F2AB200E66CFE;
|
|
remoteInfo = cocos2dx;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
1D6058910D05DD3D006BFB54 /* ExampleSpine.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ExampleSpine.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
|
288765A40DF7441C002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
|
2FC812241700449A00A93590 /* iphone */ = {isa = PBXFileReference; lastKnownFileType = folder; path = iphone; sourceTree = "<group>"; };
|
|
2FC812251700449A00A93590 /* iphone-retina */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "iphone-retina"; sourceTree = "<group>"; };
|
|
2FC812281700479600A93590 /* common */ = {isa = PBXFileReference; lastKnownFileType = folder; path = common; sourceTree = "<group>"; };
|
|
2FEE8522170030A20013E4C9 /* AppDelegate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AppDelegate.cpp; sourceTree = "<group>"; };
|
|
2FEE8523170030A20013E4C9 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
2FEE8524170030A20013E4C9 /* AppMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppMacros.h; sourceTree = "<group>"; };
|
|
2FEE8525170030A20013E4C9 /* ExampleLayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ExampleLayer.cpp; sourceTree = "<group>"; };
|
|
2FEE8526170030A20013E4C9 /* ExampleLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExampleLayer.h; sourceTree = "<group>"; };
|
|
4319B86F1700D66C00C1D7A9 /* cocos2dx.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2dx.xcodeproj; path = ../../cocos2dx/proj.ios/cocos2dx.xcodeproj; sourceTree = "<group>"; };
|
|
437E40F01739397500F85A9E /* CCSkeleton.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CCSkeleton.cpp; path = ../../src/spine/CCSkeleton.cpp; sourceTree = "<group>"; };
|
|
437E40F11739397500F85A9E /* CCSkeleton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CCSkeleton.h; path = ../../src/spine/CCSkeleton.h; sourceTree = "<group>"; };
|
|
437E40F21739397500F85A9E /* CCSkeletonAnimation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CCSkeletonAnimation.cpp; path = ../../src/spine/CCSkeletonAnimation.cpp; sourceTree = "<group>"; };
|
|
437E40F31739397500F85A9E /* CCSkeletonAnimation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CCSkeletonAnimation.h; path = ../../src/spine/CCSkeletonAnimation.h; sourceTree = "<group>"; };
|
|
43BFBDD0170A709000ECBACB /* Animation.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Animation.c; path = "../../../spine-c/src/spine/Animation.c"; sourceTree = "<group>"; };
|
|
43BFBDD1170A709000ECBACB /* AnimationState.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = AnimationState.c; path = "../../../spine-c/src/spine/AnimationState.c"; sourceTree = "<group>"; };
|
|
43BFBDD2170A709000ECBACB /* AnimationStateData.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = AnimationStateData.c; path = "../../../spine-c/src/spine/AnimationStateData.c"; sourceTree = "<group>"; };
|
|
43BFBDD3170A709000ECBACB /* Atlas.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Atlas.c; path = "../../../spine-c/src/spine/Atlas.c"; sourceTree = "<group>"; };
|
|
43BFBDD4170A709000ECBACB /* AtlasAttachmentLoader.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = AtlasAttachmentLoader.c; path = "../../../spine-c/src/spine/AtlasAttachmentLoader.c"; sourceTree = "<group>"; };
|
|
43BFBDD5170A709000ECBACB /* Attachment.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Attachment.c; path = "../../../spine-c/src/spine/Attachment.c"; sourceTree = "<group>"; };
|
|
43BFBDD6170A709000ECBACB /* AttachmentLoader.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = AttachmentLoader.c; path = "../../../spine-c/src/spine/AttachmentLoader.c"; sourceTree = "<group>"; };
|
|
43BFBDD7170A709000ECBACB /* Bone.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Bone.c; path = "../../../spine-c/src/spine/Bone.c"; sourceTree = "<group>"; };
|
|
43BFBDD8170A709000ECBACB /* BoneData.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = BoneData.c; path = "../../../spine-c/src/spine/BoneData.c"; sourceTree = "<group>"; };
|
|
43BFBDD9170A709000ECBACB /* extension.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = extension.c; path = "../../../spine-c/src/spine/extension.c"; sourceTree = "<group>"; };
|
|
43BFBDDA170A709000ECBACB /* Json.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Json.c; path = "../../../spine-c/src/spine/Json.c"; sourceTree = "<group>"; };
|
|
43BFBDDB170A709000ECBACB /* Json.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Json.h; path = "../../../spine-c/src/spine/Json.h"; sourceTree = "<group>"; };
|
|
43BFBDDC170A709000ECBACB /* RegionAttachment.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = RegionAttachment.c; path = "../../../spine-c/src/spine/RegionAttachment.c"; sourceTree = "<group>"; };
|
|
43BFBDDD170A709000ECBACB /* Skeleton.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Skeleton.c; path = "../../../spine-c/src/spine/Skeleton.c"; sourceTree = "<group>"; };
|
|
43BFBDDE170A709000ECBACB /* SkeletonData.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SkeletonData.c; path = "../../../spine-c/src/spine/SkeletonData.c"; sourceTree = "<group>"; };
|
|
43BFBDDF170A709000ECBACB /* SkeletonJson.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SkeletonJson.c; path = "../../../spine-c/src/spine/SkeletonJson.c"; sourceTree = "<group>"; };
|
|
43BFBDE0170A709000ECBACB /* Skin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Skin.c; path = "../../../spine-c/src/spine/Skin.c"; sourceTree = "<group>"; };
|
|
43BFBDE1170A709000ECBACB /* Slot.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Slot.c; path = "../../../spine-c/src/spine/Slot.c"; sourceTree = "<group>"; };
|
|
43BFBDE2170A709000ECBACB /* SlotData.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SlotData.c; path = "../../../spine-c/src/spine/SlotData.c"; sourceTree = "<group>"; };
|
|
43BFBDF5170A70A300ECBACB /* Animation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Animation.h; path = "../../../spine-c/include/spine/Animation.h"; sourceTree = "<group>"; };
|
|
43BFBDF6170A70A300ECBACB /* AnimationState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AnimationState.h; path = "../../../spine-c/include/spine/AnimationState.h"; sourceTree = "<group>"; };
|
|
43BFBDF7170A70A300ECBACB /* AnimationStateData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AnimationStateData.h; path = "../../../spine-c/include/spine/AnimationStateData.h"; sourceTree = "<group>"; };
|
|
43BFBDF8170A70A300ECBACB /* Atlas.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Atlas.h; path = "../../../spine-c/include/spine/Atlas.h"; sourceTree = "<group>"; };
|
|
43BFBDF9170A70A300ECBACB /* AtlasAttachmentLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AtlasAttachmentLoader.h; path = "../../../spine-c/include/spine/AtlasAttachmentLoader.h"; sourceTree = "<group>"; };
|
|
43BFBDFA170A70A300ECBACB /* Attachment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Attachment.h; path = "../../../spine-c/include/spine/Attachment.h"; sourceTree = "<group>"; };
|
|
43BFBDFB170A70A300ECBACB /* AttachmentLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AttachmentLoader.h; path = "../../../spine-c/include/spine/AttachmentLoader.h"; sourceTree = "<group>"; };
|
|
43BFBDFC170A70A300ECBACB /* Bone.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Bone.h; path = "../../../spine-c/include/spine/Bone.h"; sourceTree = "<group>"; };
|
|
43BFBDFD170A70A300ECBACB /* BoneData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BoneData.h; path = "../../../spine-c/include/spine/BoneData.h"; sourceTree = "<group>"; };
|
|
43BFBDFE170A70A300ECBACB /* extension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = extension.h; path = "../../../spine-c/include/spine/extension.h"; sourceTree = "<group>"; };
|
|
43BFBDFF170A70A300ECBACB /* RegionAttachment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RegionAttachment.h; path = "../../../spine-c/include/spine/RegionAttachment.h"; sourceTree = "<group>"; };
|
|
43BFBE00170A70A300ECBACB /* Skeleton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Skeleton.h; path = "../../../spine-c/include/spine/Skeleton.h"; sourceTree = "<group>"; };
|
|
43BFBE01170A70A300ECBACB /* SkeletonData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SkeletonData.h; path = "../../../spine-c/include/spine/SkeletonData.h"; sourceTree = "<group>"; };
|
|
43BFBE02170A70A300ECBACB /* SkeletonJson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SkeletonJson.h; path = "../../../spine-c/include/spine/SkeletonJson.h"; sourceTree = "<group>"; };
|
|
43BFBE03170A70A300ECBACB /* Skin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Skin.h; path = "../../../spine-c/include/spine/Skin.h"; sourceTree = "<group>"; };
|
|
43BFBE04170A70A300ECBACB /* Slot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Slot.h; path = "../../../spine-c/include/spine/Slot.h"; sourceTree = "<group>"; };
|
|
43BFBE05170A70A300ECBACB /* SlotData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SlotData.h; path = "../../../spine-c/include/spine/SlotData.h"; sourceTree = "<group>"; };
|
|
43BFBE06170A70A300ECBACB /* spine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = spine.h; path = "../../../spine-c/include/spine/spine.h"; sourceTree = "<group>"; };
|
|
43BFBE07170A70C800ECBACB /* spine-cocos2dx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "spine-cocos2dx.cpp"; path = "../../src/spine/spine-cocos2dx.cpp"; sourceTree = "<group>"; };
|
|
43BFBE08170A70C800ECBACB /* spine-cocos2dx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "spine-cocos2dx.h"; path = "../../src/spine/spine-cocos2dx.h"; sourceTree = "<group>"; };
|
|
781C33B11547F06B00633F88 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; };
|
|
781C33B31547F06B00633F88 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
|
|
781C33B51547F06B00633F88 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
|
|
BF137426128A8E4600D9F789 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
|
|
BF365AA612A103F70050DCF4 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = "<group>"; };
|
|
BF365AA712A103F70050DCF4 /* AppController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AppController.mm; sourceTree = "<group>"; };
|
|
BF492B6912891AC600A09262 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
|
|
BF492C21128924A800A09262 /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; };
|
|
BF492D4B1289302400A09262 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
|
|
BF4DE6AB138BB89600CF907D /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = "<group>"; };
|
|
BF4DE6AC138BB89600CF907D /* RootViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RootViewController.mm; sourceTree = "<group>"; };
|
|
D446FD78161028E9000ADA7B /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Default.png; path = ../proj.ios/Default.png; sourceTree = "<group>"; };
|
|
D446FD7A161028ED000ADA7B /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default@2x.png"; path = "../proj.ios/Default@2x.png"; sourceTree = "<group>"; };
|
|
D446FD7C161028F4000ADA7B /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "../proj.ios/Default-568h@2x.png"; sourceTree = "<group>"; };
|
|
D4ABB4B213B4395300552E6E /* main.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = main.mm; sourceTree = "<group>"; };
|
|
D4EF94E715BD319200D803EB /* Icon-57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-57.png"; path = "../proj.ios/Icon-57.png"; sourceTree = "<group>"; };
|
|
D4EF94E915BD319500D803EB /* Icon-114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-114.png"; path = "../proj.ios/Icon-114.png"; sourceTree = "<group>"; };
|
|
D4EF94EB15BD319B00D803EB /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-72.png"; path = "../proj.ios/Icon-72.png"; sourceTree = "<group>"; };
|
|
D4EF94ED15BD319D00D803EB /* Icon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-144.png"; path = "../proj.ios/Icon-144.png"; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
4319B8781700D68D00C1D7A9 /* libcocos2dx.a in Frameworks */,
|
|
1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
|
|
1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
|
|
288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */,
|
|
BF1373EF128A898400D9F789 /* OpenGLES.framework in Frameworks */,
|
|
BF1373F0128A899500D9F789 /* libxml2.dylib in Frameworks */,
|
|
BF1373F1128A899E00D9F789 /* libz.dylib in Frameworks */,
|
|
BF13742F128A8E6A00D9F789 /* QuartzCore.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
19C28FACFE9D520D11CA2CBB /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1D6058910D05DD3D006BFB54 /* ExampleSpine.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4319B86F1700D66C00C1D7A9 /* cocos2dx.xcodeproj */,
|
|
BF23D4E2143315EB00657E08 /* Classes */,
|
|
29B97323FDCFA39411CA2CEA /* Frameworks */,
|
|
BF5681CC1313A84D0055EEAC /* ios */,
|
|
19C28FACFE9D520D11CA2CBB /* Products */,
|
|
784521C214EBA449009D533B /* Resources */,
|
|
);
|
|
name = CustomTemplate;
|
|
sourceTree = "<group>";
|
|
};
|
|
29B97323FDCFA39411CA2CEA /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BF492B6912891AC600A09262 /* libz.dylib */,
|
|
BF137426128A8E4600D9F789 /* QuartzCore.framework */,
|
|
BF492D4B1289302400A09262 /* OpenGLES.framework */,
|
|
BF492C21128924A800A09262 /* libxml2.dylib */,
|
|
1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
|
|
1D30AB110D05D00D00671497 /* Foundation.framework */,
|
|
288765A40DF7441C002DB57D /* CoreGraphics.framework */,
|
|
781C33B11547F06B00633F88 /* OpenAL.framework */,
|
|
781C33B31547F06B00633F88 /* AudioToolbox.framework */,
|
|
781C33B51547F06B00633F88 /* AVFoundation.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
2FEE85841700330E0013E4C9 /* spine-c */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
43BFBDD0170A709000ECBACB /* Animation.c */,
|
|
43BFBDF5170A70A300ECBACB /* Animation.h */,
|
|
43BFBDD1170A709000ECBACB /* AnimationState.c */,
|
|
43BFBDF6170A70A300ECBACB /* AnimationState.h */,
|
|
43BFBDD2170A709000ECBACB /* AnimationStateData.c */,
|
|
43BFBDF7170A70A300ECBACB /* AnimationStateData.h */,
|
|
43BFBDD3170A709000ECBACB /* Atlas.c */,
|
|
43BFBDF8170A70A300ECBACB /* Atlas.h */,
|
|
43BFBDD4170A709000ECBACB /* AtlasAttachmentLoader.c */,
|
|
43BFBDF9170A70A300ECBACB /* AtlasAttachmentLoader.h */,
|
|
43BFBDD5170A709000ECBACB /* Attachment.c */,
|
|
43BFBDFA170A70A300ECBACB /* Attachment.h */,
|
|
43BFBDD6170A709000ECBACB /* AttachmentLoader.c */,
|
|
43BFBDFB170A70A300ECBACB /* AttachmentLoader.h */,
|
|
43BFBDD7170A709000ECBACB /* Bone.c */,
|
|
43BFBDFC170A70A300ECBACB /* Bone.h */,
|
|
43BFBDD8170A709000ECBACB /* BoneData.c */,
|
|
43BFBDFD170A70A300ECBACB /* BoneData.h */,
|
|
43BFBDD9170A709000ECBACB /* extension.c */,
|
|
43BFBDFE170A70A300ECBACB /* extension.h */,
|
|
43BFBDDA170A709000ECBACB /* Json.c */,
|
|
43BFBDDB170A709000ECBACB /* Json.h */,
|
|
43BFBDDC170A709000ECBACB /* RegionAttachment.c */,
|
|
43BFBDFF170A70A300ECBACB /* RegionAttachment.h */,
|
|
43BFBDDD170A709000ECBACB /* Skeleton.c */,
|
|
43BFBE00170A70A300ECBACB /* Skeleton.h */,
|
|
43BFBDDE170A709000ECBACB /* SkeletonData.c */,
|
|
43BFBE01170A70A300ECBACB /* SkeletonData.h */,
|
|
43BFBDDF170A709000ECBACB /* SkeletonJson.c */,
|
|
43BFBE02170A70A300ECBACB /* SkeletonJson.h */,
|
|
43BFBDE0170A709000ECBACB /* Skin.c */,
|
|
43BFBE03170A70A300ECBACB /* Skin.h */,
|
|
43BFBDE1170A709000ECBACB /* Slot.c */,
|
|
43BFBE04170A70A300ECBACB /* Slot.h */,
|
|
43BFBDE2170A709000ECBACB /* SlotData.c */,
|
|
43BFBE05170A70A300ECBACB /* SlotData.h */,
|
|
43BFBE06170A70A300ECBACB /* spine.h */,
|
|
);
|
|
name = "spine-c";
|
|
sourceTree = "<group>";
|
|
};
|
|
2FEE8585170033120013E4C9 /* spine-cocos2dx */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
43BFBE07170A70C800ECBACB /* spine-cocos2dx.cpp */,
|
|
43BFBE08170A70C800ECBACB /* spine-cocos2dx.h */,
|
|
437E40F01739397500F85A9E /* CCSkeleton.cpp */,
|
|
437E40F11739397500F85A9E /* CCSkeleton.h */,
|
|
437E40F21739397500F85A9E /* CCSkeletonAnimation.cpp */,
|
|
437E40F31739397500F85A9E /* CCSkeletonAnimation.h */,
|
|
);
|
|
name = "spine-cocos2dx";
|
|
sourceTree = "<group>";
|
|
};
|
|
4319B8701700D66C00C1D7A9 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4319B8771700D66C00C1D7A9 /* libcocos2dx.a */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
784521C214EBA449009D533B /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
2FC812281700479600A93590 /* common */,
|
|
2FC812241700449A00A93590 /* iphone */,
|
|
2FC812251700449A00A93590 /* iphone-retina */,
|
|
D4EF94ED15BD319D00D803EB /* Icon-144.png */,
|
|
D4EF94EB15BD319B00D803EB /* Icon-72.png */,
|
|
D4EF94E915BD319500D803EB /* Icon-114.png */,
|
|
D4EF94E715BD319200D803EB /* Icon-57.png */,
|
|
D446FD7C161028F4000ADA7B /* Default-568h@2x.png */,
|
|
D446FD7A161028ED000ADA7B /* Default@2x.png */,
|
|
D446FD78161028E9000ADA7B /* Default.png */,
|
|
);
|
|
name = Resources;
|
|
path = ../Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
BF23D4E2143315EB00657E08 /* Classes */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
2FEE85841700330E0013E4C9 /* spine-c */,
|
|
2FEE8585170033120013E4C9 /* spine-cocos2dx */,
|
|
2FEE8522170030A20013E4C9 /* AppDelegate.cpp */,
|
|
2FEE8523170030A20013E4C9 /* AppDelegate.h */,
|
|
2FEE8524170030A20013E4C9 /* AppMacros.h */,
|
|
2FEE8525170030A20013E4C9 /* ExampleLayer.cpp */,
|
|
2FEE8526170030A20013E4C9 /* ExampleLayer.h */,
|
|
);
|
|
name = Classes;
|
|
path = ../Classes;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
BF5681CC1313A84D0055EEAC /* ios */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
D4ABB4B213B4395300552E6E /* main.mm */,
|
|
BF365AA612A103F70050DCF4 /* AppController.h */,
|
|
BF365AA712A103F70050DCF4 /* AppController.mm */,
|
|
BF4DE6AB138BB89600CF907D /* RootViewController.h */,
|
|
BF4DE6AC138BB89600CF907D /* RootViewController.mm */,
|
|
);
|
|
name = ios;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
1D6058900D05DD3D006BFB54 /* ExampleSpine */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "ExampleSpine" */;
|
|
buildPhases = (
|
|
1D60588D0D05DD3D006BFB54 /* Resources */,
|
|
1D60588E0D05DD3D006BFB54 /* Sources */,
|
|
1D60588F0D05DD3D006BFB54 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = ExampleSpine;
|
|
productName = ExampleSpine;
|
|
productReference = 1D6058910D05DD3D006BFB54 /* ExampleSpine.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
29B97313FDCFA39411CA2CEA /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0450;
|
|
};
|
|
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "ExampleSpine" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 1;
|
|
knownRegions = (
|
|
English,
|
|
Japanese,
|
|
French,
|
|
German,
|
|
);
|
|
mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
|
|
projectDirPath = "";
|
|
projectReferences = (
|
|
{
|
|
ProductGroup = 4319B8701700D66C00C1D7A9 /* Products */;
|
|
ProjectRef = 4319B86F1700D66C00C1D7A9 /* cocos2dx.xcodeproj */;
|
|
},
|
|
);
|
|
projectRoot = "";
|
|
targets = (
|
|
1D6058900D05DD3D006BFB54 /* ExampleSpine */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXReferenceProxy section */
|
|
4319B8771700D66C00C1D7A9 /* libcocos2dx.a */ = {
|
|
isa = PBXReferenceProxy;
|
|
fileType = archive.ar;
|
|
path = libcocos2dx.a;
|
|
remoteRef = 4319B8761700D66C00C1D7A9 /* PBXContainerItemProxy */;
|
|
sourceTree = BUILT_PRODUCTS_DIR;
|
|
};
|
|
/* End PBXReferenceProxy section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
1D60588D0D05DD3D006BFB54 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
D4EF94E815BD319200D803EB /* Icon-57.png in Resources */,
|
|
D4EF94EA15BD319500D803EB /* Icon-114.png in Resources */,
|
|
D4EF94EC15BD319B00D803EB /* Icon-72.png in Resources */,
|
|
D4EF94EE15BD319D00D803EB /* Icon-144.png in Resources */,
|
|
D446FD79161028E9000ADA7B /* Default.png in Resources */,
|
|
D446FD7B161028ED000ADA7B /* Default@2x.png in Resources */,
|
|
D446FD7D161028F4000ADA7B /* Default-568h@2x.png in Resources */,
|
|
2FC812261700449A00A93590 /* iphone in Resources */,
|
|
2FC812271700449A00A93590 /* iphone-retina in Resources */,
|
|
2FC812291700479600A93590 /* common in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
1D60588E0D05DD3D006BFB54 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
BF365AA812A103F70050DCF4 /* AppController.mm in Sources */,
|
|
BF4DE6AD138BB89600CF907D /* RootViewController.mm in Sources */,
|
|
D4ABB4B313B4395300552E6E /* main.mm in Sources */,
|
|
2FEE8527170030A20013E4C9 /* AppDelegate.cpp in Sources */,
|
|
2FEE8528170030A20013E4C9 /* ExampleLayer.cpp in Sources */,
|
|
43BFBDE3170A709000ECBACB /* Animation.c in Sources */,
|
|
43BFBDE4170A709000ECBACB /* AnimationState.c in Sources */,
|
|
43BFBDE5170A709000ECBACB /* AnimationStateData.c in Sources */,
|
|
43BFBDE6170A709000ECBACB /* Atlas.c in Sources */,
|
|
43BFBDE7170A709000ECBACB /* AtlasAttachmentLoader.c in Sources */,
|
|
43BFBDE8170A709000ECBACB /* Attachment.c in Sources */,
|
|
43BFBDE9170A709000ECBACB /* AttachmentLoader.c in Sources */,
|
|
43BFBDEA170A709000ECBACB /* Bone.c in Sources */,
|
|
43BFBDEB170A709000ECBACB /* BoneData.c in Sources */,
|
|
43BFBDEC170A709000ECBACB /* extension.c in Sources */,
|
|
43BFBDED170A709000ECBACB /* Json.c in Sources */,
|
|
43BFBDEE170A709000ECBACB /* RegionAttachment.c in Sources */,
|
|
43BFBDEF170A709000ECBACB /* Skeleton.c in Sources */,
|
|
43BFBDF0170A709000ECBACB /* SkeletonData.c in Sources */,
|
|
43BFBDF1170A709000ECBACB /* SkeletonJson.c in Sources */,
|
|
43BFBDF2170A709000ECBACB /* Skin.c in Sources */,
|
|
43BFBDF3170A709000ECBACB /* Slot.c in Sources */,
|
|
43BFBDF4170A709000ECBACB /* SlotData.c in Sources */,
|
|
43BFBE09170A70C800ECBACB /* spine-cocos2dx.cpp in Sources */,
|
|
437E40F41739397500F85A9E /* CCSkeleton.cpp in Sources */,
|
|
437E40F51739397500F85A9E /* CCSkeletonAnimation.cpp in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
1D6058940D05DD3E006BFB54 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = ExampleSpine_Prefix.pch;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
USE_FILE32API,
|
|
CC_TARGET_OS_IPHONE,
|
|
"COCOS2D_DEBUG=1",
|
|
);
|
|
GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = "";
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_VERSION = "";
|
|
HEADER_SEARCH_PATHS = (
|
|
"\"$(SDKROOT)/usr/include/libxml2/\"",
|
|
"\"$(SRCROOT)/../../cocos2dx/include\"",
|
|
"\"$(SRCROOT)/../../cocos2dx\"",
|
|
"\"$(SRCROOT)/../../cocos2dx/platform/ios\"",
|
|
"\"$(SRCROOT)/../../cocos2dx/kazmath/include\"",
|
|
"\"$(SRCROOT)/../../../spine-c/include\"",
|
|
"\"$(SRCROOT)/../../../spine-cocos2dx/src\"",
|
|
);
|
|
INFOPLIST_FILE = "ExampleSpine-Info.plist";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
|
|
PRODUCT_NAME = ExampleSpine;
|
|
PROVISIONING_PROFILE = "";
|
|
SDKROOT = iphoneos;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
VALID_ARCHS = "armv6 armv7 i386";
|
|
};
|
|
name = Debug;
|
|
};
|
|
1D6058950D05DD3E006BFB54 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
COPY_PHASE_STRIP = YES;
|
|
GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = ExampleSpine_Prefix.pch;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
USE_FILE32API,
|
|
CC_TARGET_OS_IPHONE,
|
|
);
|
|
GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = "";
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_VERSION = "";
|
|
HEADER_SEARCH_PATHS = (
|
|
"\"$(SDKROOT)/usr/include/libxml2/\"",
|
|
"\"$(SRCROOT)/../../cocos2dx/include\"",
|
|
"\"$(SRCROOT)/../../cocos2dx\"",
|
|
"\"$(SRCROOT)/../../cocos2dx/platform/ios\"",
|
|
"\"$(SRCROOT)/../../cocos2dx/kazmath/include\"",
|
|
"\"$(SRCROOT)/../../../spine-c/include\"",
|
|
"\"$(SRCROOT)/../../../spine-cocos2dx/src\"",
|
|
);
|
|
INFOPLIST_FILE = "ExampleSpine-Info.plist";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
|
|
PRODUCT_NAME = ExampleSpine;
|
|
PROVISIONING_PROFILE = "";
|
|
SDKROOT = iphoneos;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
VALIDATE_PRODUCT = YES;
|
|
VALID_ARCHS = "armv6 armv7 i386";
|
|
};
|
|
name = Release;
|
|
};
|
|
C01FCF4F08A954540054247B /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
GCC_C_LANGUAGE_STANDARD = c99;
|
|
GCC_VERSION = "";
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
SDKROOT = iphoneos;
|
|
VALID_ARCHS = "armv6 armv7 i386";
|
|
};
|
|
name = Debug;
|
|
};
|
|
C01FCF5008A954540054247B /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
GCC_C_LANGUAGE_STANDARD = c99;
|
|
GCC_VERSION = "";
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
|
|
SDKROOT = iphoneos;
|
|
VALID_ARCHS = "armv6 armv7 i386";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "ExampleSpine" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1D6058940D05DD3E006BFB54 /* Debug */,
|
|
1D6058950D05DD3E006BFB54 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
C01FCF4E08A954540054247B /* Build configuration list for PBXProject "ExampleSpine" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
C01FCF4F08A954540054247B /* Debug */,
|
|
C01FCF5008A954540054247B /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
|
|
}
|