Browse Source

Merge branch 'master' of github.com:oxygine/oxygine-spine

dm 7 years ago
parent
commit
d7640b204e

+ 316 - 52
examples/HelloSpine/proj.ios/HelloSpine_ios.xcodeproj/project.pbxproj

@@ -13,28 +13,83 @@
 		04998EE717F8ADB4003441C3 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE217F8ADB4003441C3 /* QuartzCore.framework */; };
 		04998EE817F8ADB4003441C3 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE317F8ADB4003441C3 /* AudioToolbox.framework */; };
 		04998EE917F8ADB4003441C3 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE417F8ADB4003441C3 /* CoreAudio.framework */; };
-		04998EE917F8ADB4003441C3 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE417F8ADB4003441C3 /* CoreAudio.framework */; };
 		04998EEA17F8ADB4003441C3 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE517F8ADB4003441C3 /* OpenGLES.framework */; };
 		04998EEE17F8ADD4003441C3 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EEB17F8ADD4003441C3 /* UIKit.framework */; };
 		04998EEF17F8ADD4003441C3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EEC17F8ADD4003441C3 /* Foundation.framework */; };
 		04998EF017F8ADD4003441C3 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EED17F8ADD4003441C3 /* CoreGraphics.framework */; };
-		9223FE7F1C2D913D000B1FDA /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9223FE7E1C2D913D000B1FDA /* GameController.framework */; };
 		04998EF717F8B6F3003441C3 /* libpng.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EF517F8B6F3003441C3 /* libpng.a */; };
 		04998EF817F8B6F3003441C3 /* libjpeg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EF617F8B6F3003441C3 /* libjpeg.a */; };
 		049B52B11871EBFA00EF3C66 /* liboxygine_ios.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 049B52AD1871EBBA00EF3C66 /* liboxygine_ios.a */; };
 		04E9AD3F1876FE84006A7317 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 04E9AD3E1876FE84006A7317 /* Images.xcassets */; };
-		AD18619B1D8EC97A0043AFA3 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD18619A1D8EC97A0043AFA3 /* AVFoundation.framework */; };
+		2DC477AC10D6C07B3FE008F6 /* example.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 360377333740D8A2FD15BBE6 /* example.cpp */; };
+		4F38A0072182512700A08723 /* spine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0052182512700A08723 /* spine.cpp */; };
+		4F38A0462182514000A08723 /* PathConstraintPositionTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0092182513D00A08723 /* PathConstraintPositionTimeline.cpp */; };
+		4F38A0472182514000A08723 /* CurveTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A00A2182513D00A08723 /* CurveTimeline.cpp */; };
+		4F38A0482182514000A08723 /* Extension.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A00B2182513D00A08723 /* Extension.cpp */; };
+		4F38A0492182514000A08723 /* Timeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A00C2182513D00A08723 /* Timeline.cpp */; };
+		4F38A04A2182514000A08723 /* DeformTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A00D2182513D00A08723 /* DeformTimeline.cpp */; };
+		4F38A04B2182514000A08723 /* TwoColorTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A00E2182513D00A08723 /* TwoColorTimeline.cpp */; };
+		4F38A04C2182514000A08723 /* Updatable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A00F2182513D00A08723 /* Updatable.cpp */; };
+		4F38A04D2182514000A08723 /* Event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0102182513D00A08723 /* Event.cpp */; };
+		4F38A04E2182514000A08723 /* RTTI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0112182513D00A08723 /* RTTI.cpp */; };
+		4F38A04F2182514000A08723 /* AttachmentLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0122182513D00A08723 /* AttachmentLoader.cpp */; };
+		4F38A0502182514000A08723 /* TransformConstraintTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0132182513D00A08723 /* TransformConstraintTimeline.cpp */; };
+		4F38A0512182514000A08723 /* EventData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0142182513D00A08723 /* EventData.cpp */; };
+		4F38A0522182514000A08723 /* SkeletonBinary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0152182513E00A08723 /* SkeletonBinary.cpp */; };
+		4F38A0532182514000A08723 /* TranslateTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0162182513E00A08723 /* TranslateTimeline.cpp */; };
+		4F38A0542182514000A08723 /* Skeleton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0172182513E00A08723 /* Skeleton.cpp */; };
+		4F38A0552182514000A08723 /* ScaleTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0182182513E00A08723 /* ScaleTimeline.cpp */; };
+		4F38A0562182514000A08723 /* TransformConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0192182513E00A08723 /* TransformConstraint.cpp */; };
+		4F38A0572182514000A08723 /* Json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A01A2182513E00A08723 /* Json.cpp */; };
+		4F38A0582182514000A08723 /* Animation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A01B2182513E00A08723 /* Animation.cpp */; };
+		4F38A0592182514000A08723 /* MathUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A01C2182513E00A08723 /* MathUtil.cpp */; };
+		4F38A05A2182514000A08723 /* TextureLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A01D2182513E00A08723 /* TextureLoader.cpp */; };
+		4F38A05B2182514000A08723 /* TransformConstraintData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A01E2182513E00A08723 /* TransformConstraintData.cpp */; };
+		4F38A05C2182514000A08723 /* SlotData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A01F2182513E00A08723 /* SlotData.cpp */; };
+		4F38A05D2182514000A08723 /* SkeletonJson.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0202182513E00A08723 /* SkeletonJson.cpp */; };
+		4F38A05E2182514000A08723 /* EventTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0212182513E00A08723 /* EventTimeline.cpp */; };
+		4F38A05F2182514000A08723 /* Atlas.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0222182513E00A08723 /* Atlas.cpp */; };
+		4F38A0602182514000A08723 /* Skin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0232182513E00A08723 /* Skin.cpp */; };
+		4F38A0612182514000A08723 /* VertexEffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0242182513E00A08723 /* VertexEffect.cpp */; };
+		4F38A0622182514000A08723 /* AnimationState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0252182513E00A08723 /* AnimationState.cpp */; };
+		4F38A0632182514000A08723 /* IkConstraintTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0262182513E00A08723 /* IkConstraintTimeline.cpp */; };
+		4F38A0642182514000A08723 /* VertexAttachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0272182513F00A08723 /* VertexAttachment.cpp */; };
+		4F38A0652182514000A08723 /* IkConstraintData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0282182513F00A08723 /* IkConstraintData.cpp */; };
+		4F38A0662182514000A08723 /* DrawOrderTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0292182513F00A08723 /* DrawOrderTimeline.cpp */; };
+		4F38A0672182514000A08723 /* AnimationStateData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A02A2182513F00A08723 /* AnimationStateData.cpp */; };
+		4F38A0682182514000A08723 /* SkeletonClipping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A02B2182513F00A08723 /* SkeletonClipping.cpp */; };
+		4F38A0692182514000A08723 /* Triangulator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A02C2182513F00A08723 /* Triangulator.cpp */; };
+		4F38A06A2182514000A08723 /* Bone.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A02D2182513F00A08723 /* Bone.cpp */; };
+		4F38A06B2182514000A08723 /* SkeletonData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A02E2182513F00A08723 /* SkeletonData.cpp */; };
+		4F38A06C2182514000A08723 /* PathConstraintSpacingTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A02F2182513F00A08723 /* PathConstraintSpacingTimeline.cpp */; };
+		4F38A06D2182514000A08723 /* Constraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0302182513F00A08723 /* Constraint.cpp */; };
+		4F38A06E2182514000A08723 /* PathConstraintData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0312182513F00A08723 /* PathConstraintData.cpp */; };
+		4F38A06F2182514000A08723 /* ClippingAttachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0322182513F00A08723 /* ClippingAttachment.cpp */; };
+		4F38A0702182514000A08723 /* LinkedMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0332182513F00A08723 /* LinkedMesh.cpp */; };
+		4F38A0712182514000A08723 /* Slot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0342182513F00A08723 /* Slot.cpp */; };
+		4F38A0722182514000A08723 /* RotateTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0352182513F00A08723 /* RotateTimeline.cpp */; };
+		4F38A0732182514000A08723 /* SkeletonBounds.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0362182513F00A08723 /* SkeletonBounds.cpp */; };
+		4F38A0742182514000A08723 /* PathConstraintMixTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0372182513F00A08723 /* PathConstraintMixTimeline.cpp */; };
+		4F38A0752182514000A08723 /* AtlasAttachmentLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0382182514000A08723 /* AtlasAttachmentLoader.cpp */; };
+		4F38A0762182514000A08723 /* AttachmentTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0392182514000A08723 /* AttachmentTimeline.cpp */; };
+		4F38A0772182514000A08723 /* MeshAttachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A03A2182514000A08723 /* MeshAttachment.cpp */; };
+		4F38A0782182514000A08723 /* PathConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A03B2182514000A08723 /* PathConstraint.cpp */; };
+		4F38A0792182514000A08723 /* BoneData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A03C2182514000A08723 /* BoneData.cpp */; };
+		4F38A07A2182514000A08723 /* IkConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A03D2182514000A08723 /* IkConstraint.cpp */; };
+		4F38A07B2182514000A08723 /* Attachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A03E2182514000A08723 /* Attachment.cpp */; };
+		4F38A07C2182514000A08723 /* BoundingBoxAttachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A03F2182514000A08723 /* BoundingBoxAttachment.cpp */; };
+		4F38A07D2182514000A08723 /* SpineObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0402182514000A08723 /* SpineObject.cpp */; };
+		4F38A07E2182514000A08723 /* PointAttachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0412182514000A08723 /* PointAttachment.cpp */; };
+		4F38A07F2182514000A08723 /* ColorTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0422182514000A08723 /* ColorTimeline.cpp */; };
+		4F38A0802182514000A08723 /* PathAttachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0432182514000A08723 /* PathAttachment.cpp */; };
+		4F38A0812182514000A08723 /* ShearTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0442182514000A08723 /* ShearTimeline.cpp */; };
+		4F38A0822182514000A08723 /* RegionAttachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0452182514000A08723 /* RegionAttachment.cpp */; };
+		4F38A0842182516300A08723 /* spine in Resources */ = {isa = PBXBuildFile; fileRef = 4F38A0832182516300A08723 /* spine */; };
 		4F7EF5AF200623DE004089D6 /* Metal.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4F7EF5AE200623DE004089D6 /* Metal.framework */; };
 		4F8012E521454FEA00FDBA22 /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4F8012E021454FEA00FDBA22 /* CoreBluetooth.framework */; };
-
-		
-		2DC477AC10D6C07B3FE008F6 /* ../src/example.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 360377333740D8A2FD15BBE6 /* ../src/example.cpp */; };
-		DA49ED8903C628BA578C8670 /* ../src/main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BF9628FC8D38F9748F0CDEB /* ../src/main.cpp */; };
-		C8860D93875589970329DCCD /* ../data/fonts in Sources */ = {isa = PBXBuildFile; fileRef = 4DA100C319512824B7570663 /* ../data/fonts */; };
-		1E839D002B2BA83FC83A695A /* ../data/images in Sources */ = {isa = PBXBuildFile; fileRef = 04FE4D4FB640E0DF92DFB865 /* ../data/images */; };
-		3A631A475DE035FC53ADE5EA /* ../data/res.xml in Sources */ = {isa = PBXBuildFile; fileRef = 7F3B12E3C9D554D9FE28101D /* ../data/res.xml */; };
-
-
+		9223FE7F1C2D913D000B1FDA /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9223FE7E1C2D913D000B1FDA /* GameController.framework */; };
+		AD18619B1D8EC97A0043AFA3 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD18619A1D8EC97A0043AFA3 /* AVFoundation.framework */; };
+		DA49ED8903C628BA578C8670 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BF9628FC8D38F9748F0CDEB /* main.cpp */; };
 /* End PBXBuildFile section */
 
 /* Begin PBXContainerItemProxy section */
@@ -66,9 +121,17 @@
 			remoteGlobalIDString = C3E86F4B16EBC8A500052915;
 			remoteInfo = oxygine_ios;
 		};
+		4F38A0022182510700A08723 /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */;
+			proxyType = 2;
+			remoteGlobalIDString = FAB598141BB5C1B100BE72C5;
+			remoteInfo = "libSDL-tvOS";
+		};
 /* End PBXContainerItemProxy section */
 
 /* Begin PBXFileReference section */
+		048AD0AD197D24AB001963EF /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; };
 		04998CEC17F8A933003441C3 /* HelloSpine_ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloSpine_ios.app; sourceTree = BUILT_PRODUCTS_DIR; };
 		04998D2F17F8A96E003441C3 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL.xcodeproj; path = "../../../..//SDL/Xcode-iOS/SDL/SDL.xcodeproj"; sourceTree = "<group>"; };
 		04998D3917F8A9AA003441C3 /* oxygine_ios.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = oxygine_ios.xcodeproj; path = "../../../../oxygine-framework//oxygine/SDL/ios/oxygine/oxygine_ios.xcodeproj"; sourceTree = "<group>"; };
@@ -76,28 +139,84 @@
 		04998EE217F8ADB4003441C3 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
 		04998EE317F8ADB4003441C3 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
 		04998EE417F8ADB4003441C3 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
-		048AD0AD197D24AB001963EF /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; };
 		04998EE517F8ADB4003441C3 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
 		04998EEB17F8ADD4003441C3 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
 		04998EEC17F8ADD4003441C3 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
 		04998EED17F8ADD4003441C3 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
-		9223FE7E1C2D913D000B1FDA /* GameController.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameController.framework; path = System/Library/Frameworks/GameController.framework; sourceTree = SDKROOT; };
-		AD18619A1D8EC97A0043AFA3 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
 		04998EF517F8B6F3003441C3 /* libpng.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpng.a; path = "../../../../oxygine-framework//oxygine/third_party/ios/libraries/libpng.a"; sourceTree = "<group>"; };
 		04998EF617F8B6F3003441C3 /* libjpeg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjpeg.a; path = "../../../../oxygine-framework//oxygine/third_party/ios/libraries/libjpeg.a"; sourceTree = "<group>"; };
-		04E9AD3E1876FE84006A7317 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name =Images.xcassets; path = HelloSpine/Images.xcassets; sourceTree = "<group>"; };
+		04E9AD3E1876FE84006A7317 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = HelloSpine/Images.xcassets; sourceTree = "<group>"; };
+		0BF9628FC8D38F9748F0CDEB /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = ../src/main.cpp; sourceTree = "<group>"; };
+		360377333740D8A2FD15BBE6 /* example.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = example.cpp; path = ../src/example.cpp; sourceTree = "<group>"; };
+		4F38A0052182512700A08723 /* spine.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = spine.cpp; path = "../../../../src/oxygine-spine/spine.cpp"; sourceTree = "<group>"; };
+		4F38A0062182512700A08723 /* spine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = spine.h; path = "../../../../src/oxygine-spine/spine.h"; sourceTree = "<group>"; };
+		4F38A0092182513D00A08723 /* PathConstraintPositionTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PathConstraintPositionTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/PathConstraintPositionTimeline.cpp; sourceTree = "<group>"; };
+		4F38A00A2182513D00A08723 /* CurveTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CurveTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/CurveTimeline.cpp; sourceTree = "<group>"; };
+		4F38A00B2182513D00A08723 /* Extension.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Extension.cpp; path = ../../../../../dependencies/spine/src/spine/Extension.cpp; sourceTree = "<group>"; };
+		4F38A00C2182513D00A08723 /* Timeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Timeline.cpp; path = ../../../../../dependencies/spine/src/spine/Timeline.cpp; sourceTree = "<group>"; };
+		4F38A00D2182513D00A08723 /* DeformTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DeformTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/DeformTimeline.cpp; sourceTree = "<group>"; };
+		4F38A00E2182513D00A08723 /* TwoColorTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TwoColorTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/TwoColorTimeline.cpp; sourceTree = "<group>"; };
+		4F38A00F2182513D00A08723 /* Updatable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Updatable.cpp; path = ../../../../../dependencies/spine/src/spine/Updatable.cpp; sourceTree = "<group>"; };
+		4F38A0102182513D00A08723 /* Event.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Event.cpp; path = ../../../../../dependencies/spine/src/spine/Event.cpp; sourceTree = "<group>"; };
+		4F38A0112182513D00A08723 /* RTTI.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RTTI.cpp; path = ../../../../../dependencies/spine/src/spine/RTTI.cpp; sourceTree = "<group>"; };
+		4F38A0122182513D00A08723 /* AttachmentLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AttachmentLoader.cpp; path = ../../../../../dependencies/spine/src/spine/AttachmentLoader.cpp; sourceTree = "<group>"; };
+		4F38A0132182513D00A08723 /* TransformConstraintTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TransformConstraintTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/TransformConstraintTimeline.cpp; sourceTree = "<group>"; };
+		4F38A0142182513D00A08723 /* EventData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = EventData.cpp; path = ../../../../../dependencies/spine/src/spine/EventData.cpp; sourceTree = "<group>"; };
+		4F38A0152182513E00A08723 /* SkeletonBinary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkeletonBinary.cpp; path = ../../../../../dependencies/spine/src/spine/SkeletonBinary.cpp; sourceTree = "<group>"; };
+		4F38A0162182513E00A08723 /* TranslateTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TranslateTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/TranslateTimeline.cpp; sourceTree = "<group>"; };
+		4F38A0172182513E00A08723 /* Skeleton.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Skeleton.cpp; path = ../../../../../dependencies/spine/src/spine/Skeleton.cpp; sourceTree = "<group>"; };
+		4F38A0182182513E00A08723 /* ScaleTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ScaleTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/ScaleTimeline.cpp; sourceTree = "<group>"; };
+		4F38A0192182513E00A08723 /* TransformConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TransformConstraint.cpp; path = ../../../../../dependencies/spine/src/spine/TransformConstraint.cpp; sourceTree = "<group>"; };
+		4F38A01A2182513E00A08723 /* Json.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Json.cpp; path = ../../../../../dependencies/spine/src/spine/Json.cpp; sourceTree = "<group>"; };
+		4F38A01B2182513E00A08723 /* Animation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Animation.cpp; path = ../../../../../dependencies/spine/src/spine/Animation.cpp; sourceTree = "<group>"; };
+		4F38A01C2182513E00A08723 /* MathUtil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MathUtil.cpp; path = ../../../../../dependencies/spine/src/spine/MathUtil.cpp; sourceTree = "<group>"; };
+		4F38A01D2182513E00A08723 /* TextureLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TextureLoader.cpp; path = ../../../../../dependencies/spine/src/spine/TextureLoader.cpp; sourceTree = "<group>"; };
+		4F38A01E2182513E00A08723 /* TransformConstraintData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TransformConstraintData.cpp; path = ../../../../../dependencies/spine/src/spine/TransformConstraintData.cpp; sourceTree = "<group>"; };
+		4F38A01F2182513E00A08723 /* SlotData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SlotData.cpp; path = ../../../../../dependencies/spine/src/spine/SlotData.cpp; sourceTree = "<group>"; };
+		4F38A0202182513E00A08723 /* SkeletonJson.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkeletonJson.cpp; path = ../../../../../dependencies/spine/src/spine/SkeletonJson.cpp; sourceTree = "<group>"; };
+		4F38A0212182513E00A08723 /* EventTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = EventTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/EventTimeline.cpp; sourceTree = "<group>"; };
+		4F38A0222182513E00A08723 /* Atlas.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Atlas.cpp; path = ../../../../../dependencies/spine/src/spine/Atlas.cpp; sourceTree = "<group>"; };
+		4F38A0232182513E00A08723 /* Skin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Skin.cpp; path = ../../../../../dependencies/spine/src/spine/Skin.cpp; sourceTree = "<group>"; };
+		4F38A0242182513E00A08723 /* VertexEffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = VertexEffect.cpp; path = ../../../../../dependencies/spine/src/spine/VertexEffect.cpp; sourceTree = "<group>"; };
+		4F38A0252182513E00A08723 /* AnimationState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AnimationState.cpp; path = ../../../../../dependencies/spine/src/spine/AnimationState.cpp; sourceTree = "<group>"; };
+		4F38A0262182513E00A08723 /* IkConstraintTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = IkConstraintTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/IkConstraintTimeline.cpp; sourceTree = "<group>"; };
+		4F38A0272182513F00A08723 /* VertexAttachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = VertexAttachment.cpp; path = ../../../../../dependencies/spine/src/spine/VertexAttachment.cpp; sourceTree = "<group>"; };
+		4F38A0282182513F00A08723 /* IkConstraintData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = IkConstraintData.cpp; path = ../../../../../dependencies/spine/src/spine/IkConstraintData.cpp; sourceTree = "<group>"; };
+		4F38A0292182513F00A08723 /* DrawOrderTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DrawOrderTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/DrawOrderTimeline.cpp; sourceTree = "<group>"; };
+		4F38A02A2182513F00A08723 /* AnimationStateData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AnimationStateData.cpp; path = ../../../../../dependencies/spine/src/spine/AnimationStateData.cpp; sourceTree = "<group>"; };
+		4F38A02B2182513F00A08723 /* SkeletonClipping.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkeletonClipping.cpp; path = ../../../../../dependencies/spine/src/spine/SkeletonClipping.cpp; sourceTree = "<group>"; };
+		4F38A02C2182513F00A08723 /* Triangulator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Triangulator.cpp; path = ../../../../../dependencies/spine/src/spine/Triangulator.cpp; sourceTree = "<group>"; };
+		4F38A02D2182513F00A08723 /* Bone.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Bone.cpp; path = ../../../../../dependencies/spine/src/spine/Bone.cpp; sourceTree = "<group>"; };
+		4F38A02E2182513F00A08723 /* SkeletonData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkeletonData.cpp; path = ../../../../../dependencies/spine/src/spine/SkeletonData.cpp; sourceTree = "<group>"; };
+		4F38A02F2182513F00A08723 /* PathConstraintSpacingTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PathConstraintSpacingTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/PathConstraintSpacingTimeline.cpp; sourceTree = "<group>"; };
+		4F38A0302182513F00A08723 /* Constraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Constraint.cpp; path = ../../../../../dependencies/spine/src/spine/Constraint.cpp; sourceTree = "<group>"; };
+		4F38A0312182513F00A08723 /* PathConstraintData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PathConstraintData.cpp; path = ../../../../../dependencies/spine/src/spine/PathConstraintData.cpp; sourceTree = "<group>"; };
+		4F38A0322182513F00A08723 /* ClippingAttachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ClippingAttachment.cpp; path = ../../../../../dependencies/spine/src/spine/ClippingAttachment.cpp; sourceTree = "<group>"; };
+		4F38A0332182513F00A08723 /* LinkedMesh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LinkedMesh.cpp; path = ../../../../../dependencies/spine/src/spine/LinkedMesh.cpp; sourceTree = "<group>"; };
+		4F38A0342182513F00A08723 /* Slot.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Slot.cpp; path = ../../../../../dependencies/spine/src/spine/Slot.cpp; sourceTree = "<group>"; };
+		4F38A0352182513F00A08723 /* RotateTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RotateTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/RotateTimeline.cpp; sourceTree = "<group>"; };
+		4F38A0362182513F00A08723 /* SkeletonBounds.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkeletonBounds.cpp; path = ../../../../../dependencies/spine/src/spine/SkeletonBounds.cpp; sourceTree = "<group>"; };
+		4F38A0372182513F00A08723 /* PathConstraintMixTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PathConstraintMixTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/PathConstraintMixTimeline.cpp; sourceTree = "<group>"; };
+		4F38A0382182514000A08723 /* AtlasAttachmentLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AtlasAttachmentLoader.cpp; path = ../../../../../dependencies/spine/src/spine/AtlasAttachmentLoader.cpp; sourceTree = "<group>"; };
+		4F38A0392182514000A08723 /* AttachmentTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AttachmentTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/AttachmentTimeline.cpp; sourceTree = "<group>"; };
+		4F38A03A2182514000A08723 /* MeshAttachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MeshAttachment.cpp; path = ../../../../../dependencies/spine/src/spine/MeshAttachment.cpp; sourceTree = "<group>"; };
+		4F38A03B2182514000A08723 /* PathConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PathConstraint.cpp; path = ../../../../../dependencies/spine/src/spine/PathConstraint.cpp; sourceTree = "<group>"; };
+		4F38A03C2182514000A08723 /* BoneData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BoneData.cpp; path = ../../../../../dependencies/spine/src/spine/BoneData.cpp; sourceTree = "<group>"; };
+		4F38A03D2182514000A08723 /* IkConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = IkConstraint.cpp; path = ../../../../../dependencies/spine/src/spine/IkConstraint.cpp; sourceTree = "<group>"; };
+		4F38A03E2182514000A08723 /* Attachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Attachment.cpp; path = ../../../../../dependencies/spine/src/spine/Attachment.cpp; sourceTree = "<group>"; };
+		4F38A03F2182514000A08723 /* BoundingBoxAttachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BoundingBoxAttachment.cpp; path = ../../../../../dependencies/spine/src/spine/BoundingBoxAttachment.cpp; sourceTree = "<group>"; };
+		4F38A0402182514000A08723 /* SpineObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SpineObject.cpp; path = ../../../../../dependencies/spine/src/spine/SpineObject.cpp; sourceTree = "<group>"; };
+		4F38A0412182514000A08723 /* PointAttachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PointAttachment.cpp; path = ../../../../../dependencies/spine/src/spine/PointAttachment.cpp; sourceTree = "<group>"; };
+		4F38A0422182514000A08723 /* ColorTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ColorTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/ColorTimeline.cpp; sourceTree = "<group>"; };
+		4F38A0432182514000A08723 /* PathAttachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PathAttachment.cpp; path = ../../../../../dependencies/spine/src/spine/PathAttachment.cpp; sourceTree = "<group>"; };
+		4F38A0442182514000A08723 /* ShearTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ShearTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/ShearTimeline.cpp; sourceTree = "<group>"; };
+		4F38A0452182514000A08723 /* RegionAttachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RegionAttachment.cpp; path = ../../../../../dependencies/spine/src/spine/RegionAttachment.cpp; sourceTree = "<group>"; };
+		4F38A0832182516300A08723 /* spine */ = {isa = PBXFileReference; lastKnownFileType = folder; name = spine; path = ../data/spine; sourceTree = "<group>"; };
 		4F7EF5AE200623DE004089D6 /* Metal.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Metal.framework; path = System/Library/Frameworks/Metal.framework; sourceTree = SDKROOT; };
 		4F8012E021454FEA00FDBA22 /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = System/Library/Frameworks/CoreBluetooth.framework; sourceTree = SDKROOT; };
-
-
-		360377333740D8A2FD15BBE6 /* ../src/example.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = example.cpp; path = ../src/example.cpp; sourceTree = "<group>"; };
-		0BF9628FC8D38F9748F0CDEB /* ../src/main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = ../src/main.cpp; sourceTree = "<group>"; };
-		F6123B1E6FE4471A00F49751 /* ../src/example.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = example.h; path = ../src/example.h; sourceTree = "<group>"; };
-		4DA100C319512824B7570663 /* ../data/fonts */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = folder; name = fonts; path = ../data/fonts; sourceTree = "<group>"; };
-		04FE4D4FB640E0DF92DFB865 /* ../data/images */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = folder; name = images; path = ../data/images; sourceTree = "<group>"; };
-		7F3B12E3C9D554D9FE28101D /* ../data/res.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wtf; name = res.xml; path = ../data/res.xml; sourceTree = "<group>"; };
-
-
+		9223FE7E1C2D913D000B1FDA /* GameController.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameController.framework; path = System/Library/Frameworks/GameController.framework; sourceTree = SDKROOT; };
+		AD18619A1D8EC97A0043AFA3 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
+		F6123B1E6FE4471A00F49751 /* example.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = example.h; path = ../src/example.h; sourceTree = "<group>"; };
 /* End PBXFileReference section */
 
 /* Begin PBXFrameworksBuildPhase section */
@@ -141,6 +260,7 @@
 		04998CE317F8A933003441C3 = {
 			isa = PBXGroup;
 			children = (
+				4F38A0042182511100A08723 /* spine */,
 				045D531C17F8BD5E00CC2C64 /* dependencies */,
 				04998D3917F8A9AA003441C3 /* oxygine_ios.xcodeproj */,
 				04998D2F17F8A96E003441C3 /* SDL.xcodeproj */,
@@ -150,7 +270,6 @@
 				04998CEE17F8A933003441C3 /* Frameworks */,
 				04998CED17F8A933003441C3 /* Products */,
 				4F7EF5B620062572004089D6 /* Recovered References */,
-
 			);
 			sourceTree = "<group>";
 		};
@@ -166,7 +285,6 @@
 			isa = PBXGroup;
 			children = (
 				4F8012E021454FEA00FDBA22 /* CoreBluetooth.framework */,
-				4F7EF5AE200623DE004089D6 /* Metal.framework */,
 				AD18619A1D8EC97A0043AFA3 /* AVFoundation.framework */,
 				9223FE7E1C2D913D000B1FDA /* GameController.framework */,
 				04998EEB17F8ADD4003441C3 /* UIKit.framework */,
@@ -181,14 +299,10 @@
 			name = Frameworks;
 			sourceTree = "<group>";
 		};
-
 		04998CF617F8A933003441C3 /* Supporting Files */ = {
 			isa = PBXGroup;
 			children = (
-				4DA100C319512824B7570663 /* fonts */, 
-				04FE4D4FB640E0DF92DFB865 /* images */, 
-				7F3B12E3C9D554D9FE28101D /* res.xml */, 
-
+				4F38A0832182516300A08723 /* spine */,
 			);
 			name = "Supporting Files";
 			sourceTree = "<group>";
@@ -197,6 +311,7 @@
 			isa = PBXGroup;
 			children = (
 				04998D3517F8A96E003441C3 /* libSDL2.a */,
+				4F38A0032182510700A08723 /* libSDL2.a */,
 			);
 			name = Products;
 			sourceTree = "<group>";
@@ -204,10 +319,9 @@
 		04998D4417F8A9ED003441C3 /* src */ = {
 			isa = PBXGroup;
 			children = (
-				360377333740D8A2FD15BBE6 /* example.cpp */, 
-				0BF9628FC8D38F9748F0CDEB /* main.cpp */, 
-				F6123B1E6FE4471A00F49751 /* example.h */, 
-
+				360377333740D8A2FD15BBE6 /* example.cpp */,
+				0BF9628FC8D38F9748F0CDEB /* main.cpp */,
+				F6123B1E6FE4471A00F49751 /* example.h */,
 			);
 			name = src;
 			sourceTree = "<group>";
@@ -220,7 +334,84 @@
 			name = Products;
 			sourceTree = "<group>";
 		};
-
+		4F38A0042182511100A08723 /* spine */ = {
+			isa = PBXGroup;
+			children = (
+				4F38A0082182512B00A08723 /* lib */,
+				4F38A0052182512700A08723 /* spine.cpp */,
+				4F38A0062182512700A08723 /* spine.h */,
+			);
+			path = spine;
+			sourceTree = "<group>";
+		};
+		4F38A0082182512B00A08723 /* lib */ = {
+			isa = PBXGroup;
+			children = (
+				4F38A01B2182513E00A08723 /* Animation.cpp */,
+				4F38A0252182513E00A08723 /* AnimationState.cpp */,
+				4F38A02A2182513F00A08723 /* AnimationStateData.cpp */,
+				4F38A0222182513E00A08723 /* Atlas.cpp */,
+				4F38A0382182514000A08723 /* AtlasAttachmentLoader.cpp */,
+				4F38A03E2182514000A08723 /* Attachment.cpp */,
+				4F38A0122182513D00A08723 /* AttachmentLoader.cpp */,
+				4F38A0392182514000A08723 /* AttachmentTimeline.cpp */,
+				4F38A02D2182513F00A08723 /* Bone.cpp */,
+				4F38A03C2182514000A08723 /* BoneData.cpp */,
+				4F38A03F2182514000A08723 /* BoundingBoxAttachment.cpp */,
+				4F38A0322182513F00A08723 /* ClippingAttachment.cpp */,
+				4F38A0422182514000A08723 /* ColorTimeline.cpp */,
+				4F38A0302182513F00A08723 /* Constraint.cpp */,
+				4F38A00A2182513D00A08723 /* CurveTimeline.cpp */,
+				4F38A00D2182513D00A08723 /* DeformTimeline.cpp */,
+				4F38A0292182513F00A08723 /* DrawOrderTimeline.cpp */,
+				4F38A0102182513D00A08723 /* Event.cpp */,
+				4F38A0142182513D00A08723 /* EventData.cpp */,
+				4F38A0212182513E00A08723 /* EventTimeline.cpp */,
+				4F38A00B2182513D00A08723 /* Extension.cpp */,
+				4F38A03D2182514000A08723 /* IkConstraint.cpp */,
+				4F38A0282182513F00A08723 /* IkConstraintData.cpp */,
+				4F38A0262182513E00A08723 /* IkConstraintTimeline.cpp */,
+				4F38A01A2182513E00A08723 /* Json.cpp */,
+				4F38A0332182513F00A08723 /* LinkedMesh.cpp */,
+				4F38A01C2182513E00A08723 /* MathUtil.cpp */,
+				4F38A03A2182514000A08723 /* MeshAttachment.cpp */,
+				4F38A0432182514000A08723 /* PathAttachment.cpp */,
+				4F38A03B2182514000A08723 /* PathConstraint.cpp */,
+				4F38A0312182513F00A08723 /* PathConstraintData.cpp */,
+				4F38A0372182513F00A08723 /* PathConstraintMixTimeline.cpp */,
+				4F38A0092182513D00A08723 /* PathConstraintPositionTimeline.cpp */,
+				4F38A02F2182513F00A08723 /* PathConstraintSpacingTimeline.cpp */,
+				4F38A0412182514000A08723 /* PointAttachment.cpp */,
+				4F38A0452182514000A08723 /* RegionAttachment.cpp */,
+				4F38A0352182513F00A08723 /* RotateTimeline.cpp */,
+				4F38A0112182513D00A08723 /* RTTI.cpp */,
+				4F38A0182182513E00A08723 /* ScaleTimeline.cpp */,
+				4F38A0442182514000A08723 /* ShearTimeline.cpp */,
+				4F38A0172182513E00A08723 /* Skeleton.cpp */,
+				4F38A0152182513E00A08723 /* SkeletonBinary.cpp */,
+				4F38A0362182513F00A08723 /* SkeletonBounds.cpp */,
+				4F38A02B2182513F00A08723 /* SkeletonClipping.cpp */,
+				4F38A02E2182513F00A08723 /* SkeletonData.cpp */,
+				4F38A0202182513E00A08723 /* SkeletonJson.cpp */,
+				4F38A0232182513E00A08723 /* Skin.cpp */,
+				4F38A0342182513F00A08723 /* Slot.cpp */,
+				4F38A01F2182513E00A08723 /* SlotData.cpp */,
+				4F38A0402182514000A08723 /* SpineObject.cpp */,
+				4F38A01D2182513E00A08723 /* TextureLoader.cpp */,
+				4F38A00C2182513D00A08723 /* Timeline.cpp */,
+				4F38A0192182513E00A08723 /* TransformConstraint.cpp */,
+				4F38A01E2182513E00A08723 /* TransformConstraintData.cpp */,
+				4F38A0132182513D00A08723 /* TransformConstraintTimeline.cpp */,
+				4F38A0162182513E00A08723 /* TranslateTimeline.cpp */,
+				4F38A02C2182513F00A08723 /* Triangulator.cpp */,
+				4F38A00E2182513D00A08723 /* TwoColorTimeline.cpp */,
+				4F38A00F2182513D00A08723 /* Updatable.cpp */,
+				4F38A0272182513F00A08723 /* VertexAttachment.cpp */,
+				4F38A0242182513E00A08723 /* VertexEffect.cpp */,
+			);
+			path = lib;
+			sourceTree = "<group>";
+		};
 		4F7EF5B620062572004089D6 /* Recovered References */ = {
 			isa = PBXGroup;
 			children = (
@@ -229,7 +420,6 @@
 			name = "Recovered References";
 			sourceTree = "<group>";
 		};
-
 /* End PBXGroup section */
 
 /* Begin PBXNativeTarget section */
@@ -260,6 +450,11 @@
 			attributes = {
 				LastUpgradeCheck = 0510;
 				ORGANIZATIONNAME = Mac;
+				TargetAttributes = {
+					04998CEB17F8A933003441C3 = {
+						DevelopmentTeam = ANNH36MSRL;
+					};
+				};
 			};
 			buildConfigurationList = 04998CE717F8A933003441C3 /* Build configuration list for PBXProject "HelloSpine_ios" */;
 			compatibilityVersion = "Xcode 3.2";
@@ -304,6 +499,13 @@
 			remoteRef = 049B52AC1871EBBA00EF3C66 /* PBXContainerItemProxy */;
 			sourceTree = BUILT_PRODUCTS_DIR;
 		};
+		4F38A0032182510700A08723 /* libSDL2.a */ = {
+			isa = PBXReferenceProxy;
+			fileType = archive.ar;
+			path = libSDL2.a;
+			remoteRef = 4F38A0022182510700A08723 /* PBXContainerItemProxy */;
+			sourceTree = BUILT_PRODUCTS_DIR;
+		};
 /* End PBXReferenceProxy section */
 
 /* Begin PBXResourcesBuildPhase section */
@@ -311,11 +513,8 @@
 			isa = PBXResourcesBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
+				4F38A0842182516300A08723 /* spine in Resources */,
 				04E9AD3F1876FE84006A7317 /* Images.xcassets in Resources */,
-								C8860D93875589970329DCCD /* fonts */, 
-				1E839D002B2BA83FC83A695A /* images */, 
-				3A631A475DE035FC53ADE5EA /* res.xml */, 
-
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -326,9 +525,70 @@
 			isa = PBXSourcesBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
-				2DC477AC10D6C07B3FE008F6 /* example.cpp */, 
-				DA49ED8903C628BA578C8670 /* main.cpp */, 
-
+				4F38A0542182514000A08723 /* Skeleton.cpp in Sources */,
+				4F38A04E2182514000A08723 /* RTTI.cpp in Sources */,
+				2DC477AC10D6C07B3FE008F6 /* example.cpp in Sources */,
+				4F38A0462182514000A08723 /* PathConstraintPositionTimeline.cpp in Sources */,
+				4F38A06C2182514000A08723 /* PathConstraintSpacingTimeline.cpp in Sources */,
+				4F38A0622182514000A08723 /* AnimationState.cpp in Sources */,
+				4F38A0472182514000A08723 /* CurveTimeline.cpp in Sources */,
+				4F38A0552182514000A08723 /* ScaleTimeline.cpp in Sources */,
+				4F38A0492182514000A08723 /* Timeline.cpp in Sources */,
+				4F38A05E2182514000A08723 /* EventTimeline.cpp in Sources */,
+				4F38A07D2182514000A08723 /* SpineObject.cpp in Sources */,
+				4F38A0482182514000A08723 /* Extension.cpp in Sources */,
+				4F38A06D2182514000A08723 /* Constraint.cpp in Sources */,
+				4F38A06B2182514000A08723 /* SkeletonData.cpp in Sources */,
+				4F38A0782182514000A08723 /* PathConstraint.cpp in Sources */,
+				4F38A07C2182514000A08723 /* BoundingBoxAttachment.cpp in Sources */,
+				4F38A0732182514000A08723 /* SkeletonBounds.cpp in Sources */,
+				4F38A05D2182514000A08723 /* SkeletonJson.cpp in Sources */,
+				4F38A0512182514000A08723 /* EventData.cpp in Sources */,
+				4F38A0532182514000A08723 /* TranslateTimeline.cpp in Sources */,
+				4F38A05A2182514000A08723 /* TextureLoader.cpp in Sources */,
+				4F38A0582182514000A08723 /* Animation.cpp in Sources */,
+				4F38A0652182514000A08723 /* IkConstraintData.cpp in Sources */,
+				4F38A0682182514000A08723 /* SkeletonClipping.cpp in Sources */,
+				4F38A0502182514000A08723 /* TransformConstraintTimeline.cpp in Sources */,
+				4F38A04B2182514000A08723 /* TwoColorTimeline.cpp in Sources */,
+				4F38A0592182514000A08723 /* MathUtil.cpp in Sources */,
+				4F38A07E2182514000A08723 /* PointAttachment.cpp in Sources */,
+				4F38A07B2182514000A08723 /* Attachment.cpp in Sources */,
+				4F38A0792182514000A08723 /* BoneData.cpp in Sources */,
+				4F38A07A2182514000A08723 /* IkConstraint.cpp in Sources */,
+				4F38A0642182514000A08723 /* VertexAttachment.cpp in Sources */,
+				4F38A0072182512700A08723 /* spine.cpp in Sources */,
+				4F38A0632182514000A08723 /* IkConstraintTimeline.cpp in Sources */,
+				4F38A07F2182514000A08723 /* ColorTimeline.cpp in Sources */,
+				4F38A0672182514000A08723 /* AnimationStateData.cpp in Sources */,
+				4F38A06E2182514000A08723 /* PathConstraintData.cpp in Sources */,
+				4F38A0742182514000A08723 /* PathConstraintMixTimeline.cpp in Sources */,
+				DA49ED8903C628BA578C8670 /* main.cpp in Sources */,
+				4F38A0702182514000A08723 /* LinkedMesh.cpp in Sources */,
+				4F38A0612182514000A08723 /* VertexEffect.cpp in Sources */,
+				4F38A04C2182514000A08723 /* Updatable.cpp in Sources */,
+				4F38A0572182514000A08723 /* Json.cpp in Sources */,
+				4F38A0752182514000A08723 /* AtlasAttachmentLoader.cpp in Sources */,
+				4F38A0772182514000A08723 /* MeshAttachment.cpp in Sources */,
+				4F38A0692182514000A08723 /* Triangulator.cpp in Sources */,
+				4F38A06A2182514000A08723 /* Bone.cpp in Sources */,
+				4F38A0802182514000A08723 /* PathAttachment.cpp in Sources */,
+				4F38A0712182514000A08723 /* Slot.cpp in Sources */,
+				4F38A04A2182514000A08723 /* DeformTimeline.cpp in Sources */,
+				4F38A0822182514000A08723 /* RegionAttachment.cpp in Sources */,
+				4F38A05F2182514000A08723 /* Atlas.cpp in Sources */,
+				4F38A0522182514000A08723 /* SkeletonBinary.cpp in Sources */,
+				4F38A0812182514000A08723 /* ShearTimeline.cpp in Sources */,
+				4F38A0602182514000A08723 /* Skin.cpp in Sources */,
+				4F38A0762182514000A08723 /* AttachmentTimeline.cpp in Sources */,
+				4F38A0562182514000A08723 /* TransformConstraint.cpp in Sources */,
+				4F38A0722182514000A08723 /* RotateTimeline.cpp in Sources */,
+				4F38A0662182514000A08723 /* DrawOrderTimeline.cpp in Sources */,
+				4F38A04F2182514000A08723 /* AttachmentLoader.cpp in Sources */,
+				4F38A05B2182514000A08723 /* TransformConstraintData.cpp in Sources */,
+				4F38A06F2182514000A08723 /* ClippingAttachment.cpp in Sources */,
+				4F38A04D2182514000A08723 /* Event.cpp in Sources */,
+				4F38A05C2182514000A08723 /* SlotData.cpp in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -364,13 +624,13 @@
 				CLANG_WARN_INT_CONVERSION = YES;
 				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
-				GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
 				COMPRESS_PNG_FILES = NO;
 				COPY_PHASE_STRIP = NO;
 				ENABLE_BITCODE = NO;
 				GCC_C_LANGUAGE_STANDARD = gnu99;
 				GCC_DYNAMIC_NO_PIC = NO;
+				GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
 				GCC_OPTIMIZATION_LEVEL = 0;
 				GCC_PREPROCESSOR_DEFINITIONS = (
 					"DEBUG=1",
@@ -386,8 +646,9 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
 				ONLY_ACTIVE_ARCH = YES;
 				SDKROOT = iphoneos;
+				SYSTEM_HEADER_SEARCH_PATHS = ../../../dependencies/spine/include;
 				TARGETED_DEVICE_FAMILY = "1,2";
-				USER_HEADER_SEARCH_PATHS = "../../../../oxygine-framework//oxygine/src ../../../..//SDL/include";
+				USER_HEADER_SEARCH_PATHS = "../../../../oxygine-framework//oxygine/src ../../../..//SDL/include ../../../src";
 			};
 			name = Debug;
 		};
@@ -407,13 +668,13 @@
 				CLANG_WARN_INT_CONVERSION = YES;
 				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
-				GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
 				COMPRESS_PNG_FILES = NO;
 				COPY_PHASE_STRIP = YES;
 				ENABLE_BITCODE = NO;
 				ENABLE_NS_ASSERTIONS = NO;
 				GCC_C_LANGUAGE_STANDARD = gnu99;
+				GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
 				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
 				GCC_WARN_UNDECLARED_SELECTOR = YES;
@@ -422,8 +683,9 @@
 				GCC_WARN_UNUSED_VARIABLE = YES;
 				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
 				SDKROOT = iphoneos;
+				SYSTEM_HEADER_SEARCH_PATHS = ../../../dependencies/spine/include;
 				TARGETED_DEVICE_FAMILY = "1,2";
-				USER_HEADER_SEARCH_PATHS = "../../../../oxygine-framework//oxygine/src ../../../..//SDL/include";
+				USER_HEADER_SEARCH_PATHS = "../../../../oxygine-framework//oxygine/src ../../../..//SDL/include ../../../src";
 				VALIDATE_PRODUCT = YES;
 			};
 			name = Release;
@@ -435,11 +697,12 @@
 				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+				DEVELOPMENT_TEAM = ANNH36MSRL;
+				GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
 				GCC_PREFIX_HEADER = "HelloSpine/HelloSpine_ios-Prefix.pch";
 				GCC_WARN_UNUSED_VALUE = YES;
 				GCC_WARN_UNUSED_VARIABLE = NO;
-				GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
 				INFOPLIST_FILE = "HelloSpine/HelloSpine_ios-Info.plist";
 				LIBRARY_SEARCH_PATHS = (
 					"$(inherited)",
@@ -461,11 +724,12 @@
 				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+				DEVELOPMENT_TEAM = ANNH36MSRL;
+				GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
 				GCC_PREFIX_HEADER = "HelloSpine/HelloSpine_ios-Prefix.pch";
 				GCC_WARN_UNUSED_VALUE = YES;
 				GCC_WARN_UNUSED_VARIABLE = NO;
-				GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
 				INFOPLIST_FILE = "HelloSpine/HelloSpine_ios-Info.plist";
 				LIBRARY_SEARCH_PATHS = (
 					"$(inherited)",

+ 296 - 50
examples/HelloSpine/proj.macosx/HelloSpine_macosx.xcodeproj/project.pbxproj

@@ -15,13 +15,71 @@
 		0405A00118720D2200BA6557 /* libpng.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04059FF11872031A00BA6557 /* libpng.a */; };
 		049B57321871FBE900EF3C66 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 049B57311871FBE900EF3C66 /* Cocoa.framework */; };
 		049B574A1871FBE900EF3C66 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 049B57491871FBE900EF3C66 /* Images.xcassets */; };
-		2DC477AC10D6C07B3FE008F6 /* ../src/example.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 360377333740D8A2FD15BBE6 /* ../src/example.cpp */; };
-		DA49ED8903C628BA578C8670 /* ../src/main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BF9628FC8D38F9748F0CDEB /* ../src/main.cpp */; };
-		C8860D93875589970329DCCD /* ../data/fonts in Sources */ = {isa = PBXBuildFile; fileRef = 4DA100C319512824B7570663 /* ../data/fonts */; };
-		1E839D002B2BA83FC83A695A /* ../data/images in Sources */ = {isa = PBXBuildFile; fileRef = 04FE4D4FB640E0DF92DFB865 /* ../data/images */; };
-		3A631A475DE035FC53ADE5EA /* ../data/res.xml in Sources */ = {isa = PBXBuildFile; fileRef = 7F3B12E3C9D554D9FE28101D /* ../data/res.xml */; };
-
-		
+		2DC477AC10D6C07B3FE008F6 /* example.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 360377333740D8A2FD15BBE6 /* example.cpp */; };
+		4F389F7921824DF900A08723 /* spine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F7721824DF900A08723 /* spine.cpp */; };
+		4F389FB821824E1B00A08723 /* PathConstraintPositionTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F7B21824E1800A08723 /* PathConstraintPositionTimeline.cpp */; };
+		4F389FB921824E1B00A08723 /* CurveTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F7C21824E1800A08723 /* CurveTimeline.cpp */; };
+		4F389FBA21824E1B00A08723 /* Extension.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F7D21824E1800A08723 /* Extension.cpp */; };
+		4F389FBB21824E1B00A08723 /* Timeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F7E21824E1800A08723 /* Timeline.cpp */; };
+		4F389FBC21824E1B00A08723 /* DeformTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F7F21824E1800A08723 /* DeformTimeline.cpp */; };
+		4F389FBD21824E1B00A08723 /* TwoColorTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F8021824E1800A08723 /* TwoColorTimeline.cpp */; };
+		4F389FBE21824E1B00A08723 /* Updatable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F8121824E1800A08723 /* Updatable.cpp */; };
+		4F389FBF21824E1B00A08723 /* Event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F8221824E1800A08723 /* Event.cpp */; };
+		4F389FC021824E1B00A08723 /* RTTI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F8321824E1800A08723 /* RTTI.cpp */; };
+		4F389FC121824E1B00A08723 /* AttachmentLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F8421824E1800A08723 /* AttachmentLoader.cpp */; };
+		4F389FC221824E1B00A08723 /* TransformConstraintTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F8521824E1800A08723 /* TransformConstraintTimeline.cpp */; };
+		4F389FC321824E1B00A08723 /* EventData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F8621824E1800A08723 /* EventData.cpp */; };
+		4F389FC421824E1B00A08723 /* SkeletonBinary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F8721824E1800A08723 /* SkeletonBinary.cpp */; };
+		4F389FC521824E1B00A08723 /* TranslateTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F8821824E1800A08723 /* TranslateTimeline.cpp */; };
+		4F389FC621824E1B00A08723 /* Skeleton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F8921824E1800A08723 /* Skeleton.cpp */; };
+		4F389FC721824E1B00A08723 /* ScaleTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F8A21824E1800A08723 /* ScaleTimeline.cpp */; };
+		4F389FC821824E1B00A08723 /* TransformConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F8B21824E1800A08723 /* TransformConstraint.cpp */; };
+		4F389FC921824E1B00A08723 /* Json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F8C21824E1800A08723 /* Json.cpp */; };
+		4F389FCA21824E1B00A08723 /* Animation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F8D21824E1800A08723 /* Animation.cpp */; };
+		4F389FCB21824E1B00A08723 /* MathUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F8E21824E1800A08723 /* MathUtil.cpp */; };
+		4F389FCC21824E1B00A08723 /* TextureLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F8F21824E1800A08723 /* TextureLoader.cpp */; };
+		4F389FCD21824E1B00A08723 /* TransformConstraintData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F9021824E1900A08723 /* TransformConstraintData.cpp */; };
+		4F389FCE21824E1B00A08723 /* SlotData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F9121824E1900A08723 /* SlotData.cpp */; };
+		4F389FCF21824E1B00A08723 /* SkeletonJson.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F9221824E1900A08723 /* SkeletonJson.cpp */; };
+		4F389FD021824E1B00A08723 /* EventTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F9321824E1900A08723 /* EventTimeline.cpp */; };
+		4F389FD121824E1B00A08723 /* Atlas.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F9421824E1900A08723 /* Atlas.cpp */; };
+		4F389FD221824E1B00A08723 /* Skin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F9521824E1900A08723 /* Skin.cpp */; };
+		4F389FD321824E1B00A08723 /* VertexEffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F9621824E1900A08723 /* VertexEffect.cpp */; };
+		4F389FD421824E1B00A08723 /* AnimationState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F9721824E1900A08723 /* AnimationState.cpp */; };
+		4F389FD521824E1B00A08723 /* IkConstraintTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F9821824E1900A08723 /* IkConstraintTimeline.cpp */; };
+		4F389FD621824E1B00A08723 /* VertexAttachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F9921824E1900A08723 /* VertexAttachment.cpp */; };
+		4F389FD721824E1B00A08723 /* IkConstraintData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F9A21824E1900A08723 /* IkConstraintData.cpp */; };
+		4F389FD821824E1B00A08723 /* DrawOrderTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F9B21824E1900A08723 /* DrawOrderTimeline.cpp */; };
+		4F389FD921824E1B00A08723 /* AnimationStateData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F9C21824E1900A08723 /* AnimationStateData.cpp */; };
+		4F389FDA21824E1B00A08723 /* SkeletonClipping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F9D21824E1900A08723 /* SkeletonClipping.cpp */; };
+		4F389FDB21824E1B00A08723 /* Triangulator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F9E21824E1900A08723 /* Triangulator.cpp */; };
+		4F389FDC21824E1B00A08723 /* Bone.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389F9F21824E1900A08723 /* Bone.cpp */; };
+		4F389FDD21824E1B00A08723 /* SkeletonData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FA021824E1900A08723 /* SkeletonData.cpp */; };
+		4F389FDE21824E1B00A08723 /* PathConstraintSpacingTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FA121824E1900A08723 /* PathConstraintSpacingTimeline.cpp */; };
+		4F389FDF21824E1B00A08723 /* Constraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FA221824E1A00A08723 /* Constraint.cpp */; };
+		4F389FE021824E1B00A08723 /* PathConstraintData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FA321824E1A00A08723 /* PathConstraintData.cpp */; };
+		4F389FE121824E1B00A08723 /* ClippingAttachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FA421824E1A00A08723 /* ClippingAttachment.cpp */; };
+		4F389FE221824E1B00A08723 /* LinkedMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FA521824E1A00A08723 /* LinkedMesh.cpp */; };
+		4F389FE321824E1B00A08723 /* Slot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FA621824E1A00A08723 /* Slot.cpp */; };
+		4F389FE421824E1B00A08723 /* RotateTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FA721824E1A00A08723 /* RotateTimeline.cpp */; };
+		4F389FE521824E1B00A08723 /* SkeletonBounds.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FA821824E1A00A08723 /* SkeletonBounds.cpp */; };
+		4F389FE621824E1B00A08723 /* PathConstraintMixTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FA921824E1A00A08723 /* PathConstraintMixTimeline.cpp */; };
+		4F389FE721824E1B00A08723 /* AtlasAttachmentLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FAA21824E1A00A08723 /* AtlasAttachmentLoader.cpp */; };
+		4F389FE821824E1B00A08723 /* AttachmentTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FAB21824E1A00A08723 /* AttachmentTimeline.cpp */; };
+		4F389FE921824E1B00A08723 /* MeshAttachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FAC21824E1A00A08723 /* MeshAttachment.cpp */; };
+		4F389FEA21824E1B00A08723 /* PathConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FAD21824E1A00A08723 /* PathConstraint.cpp */; };
+		4F389FEB21824E1B00A08723 /* BoneData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FAE21824E1A00A08723 /* BoneData.cpp */; };
+		4F389FEC21824E1B00A08723 /* IkConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FAF21824E1A00A08723 /* IkConstraint.cpp */; };
+		4F389FED21824E1B00A08723 /* Attachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FB021824E1A00A08723 /* Attachment.cpp */; };
+		4F389FEE21824E1B00A08723 /* BoundingBoxAttachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FB121824E1A00A08723 /* BoundingBoxAttachment.cpp */; };
+		4F389FEF21824E1B00A08723 /* SpineObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FB221824E1A00A08723 /* SpineObject.cpp */; };
+		4F389FF021824E1B00A08723 /* PointAttachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FB321824E1B00A08723 /* PointAttachment.cpp */; };
+		4F389FF121824E1B00A08723 /* ColorTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FB421824E1B00A08723 /* ColorTimeline.cpp */; };
+		4F389FF221824E1B00A08723 /* PathAttachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FB521824E1B00A08723 /* PathAttachment.cpp */; };
+		4F389FF321824E1B00A08723 /* ShearTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FB621824E1B00A08723 /* ShearTimeline.cpp */; };
+		4F389FF421824E1B00A08723 /* RegionAttachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F389FB721824E1B00A08723 /* RegionAttachment.cpp */; };
+		4F389FFB21824F9400A08723 /* spine in Resources */ = {isa = PBXBuildFile; fileRef = 4F389FFA21824F9400A08723 /* spine */; };
+		DA49ED8903C628BA578C8670 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BF9628FC8D38F9748F0CDEB /* main.cpp */; };
 /* End PBXBuildFile section */
 
 /* Begin PBXContainerItemProxy section */
@@ -79,27 +137,87 @@
 /* Begin PBXFileReference section */
 		04059FEC187202A200BA6557 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
 		04059FEE187202AC00BA6557 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
-		04059FF01872031A00BA6557 /* libjpeg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjpeg.a; path = ../../../../oxygine-framework//oxygine/third_party/macosx/libraries/libjpeg.a; sourceTree = "<group>"; };
-		04059FF11872031A00BA6557 /* libpng.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpng.a; path = ../../../../oxygine-framework//oxygine/third_party/macosx/libraries/libpng.a; sourceTree = "<group>"; };
-		04059FF4187203A600BA6557 /* libjpeg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjpeg.a; path = ../../../../oxygine-framework//oxygine/third_party/ios/libraries/libjpeg.a; sourceTree = "<group>"; };
-		04059FF5187203A600BA6557 /* libpng.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpng.a; path = ../../../../oxygine-framework//oxygine/third_party/ios/libraries/libpng.a; sourceTree = "<group>"; };
-		049B572E1871FBE900EF3C66 /* demo_macosx.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloSpine_macosx.app; sourceTree = BUILT_PRODUCTS_DIR; };
+		04059FF01872031A00BA6557 /* libjpeg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjpeg.a; path = "../../../../oxygine-framework//oxygine/third_party/macosx/libraries/libjpeg.a"; sourceTree = "<group>"; };
+		04059FF11872031A00BA6557 /* libpng.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpng.a; path = "../../../../oxygine-framework//oxygine/third_party/macosx/libraries/libpng.a"; sourceTree = "<group>"; };
+		04059FF4187203A600BA6557 /* libjpeg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjpeg.a; path = "../../../../oxygine-framework//oxygine/third_party/ios/libraries/libjpeg.a"; sourceTree = "<group>"; };
+		04059FF5187203A600BA6557 /* libpng.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpng.a; path = "../../../../oxygine-framework//oxygine/third_party/ios/libraries/libpng.a"; sourceTree = "<group>"; };
+		049B572E1871FBE900EF3C66 /* HelloSpine_macosx.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloSpine_macosx.app; sourceTree = BUILT_PRODUCTS_DIR; };
 		049B57311871FBE900EF3C66 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
 		049B57341871FBE900EF3C66 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
 		049B57351871FBE900EF3C66 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
 		049B57361871FBE900EF3C66 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
-		049B57391871FBE900EF3C66 /* demo_macosx-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "HelloSpine_macosx-Info.plist"; sourceTree = "<group>"; };
+		049B57391871FBE900EF3C66 /* HelloSpine_macosx-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "HelloSpine_macosx-Info.plist"; sourceTree = "<group>"; };
 		049B57491871FBE900EF3C66 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = HelloSpine/Images.xcassets; sourceTree = "<group>"; };
 		049B57501871FBE900EF3C66 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
-		360377333740D8A2FD15BBE6 /* ../src/example.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = example.cpp; path = ../src/example.cpp; sourceTree = "<group>"; };
-		0BF9628FC8D38F9748F0CDEB /* ../src/main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = ../src/main.cpp; sourceTree = "<group>"; };
-		F6123B1E6FE4471A00F49751 /* ../src/example.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = example.h; path = ../src/example.h; sourceTree = "<group>"; };
-		4DA100C319512824B7570663 /* ../data/fonts */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = folder; name = fonts; path = ../data/fonts; sourceTree = "<group>"; };
-		04FE4D4FB640E0DF92DFB865 /* ../data/images */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = folder; name = images; path = ../data/images; sourceTree = "<group>"; };
-		7F3B12E3C9D554D9FE28101D /* ../data/res.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wtf; name = res.xml; path = ../data/res.xml; sourceTree = "<group>"; };
-
-		04A57D761871FFEB0068B1E5 /* oxygine_macosx.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = oxygine_macosx.xcodeproj; path = ../../../../oxygine-framework//oxygine/SDL/macosx/oxygine_macosx/oxygine_macosx.xcodeproj; sourceTree = "<group>"; };
-		04A57D7E1872012A0068B1E5 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL.xcodeproj; path = ../../../..//SDL/Xcode/SDL/SDL.xcodeproj; sourceTree = "<group>"; };
+		04A57D761871FFEB0068B1E5 /* oxygine_macosx.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = oxygine_macosx.xcodeproj; path = "../../../../oxygine-framework//oxygine/SDL/macosx/oxygine_macosx/oxygine_macosx.xcodeproj"; sourceTree = "<group>"; };
+		04A57D7E1872012A0068B1E5 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL.xcodeproj; path = "../../../..//SDL/Xcode/SDL/SDL.xcodeproj"; sourceTree = "<group>"; };
+		0BF9628FC8D38F9748F0CDEB /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = ../src/main.cpp; sourceTree = "<group>"; };
+		360377333740D8A2FD15BBE6 /* example.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = example.cpp; path = ../src/example.cpp; sourceTree = "<group>"; };
+		4F389F7721824DF900A08723 /* spine.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = spine.cpp; path = "../../../../src/oxygine-spine/spine.cpp"; sourceTree = "<group>"; };
+		4F389F7821824DF900A08723 /* spine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = spine.h; path = "../../../../src/oxygine-spine/spine.h"; sourceTree = "<group>"; };
+		4F389F7B21824E1800A08723 /* PathConstraintPositionTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PathConstraintPositionTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/PathConstraintPositionTimeline.cpp; sourceTree = "<group>"; };
+		4F389F7C21824E1800A08723 /* CurveTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CurveTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/CurveTimeline.cpp; sourceTree = "<group>"; };
+		4F389F7D21824E1800A08723 /* Extension.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Extension.cpp; path = ../../../../../dependencies/spine/src/spine/Extension.cpp; sourceTree = "<group>"; };
+		4F389F7E21824E1800A08723 /* Timeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Timeline.cpp; path = ../../../../../dependencies/spine/src/spine/Timeline.cpp; sourceTree = "<group>"; };
+		4F389F7F21824E1800A08723 /* DeformTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DeformTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/DeformTimeline.cpp; sourceTree = "<group>"; };
+		4F389F8021824E1800A08723 /* TwoColorTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TwoColorTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/TwoColorTimeline.cpp; sourceTree = "<group>"; };
+		4F389F8121824E1800A08723 /* Updatable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Updatable.cpp; path = ../../../../../dependencies/spine/src/spine/Updatable.cpp; sourceTree = "<group>"; };
+		4F389F8221824E1800A08723 /* Event.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Event.cpp; path = ../../../../../dependencies/spine/src/spine/Event.cpp; sourceTree = "<group>"; };
+		4F389F8321824E1800A08723 /* RTTI.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RTTI.cpp; path = ../../../../../dependencies/spine/src/spine/RTTI.cpp; sourceTree = "<group>"; };
+		4F389F8421824E1800A08723 /* AttachmentLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AttachmentLoader.cpp; path = ../../../../../dependencies/spine/src/spine/AttachmentLoader.cpp; sourceTree = "<group>"; };
+		4F389F8521824E1800A08723 /* TransformConstraintTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TransformConstraintTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/TransformConstraintTimeline.cpp; sourceTree = "<group>"; };
+		4F389F8621824E1800A08723 /* EventData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = EventData.cpp; path = ../../../../../dependencies/spine/src/spine/EventData.cpp; sourceTree = "<group>"; };
+		4F389F8721824E1800A08723 /* SkeletonBinary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkeletonBinary.cpp; path = ../../../../../dependencies/spine/src/spine/SkeletonBinary.cpp; sourceTree = "<group>"; };
+		4F389F8821824E1800A08723 /* TranslateTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TranslateTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/TranslateTimeline.cpp; sourceTree = "<group>"; };
+		4F389F8921824E1800A08723 /* Skeleton.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Skeleton.cpp; path = ../../../../../dependencies/spine/src/spine/Skeleton.cpp; sourceTree = "<group>"; };
+		4F389F8A21824E1800A08723 /* ScaleTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ScaleTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/ScaleTimeline.cpp; sourceTree = "<group>"; };
+		4F389F8B21824E1800A08723 /* TransformConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TransformConstraint.cpp; path = ../../../../../dependencies/spine/src/spine/TransformConstraint.cpp; sourceTree = "<group>"; };
+		4F389F8C21824E1800A08723 /* Json.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Json.cpp; path = ../../../../../dependencies/spine/src/spine/Json.cpp; sourceTree = "<group>"; };
+		4F389F8D21824E1800A08723 /* Animation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Animation.cpp; path = ../../../../../dependencies/spine/src/spine/Animation.cpp; sourceTree = "<group>"; };
+		4F389F8E21824E1800A08723 /* MathUtil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MathUtil.cpp; path = ../../../../../dependencies/spine/src/spine/MathUtil.cpp; sourceTree = "<group>"; };
+		4F389F8F21824E1800A08723 /* TextureLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TextureLoader.cpp; path = ../../../../../dependencies/spine/src/spine/TextureLoader.cpp; sourceTree = "<group>"; };
+		4F389F9021824E1900A08723 /* TransformConstraintData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TransformConstraintData.cpp; path = ../../../../../dependencies/spine/src/spine/TransformConstraintData.cpp; sourceTree = "<group>"; };
+		4F389F9121824E1900A08723 /* SlotData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SlotData.cpp; path = ../../../../../dependencies/spine/src/spine/SlotData.cpp; sourceTree = "<group>"; };
+		4F389F9221824E1900A08723 /* SkeletonJson.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkeletonJson.cpp; path = ../../../../../dependencies/spine/src/spine/SkeletonJson.cpp; sourceTree = "<group>"; };
+		4F389F9321824E1900A08723 /* EventTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = EventTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/EventTimeline.cpp; sourceTree = "<group>"; };
+		4F389F9421824E1900A08723 /* Atlas.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Atlas.cpp; path = ../../../../../dependencies/spine/src/spine/Atlas.cpp; sourceTree = "<group>"; };
+		4F389F9521824E1900A08723 /* Skin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Skin.cpp; path = ../../../../../dependencies/spine/src/spine/Skin.cpp; sourceTree = "<group>"; };
+		4F389F9621824E1900A08723 /* VertexEffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = VertexEffect.cpp; path = ../../../../../dependencies/spine/src/spine/VertexEffect.cpp; sourceTree = "<group>"; };
+		4F389F9721824E1900A08723 /* AnimationState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AnimationState.cpp; path = ../../../../../dependencies/spine/src/spine/AnimationState.cpp; sourceTree = "<group>"; };
+		4F389F9821824E1900A08723 /* IkConstraintTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = IkConstraintTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/IkConstraintTimeline.cpp; sourceTree = "<group>"; };
+		4F389F9921824E1900A08723 /* VertexAttachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = VertexAttachment.cpp; path = ../../../../../dependencies/spine/src/spine/VertexAttachment.cpp; sourceTree = "<group>"; };
+		4F389F9A21824E1900A08723 /* IkConstraintData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = IkConstraintData.cpp; path = ../../../../../dependencies/spine/src/spine/IkConstraintData.cpp; sourceTree = "<group>"; };
+		4F389F9B21824E1900A08723 /* DrawOrderTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DrawOrderTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/DrawOrderTimeline.cpp; sourceTree = "<group>"; };
+		4F389F9C21824E1900A08723 /* AnimationStateData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AnimationStateData.cpp; path = ../../../../../dependencies/spine/src/spine/AnimationStateData.cpp; sourceTree = "<group>"; };
+		4F389F9D21824E1900A08723 /* SkeletonClipping.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkeletonClipping.cpp; path = ../../../../../dependencies/spine/src/spine/SkeletonClipping.cpp; sourceTree = "<group>"; };
+		4F389F9E21824E1900A08723 /* Triangulator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Triangulator.cpp; path = ../../../../../dependencies/spine/src/spine/Triangulator.cpp; sourceTree = "<group>"; };
+		4F389F9F21824E1900A08723 /* Bone.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Bone.cpp; path = ../../../../../dependencies/spine/src/spine/Bone.cpp; sourceTree = "<group>"; };
+		4F389FA021824E1900A08723 /* SkeletonData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkeletonData.cpp; path = ../../../../../dependencies/spine/src/spine/SkeletonData.cpp; sourceTree = "<group>"; };
+		4F389FA121824E1900A08723 /* PathConstraintSpacingTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PathConstraintSpacingTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/PathConstraintSpacingTimeline.cpp; sourceTree = "<group>"; };
+		4F389FA221824E1A00A08723 /* Constraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Constraint.cpp; path = ../../../../../dependencies/spine/src/spine/Constraint.cpp; sourceTree = "<group>"; };
+		4F389FA321824E1A00A08723 /* PathConstraintData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PathConstraintData.cpp; path = ../../../../../dependencies/spine/src/spine/PathConstraintData.cpp; sourceTree = "<group>"; };
+		4F389FA421824E1A00A08723 /* ClippingAttachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ClippingAttachment.cpp; path = ../../../../../dependencies/spine/src/spine/ClippingAttachment.cpp; sourceTree = "<group>"; };
+		4F389FA521824E1A00A08723 /* LinkedMesh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LinkedMesh.cpp; path = ../../../../../dependencies/spine/src/spine/LinkedMesh.cpp; sourceTree = "<group>"; };
+		4F389FA621824E1A00A08723 /* Slot.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Slot.cpp; path = ../../../../../dependencies/spine/src/spine/Slot.cpp; sourceTree = "<group>"; };
+		4F389FA721824E1A00A08723 /* RotateTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RotateTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/RotateTimeline.cpp; sourceTree = "<group>"; };
+		4F389FA821824E1A00A08723 /* SkeletonBounds.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkeletonBounds.cpp; path = ../../../../../dependencies/spine/src/spine/SkeletonBounds.cpp; sourceTree = "<group>"; };
+		4F389FA921824E1A00A08723 /* PathConstraintMixTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PathConstraintMixTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/PathConstraintMixTimeline.cpp; sourceTree = "<group>"; };
+		4F389FAA21824E1A00A08723 /* AtlasAttachmentLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AtlasAttachmentLoader.cpp; path = ../../../../../dependencies/spine/src/spine/AtlasAttachmentLoader.cpp; sourceTree = "<group>"; };
+		4F389FAB21824E1A00A08723 /* AttachmentTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AttachmentTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/AttachmentTimeline.cpp; sourceTree = "<group>"; };
+		4F389FAC21824E1A00A08723 /* MeshAttachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MeshAttachment.cpp; path = ../../../../../dependencies/spine/src/spine/MeshAttachment.cpp; sourceTree = "<group>"; };
+		4F389FAD21824E1A00A08723 /* PathConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PathConstraint.cpp; path = ../../../../../dependencies/spine/src/spine/PathConstraint.cpp; sourceTree = "<group>"; };
+		4F389FAE21824E1A00A08723 /* BoneData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BoneData.cpp; path = ../../../../../dependencies/spine/src/spine/BoneData.cpp; sourceTree = "<group>"; };
+		4F389FAF21824E1A00A08723 /* IkConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = IkConstraint.cpp; path = ../../../../../dependencies/spine/src/spine/IkConstraint.cpp; sourceTree = "<group>"; };
+		4F389FB021824E1A00A08723 /* Attachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Attachment.cpp; path = ../../../../../dependencies/spine/src/spine/Attachment.cpp; sourceTree = "<group>"; };
+		4F389FB121824E1A00A08723 /* BoundingBoxAttachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BoundingBoxAttachment.cpp; path = ../../../../../dependencies/spine/src/spine/BoundingBoxAttachment.cpp; sourceTree = "<group>"; };
+		4F389FB221824E1A00A08723 /* SpineObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SpineObject.cpp; path = ../../../../../dependencies/spine/src/spine/SpineObject.cpp; sourceTree = "<group>"; };
+		4F389FB321824E1B00A08723 /* PointAttachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PointAttachment.cpp; path = ../../../../../dependencies/spine/src/spine/PointAttachment.cpp; sourceTree = "<group>"; };
+		4F389FB421824E1B00A08723 /* ColorTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ColorTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/ColorTimeline.cpp; sourceTree = "<group>"; };
+		4F389FB521824E1B00A08723 /* PathAttachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PathAttachment.cpp; path = ../../../../../dependencies/spine/src/spine/PathAttachment.cpp; sourceTree = "<group>"; };
+		4F389FB621824E1B00A08723 /* ShearTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ShearTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/ShearTimeline.cpp; sourceTree = "<group>"; };
+		4F389FB721824E1B00A08723 /* RegionAttachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RegionAttachment.cpp; path = ../../../../../dependencies/spine/src/spine/RegionAttachment.cpp; sourceTree = "<group>"; };
+		4F389FFA21824F9400A08723 /* spine */ = {isa = PBXFileReference; lastKnownFileType = folder; name = spine; path = ../data/spine; sourceTree = "<group>"; };
+		F6123B1E6FE4471A00F49751 /* example.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = example.h; path = ../src/example.h; sourceTree = "<group>"; };
 /* End PBXFileReference section */
 
 /* Begin PBXFrameworksBuildPhase section */
@@ -131,6 +249,7 @@
 		049B57251871FBE900EF3C66 = {
 			isa = PBXGroup;
 			children = (
+				4F389F7321824DB800A08723 /* spine */,
 				049B57491871FBE900EF3C66 /* Images.xcassets */,
 				049B57381871FBE900EF3C66 /* Supporting Files */,
 				04A57D391871FF8B0068B1E5 /* src */,
@@ -175,20 +294,10 @@
 			name = "Other Frameworks";
 			sourceTree = "<group>";
 		};
-		049B57371871FBE900EF3C66 /* demo */ = {
-			isa = PBXGroup;
-			children = (
-			);
-			path = demo;
-			sourceTree = "<group>";
-		};
 		049B57381871FBE900EF3C66 /* Supporting Files */ = {
 			isa = PBXGroup;
 			children = (
-				4DA100C319512824B7570663 /* fonts */, 
-				04FE4D4FB640E0DF92DFB865 /* images */, 
-				7F3B12E3C9D554D9FE28101D /* res.xml */, 
-
+				4F389FFA21824F9400A08723 /* spine */,
 				049B57391871FBE900EF3C66 /* HelloSpine_macosx-Info.plist */,
 			);
 			name = "Supporting Files";
@@ -197,10 +306,9 @@
 		04A57D391871FF8B0068B1E5 /* src */ = {
 			isa = PBXGroup;
 			children = (
-				360377333740D8A2FD15BBE6 /* example.cpp */, 
-				0BF9628FC8D38F9748F0CDEB /* main.cpp */, 
-				F6123B1E6FE4471A00F49751 /* example.h */, 
-
+				360377333740D8A2FD15BBE6 /* example.cpp */,
+				0BF9628FC8D38F9748F0CDEB /* main.cpp */,
+				F6123B1E6FE4471A00F49751 /* example.h */,
 			);
 			name = src;
 			sourceTree = "<group>";
@@ -216,6 +324,84 @@
 			name = Products;
 			sourceTree = "<group>";
 		};
+		4F389F7321824DB800A08723 /* spine */ = {
+			isa = PBXGroup;
+			children = (
+				4F389F7A21824DFD00A08723 /* lib */,
+				4F389F7721824DF900A08723 /* spine.cpp */,
+				4F389F7821824DF900A08723 /* spine.h */,
+			);
+			path = spine;
+			sourceTree = "<group>";
+		};
+		4F389F7A21824DFD00A08723 /* lib */ = {
+			isa = PBXGroup;
+			children = (
+				4F389F8D21824E1800A08723 /* Animation.cpp */,
+				4F389F9721824E1900A08723 /* AnimationState.cpp */,
+				4F389F9C21824E1900A08723 /* AnimationStateData.cpp */,
+				4F389F9421824E1900A08723 /* Atlas.cpp */,
+				4F389FAA21824E1A00A08723 /* AtlasAttachmentLoader.cpp */,
+				4F389FB021824E1A00A08723 /* Attachment.cpp */,
+				4F389F8421824E1800A08723 /* AttachmentLoader.cpp */,
+				4F389FAB21824E1A00A08723 /* AttachmentTimeline.cpp */,
+				4F389F9F21824E1900A08723 /* Bone.cpp */,
+				4F389FAE21824E1A00A08723 /* BoneData.cpp */,
+				4F389FB121824E1A00A08723 /* BoundingBoxAttachment.cpp */,
+				4F389FA421824E1A00A08723 /* ClippingAttachment.cpp */,
+				4F389FB421824E1B00A08723 /* ColorTimeline.cpp */,
+				4F389FA221824E1A00A08723 /* Constraint.cpp */,
+				4F389F7C21824E1800A08723 /* CurveTimeline.cpp */,
+				4F389F7F21824E1800A08723 /* DeformTimeline.cpp */,
+				4F389F9B21824E1900A08723 /* DrawOrderTimeline.cpp */,
+				4F389F8221824E1800A08723 /* Event.cpp */,
+				4F389F8621824E1800A08723 /* EventData.cpp */,
+				4F389F9321824E1900A08723 /* EventTimeline.cpp */,
+				4F389F7D21824E1800A08723 /* Extension.cpp */,
+				4F389FAF21824E1A00A08723 /* IkConstraint.cpp */,
+				4F389F9A21824E1900A08723 /* IkConstraintData.cpp */,
+				4F389F9821824E1900A08723 /* IkConstraintTimeline.cpp */,
+				4F389F8C21824E1800A08723 /* Json.cpp */,
+				4F389FA521824E1A00A08723 /* LinkedMesh.cpp */,
+				4F389F8E21824E1800A08723 /* MathUtil.cpp */,
+				4F389FAC21824E1A00A08723 /* MeshAttachment.cpp */,
+				4F389FB521824E1B00A08723 /* PathAttachment.cpp */,
+				4F389FAD21824E1A00A08723 /* PathConstraint.cpp */,
+				4F389FA321824E1A00A08723 /* PathConstraintData.cpp */,
+				4F389FA921824E1A00A08723 /* PathConstraintMixTimeline.cpp */,
+				4F389F7B21824E1800A08723 /* PathConstraintPositionTimeline.cpp */,
+				4F389FA121824E1900A08723 /* PathConstraintSpacingTimeline.cpp */,
+				4F389FB321824E1B00A08723 /* PointAttachment.cpp */,
+				4F389FB721824E1B00A08723 /* RegionAttachment.cpp */,
+				4F389FA721824E1A00A08723 /* RotateTimeline.cpp */,
+				4F389F8321824E1800A08723 /* RTTI.cpp */,
+				4F389F8A21824E1800A08723 /* ScaleTimeline.cpp */,
+				4F389FB621824E1B00A08723 /* ShearTimeline.cpp */,
+				4F389F8921824E1800A08723 /* Skeleton.cpp */,
+				4F389F8721824E1800A08723 /* SkeletonBinary.cpp */,
+				4F389FA821824E1A00A08723 /* SkeletonBounds.cpp */,
+				4F389F9D21824E1900A08723 /* SkeletonClipping.cpp */,
+				4F389FA021824E1900A08723 /* SkeletonData.cpp */,
+				4F389F9221824E1900A08723 /* SkeletonJson.cpp */,
+				4F389F9521824E1900A08723 /* Skin.cpp */,
+				4F389FA621824E1A00A08723 /* Slot.cpp */,
+				4F389F9121824E1900A08723 /* SlotData.cpp */,
+				4F389FB221824E1A00A08723 /* SpineObject.cpp */,
+				4F389F8F21824E1800A08723 /* TextureLoader.cpp */,
+				4F389F7E21824E1800A08723 /* Timeline.cpp */,
+				4F389F8B21824E1800A08723 /* TransformConstraint.cpp */,
+				4F389F9021824E1900A08723 /* TransformConstraintData.cpp */,
+				4F389F8521824E1800A08723 /* TransformConstraintTimeline.cpp */,
+				4F389F8821824E1800A08723 /* TranslateTimeline.cpp */,
+				4F389F9E21824E1900A08723 /* Triangulator.cpp */,
+				4F389F8021824E1800A08723 /* TwoColorTimeline.cpp */,
+				4F389F8121824E1800A08723 /* Updatable.cpp */,
+				4F389F9921824E1900A08723 /* VertexAttachment.cpp */,
+				4F389F9621824E1900A08723 /* VertexEffect.cpp */,
+			);
+			path = lib;
+			sourceTree = "<group>";
+		};
 /* End PBXGroup section */
 
 /* Begin PBXNativeTarget section */
@@ -318,10 +504,7 @@
 			isa = PBXResourcesBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
-				C8860D93875589970329DCCD /* fonts */, 
-				1E839D002B2BA83FC83A695A /* images */, 
-				3A631A475DE035FC53ADE5EA /* res.xml */, 
-
+				4F389FFB21824F9400A08723 /* spine in Resources */,
 				049B574A1871FBE900EF3C66 /* Images.xcassets in Resources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
@@ -333,9 +516,70 @@
 			isa = PBXSourcesBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
-				2DC477AC10D6C07B3FE008F6 /* example.cpp */, 
-				DA49ED8903C628BA578C8670 /* main.cpp */, 
-
+				4F389FC621824E1B00A08723 /* Skeleton.cpp in Sources */,
+				4F389FC021824E1B00A08723 /* RTTI.cpp in Sources */,
+				2DC477AC10D6C07B3FE008F6 /* example.cpp in Sources */,
+				4F389FB821824E1B00A08723 /* PathConstraintPositionTimeline.cpp in Sources */,
+				4F389FDE21824E1B00A08723 /* PathConstraintSpacingTimeline.cpp in Sources */,
+				4F389FD421824E1B00A08723 /* AnimationState.cpp in Sources */,
+				4F389FB921824E1B00A08723 /* CurveTimeline.cpp in Sources */,
+				4F389FC721824E1B00A08723 /* ScaleTimeline.cpp in Sources */,
+				4F389FBB21824E1B00A08723 /* Timeline.cpp in Sources */,
+				4F389FD021824E1B00A08723 /* EventTimeline.cpp in Sources */,
+				4F389FEF21824E1B00A08723 /* SpineObject.cpp in Sources */,
+				4F389FBA21824E1B00A08723 /* Extension.cpp in Sources */,
+				4F389FDF21824E1B00A08723 /* Constraint.cpp in Sources */,
+				4F389FDD21824E1B00A08723 /* SkeletonData.cpp in Sources */,
+				4F389FEA21824E1B00A08723 /* PathConstraint.cpp in Sources */,
+				4F389FEE21824E1B00A08723 /* BoundingBoxAttachment.cpp in Sources */,
+				4F389FE521824E1B00A08723 /* SkeletonBounds.cpp in Sources */,
+				4F389FCF21824E1B00A08723 /* SkeletonJson.cpp in Sources */,
+				4F389FC321824E1B00A08723 /* EventData.cpp in Sources */,
+				4F389FC521824E1B00A08723 /* TranslateTimeline.cpp in Sources */,
+				4F389FCC21824E1B00A08723 /* TextureLoader.cpp in Sources */,
+				4F389FCA21824E1B00A08723 /* Animation.cpp in Sources */,
+				4F389FD721824E1B00A08723 /* IkConstraintData.cpp in Sources */,
+				4F389FDA21824E1B00A08723 /* SkeletonClipping.cpp in Sources */,
+				4F389FC221824E1B00A08723 /* TransformConstraintTimeline.cpp in Sources */,
+				4F389FBD21824E1B00A08723 /* TwoColorTimeline.cpp in Sources */,
+				4F389FCB21824E1B00A08723 /* MathUtil.cpp in Sources */,
+				4F389FF021824E1B00A08723 /* PointAttachment.cpp in Sources */,
+				4F389FED21824E1B00A08723 /* Attachment.cpp in Sources */,
+				4F389FEB21824E1B00A08723 /* BoneData.cpp in Sources */,
+				4F389FEC21824E1B00A08723 /* IkConstraint.cpp in Sources */,
+				4F389FD621824E1B00A08723 /* VertexAttachment.cpp in Sources */,
+				4F389F7921824DF900A08723 /* spine.cpp in Sources */,
+				4F389FD521824E1B00A08723 /* IkConstraintTimeline.cpp in Sources */,
+				4F389FF121824E1B00A08723 /* ColorTimeline.cpp in Sources */,
+				4F389FD921824E1B00A08723 /* AnimationStateData.cpp in Sources */,
+				4F389FE021824E1B00A08723 /* PathConstraintData.cpp in Sources */,
+				4F389FE621824E1B00A08723 /* PathConstraintMixTimeline.cpp in Sources */,
+				DA49ED8903C628BA578C8670 /* main.cpp in Sources */,
+				4F389FE221824E1B00A08723 /* LinkedMesh.cpp in Sources */,
+				4F389FD321824E1B00A08723 /* VertexEffect.cpp in Sources */,
+				4F389FBE21824E1B00A08723 /* Updatable.cpp in Sources */,
+				4F389FC921824E1B00A08723 /* Json.cpp in Sources */,
+				4F389FE721824E1B00A08723 /* AtlasAttachmentLoader.cpp in Sources */,
+				4F389FE921824E1B00A08723 /* MeshAttachment.cpp in Sources */,
+				4F389FDB21824E1B00A08723 /* Triangulator.cpp in Sources */,
+				4F389FDC21824E1B00A08723 /* Bone.cpp in Sources */,
+				4F389FF221824E1B00A08723 /* PathAttachment.cpp in Sources */,
+				4F389FE321824E1B00A08723 /* Slot.cpp in Sources */,
+				4F389FBC21824E1B00A08723 /* DeformTimeline.cpp in Sources */,
+				4F389FF421824E1B00A08723 /* RegionAttachment.cpp in Sources */,
+				4F389FD121824E1B00A08723 /* Atlas.cpp in Sources */,
+				4F389FC421824E1B00A08723 /* SkeletonBinary.cpp in Sources */,
+				4F389FF321824E1B00A08723 /* ShearTimeline.cpp in Sources */,
+				4F389FD221824E1B00A08723 /* Skin.cpp in Sources */,
+				4F389FE821824E1B00A08723 /* AttachmentTimeline.cpp in Sources */,
+				4F389FC821824E1B00A08723 /* TransformConstraint.cpp in Sources */,
+				4F389FE421824E1B00A08723 /* RotateTimeline.cpp in Sources */,
+				4F389FD821824E1B00A08723 /* DrawOrderTimeline.cpp in Sources */,
+				4F389FC121824E1B00A08723 /* AttachmentLoader.cpp in Sources */,
+				4F389FCD21824E1B00A08723 /* TransformConstraintData.cpp in Sources */,
+				4F389FE121824E1B00A08723 /* ClippingAttachment.cpp in Sources */,
+				4F389FBF21824E1B00A08723 /* Event.cpp in Sources */,
+				4F389FCE21824E1B00A08723 /* SlotData.cpp in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -374,6 +618,7 @@
 				GCC_C_LANGUAGE_STANDARD = gnu99;
 				GCC_DYNAMIC_NO_PIC = NO;
 				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
+				GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
 				GCC_OPTIMIZATION_LEVEL = 0;
 				GCC_PREPROCESSOR_DEFINITIONS = (
 					"DEBUG=1",
@@ -386,12 +631,12 @@
 				GCC_WARN_UNINITIALIZED_AUTOS = YES;
 				GCC_WARN_UNUSED_FUNCTION = YES;
 				GCC_WARN_UNUSED_VARIABLE = YES;
-				GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
 				MACOSX_DEPLOYMENT_TARGET = 10.8;
 				ONLY_ACTIVE_ARCH = YES;
 				SDKROOT = macosx;
-				USER_HEADER_SEARCH_PATHS = "../../../../oxygine-framework//oxygine/src ../../../..//SDL/include";
-				VALID_ARCHS = "x86_64";
+				SYSTEM_HEADER_SEARCH_PATHS = ../../../dependencies/spine/include;
+				USER_HEADER_SEARCH_PATHS = "../../../../oxygine-framework//oxygine/src ../../../..//SDL/include ../../../src";
+				VALID_ARCHS = x86_64;
 			};
 			name = Debug;
 		};
@@ -415,18 +660,19 @@
 				ENABLE_NS_ASSERTIONS = NO;
 				GCC_C_LANGUAGE_STANDARD = gnu99;
 				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
+				GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
 				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
 				GCC_WARN_UNDECLARED_SELECTOR = YES;
 				GCC_WARN_UNINITIALIZED_AUTOS = YES;
 				GCC_WARN_UNUSED_FUNCTION = YES;
 				GCC_WARN_UNUSED_VARIABLE = YES;
-				GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
 				MACOSX_DEPLOYMENT_TARGET = 10.8;
 				ONLY_ACTIVE_ARCH = YES;
 				SDKROOT = macosx;
-				USER_HEADER_SEARCH_PATHS = "../../../../oxygine-framework//oxygine/src ../../../..//SDL/include";
-				VALID_ARCHS = "x86_64";
+				SYSTEM_HEADER_SEARCH_PATHS = ../../../dependencies/spine/include;
+				USER_HEADER_SEARCH_PATHS = "../../../../oxygine-framework//oxygine/src ../../../..//SDL/include ../../../src";
+				VALID_ARCHS = x86_64;
 			};
 			name = Release;
 		};