2
0

project.pbxproj 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 048AD0AE197D24AB001963EF /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 048AD0AD197D24AB001963EF /* CoreMotion.framework */; };
  10. 04998D3617F8A97D003441C3 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998D3517F8A96E003441C3 /* libSDL2.a */; };
  11. 04998EE617F8ADB4003441C3 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE117F8ADB4003441C3 /* libz.dylib */; };
  12. 04998EE717F8ADB4003441C3 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE217F8ADB4003441C3 /* QuartzCore.framework */; };
  13. 04998EE817F8ADB4003441C3 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE317F8ADB4003441C3 /* AudioToolbox.framework */; };
  14. 04998EE917F8ADB4003441C3 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE417F8ADB4003441C3 /* CoreAudio.framework */; };
  15. 04998EEA17F8ADB4003441C3 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE517F8ADB4003441C3 /* OpenGLES.framework */; };
  16. 04998EEE17F8ADD4003441C3 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EEB17F8ADD4003441C3 /* UIKit.framework */; };
  17. 04998EEF17F8ADD4003441C3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EEC17F8ADD4003441C3 /* Foundation.framework */; };
  18. 04998EF017F8ADD4003441C3 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EED17F8ADD4003441C3 /* CoreGraphics.framework */; };
  19. 04998EF717F8B6F3003441C3 /* libpng.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EF517F8B6F3003441C3 /* libpng.a */; };
  20. 04998EF817F8B6F3003441C3 /* libjpeg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EF617F8B6F3003441C3 /* libjpeg.a */; };
  21. 049B52B11871EBFA00EF3C66 /* liboxygine_ios.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 049B52AD1871EBBA00EF3C66 /* liboxygine_ios.a */; };
  22. 04E9AD3F1876FE84006A7317 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 04E9AD3E1876FE84006A7317 /* Images.xcassets */; };
  23. 2DC477AC10D6C07B3FE008F6 /* example.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 360377333740D8A2FD15BBE6 /* example.cpp */; };
  24. 4F38A0072182512700A08723 /* spine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0052182512700A08723 /* spine.cpp */; };
  25. 4F38A0462182514000A08723 /* PathConstraintPositionTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0092182513D00A08723 /* PathConstraintPositionTimeline.cpp */; };
  26. 4F38A0472182514000A08723 /* CurveTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A00A2182513D00A08723 /* CurveTimeline.cpp */; };
  27. 4F38A0482182514000A08723 /* Extension.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A00B2182513D00A08723 /* Extension.cpp */; };
  28. 4F38A0492182514000A08723 /* Timeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A00C2182513D00A08723 /* Timeline.cpp */; };
  29. 4F38A04A2182514000A08723 /* DeformTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A00D2182513D00A08723 /* DeformTimeline.cpp */; };
  30. 4F38A04B2182514000A08723 /* TwoColorTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A00E2182513D00A08723 /* TwoColorTimeline.cpp */; };
  31. 4F38A04C2182514000A08723 /* Updatable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A00F2182513D00A08723 /* Updatable.cpp */; };
  32. 4F38A04D2182514000A08723 /* Event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0102182513D00A08723 /* Event.cpp */; };
  33. 4F38A04E2182514000A08723 /* RTTI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0112182513D00A08723 /* RTTI.cpp */; };
  34. 4F38A04F2182514000A08723 /* AttachmentLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0122182513D00A08723 /* AttachmentLoader.cpp */; };
  35. 4F38A0502182514000A08723 /* TransformConstraintTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0132182513D00A08723 /* TransformConstraintTimeline.cpp */; };
  36. 4F38A0512182514000A08723 /* EventData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0142182513D00A08723 /* EventData.cpp */; };
  37. 4F38A0522182514000A08723 /* SkeletonBinary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0152182513E00A08723 /* SkeletonBinary.cpp */; };
  38. 4F38A0532182514000A08723 /* TranslateTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0162182513E00A08723 /* TranslateTimeline.cpp */; };
  39. 4F38A0542182514000A08723 /* Skeleton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0172182513E00A08723 /* Skeleton.cpp */; };
  40. 4F38A0552182514000A08723 /* ScaleTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0182182513E00A08723 /* ScaleTimeline.cpp */; };
  41. 4F38A0562182514000A08723 /* TransformConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0192182513E00A08723 /* TransformConstraint.cpp */; };
  42. 4F38A0572182514000A08723 /* Json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A01A2182513E00A08723 /* Json.cpp */; };
  43. 4F38A0582182514000A08723 /* Animation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A01B2182513E00A08723 /* Animation.cpp */; };
  44. 4F38A0592182514000A08723 /* MathUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A01C2182513E00A08723 /* MathUtil.cpp */; };
  45. 4F38A05A2182514000A08723 /* TextureLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A01D2182513E00A08723 /* TextureLoader.cpp */; };
  46. 4F38A05B2182514000A08723 /* TransformConstraintData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A01E2182513E00A08723 /* TransformConstraintData.cpp */; };
  47. 4F38A05C2182514000A08723 /* SlotData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A01F2182513E00A08723 /* SlotData.cpp */; };
  48. 4F38A05D2182514000A08723 /* SkeletonJson.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0202182513E00A08723 /* SkeletonJson.cpp */; };
  49. 4F38A05E2182514000A08723 /* EventTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0212182513E00A08723 /* EventTimeline.cpp */; };
  50. 4F38A05F2182514000A08723 /* Atlas.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0222182513E00A08723 /* Atlas.cpp */; };
  51. 4F38A0602182514000A08723 /* Skin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0232182513E00A08723 /* Skin.cpp */; };
  52. 4F38A0612182514000A08723 /* VertexEffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0242182513E00A08723 /* VertexEffect.cpp */; };
  53. 4F38A0622182514000A08723 /* AnimationState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0252182513E00A08723 /* AnimationState.cpp */; };
  54. 4F38A0632182514000A08723 /* IkConstraintTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0262182513E00A08723 /* IkConstraintTimeline.cpp */; };
  55. 4F38A0642182514000A08723 /* VertexAttachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0272182513F00A08723 /* VertexAttachment.cpp */; };
  56. 4F38A0652182514000A08723 /* IkConstraintData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0282182513F00A08723 /* IkConstraintData.cpp */; };
  57. 4F38A0662182514000A08723 /* DrawOrderTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0292182513F00A08723 /* DrawOrderTimeline.cpp */; };
  58. 4F38A0672182514000A08723 /* AnimationStateData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A02A2182513F00A08723 /* AnimationStateData.cpp */; };
  59. 4F38A0682182514000A08723 /* SkeletonClipping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A02B2182513F00A08723 /* SkeletonClipping.cpp */; };
  60. 4F38A0692182514000A08723 /* Triangulator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A02C2182513F00A08723 /* Triangulator.cpp */; };
  61. 4F38A06A2182514000A08723 /* Bone.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A02D2182513F00A08723 /* Bone.cpp */; };
  62. 4F38A06B2182514000A08723 /* SkeletonData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A02E2182513F00A08723 /* SkeletonData.cpp */; };
  63. 4F38A06C2182514000A08723 /* PathConstraintSpacingTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A02F2182513F00A08723 /* PathConstraintSpacingTimeline.cpp */; };
  64. 4F38A06D2182514000A08723 /* Constraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0302182513F00A08723 /* Constraint.cpp */; };
  65. 4F38A06E2182514000A08723 /* PathConstraintData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0312182513F00A08723 /* PathConstraintData.cpp */; };
  66. 4F38A06F2182514000A08723 /* ClippingAttachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0322182513F00A08723 /* ClippingAttachment.cpp */; };
  67. 4F38A0702182514000A08723 /* LinkedMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0332182513F00A08723 /* LinkedMesh.cpp */; };
  68. 4F38A0712182514000A08723 /* Slot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0342182513F00A08723 /* Slot.cpp */; };
  69. 4F38A0722182514000A08723 /* RotateTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0352182513F00A08723 /* RotateTimeline.cpp */; };
  70. 4F38A0732182514000A08723 /* SkeletonBounds.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0362182513F00A08723 /* SkeletonBounds.cpp */; };
  71. 4F38A0742182514000A08723 /* PathConstraintMixTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0372182513F00A08723 /* PathConstraintMixTimeline.cpp */; };
  72. 4F38A0752182514000A08723 /* AtlasAttachmentLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0382182514000A08723 /* AtlasAttachmentLoader.cpp */; };
  73. 4F38A0762182514000A08723 /* AttachmentTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0392182514000A08723 /* AttachmentTimeline.cpp */; };
  74. 4F38A0772182514000A08723 /* MeshAttachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A03A2182514000A08723 /* MeshAttachment.cpp */; };
  75. 4F38A0782182514000A08723 /* PathConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A03B2182514000A08723 /* PathConstraint.cpp */; };
  76. 4F38A0792182514000A08723 /* BoneData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A03C2182514000A08723 /* BoneData.cpp */; };
  77. 4F38A07A2182514000A08723 /* IkConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A03D2182514000A08723 /* IkConstraint.cpp */; };
  78. 4F38A07B2182514000A08723 /* Attachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A03E2182514000A08723 /* Attachment.cpp */; };
  79. 4F38A07C2182514000A08723 /* BoundingBoxAttachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A03F2182514000A08723 /* BoundingBoxAttachment.cpp */; };
  80. 4F38A07D2182514000A08723 /* SpineObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0402182514000A08723 /* SpineObject.cpp */; };
  81. 4F38A07E2182514000A08723 /* PointAttachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0412182514000A08723 /* PointAttachment.cpp */; };
  82. 4F38A07F2182514000A08723 /* ColorTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0422182514000A08723 /* ColorTimeline.cpp */; };
  83. 4F38A0802182514000A08723 /* PathAttachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0432182514000A08723 /* PathAttachment.cpp */; };
  84. 4F38A0812182514000A08723 /* ShearTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0442182514000A08723 /* ShearTimeline.cpp */; };
  85. 4F38A0822182514000A08723 /* RegionAttachment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F38A0452182514000A08723 /* RegionAttachment.cpp */; };
  86. 4F38A0842182516300A08723 /* spine in Resources */ = {isa = PBXBuildFile; fileRef = 4F38A0832182516300A08723 /* spine */; };
  87. 4F7EF5AF200623DE004089D6 /* Metal.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4F7EF5AE200623DE004089D6 /* Metal.framework */; };
  88. 4F8012E521454FEA00FDBA22 /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4F8012E021454FEA00FDBA22 /* CoreBluetooth.framework */; };
  89. 9223FE7F1C2D913D000B1FDA /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9223FE7E1C2D913D000B1FDA /* GameController.framework */; };
  90. AD18619B1D8EC97A0043AFA3 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD18619A1D8EC97A0043AFA3 /* AVFoundation.framework */; };
  91. DA49ED8903C628BA578C8670 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BF9628FC8D38F9748F0CDEB /* main.cpp */; };
  92. /* End PBXBuildFile section */
  93. /* Begin PBXContainerItemProxy section */
  94. 04998D3417F8A96E003441C3 /* PBXContainerItemProxy */ = {
  95. isa = PBXContainerItemProxy;
  96. containerPortal = 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */;
  97. proxyType = 2;
  98. remoteGlobalIDString = FD6526630DE8FCCB002AD96B;
  99. remoteInfo = libSDL;
  100. };
  101. 04998D3717F8A982003441C3 /* PBXContainerItemProxy */ = {
  102. isa = PBXContainerItemProxy;
  103. containerPortal = 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */;
  104. proxyType = 1;
  105. remoteGlobalIDString = FD6526620DE8FCCB002AD96B;
  106. remoteInfo = libSDL;
  107. };
  108. 049B52AC1871EBBA00EF3C66 /* PBXContainerItemProxy */ = {
  109. isa = PBXContainerItemProxy;
  110. containerPortal = 04998D3917F8A9AA003441C3 /* oxygine_ios.xcodeproj */;
  111. proxyType = 2;
  112. remoteGlobalIDString = C3E86F4C16EBC8A500052915;
  113. remoteInfo = oxygine_ios;
  114. };
  115. 049B52AF1871EBD100EF3C66 /* PBXContainerItemProxy */ = {
  116. isa = PBXContainerItemProxy;
  117. containerPortal = 04998D3917F8A9AA003441C3 /* oxygine_ios.xcodeproj */;
  118. proxyType = 1;
  119. remoteGlobalIDString = C3E86F4B16EBC8A500052915;
  120. remoteInfo = oxygine_ios;
  121. };
  122. 4F38A0022182510700A08723 /* PBXContainerItemProxy */ = {
  123. isa = PBXContainerItemProxy;
  124. containerPortal = 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */;
  125. proxyType = 2;
  126. remoteGlobalIDString = FAB598141BB5C1B100BE72C5;
  127. remoteInfo = "libSDL-tvOS";
  128. };
  129. /* End PBXContainerItemProxy section */
  130. /* Begin PBXFileReference section */
  131. 048AD0AD197D24AB001963EF /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; };
  132. 04998CEC17F8A933003441C3 /* HelloSpine_ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloSpine_ios.app; sourceTree = BUILT_PRODUCTS_DIR; };
  133. 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL.xcodeproj; path = "../../../..//SDL/Xcode-iOS/SDL/SDL.xcodeproj"; sourceTree = "<group>"; };
  134. 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>"; };
  135. 04998EE117F8ADB4003441C3 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
  136. 04998EE217F8ADB4003441C3 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  137. 04998EE317F8ADB4003441C3 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
  138. 04998EE417F8ADB4003441C3 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
  139. 04998EE517F8ADB4003441C3 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
  140. 04998EEB17F8ADD4003441C3 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  141. 04998EEC17F8ADD4003441C3 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  142. 04998EED17F8ADD4003441C3 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  143. 04998EF517F8B6F3003441C3 /* libpng.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpng.a; path = "../../../../oxygine-framework//oxygine/third_party/ios/libraries/libpng.a"; sourceTree = "<group>"; };
  144. 04998EF617F8B6F3003441C3 /* libjpeg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjpeg.a; path = "../../../../oxygine-framework//oxygine/third_party/ios/libraries/libjpeg.a"; sourceTree = "<group>"; };
  145. 04E9AD3E1876FE84006A7317 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = HelloSpine/Images.xcassets; sourceTree = "<group>"; };
  146. 0BF9628FC8D38F9748F0CDEB /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = ../src/main.cpp; sourceTree = "<group>"; };
  147. 360377333740D8A2FD15BBE6 /* example.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = example.cpp; path = ../src/example.cpp; sourceTree = "<group>"; };
  148. 4F38A0052182512700A08723 /* spine.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = spine.cpp; path = "../../../../src/oxygine-spine/spine.cpp"; sourceTree = "<group>"; };
  149. 4F38A0062182512700A08723 /* spine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = spine.h; path = "../../../../src/oxygine-spine/spine.h"; sourceTree = "<group>"; };
  150. 4F38A0092182513D00A08723 /* PathConstraintPositionTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PathConstraintPositionTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/PathConstraintPositionTimeline.cpp; sourceTree = "<group>"; };
  151. 4F38A00A2182513D00A08723 /* CurveTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CurveTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/CurveTimeline.cpp; sourceTree = "<group>"; };
  152. 4F38A00B2182513D00A08723 /* Extension.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Extension.cpp; path = ../../../../../dependencies/spine/src/spine/Extension.cpp; sourceTree = "<group>"; };
  153. 4F38A00C2182513D00A08723 /* Timeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Timeline.cpp; path = ../../../../../dependencies/spine/src/spine/Timeline.cpp; sourceTree = "<group>"; };
  154. 4F38A00D2182513D00A08723 /* DeformTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DeformTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/DeformTimeline.cpp; sourceTree = "<group>"; };
  155. 4F38A00E2182513D00A08723 /* TwoColorTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TwoColorTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/TwoColorTimeline.cpp; sourceTree = "<group>"; };
  156. 4F38A00F2182513D00A08723 /* Updatable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Updatable.cpp; path = ../../../../../dependencies/spine/src/spine/Updatable.cpp; sourceTree = "<group>"; };
  157. 4F38A0102182513D00A08723 /* Event.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Event.cpp; path = ../../../../../dependencies/spine/src/spine/Event.cpp; sourceTree = "<group>"; };
  158. 4F38A0112182513D00A08723 /* RTTI.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RTTI.cpp; path = ../../../../../dependencies/spine/src/spine/RTTI.cpp; sourceTree = "<group>"; };
  159. 4F38A0122182513D00A08723 /* AttachmentLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AttachmentLoader.cpp; path = ../../../../../dependencies/spine/src/spine/AttachmentLoader.cpp; sourceTree = "<group>"; };
  160. 4F38A0132182513D00A08723 /* TransformConstraintTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TransformConstraintTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/TransformConstraintTimeline.cpp; sourceTree = "<group>"; };
  161. 4F38A0142182513D00A08723 /* EventData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = EventData.cpp; path = ../../../../../dependencies/spine/src/spine/EventData.cpp; sourceTree = "<group>"; };
  162. 4F38A0152182513E00A08723 /* SkeletonBinary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkeletonBinary.cpp; path = ../../../../../dependencies/spine/src/spine/SkeletonBinary.cpp; sourceTree = "<group>"; };
  163. 4F38A0162182513E00A08723 /* TranslateTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TranslateTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/TranslateTimeline.cpp; sourceTree = "<group>"; };
  164. 4F38A0172182513E00A08723 /* Skeleton.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Skeleton.cpp; path = ../../../../../dependencies/spine/src/spine/Skeleton.cpp; sourceTree = "<group>"; };
  165. 4F38A0182182513E00A08723 /* ScaleTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ScaleTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/ScaleTimeline.cpp; sourceTree = "<group>"; };
  166. 4F38A0192182513E00A08723 /* TransformConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TransformConstraint.cpp; path = ../../../../../dependencies/spine/src/spine/TransformConstraint.cpp; sourceTree = "<group>"; };
  167. 4F38A01A2182513E00A08723 /* Json.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Json.cpp; path = ../../../../../dependencies/spine/src/spine/Json.cpp; sourceTree = "<group>"; };
  168. 4F38A01B2182513E00A08723 /* Animation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Animation.cpp; path = ../../../../../dependencies/spine/src/spine/Animation.cpp; sourceTree = "<group>"; };
  169. 4F38A01C2182513E00A08723 /* MathUtil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MathUtil.cpp; path = ../../../../../dependencies/spine/src/spine/MathUtil.cpp; sourceTree = "<group>"; };
  170. 4F38A01D2182513E00A08723 /* TextureLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TextureLoader.cpp; path = ../../../../../dependencies/spine/src/spine/TextureLoader.cpp; sourceTree = "<group>"; };
  171. 4F38A01E2182513E00A08723 /* TransformConstraintData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TransformConstraintData.cpp; path = ../../../../../dependencies/spine/src/spine/TransformConstraintData.cpp; sourceTree = "<group>"; };
  172. 4F38A01F2182513E00A08723 /* SlotData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SlotData.cpp; path = ../../../../../dependencies/spine/src/spine/SlotData.cpp; sourceTree = "<group>"; };
  173. 4F38A0202182513E00A08723 /* SkeletonJson.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkeletonJson.cpp; path = ../../../../../dependencies/spine/src/spine/SkeletonJson.cpp; sourceTree = "<group>"; };
  174. 4F38A0212182513E00A08723 /* EventTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = EventTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/EventTimeline.cpp; sourceTree = "<group>"; };
  175. 4F38A0222182513E00A08723 /* Atlas.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Atlas.cpp; path = ../../../../../dependencies/spine/src/spine/Atlas.cpp; sourceTree = "<group>"; };
  176. 4F38A0232182513E00A08723 /* Skin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Skin.cpp; path = ../../../../../dependencies/spine/src/spine/Skin.cpp; sourceTree = "<group>"; };
  177. 4F38A0242182513E00A08723 /* VertexEffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = VertexEffect.cpp; path = ../../../../../dependencies/spine/src/spine/VertexEffect.cpp; sourceTree = "<group>"; };
  178. 4F38A0252182513E00A08723 /* AnimationState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AnimationState.cpp; path = ../../../../../dependencies/spine/src/spine/AnimationState.cpp; sourceTree = "<group>"; };
  179. 4F38A0262182513E00A08723 /* IkConstraintTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = IkConstraintTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/IkConstraintTimeline.cpp; sourceTree = "<group>"; };
  180. 4F38A0272182513F00A08723 /* VertexAttachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = VertexAttachment.cpp; path = ../../../../../dependencies/spine/src/spine/VertexAttachment.cpp; sourceTree = "<group>"; };
  181. 4F38A0282182513F00A08723 /* IkConstraintData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = IkConstraintData.cpp; path = ../../../../../dependencies/spine/src/spine/IkConstraintData.cpp; sourceTree = "<group>"; };
  182. 4F38A0292182513F00A08723 /* DrawOrderTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DrawOrderTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/DrawOrderTimeline.cpp; sourceTree = "<group>"; };
  183. 4F38A02A2182513F00A08723 /* AnimationStateData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AnimationStateData.cpp; path = ../../../../../dependencies/spine/src/spine/AnimationStateData.cpp; sourceTree = "<group>"; };
  184. 4F38A02B2182513F00A08723 /* SkeletonClipping.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkeletonClipping.cpp; path = ../../../../../dependencies/spine/src/spine/SkeletonClipping.cpp; sourceTree = "<group>"; };
  185. 4F38A02C2182513F00A08723 /* Triangulator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Triangulator.cpp; path = ../../../../../dependencies/spine/src/spine/Triangulator.cpp; sourceTree = "<group>"; };
  186. 4F38A02D2182513F00A08723 /* Bone.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Bone.cpp; path = ../../../../../dependencies/spine/src/spine/Bone.cpp; sourceTree = "<group>"; };
  187. 4F38A02E2182513F00A08723 /* SkeletonData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkeletonData.cpp; path = ../../../../../dependencies/spine/src/spine/SkeletonData.cpp; sourceTree = "<group>"; };
  188. 4F38A02F2182513F00A08723 /* PathConstraintSpacingTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PathConstraintSpacingTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/PathConstraintSpacingTimeline.cpp; sourceTree = "<group>"; };
  189. 4F38A0302182513F00A08723 /* Constraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Constraint.cpp; path = ../../../../../dependencies/spine/src/spine/Constraint.cpp; sourceTree = "<group>"; };
  190. 4F38A0312182513F00A08723 /* PathConstraintData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PathConstraintData.cpp; path = ../../../../../dependencies/spine/src/spine/PathConstraintData.cpp; sourceTree = "<group>"; };
  191. 4F38A0322182513F00A08723 /* ClippingAttachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ClippingAttachment.cpp; path = ../../../../../dependencies/spine/src/spine/ClippingAttachment.cpp; sourceTree = "<group>"; };
  192. 4F38A0332182513F00A08723 /* LinkedMesh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LinkedMesh.cpp; path = ../../../../../dependencies/spine/src/spine/LinkedMesh.cpp; sourceTree = "<group>"; };
  193. 4F38A0342182513F00A08723 /* Slot.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Slot.cpp; path = ../../../../../dependencies/spine/src/spine/Slot.cpp; sourceTree = "<group>"; };
  194. 4F38A0352182513F00A08723 /* RotateTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RotateTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/RotateTimeline.cpp; sourceTree = "<group>"; };
  195. 4F38A0362182513F00A08723 /* SkeletonBounds.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkeletonBounds.cpp; path = ../../../../../dependencies/spine/src/spine/SkeletonBounds.cpp; sourceTree = "<group>"; };
  196. 4F38A0372182513F00A08723 /* PathConstraintMixTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PathConstraintMixTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/PathConstraintMixTimeline.cpp; sourceTree = "<group>"; };
  197. 4F38A0382182514000A08723 /* AtlasAttachmentLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AtlasAttachmentLoader.cpp; path = ../../../../../dependencies/spine/src/spine/AtlasAttachmentLoader.cpp; sourceTree = "<group>"; };
  198. 4F38A0392182514000A08723 /* AttachmentTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AttachmentTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/AttachmentTimeline.cpp; sourceTree = "<group>"; };
  199. 4F38A03A2182514000A08723 /* MeshAttachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MeshAttachment.cpp; path = ../../../../../dependencies/spine/src/spine/MeshAttachment.cpp; sourceTree = "<group>"; };
  200. 4F38A03B2182514000A08723 /* PathConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PathConstraint.cpp; path = ../../../../../dependencies/spine/src/spine/PathConstraint.cpp; sourceTree = "<group>"; };
  201. 4F38A03C2182514000A08723 /* BoneData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BoneData.cpp; path = ../../../../../dependencies/spine/src/spine/BoneData.cpp; sourceTree = "<group>"; };
  202. 4F38A03D2182514000A08723 /* IkConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = IkConstraint.cpp; path = ../../../../../dependencies/spine/src/spine/IkConstraint.cpp; sourceTree = "<group>"; };
  203. 4F38A03E2182514000A08723 /* Attachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Attachment.cpp; path = ../../../../../dependencies/spine/src/spine/Attachment.cpp; sourceTree = "<group>"; };
  204. 4F38A03F2182514000A08723 /* BoundingBoxAttachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BoundingBoxAttachment.cpp; path = ../../../../../dependencies/spine/src/spine/BoundingBoxAttachment.cpp; sourceTree = "<group>"; };
  205. 4F38A0402182514000A08723 /* SpineObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SpineObject.cpp; path = ../../../../../dependencies/spine/src/spine/SpineObject.cpp; sourceTree = "<group>"; };
  206. 4F38A0412182514000A08723 /* PointAttachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PointAttachment.cpp; path = ../../../../../dependencies/spine/src/spine/PointAttachment.cpp; sourceTree = "<group>"; };
  207. 4F38A0422182514000A08723 /* ColorTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ColorTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/ColorTimeline.cpp; sourceTree = "<group>"; };
  208. 4F38A0432182514000A08723 /* PathAttachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PathAttachment.cpp; path = ../../../../../dependencies/spine/src/spine/PathAttachment.cpp; sourceTree = "<group>"; };
  209. 4F38A0442182514000A08723 /* ShearTimeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ShearTimeline.cpp; path = ../../../../../dependencies/spine/src/spine/ShearTimeline.cpp; sourceTree = "<group>"; };
  210. 4F38A0452182514000A08723 /* RegionAttachment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RegionAttachment.cpp; path = ../../../../../dependencies/spine/src/spine/RegionAttachment.cpp; sourceTree = "<group>"; };
  211. 4F38A0832182516300A08723 /* spine */ = {isa = PBXFileReference; lastKnownFileType = folder; name = spine; path = ../data/spine; sourceTree = "<group>"; };
  212. 4F7EF5AE200623DE004089D6 /* Metal.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Metal.framework; path = System/Library/Frameworks/Metal.framework; sourceTree = SDKROOT; };
  213. 4F8012E021454FEA00FDBA22 /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = System/Library/Frameworks/CoreBluetooth.framework; sourceTree = SDKROOT; };
  214. 9223FE7E1C2D913D000B1FDA /* GameController.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameController.framework; path = System/Library/Frameworks/GameController.framework; sourceTree = SDKROOT; };
  215. AD18619A1D8EC97A0043AFA3 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
  216. F6123B1E6FE4471A00F49751 /* example.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = example.h; path = ../src/example.h; sourceTree = "<group>"; };
  217. /* End PBXFileReference section */
  218. /* Begin PBXFrameworksBuildPhase section */
  219. 04998CE917F8A933003441C3 /* Frameworks */ = {
  220. isa = PBXFrameworksBuildPhase;
  221. buildActionMask = 2147483647;
  222. files = (
  223. 4F8012E521454FEA00FDBA22 /* CoreBluetooth.framework in Frameworks */,
  224. 4F7EF5AF200623DE004089D6 /* Metal.framework in Frameworks */,
  225. AD18619B1D8EC97A0043AFA3 /* AVFoundation.framework in Frameworks */,
  226. 9223FE7F1C2D913D000B1FDA /* GameController.framework in Frameworks */,
  227. 049B52B11871EBFA00EF3C66 /* liboxygine_ios.a in Frameworks */,
  228. 04998D3617F8A97D003441C3 /* libSDL2.a in Frameworks */,
  229. 04998EF017F8ADD4003441C3 /* CoreGraphics.framework in Frameworks */,
  230. 048AD0AE197D24AB001963EF /* CoreMotion.framework in Frameworks */,
  231. 04998EEF17F8ADD4003441C3 /* Foundation.framework in Frameworks */,
  232. 04998EE617F8ADB4003441C3 /* libz.dylib in Frameworks */,
  233. 04998EE917F8ADB4003441C3 /* CoreAudio.framework in Frameworks */,
  234. 04998EF817F8B6F3003441C3 /* libjpeg.a in Frameworks */,
  235. 04998EEE17F8ADD4003441C3 /* UIKit.framework in Frameworks */,
  236. 04998EE817F8ADB4003441C3 /* AudioToolbox.framework in Frameworks */,
  237. 04998EE717F8ADB4003441C3 /* QuartzCore.framework in Frameworks */,
  238. 04998EEA17F8ADB4003441C3 /* OpenGLES.framework in Frameworks */,
  239. 04998EF717F8B6F3003441C3 /* libpng.a in Frameworks */,
  240. );
  241. runOnlyForDeploymentPostprocessing = 0;
  242. };
  243. /* End PBXFrameworksBuildPhase section */
  244. /* Begin PBXGroup section */
  245. 045D531C17F8BD5E00CC2C64 /* dependencies */ = {
  246. isa = PBXGroup;
  247. children = (
  248. 04998EE117F8ADB4003441C3 /* libz.dylib */,
  249. 04998EF617F8B6F3003441C3 /* libjpeg.a */,
  250. 04998EF517F8B6F3003441C3 /* libpng.a */,
  251. );
  252. name = dependencies;
  253. sourceTree = "<group>";
  254. };
  255. 04998CE317F8A933003441C3 = {
  256. isa = PBXGroup;
  257. children = (
  258. 4F38A0042182511100A08723 /* spine */,
  259. 045D531C17F8BD5E00CC2C64 /* dependencies */,
  260. 04998D3917F8A9AA003441C3 /* oxygine_ios.xcodeproj */,
  261. 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */,
  262. 04998D4417F8A9ED003441C3 /* src */,
  263. 04E9AD3E1876FE84006A7317 /* Images.xcassets */,
  264. 04998CF617F8A933003441C3 /* Supporting Files */,
  265. 04998CEE17F8A933003441C3 /* Frameworks */,
  266. 04998CED17F8A933003441C3 /* Products */,
  267. 4F7EF5B620062572004089D6 /* Recovered References */,
  268. );
  269. sourceTree = "<group>";
  270. };
  271. 04998CED17F8A933003441C3 /* Products */ = {
  272. isa = PBXGroup;
  273. children = (
  274. 04998CEC17F8A933003441C3 /* HelloSpine_ios.app */,
  275. );
  276. name = Products;
  277. sourceTree = "<group>";
  278. };
  279. 04998CEE17F8A933003441C3 /* Frameworks */ = {
  280. isa = PBXGroup;
  281. children = (
  282. 4F8012E021454FEA00FDBA22 /* CoreBluetooth.framework */,
  283. AD18619A1D8EC97A0043AFA3 /* AVFoundation.framework */,
  284. 9223FE7E1C2D913D000B1FDA /* GameController.framework */,
  285. 04998EEB17F8ADD4003441C3 /* UIKit.framework */,
  286. 048AD0AD197D24AB001963EF /* CoreMotion.framework */,
  287. 04998EEC17F8ADD4003441C3 /* Foundation.framework */,
  288. 04998EED17F8ADD4003441C3 /* CoreGraphics.framework */,
  289. 04998EE217F8ADB4003441C3 /* QuartzCore.framework */,
  290. 04998EE317F8ADB4003441C3 /* AudioToolbox.framework */,
  291. 04998EE417F8ADB4003441C3 /* CoreAudio.framework */,
  292. 04998EE517F8ADB4003441C3 /* OpenGLES.framework */,
  293. );
  294. name = Frameworks;
  295. sourceTree = "<group>";
  296. };
  297. 04998CF617F8A933003441C3 /* Supporting Files */ = {
  298. isa = PBXGroup;
  299. children = (
  300. 4F38A0832182516300A08723 /* spine */,
  301. );
  302. name = "Supporting Files";
  303. sourceTree = "<group>";
  304. };
  305. 04998D3017F8A96E003441C3 /* Products */ = {
  306. isa = PBXGroup;
  307. children = (
  308. 04998D3517F8A96E003441C3 /* libSDL2.a */,
  309. 4F38A0032182510700A08723 /* libSDL2.a */,
  310. );
  311. name = Products;
  312. sourceTree = "<group>";
  313. };
  314. 04998D4417F8A9ED003441C3 /* src */ = {
  315. isa = PBXGroup;
  316. children = (
  317. 360377333740D8A2FD15BBE6 /* example.cpp */,
  318. 0BF9628FC8D38F9748F0CDEB /* main.cpp */,
  319. F6123B1E6FE4471A00F49751 /* example.h */,
  320. );
  321. name = src;
  322. sourceTree = "<group>";
  323. };
  324. 049B52A91871EBBA00EF3C66 /* Products */ = {
  325. isa = PBXGroup;
  326. children = (
  327. 049B52AD1871EBBA00EF3C66 /* liboxygine_ios.a */,
  328. );
  329. name = Products;
  330. sourceTree = "<group>";
  331. };
  332. 4F38A0042182511100A08723 /* spine */ = {
  333. isa = PBXGroup;
  334. children = (
  335. 4F38A0082182512B00A08723 /* lib */,
  336. 4F38A0052182512700A08723 /* spine.cpp */,
  337. 4F38A0062182512700A08723 /* spine.h */,
  338. );
  339. path = spine;
  340. sourceTree = "<group>";
  341. };
  342. 4F38A0082182512B00A08723 /* lib */ = {
  343. isa = PBXGroup;
  344. children = (
  345. 4F38A01B2182513E00A08723 /* Animation.cpp */,
  346. 4F38A0252182513E00A08723 /* AnimationState.cpp */,
  347. 4F38A02A2182513F00A08723 /* AnimationStateData.cpp */,
  348. 4F38A0222182513E00A08723 /* Atlas.cpp */,
  349. 4F38A0382182514000A08723 /* AtlasAttachmentLoader.cpp */,
  350. 4F38A03E2182514000A08723 /* Attachment.cpp */,
  351. 4F38A0122182513D00A08723 /* AttachmentLoader.cpp */,
  352. 4F38A0392182514000A08723 /* AttachmentTimeline.cpp */,
  353. 4F38A02D2182513F00A08723 /* Bone.cpp */,
  354. 4F38A03C2182514000A08723 /* BoneData.cpp */,
  355. 4F38A03F2182514000A08723 /* BoundingBoxAttachment.cpp */,
  356. 4F38A0322182513F00A08723 /* ClippingAttachment.cpp */,
  357. 4F38A0422182514000A08723 /* ColorTimeline.cpp */,
  358. 4F38A0302182513F00A08723 /* Constraint.cpp */,
  359. 4F38A00A2182513D00A08723 /* CurveTimeline.cpp */,
  360. 4F38A00D2182513D00A08723 /* DeformTimeline.cpp */,
  361. 4F38A0292182513F00A08723 /* DrawOrderTimeline.cpp */,
  362. 4F38A0102182513D00A08723 /* Event.cpp */,
  363. 4F38A0142182513D00A08723 /* EventData.cpp */,
  364. 4F38A0212182513E00A08723 /* EventTimeline.cpp */,
  365. 4F38A00B2182513D00A08723 /* Extension.cpp */,
  366. 4F38A03D2182514000A08723 /* IkConstraint.cpp */,
  367. 4F38A0282182513F00A08723 /* IkConstraintData.cpp */,
  368. 4F38A0262182513E00A08723 /* IkConstraintTimeline.cpp */,
  369. 4F38A01A2182513E00A08723 /* Json.cpp */,
  370. 4F38A0332182513F00A08723 /* LinkedMesh.cpp */,
  371. 4F38A01C2182513E00A08723 /* MathUtil.cpp */,
  372. 4F38A03A2182514000A08723 /* MeshAttachment.cpp */,
  373. 4F38A0432182514000A08723 /* PathAttachment.cpp */,
  374. 4F38A03B2182514000A08723 /* PathConstraint.cpp */,
  375. 4F38A0312182513F00A08723 /* PathConstraintData.cpp */,
  376. 4F38A0372182513F00A08723 /* PathConstraintMixTimeline.cpp */,
  377. 4F38A0092182513D00A08723 /* PathConstraintPositionTimeline.cpp */,
  378. 4F38A02F2182513F00A08723 /* PathConstraintSpacingTimeline.cpp */,
  379. 4F38A0412182514000A08723 /* PointAttachment.cpp */,
  380. 4F38A0452182514000A08723 /* RegionAttachment.cpp */,
  381. 4F38A0352182513F00A08723 /* RotateTimeline.cpp */,
  382. 4F38A0112182513D00A08723 /* RTTI.cpp */,
  383. 4F38A0182182513E00A08723 /* ScaleTimeline.cpp */,
  384. 4F38A0442182514000A08723 /* ShearTimeline.cpp */,
  385. 4F38A0172182513E00A08723 /* Skeleton.cpp */,
  386. 4F38A0152182513E00A08723 /* SkeletonBinary.cpp */,
  387. 4F38A0362182513F00A08723 /* SkeletonBounds.cpp */,
  388. 4F38A02B2182513F00A08723 /* SkeletonClipping.cpp */,
  389. 4F38A02E2182513F00A08723 /* SkeletonData.cpp */,
  390. 4F38A0202182513E00A08723 /* SkeletonJson.cpp */,
  391. 4F38A0232182513E00A08723 /* Skin.cpp */,
  392. 4F38A0342182513F00A08723 /* Slot.cpp */,
  393. 4F38A01F2182513E00A08723 /* SlotData.cpp */,
  394. 4F38A0402182514000A08723 /* SpineObject.cpp */,
  395. 4F38A01D2182513E00A08723 /* TextureLoader.cpp */,
  396. 4F38A00C2182513D00A08723 /* Timeline.cpp */,
  397. 4F38A0192182513E00A08723 /* TransformConstraint.cpp */,
  398. 4F38A01E2182513E00A08723 /* TransformConstraintData.cpp */,
  399. 4F38A0132182513D00A08723 /* TransformConstraintTimeline.cpp */,
  400. 4F38A0162182513E00A08723 /* TranslateTimeline.cpp */,
  401. 4F38A02C2182513F00A08723 /* Triangulator.cpp */,
  402. 4F38A00E2182513D00A08723 /* TwoColorTimeline.cpp */,
  403. 4F38A00F2182513D00A08723 /* Updatable.cpp */,
  404. 4F38A0272182513F00A08723 /* VertexAttachment.cpp */,
  405. 4F38A0242182513E00A08723 /* VertexEffect.cpp */,
  406. );
  407. path = lib;
  408. sourceTree = "<group>";
  409. };
  410. 4F7EF5B620062572004089D6 /* Recovered References */ = {
  411. isa = PBXGroup;
  412. children = (
  413. 4F7EF5AE200623DE004089D6 /* Metal.framework */,
  414. );
  415. name = "Recovered References";
  416. sourceTree = "<group>";
  417. };
  418. /* End PBXGroup section */
  419. /* Begin PBXNativeTarget section */
  420. 04998CEB17F8A933003441C3 /* HelloSpine_ios */ = {
  421. isa = PBXNativeTarget;
  422. buildConfigurationList = 04998D2117F8A933003441C3 /* Build configuration list for PBXNativeTarget "HelloSpine_ios" */;
  423. buildPhases = (
  424. 04998CE817F8A933003441C3 /* Sources */,
  425. 04998CE917F8A933003441C3 /* Frameworks */,
  426. 04998CEA17F8A933003441C3 /* Resources */,
  427. );
  428. buildRules = (
  429. );
  430. dependencies = (
  431. 04998D3817F8A982003441C3 /* PBXTargetDependency */,
  432. 049B52B01871EBD100EF3C66 /* PBXTargetDependency */,
  433. );
  434. name = HelloSpine_ios;
  435. productName = HelloSpine;
  436. productReference = 04998CEC17F8A933003441C3 /* HelloSpine_ios.app */;
  437. productType = "com.apple.product-type.application";
  438. };
  439. /* End PBXNativeTarget section */
  440. /* Begin PBXProject section */
  441. 04998CE417F8A933003441C3 /* Project object */ = {
  442. isa = PBXProject;
  443. attributes = {
  444. LastUpgradeCheck = 0510;
  445. ORGANIZATIONNAME = Mac;
  446. TargetAttributes = {
  447. 04998CEB17F8A933003441C3 = {
  448. DevelopmentTeam = ANNH36MSRL;
  449. };
  450. };
  451. };
  452. buildConfigurationList = 04998CE717F8A933003441C3 /* Build configuration list for PBXProject "HelloSpine_ios" */;
  453. compatibilityVersion = "Xcode 3.2";
  454. developmentRegion = English;
  455. hasScannedForEncodings = 0;
  456. knownRegions = (
  457. en,
  458. Base,
  459. );
  460. mainGroup = 04998CE317F8A933003441C3;
  461. productRefGroup = 04998CED17F8A933003441C3 /* Products */;
  462. projectDirPath = "";
  463. projectReferences = (
  464. {
  465. ProductGroup = 049B52A91871EBBA00EF3C66 /* Products */;
  466. ProjectRef = 04998D3917F8A9AA003441C3 /* oxygine_ios.xcodeproj */;
  467. },
  468. {
  469. ProductGroup = 04998D3017F8A96E003441C3 /* Products */;
  470. ProjectRef = 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */;
  471. },
  472. );
  473. projectRoot = "";
  474. targets = (
  475. 04998CEB17F8A933003441C3 /* HelloSpine_ios */,
  476. );
  477. };
  478. /* End PBXProject section */
  479. /* Begin PBXReferenceProxy section */
  480. 04998D3517F8A96E003441C3 /* libSDL2.a */ = {
  481. isa = PBXReferenceProxy;
  482. fileType = archive.ar;
  483. path = libSDL2.a;
  484. remoteRef = 04998D3417F8A96E003441C3 /* PBXContainerItemProxy */;
  485. sourceTree = BUILT_PRODUCTS_DIR;
  486. };
  487. 049B52AD1871EBBA00EF3C66 /* liboxygine_ios.a */ = {
  488. isa = PBXReferenceProxy;
  489. fileType = archive.ar;
  490. path = liboxygine_ios.a;
  491. remoteRef = 049B52AC1871EBBA00EF3C66 /* PBXContainerItemProxy */;
  492. sourceTree = BUILT_PRODUCTS_DIR;
  493. };
  494. 4F38A0032182510700A08723 /* libSDL2.a */ = {
  495. isa = PBXReferenceProxy;
  496. fileType = archive.ar;
  497. path = libSDL2.a;
  498. remoteRef = 4F38A0022182510700A08723 /* PBXContainerItemProxy */;
  499. sourceTree = BUILT_PRODUCTS_DIR;
  500. };
  501. /* End PBXReferenceProxy section */
  502. /* Begin PBXResourcesBuildPhase section */
  503. 04998CEA17F8A933003441C3 /* Resources */ = {
  504. isa = PBXResourcesBuildPhase;
  505. buildActionMask = 2147483647;
  506. files = (
  507. 4F38A0842182516300A08723 /* spine in Resources */,
  508. 04E9AD3F1876FE84006A7317 /* Images.xcassets in Resources */,
  509. );
  510. runOnlyForDeploymentPostprocessing = 0;
  511. };
  512. /* End PBXResourcesBuildPhase section */
  513. /* Begin PBXSourcesBuildPhase section */
  514. 04998CE817F8A933003441C3 /* Sources */ = {
  515. isa = PBXSourcesBuildPhase;
  516. buildActionMask = 2147483647;
  517. files = (
  518. 4F38A0542182514000A08723 /* Skeleton.cpp in Sources */,
  519. 4F38A04E2182514000A08723 /* RTTI.cpp in Sources */,
  520. 2DC477AC10D6C07B3FE008F6 /* example.cpp in Sources */,
  521. 4F38A0462182514000A08723 /* PathConstraintPositionTimeline.cpp in Sources */,
  522. 4F38A06C2182514000A08723 /* PathConstraintSpacingTimeline.cpp in Sources */,
  523. 4F38A0622182514000A08723 /* AnimationState.cpp in Sources */,
  524. 4F38A0472182514000A08723 /* CurveTimeline.cpp in Sources */,
  525. 4F38A0552182514000A08723 /* ScaleTimeline.cpp in Sources */,
  526. 4F38A0492182514000A08723 /* Timeline.cpp in Sources */,
  527. 4F38A05E2182514000A08723 /* EventTimeline.cpp in Sources */,
  528. 4F38A07D2182514000A08723 /* SpineObject.cpp in Sources */,
  529. 4F38A0482182514000A08723 /* Extension.cpp in Sources */,
  530. 4F38A06D2182514000A08723 /* Constraint.cpp in Sources */,
  531. 4F38A06B2182514000A08723 /* SkeletonData.cpp in Sources */,
  532. 4F38A0782182514000A08723 /* PathConstraint.cpp in Sources */,
  533. 4F38A07C2182514000A08723 /* BoundingBoxAttachment.cpp in Sources */,
  534. 4F38A0732182514000A08723 /* SkeletonBounds.cpp in Sources */,
  535. 4F38A05D2182514000A08723 /* SkeletonJson.cpp in Sources */,
  536. 4F38A0512182514000A08723 /* EventData.cpp in Sources */,
  537. 4F38A0532182514000A08723 /* TranslateTimeline.cpp in Sources */,
  538. 4F38A05A2182514000A08723 /* TextureLoader.cpp in Sources */,
  539. 4F38A0582182514000A08723 /* Animation.cpp in Sources */,
  540. 4F38A0652182514000A08723 /* IkConstraintData.cpp in Sources */,
  541. 4F38A0682182514000A08723 /* SkeletonClipping.cpp in Sources */,
  542. 4F38A0502182514000A08723 /* TransformConstraintTimeline.cpp in Sources */,
  543. 4F38A04B2182514000A08723 /* TwoColorTimeline.cpp in Sources */,
  544. 4F38A0592182514000A08723 /* MathUtil.cpp in Sources */,
  545. 4F38A07E2182514000A08723 /* PointAttachment.cpp in Sources */,
  546. 4F38A07B2182514000A08723 /* Attachment.cpp in Sources */,
  547. 4F38A0792182514000A08723 /* BoneData.cpp in Sources */,
  548. 4F38A07A2182514000A08723 /* IkConstraint.cpp in Sources */,
  549. 4F38A0642182514000A08723 /* VertexAttachment.cpp in Sources */,
  550. 4F38A0072182512700A08723 /* spine.cpp in Sources */,
  551. 4F38A0632182514000A08723 /* IkConstraintTimeline.cpp in Sources */,
  552. 4F38A07F2182514000A08723 /* ColorTimeline.cpp in Sources */,
  553. 4F38A0672182514000A08723 /* AnimationStateData.cpp in Sources */,
  554. 4F38A06E2182514000A08723 /* PathConstraintData.cpp in Sources */,
  555. 4F38A0742182514000A08723 /* PathConstraintMixTimeline.cpp in Sources */,
  556. DA49ED8903C628BA578C8670 /* main.cpp in Sources */,
  557. 4F38A0702182514000A08723 /* LinkedMesh.cpp in Sources */,
  558. 4F38A0612182514000A08723 /* VertexEffect.cpp in Sources */,
  559. 4F38A04C2182514000A08723 /* Updatable.cpp in Sources */,
  560. 4F38A0572182514000A08723 /* Json.cpp in Sources */,
  561. 4F38A0752182514000A08723 /* AtlasAttachmentLoader.cpp in Sources */,
  562. 4F38A0772182514000A08723 /* MeshAttachment.cpp in Sources */,
  563. 4F38A0692182514000A08723 /* Triangulator.cpp in Sources */,
  564. 4F38A06A2182514000A08723 /* Bone.cpp in Sources */,
  565. 4F38A0802182514000A08723 /* PathAttachment.cpp in Sources */,
  566. 4F38A0712182514000A08723 /* Slot.cpp in Sources */,
  567. 4F38A04A2182514000A08723 /* DeformTimeline.cpp in Sources */,
  568. 4F38A0822182514000A08723 /* RegionAttachment.cpp in Sources */,
  569. 4F38A05F2182514000A08723 /* Atlas.cpp in Sources */,
  570. 4F38A0522182514000A08723 /* SkeletonBinary.cpp in Sources */,
  571. 4F38A0812182514000A08723 /* ShearTimeline.cpp in Sources */,
  572. 4F38A0602182514000A08723 /* Skin.cpp in Sources */,
  573. 4F38A0762182514000A08723 /* AttachmentTimeline.cpp in Sources */,
  574. 4F38A0562182514000A08723 /* TransformConstraint.cpp in Sources */,
  575. 4F38A0722182514000A08723 /* RotateTimeline.cpp in Sources */,
  576. 4F38A0662182514000A08723 /* DrawOrderTimeline.cpp in Sources */,
  577. 4F38A04F2182514000A08723 /* AttachmentLoader.cpp in Sources */,
  578. 4F38A05B2182514000A08723 /* TransformConstraintData.cpp in Sources */,
  579. 4F38A06F2182514000A08723 /* ClippingAttachment.cpp in Sources */,
  580. 4F38A04D2182514000A08723 /* Event.cpp in Sources */,
  581. 4F38A05C2182514000A08723 /* SlotData.cpp in Sources */,
  582. );
  583. runOnlyForDeploymentPostprocessing = 0;
  584. };
  585. /* End PBXSourcesBuildPhase section */
  586. /* Begin PBXTargetDependency section */
  587. 04998D3817F8A982003441C3 /* PBXTargetDependency */ = {
  588. isa = PBXTargetDependency;
  589. name = libSDL;
  590. targetProxy = 04998D3717F8A982003441C3 /* PBXContainerItemProxy */;
  591. };
  592. 049B52B01871EBD100EF3C66 /* PBXTargetDependency */ = {
  593. isa = PBXTargetDependency;
  594. name = oxygine_ios;
  595. targetProxy = 049B52AF1871EBD100EF3C66 /* PBXContainerItemProxy */;
  596. };
  597. /* End PBXTargetDependency section */
  598. /* Begin XCBuildConfiguration section */
  599. 04998D1F17F8A933003441C3 /* Debug */ = {
  600. isa = XCBuildConfiguration;
  601. buildSettings = {
  602. ALWAYS_SEARCH_USER_PATHS = NO;
  603. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  604. CLANG_CXX_LIBRARY = "libc++";
  605. CLANG_ENABLE_MODULES = YES;
  606. CLANG_ENABLE_OBJC_ARC = YES;
  607. CLANG_WARN_BOOL_CONVERSION = YES;
  608. CLANG_WARN_CONSTANT_CONVERSION = YES;
  609. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  610. CLANG_WARN_EMPTY_BODY = YES;
  611. CLANG_WARN_ENUM_CONVERSION = YES;
  612. CLANG_WARN_INT_CONVERSION = YES;
  613. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  614. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  615. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  616. COMPRESS_PNG_FILES = NO;
  617. COPY_PHASE_STRIP = NO;
  618. ENABLE_BITCODE = NO;
  619. GCC_C_LANGUAGE_STANDARD = gnu99;
  620. GCC_DYNAMIC_NO_PIC = NO;
  621. GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
  622. GCC_OPTIMIZATION_LEVEL = 0;
  623. GCC_PREPROCESSOR_DEFINITIONS = (
  624. "DEBUG=1",
  625. "$(inherited)",
  626. );
  627. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  628. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  629. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  630. GCC_WARN_UNDECLARED_SELECTOR = YES;
  631. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  632. GCC_WARN_UNUSED_FUNCTION = YES;
  633. GCC_WARN_UNUSED_VARIABLE = YES;
  634. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  635. ONLY_ACTIVE_ARCH = YES;
  636. SDKROOT = iphoneos;
  637. SYSTEM_HEADER_SEARCH_PATHS = ../../../dependencies/spine/include;
  638. TARGETED_DEVICE_FAMILY = "1,2";
  639. USER_HEADER_SEARCH_PATHS = "../../../../oxygine-framework//oxygine/src ../../../..//SDL/include ../../../src";
  640. };
  641. name = Debug;
  642. };
  643. 04998D2017F8A933003441C3 /* Release */ = {
  644. isa = XCBuildConfiguration;
  645. buildSettings = {
  646. ALWAYS_SEARCH_USER_PATHS = NO;
  647. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  648. CLANG_CXX_LIBRARY = "libc++";
  649. CLANG_ENABLE_MODULES = YES;
  650. CLANG_ENABLE_OBJC_ARC = YES;
  651. CLANG_WARN_BOOL_CONVERSION = YES;
  652. CLANG_WARN_CONSTANT_CONVERSION = YES;
  653. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  654. CLANG_WARN_EMPTY_BODY = YES;
  655. CLANG_WARN_ENUM_CONVERSION = YES;
  656. CLANG_WARN_INT_CONVERSION = YES;
  657. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  658. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  659. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  660. COMPRESS_PNG_FILES = NO;
  661. COPY_PHASE_STRIP = YES;
  662. ENABLE_BITCODE = NO;
  663. ENABLE_NS_ASSERTIONS = NO;
  664. GCC_C_LANGUAGE_STANDARD = gnu99;
  665. GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
  666. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  667. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  668. GCC_WARN_UNDECLARED_SELECTOR = YES;
  669. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  670. GCC_WARN_UNUSED_FUNCTION = YES;
  671. GCC_WARN_UNUSED_VARIABLE = YES;
  672. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  673. SDKROOT = iphoneos;
  674. SYSTEM_HEADER_SEARCH_PATHS = ../../../dependencies/spine/include;
  675. TARGETED_DEVICE_FAMILY = "1,2";
  676. USER_HEADER_SEARCH_PATHS = "../../../../oxygine-framework//oxygine/src ../../../..//SDL/include ../../../src";
  677. VALIDATE_PRODUCT = YES;
  678. };
  679. name = Release;
  680. };
  681. 04998D2217F8A933003441C3 /* Debug */ = {
  682. isa = XCBuildConfiguration;
  683. buildSettings = {
  684. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  685. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  686. CODE_SIGN_IDENTITY = "iPhone Developer";
  687. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  688. DEVELOPMENT_TEAM = ANNH36MSRL;
  689. GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
  690. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  691. GCC_PREFIX_HEADER = "HelloSpine/HelloSpine_ios-Prefix.pch";
  692. GCC_WARN_UNUSED_VALUE = YES;
  693. GCC_WARN_UNUSED_VARIABLE = NO;
  694. INFOPLIST_FILE = "HelloSpine/HelloSpine_ios-Info.plist";
  695. LIBRARY_SEARCH_PATHS = (
  696. "$(inherited)",
  697. "../../../../oxygine-framework//oxygine/third_party/ios/libraries",
  698. );
  699. ONLY_ACTIVE_ARCH = YES;
  700. PRODUCT_BUNDLE_IDENTIFIER = org.oxygine.hellospine;
  701. PRODUCT_NAME = HelloSpine_ios;
  702. PROVISIONING_PROFILE = "";
  703. TARGETED_DEVICE_FAMILY = "1,2";
  704. WRAPPER_EXTENSION = app;
  705. };
  706. name = Debug;
  707. };
  708. 04998D2317F8A933003441C3 /* Release */ = {
  709. isa = XCBuildConfiguration;
  710. buildSettings = {
  711. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  712. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  713. CODE_SIGN_IDENTITY = "iPhone Developer";
  714. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  715. DEVELOPMENT_TEAM = ANNH36MSRL;
  716. GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
  717. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  718. GCC_PREFIX_HEADER = "HelloSpine/HelloSpine_ios-Prefix.pch";
  719. GCC_WARN_UNUSED_VALUE = YES;
  720. GCC_WARN_UNUSED_VARIABLE = NO;
  721. INFOPLIST_FILE = "HelloSpine/HelloSpine_ios-Info.plist";
  722. LIBRARY_SEARCH_PATHS = (
  723. "$(inherited)",
  724. "../../../../oxygine-framework//oxygine/third_party/ios/libraries",
  725. );
  726. ONLY_ACTIVE_ARCH = NO;
  727. PRODUCT_BUNDLE_IDENTIFIER = org.oxygine.hellospine;
  728. PRODUCT_NAME = HelloSpine_ios;
  729. PROVISIONING_PROFILE = "";
  730. TARGETED_DEVICE_FAMILY = "1,2";
  731. WRAPPER_EXTENSION = app;
  732. };
  733. name = Release;
  734. };
  735. /* End XCBuildConfiguration section */
  736. /* Begin XCConfigurationList section */
  737. 04998CE717F8A933003441C3 /* Build configuration list for PBXProject "HelloSpine_ios" */ = {
  738. isa = XCConfigurationList;
  739. buildConfigurations = (
  740. 04998D1F17F8A933003441C3 /* Debug */,
  741. 04998D2017F8A933003441C3 /* Release */,
  742. );
  743. defaultConfigurationIsVisible = 0;
  744. defaultConfigurationName = Release;
  745. };
  746. 04998D2117F8A933003441C3 /* Build configuration list for PBXNativeTarget "HelloSpine_ios" */ = {
  747. isa = XCConfigurationList;
  748. buildConfigurations = (
  749. 04998D2217F8A933003441C3 /* Debug */,
  750. 04998D2317F8A933003441C3 /* Release */,
  751. );
  752. defaultConfigurationIsVisible = 0;
  753. defaultConfigurationName = Release;
  754. };
  755. /* End XCConfigurationList section */
  756. };
  757. rootObject = 04998CE417F8A933003441C3 /* Project object */;
  758. }