project.pbxproj 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604
  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. 4F3FDC1721F383D4006227F7 /* AEMovieWork.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC0D21F383D3006227F7 /* AEMovieWork.cpp */; };
  25. 4F3FDC1821F383D4006227F7 /* test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC1621F383D3006227F7 /* test.cpp */; };
  26. 4F3FDC2B21F3846B006227F7 /* movie_skeleton.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC1B21F3846A006227F7 /* movie_skeleton.c */; };
  27. 4F3FDC2C21F3846B006227F7 /* movie_stream.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC1C21F3846A006227F7 /* movie_stream.c */; };
  28. 4F3FDC2D21F3846B006227F7 /* movie_instance.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC1D21F3846A006227F7 /* movie_instance.c */; };
  29. 4F3FDC2E21F3846B006227F7 /* movie_math.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC1E21F3846A006227F7 /* movie_math.c */; };
  30. 4F3FDC2F21F3846B006227F7 /* movie_composition.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC1F21F3846A006227F7 /* movie_composition.c */; };
  31. 4F3FDC3021F3846B006227F7 /* movie_providers.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC2621F3846B006227F7 /* movie_providers.c */; };
  32. 4F3FDC3121F3846B006227F7 /* movie_bezier.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC2821F3846B006227F7 /* movie_bezier.c */; };
  33. 4F3FDC3221F3846B006227F7 /* movie_data.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC2921F3846B006227F7 /* movie_data.c */; };
  34. 4F3FDC3321F3846B006227F7 /* movie_transformation.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC2A21F3846B006227F7 /* movie_transformation.c */; };
  35. 4F3FDC3C21F38480006227F7 /* AEMovieResource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC3621F38480006227F7 /* AEMovieResource.cpp */; };
  36. 4F3FDC3D21F38480006227F7 /* AERenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC3821F38480006227F7 /* AERenderer.cpp */; };
  37. 4F3FDC3E21F38480006227F7 /* AEMovie.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC3921F38480006227F7 /* AEMovie.cpp */; };
  38. 4F3FDC4021F38D11006227F7 /* Knight in Resources */ = {isa = PBXBuildFile; fileRef = 4F3FDC3F21F38D11006227F7 /* Knight */; };
  39. 4F7EF5AF200623DE004089D6 /* Metal.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4F7EF5AE200623DE004089D6 /* Metal.framework */; };
  40. 4F8012E521454FEA00FDBA22 /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4F8012E021454FEA00FDBA22 /* CoreBluetooth.framework */; };
  41. 9223FE7F1C2D913D000B1FDA /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9223FE7E1C2D913D000B1FDA /* GameController.framework */; };
  42. AD18619B1D8EC97A0043AFA3 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD18619A1D8EC97A0043AFA3 /* AVFoundation.framework */; };
  43. DA49ED8903C628BA578C8670 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BF9628FC8D38F9748F0CDEB /* main.cpp */; };
  44. /* End PBXBuildFile section */
  45. /* Begin PBXContainerItemProxy section */
  46. 04998D3417F8A96E003441C3 /* PBXContainerItemProxy */ = {
  47. isa = PBXContainerItemProxy;
  48. containerPortal = 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */;
  49. proxyType = 2;
  50. remoteGlobalIDString = FD6526630DE8FCCB002AD96B;
  51. remoteInfo = libSDL;
  52. };
  53. 04998D3717F8A982003441C3 /* PBXContainerItemProxy */ = {
  54. isa = PBXContainerItemProxy;
  55. containerPortal = 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */;
  56. proxyType = 1;
  57. remoteGlobalIDString = FD6526620DE8FCCB002AD96B;
  58. remoteInfo = libSDL;
  59. };
  60. 049B52AC1871EBBA00EF3C66 /* PBXContainerItemProxy */ = {
  61. isa = PBXContainerItemProxy;
  62. containerPortal = 04998D3917F8A9AA003441C3 /* oxygine_ios.xcodeproj */;
  63. proxyType = 2;
  64. remoteGlobalIDString = C3E86F4C16EBC8A500052915;
  65. remoteInfo = oxygine_ios;
  66. };
  67. 049B52AF1871EBD100EF3C66 /* PBXContainerItemProxy */ = {
  68. isa = PBXContainerItemProxy;
  69. containerPortal = 04998D3917F8A9AA003441C3 /* oxygine_ios.xcodeproj */;
  70. proxyType = 1;
  71. remoteGlobalIDString = C3E86F4B16EBC8A500052915;
  72. remoteInfo = oxygine_ios;
  73. };
  74. 4F3FDC1221F383D3006227F7 /* PBXContainerItemProxy */ = {
  75. isa = PBXContainerItemProxy;
  76. containerPortal = 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */;
  77. proxyType = 2;
  78. remoteGlobalIDString = FAB598141BB5C1B100BE72C5;
  79. remoteInfo = "libSDL-tvOS";
  80. };
  81. /* End PBXContainerItemProxy section */
  82. /* Begin PBXFileReference section */
  83. 048AD0AD197D24AB001963EF /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; };
  84. 04998CEC17F8A933003441C3 /* HelloViewerAE_ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloViewerAE_ios.app; sourceTree = BUILT_PRODUCTS_DIR; };
  85. 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL.xcodeproj; path = "../../../..//SDL/Xcode-iOS/SDL/SDL.xcodeproj"; sourceTree = "<group>"; };
  86. 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>"; };
  87. 04998EE117F8ADB4003441C3 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
  88. 04998EE217F8ADB4003441C3 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  89. 04998EE317F8ADB4003441C3 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
  90. 04998EE417F8ADB4003441C3 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
  91. 04998EE517F8ADB4003441C3 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
  92. 04998EEB17F8ADD4003441C3 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  93. 04998EEC17F8ADD4003441C3 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  94. 04998EED17F8ADD4003441C3 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  95. 04998EF517F8B6F3003441C3 /* libpng.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpng.a; path = "../../../../oxygine-framework//oxygine/third_party/ios/libraries/libpng.a"; sourceTree = "<group>"; };
  96. 04998EF617F8B6F3003441C3 /* libjpeg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjpeg.a; path = "../../../../oxygine-framework//oxygine/third_party/ios/libraries/libjpeg.a"; sourceTree = "<group>"; };
  97. 04E9AD3E1876FE84006A7317 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = HelloViewerAE/Images.xcassets; sourceTree = "<group>"; };
  98. 0BF9628FC8D38F9748F0CDEB /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = ../src/main.cpp; sourceTree = "<group>"; };
  99. 360377333740D8A2FD15BBE6 /* example.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = example.cpp; path = ../src/example.cpp; sourceTree = "<group>"; };
  100. 4F3FDC0D21F383D3006227F7 /* AEMovieWork.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AEMovieWork.cpp; path = ../src/AEMovieWork.cpp; sourceTree = "<group>"; };
  101. 4F3FDC1421F383D3006227F7 /* test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test.h; path = ../src/test.h; sourceTree = "<group>"; };
  102. 4F3FDC1521F383D3006227F7 /* AEMovieWork.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AEMovieWork.h; path = ../src/AEMovieWork.h; sourceTree = "<group>"; };
  103. 4F3FDC1621F383D3006227F7 /* test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = test.cpp; path = ../src/test.cpp; sourceTree = "<group>"; };
  104. 4F3FDC1B21F3846A006227F7 /* movie_skeleton.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = movie_skeleton.c; path = "../../../ae-movie/src/movie_skeleton.c"; sourceTree = "<group>"; };
  105. 4F3FDC1C21F3846A006227F7 /* movie_stream.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = movie_stream.c; path = "../../../ae-movie/src/movie_stream.c"; sourceTree = "<group>"; };
  106. 4F3FDC1D21F3846A006227F7 /* movie_instance.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = movie_instance.c; path = "../../../ae-movie/src/movie_instance.c"; sourceTree = "<group>"; };
  107. 4F3FDC1E21F3846A006227F7 /* movie_math.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = movie_math.c; path = "../../../ae-movie/src/movie_math.c"; sourceTree = "<group>"; };
  108. 4F3FDC1F21F3846A006227F7 /* movie_composition.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = movie_composition.c; path = "../../../ae-movie/src/movie_composition.c"; sourceTree = "<group>"; };
  109. 4F3FDC2021F3846A006227F7 /* movie_stream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = movie_stream.h; path = "../../../ae-movie/src/movie_stream.h"; sourceTree = "<group>"; };
  110. 4F3FDC2121F3846A006227F7 /* movie_transformation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = movie_transformation.h; path = "../../../ae-movie/src/movie_transformation.h"; sourceTree = "<group>"; };
  111. 4F3FDC2221F3846A006227F7 /* movie_math.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = movie_math.h; path = "../../../ae-movie/src/movie_math.h"; sourceTree = "<group>"; };
  112. 4F3FDC2321F3846A006227F7 /* movie_memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = movie_memory.h; path = "../../../ae-movie/src/movie_memory.h"; sourceTree = "<group>"; };
  113. 4F3FDC2421F3846A006227F7 /* movie_debug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = movie_debug.h; path = "../../../ae-movie/src/movie_debug.h"; sourceTree = "<group>"; };
  114. 4F3FDC2521F3846A006227F7 /* movie_struct.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = movie_struct.h; path = "../../../ae-movie/src/movie_struct.h"; sourceTree = "<group>"; };
  115. 4F3FDC2621F3846B006227F7 /* movie_providers.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = movie_providers.c; path = "../../../ae-movie/src/movie_providers.c"; sourceTree = "<group>"; };
  116. 4F3FDC2721F3846B006227F7 /* movie_bezier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = movie_bezier.h; path = "../../../ae-movie/src/movie_bezier.h"; sourceTree = "<group>"; };
  117. 4F3FDC2821F3846B006227F7 /* movie_bezier.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = movie_bezier.c; path = "../../../ae-movie/src/movie_bezier.c"; sourceTree = "<group>"; };
  118. 4F3FDC2921F3846B006227F7 /* movie_data.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = movie_data.c; path = "../../../ae-movie/src/movie_data.c"; sourceTree = "<group>"; };
  119. 4F3FDC2A21F3846B006227F7 /* movie_transformation.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = movie_transformation.c; path = "../../../ae-movie/src/movie_transformation.c"; sourceTree = "<group>"; };
  120. 4F3FDC3521F38480006227F7 /* AERenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AERenderer.h; path = ../../../src/ae/AERenderer.h; sourceTree = "<group>"; };
  121. 4F3FDC3621F38480006227F7 /* AEMovieResource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AEMovieResource.cpp; path = ../../../src/ae/AEMovieResource.cpp; sourceTree = "<group>"; };
  122. 4F3FDC3721F38480006227F7 /* AEMovieResource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AEMovieResource.h; path = ../../../src/ae/AEMovieResource.h; sourceTree = "<group>"; };
  123. 4F3FDC3821F38480006227F7 /* AERenderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AERenderer.cpp; path = ../../../src/ae/AERenderer.cpp; sourceTree = "<group>"; };
  124. 4F3FDC3921F38480006227F7 /* AEMovie.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AEMovie.cpp; path = ../../../src/ae/AEMovie.cpp; sourceTree = "<group>"; };
  125. 4F3FDC3A21F38480006227F7 /* AEConf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AEConf.h; path = ../../../src/ae/AEConf.h; sourceTree = "<group>"; };
  126. 4F3FDC3B21F38480006227F7 /* AEMovie.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AEMovie.h; path = ../../../src/ae/AEMovie.h; sourceTree = "<group>"; };
  127. 4F3FDC3F21F38D11006227F7 /* Knight */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Knight; path = ../../exported/Knight; sourceTree = "<group>"; };
  128. 4F7EF5AE200623DE004089D6 /* Metal.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Metal.framework; path = System/Library/Frameworks/Metal.framework; sourceTree = SDKROOT; };
  129. 4F8012E021454FEA00FDBA22 /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = System/Library/Frameworks/CoreBluetooth.framework; sourceTree = SDKROOT; };
  130. 9223FE7E1C2D913D000B1FDA /* GameController.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameController.framework; path = System/Library/Frameworks/GameController.framework; sourceTree = SDKROOT; };
  131. AD18619A1D8EC97A0043AFA3 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
  132. F6123B1E6FE4471A00F49751 /* example.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = example.h; path = ../src/example.h; sourceTree = "<group>"; };
  133. /* End PBXFileReference section */
  134. /* Begin PBXFrameworksBuildPhase section */
  135. 04998CE917F8A933003441C3 /* Frameworks */ = {
  136. isa = PBXFrameworksBuildPhase;
  137. buildActionMask = 2147483647;
  138. files = (
  139. 4F8012E521454FEA00FDBA22 /* CoreBluetooth.framework in Frameworks */,
  140. 4F7EF5AF200623DE004089D6 /* Metal.framework in Frameworks */,
  141. AD18619B1D8EC97A0043AFA3 /* AVFoundation.framework in Frameworks */,
  142. 9223FE7F1C2D913D000B1FDA /* GameController.framework in Frameworks */,
  143. 049B52B11871EBFA00EF3C66 /* liboxygine_ios.a in Frameworks */,
  144. 04998D3617F8A97D003441C3 /* libSDL2.a in Frameworks */,
  145. 04998EF017F8ADD4003441C3 /* CoreGraphics.framework in Frameworks */,
  146. 048AD0AE197D24AB001963EF /* CoreMotion.framework in Frameworks */,
  147. 04998EEF17F8ADD4003441C3 /* Foundation.framework in Frameworks */,
  148. 04998EE617F8ADB4003441C3 /* libz.dylib in Frameworks */,
  149. 04998EE917F8ADB4003441C3 /* CoreAudio.framework in Frameworks */,
  150. 04998EF817F8B6F3003441C3 /* libjpeg.a in Frameworks */,
  151. 04998EEE17F8ADD4003441C3 /* UIKit.framework in Frameworks */,
  152. 04998EE817F8ADB4003441C3 /* AudioToolbox.framework in Frameworks */,
  153. 04998EE717F8ADB4003441C3 /* QuartzCore.framework in Frameworks */,
  154. 04998EEA17F8ADB4003441C3 /* OpenGLES.framework in Frameworks */,
  155. 04998EF717F8B6F3003441C3 /* libpng.a in Frameworks */,
  156. );
  157. runOnlyForDeploymentPostprocessing = 0;
  158. };
  159. /* End PBXFrameworksBuildPhase section */
  160. /* Begin PBXGroup section */
  161. 045D531C17F8BD5E00CC2C64 /* dependencies */ = {
  162. isa = PBXGroup;
  163. children = (
  164. 4F3FDC3421F38471006227F7 /* oxae */,
  165. 4F3FDC1A21F38459006227F7 /* ae */,
  166. 04998EE117F8ADB4003441C3 /* libz.dylib */,
  167. 04998EF617F8B6F3003441C3 /* libjpeg.a */,
  168. 04998EF517F8B6F3003441C3 /* libpng.a */,
  169. );
  170. name = dependencies;
  171. sourceTree = "<group>";
  172. };
  173. 04998CE317F8A933003441C3 = {
  174. isa = PBXGroup;
  175. children = (
  176. 045D531C17F8BD5E00CC2C64 /* dependencies */,
  177. 04998D3917F8A9AA003441C3 /* oxygine_ios.xcodeproj */,
  178. 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */,
  179. 04998D4417F8A9ED003441C3 /* src */,
  180. 04E9AD3E1876FE84006A7317 /* Images.xcassets */,
  181. 04998CF617F8A933003441C3 /* Supporting Files */,
  182. 04998CEE17F8A933003441C3 /* Frameworks */,
  183. 04998CED17F8A933003441C3 /* Products */,
  184. 4F7EF5B620062572004089D6 /* Recovered References */,
  185. );
  186. sourceTree = "<group>";
  187. };
  188. 04998CED17F8A933003441C3 /* Products */ = {
  189. isa = PBXGroup;
  190. children = (
  191. 04998CEC17F8A933003441C3 /* HelloViewerAE_ios.app */,
  192. );
  193. name = Products;
  194. sourceTree = "<group>";
  195. };
  196. 04998CEE17F8A933003441C3 /* Frameworks */ = {
  197. isa = PBXGroup;
  198. children = (
  199. 4F8012E021454FEA00FDBA22 /* CoreBluetooth.framework */,
  200. AD18619A1D8EC97A0043AFA3 /* AVFoundation.framework */,
  201. 9223FE7E1C2D913D000B1FDA /* GameController.framework */,
  202. 04998EEB17F8ADD4003441C3 /* UIKit.framework */,
  203. 048AD0AD197D24AB001963EF /* CoreMotion.framework */,
  204. 04998EEC17F8ADD4003441C3 /* Foundation.framework */,
  205. 04998EED17F8ADD4003441C3 /* CoreGraphics.framework */,
  206. 04998EE217F8ADB4003441C3 /* QuartzCore.framework */,
  207. 04998EE317F8ADB4003441C3 /* AudioToolbox.framework */,
  208. 04998EE417F8ADB4003441C3 /* CoreAudio.framework */,
  209. 04998EE517F8ADB4003441C3 /* OpenGLES.framework */,
  210. );
  211. name = Frameworks;
  212. sourceTree = "<group>";
  213. };
  214. 04998CF617F8A933003441C3 /* Supporting Files */ = {
  215. isa = PBXGroup;
  216. children = (
  217. 4F3FDC3F21F38D11006227F7 /* Knight */,
  218. );
  219. name = "Supporting Files";
  220. sourceTree = "<group>";
  221. };
  222. 04998D3017F8A96E003441C3 /* Products */ = {
  223. isa = PBXGroup;
  224. children = (
  225. 04998D3517F8A96E003441C3 /* libSDL2.a */,
  226. 4F3FDC1321F383D3006227F7 /* libSDL2.a */,
  227. );
  228. name = Products;
  229. sourceTree = "<group>";
  230. };
  231. 04998D4417F8A9ED003441C3 /* src */ = {
  232. isa = PBXGroup;
  233. children = (
  234. 4F3FDC0D21F383D3006227F7 /* AEMovieWork.cpp */,
  235. 4F3FDC1521F383D3006227F7 /* AEMovieWork.h */,
  236. 4F3FDC1621F383D3006227F7 /* test.cpp */,
  237. 4F3FDC1421F383D3006227F7 /* test.h */,
  238. 360377333740D8A2FD15BBE6 /* example.cpp */,
  239. 0BF9628FC8D38F9748F0CDEB /* main.cpp */,
  240. F6123B1E6FE4471A00F49751 /* example.h */,
  241. );
  242. name = src;
  243. sourceTree = "<group>";
  244. };
  245. 049B52A91871EBBA00EF3C66 /* Products */ = {
  246. isa = PBXGroup;
  247. children = (
  248. 049B52AD1871EBBA00EF3C66 /* liboxygine_ios.a */,
  249. );
  250. name = Products;
  251. sourceTree = "<group>";
  252. };
  253. 4F3FDC1A21F38459006227F7 /* ae */ = {
  254. isa = PBXGroup;
  255. children = (
  256. 4F3FDC2821F3846B006227F7 /* movie_bezier.c */,
  257. 4F3FDC2721F3846B006227F7 /* movie_bezier.h */,
  258. 4F3FDC1F21F3846A006227F7 /* movie_composition.c */,
  259. 4F3FDC2921F3846B006227F7 /* movie_data.c */,
  260. 4F3FDC2421F3846A006227F7 /* movie_debug.h */,
  261. 4F3FDC1D21F3846A006227F7 /* movie_instance.c */,
  262. 4F3FDC1E21F3846A006227F7 /* movie_math.c */,
  263. 4F3FDC2221F3846A006227F7 /* movie_math.h */,
  264. 4F3FDC2321F3846A006227F7 /* movie_memory.h */,
  265. 4F3FDC2621F3846B006227F7 /* movie_providers.c */,
  266. 4F3FDC1B21F3846A006227F7 /* movie_skeleton.c */,
  267. 4F3FDC1C21F3846A006227F7 /* movie_stream.c */,
  268. 4F3FDC2021F3846A006227F7 /* movie_stream.h */,
  269. 4F3FDC2521F3846A006227F7 /* movie_struct.h */,
  270. 4F3FDC2A21F3846B006227F7 /* movie_transformation.c */,
  271. 4F3FDC2121F3846A006227F7 /* movie_transformation.h */,
  272. );
  273. name = ae;
  274. sourceTree = "<group>";
  275. };
  276. 4F3FDC3421F38471006227F7 /* oxae */ = {
  277. isa = PBXGroup;
  278. children = (
  279. 4F3FDC3A21F38480006227F7 /* AEConf.h */,
  280. 4F3FDC3921F38480006227F7 /* AEMovie.cpp */,
  281. 4F3FDC3B21F38480006227F7 /* AEMovie.h */,
  282. 4F3FDC3621F38480006227F7 /* AEMovieResource.cpp */,
  283. 4F3FDC3721F38480006227F7 /* AEMovieResource.h */,
  284. 4F3FDC3821F38480006227F7 /* AERenderer.cpp */,
  285. 4F3FDC3521F38480006227F7 /* AERenderer.h */,
  286. );
  287. name = oxae;
  288. sourceTree = "<group>";
  289. };
  290. 4F7EF5B620062572004089D6 /* Recovered References */ = {
  291. isa = PBXGroup;
  292. children = (
  293. 4F7EF5AE200623DE004089D6 /* Metal.framework */,
  294. );
  295. name = "Recovered References";
  296. sourceTree = "<group>";
  297. };
  298. /* End PBXGroup section */
  299. /* Begin PBXNativeTarget section */
  300. 04998CEB17F8A933003441C3 /* HelloViewerAE_ios */ = {
  301. isa = PBXNativeTarget;
  302. buildConfigurationList = 04998D2117F8A933003441C3 /* Build configuration list for PBXNativeTarget "HelloViewerAE_ios" */;
  303. buildPhases = (
  304. 04998CE817F8A933003441C3 /* Sources */,
  305. 04998CE917F8A933003441C3 /* Frameworks */,
  306. 04998CEA17F8A933003441C3 /* Resources */,
  307. );
  308. buildRules = (
  309. );
  310. dependencies = (
  311. 04998D3817F8A982003441C3 /* PBXTargetDependency */,
  312. 049B52B01871EBD100EF3C66 /* PBXTargetDependency */,
  313. );
  314. name = HelloViewerAE_ios;
  315. productName = HelloViewerAE;
  316. productReference = 04998CEC17F8A933003441C3 /* HelloViewerAE_ios.app */;
  317. productType = "com.apple.product-type.application";
  318. };
  319. /* End PBXNativeTarget section */
  320. /* Begin PBXProject section */
  321. 04998CE417F8A933003441C3 /* Project object */ = {
  322. isa = PBXProject;
  323. attributes = {
  324. LastUpgradeCheck = 0510;
  325. ORGANIZATIONNAME = Mac;
  326. };
  327. buildConfigurationList = 04998CE717F8A933003441C3 /* Build configuration list for PBXProject "HelloViewerAE_ios" */;
  328. compatibilityVersion = "Xcode 3.2";
  329. developmentRegion = English;
  330. hasScannedForEncodings = 0;
  331. knownRegions = (
  332. en,
  333. Base,
  334. );
  335. mainGroup = 04998CE317F8A933003441C3;
  336. productRefGroup = 04998CED17F8A933003441C3 /* Products */;
  337. projectDirPath = "";
  338. projectReferences = (
  339. {
  340. ProductGroup = 049B52A91871EBBA00EF3C66 /* Products */;
  341. ProjectRef = 04998D3917F8A9AA003441C3 /* oxygine_ios.xcodeproj */;
  342. },
  343. {
  344. ProductGroup = 04998D3017F8A96E003441C3 /* Products */;
  345. ProjectRef = 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */;
  346. },
  347. );
  348. projectRoot = "";
  349. targets = (
  350. 04998CEB17F8A933003441C3 /* HelloViewerAE_ios */,
  351. );
  352. };
  353. /* End PBXProject section */
  354. /* Begin PBXReferenceProxy section */
  355. 04998D3517F8A96E003441C3 /* libSDL2.a */ = {
  356. isa = PBXReferenceProxy;
  357. fileType = archive.ar;
  358. path = libSDL2.a;
  359. remoteRef = 04998D3417F8A96E003441C3 /* PBXContainerItemProxy */;
  360. sourceTree = BUILT_PRODUCTS_DIR;
  361. };
  362. 049B52AD1871EBBA00EF3C66 /* liboxygine_ios.a */ = {
  363. isa = PBXReferenceProxy;
  364. fileType = archive.ar;
  365. path = liboxygine_ios.a;
  366. remoteRef = 049B52AC1871EBBA00EF3C66 /* PBXContainerItemProxy */;
  367. sourceTree = BUILT_PRODUCTS_DIR;
  368. };
  369. 4F3FDC1321F383D3006227F7 /* libSDL2.a */ = {
  370. isa = PBXReferenceProxy;
  371. fileType = archive.ar;
  372. path = libSDL2.a;
  373. remoteRef = 4F3FDC1221F383D3006227F7 /* PBXContainerItemProxy */;
  374. sourceTree = BUILT_PRODUCTS_DIR;
  375. };
  376. /* End PBXReferenceProxy section */
  377. /* Begin PBXResourcesBuildPhase section */
  378. 04998CEA17F8A933003441C3 /* Resources */ = {
  379. isa = PBXResourcesBuildPhase;
  380. buildActionMask = 2147483647;
  381. files = (
  382. 04E9AD3F1876FE84006A7317 /* Images.xcassets in Resources */,
  383. 4F3FDC4021F38D11006227F7 /* Knight in Resources */,
  384. );
  385. runOnlyForDeploymentPostprocessing = 0;
  386. };
  387. /* End PBXResourcesBuildPhase section */
  388. /* Begin PBXSourcesBuildPhase section */
  389. 04998CE817F8A933003441C3 /* Sources */ = {
  390. isa = PBXSourcesBuildPhase;
  391. buildActionMask = 2147483647;
  392. files = (
  393. 4F3FDC3D21F38480006227F7 /* AERenderer.cpp in Sources */,
  394. 4F3FDC2F21F3846B006227F7 /* movie_composition.c in Sources */,
  395. 4F3FDC3E21F38480006227F7 /* AEMovie.cpp in Sources */,
  396. 2DC477AC10D6C07B3FE008F6 /* example.cpp in Sources */,
  397. 4F3FDC3221F3846B006227F7 /* movie_data.c in Sources */,
  398. 4F3FDC1821F383D4006227F7 /* test.cpp in Sources */,
  399. 4F3FDC2C21F3846B006227F7 /* movie_stream.c in Sources */,
  400. 4F3FDC2B21F3846B006227F7 /* movie_skeleton.c in Sources */,
  401. 4F3FDC2D21F3846B006227F7 /* movie_instance.c in Sources */,
  402. 4F3FDC3121F3846B006227F7 /* movie_bezier.c in Sources */,
  403. 4F3FDC3C21F38480006227F7 /* AEMovieResource.cpp in Sources */,
  404. DA49ED8903C628BA578C8670 /* main.cpp in Sources */,
  405. 4F3FDC3321F3846B006227F7 /* movie_transformation.c in Sources */,
  406. 4F3FDC2E21F3846B006227F7 /* movie_math.c in Sources */,
  407. 4F3FDC1721F383D4006227F7 /* AEMovieWork.cpp in Sources */,
  408. 4F3FDC3021F3846B006227F7 /* movie_providers.c in Sources */,
  409. );
  410. runOnlyForDeploymentPostprocessing = 0;
  411. };
  412. /* End PBXSourcesBuildPhase section */
  413. /* Begin PBXTargetDependency section */
  414. 04998D3817F8A982003441C3 /* PBXTargetDependency */ = {
  415. isa = PBXTargetDependency;
  416. name = libSDL;
  417. targetProxy = 04998D3717F8A982003441C3 /* PBXContainerItemProxy */;
  418. };
  419. 049B52B01871EBD100EF3C66 /* PBXTargetDependency */ = {
  420. isa = PBXTargetDependency;
  421. name = oxygine_ios;
  422. targetProxy = 049B52AF1871EBD100EF3C66 /* PBXContainerItemProxy */;
  423. };
  424. /* End PBXTargetDependency section */
  425. /* Begin XCBuildConfiguration section */
  426. 04998D1F17F8A933003441C3 /* Debug */ = {
  427. isa = XCBuildConfiguration;
  428. buildSettings = {
  429. ALWAYS_SEARCH_USER_PATHS = NO;
  430. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  431. CLANG_CXX_LIBRARY = "libc++";
  432. CLANG_ENABLE_MODULES = YES;
  433. CLANG_ENABLE_OBJC_ARC = YES;
  434. CLANG_WARN_BOOL_CONVERSION = YES;
  435. CLANG_WARN_CONSTANT_CONVERSION = YES;
  436. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  437. CLANG_WARN_EMPTY_BODY = YES;
  438. CLANG_WARN_ENUM_CONVERSION = YES;
  439. CLANG_WARN_INT_CONVERSION = YES;
  440. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  441. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  442. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  443. COMPRESS_PNG_FILES = NO;
  444. COPY_PHASE_STRIP = NO;
  445. ENABLE_BITCODE = NO;
  446. GCC_C_LANGUAGE_STANDARD = gnu99;
  447. GCC_DYNAMIC_NO_PIC = NO;
  448. GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
  449. GCC_OPTIMIZATION_LEVEL = 0;
  450. GCC_PREPROCESSOR_DEFINITIONS = (
  451. "DEBUG=1",
  452. "$(inherited)",
  453. "AE_TIME_MILLISECOND=1",
  454. "AE_TIME_DEFINE=1",
  455. "AE_MOVIE_STREAM_NO_CACHE=1",
  456. "AE_MOVIE_SAFE=1",
  457. );
  458. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  459. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  460. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  461. GCC_WARN_UNDECLARED_SELECTOR = YES;
  462. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  463. GCC_WARN_UNUSED_FUNCTION = YES;
  464. GCC_WARN_UNUSED_VARIABLE = YES;
  465. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  466. ONLY_ACTIVE_ARCH = YES;
  467. SDKROOT = iphoneos;
  468. TARGETED_DEVICE_FAMILY = "1,2";
  469. USER_HEADER_SEARCH_PATHS = "../../../../oxygine-framework//oxygine/src ../../../..//SDL/include ../../../ae-movie/include ../../../src/";
  470. };
  471. name = Debug;
  472. };
  473. 04998D2017F8A933003441C3 /* Release */ = {
  474. isa = XCBuildConfiguration;
  475. buildSettings = {
  476. ALWAYS_SEARCH_USER_PATHS = NO;
  477. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  478. CLANG_CXX_LIBRARY = "libc++";
  479. CLANG_ENABLE_MODULES = YES;
  480. CLANG_ENABLE_OBJC_ARC = YES;
  481. CLANG_WARN_BOOL_CONVERSION = YES;
  482. CLANG_WARN_CONSTANT_CONVERSION = YES;
  483. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  484. CLANG_WARN_EMPTY_BODY = YES;
  485. CLANG_WARN_ENUM_CONVERSION = YES;
  486. CLANG_WARN_INT_CONVERSION = YES;
  487. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  488. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  489. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  490. COMPRESS_PNG_FILES = NO;
  491. COPY_PHASE_STRIP = YES;
  492. ENABLE_BITCODE = NO;
  493. ENABLE_NS_ASSERTIONS = NO;
  494. GCC_C_LANGUAGE_STANDARD = gnu99;
  495. GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
  496. GCC_PREPROCESSOR_DEFINITIONS = (
  497. "AE_TIME_MILLISECOND=1",
  498. "AE_TIME_DEFINE=1",
  499. "AE_MOVIE_STREAM_NO_CACHE=1",
  500. "AE_MOVIE_SAFE=1",
  501. );
  502. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  503. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  504. GCC_WARN_UNDECLARED_SELECTOR = YES;
  505. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  506. GCC_WARN_UNUSED_FUNCTION = YES;
  507. GCC_WARN_UNUSED_VARIABLE = YES;
  508. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  509. SDKROOT = iphoneos;
  510. TARGETED_DEVICE_FAMILY = "1,2";
  511. USER_HEADER_SEARCH_PATHS = "../../../../oxygine-framework//oxygine/src ../../../..//SDL/include ../../../ae-movie/include ../../../src/";
  512. VALIDATE_PRODUCT = YES;
  513. };
  514. name = Release;
  515. };
  516. 04998D2217F8A933003441C3 /* Debug */ = {
  517. isa = XCBuildConfiguration;
  518. buildSettings = {
  519. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  520. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  521. CODE_SIGN_IDENTITY = "iPhone Developer";
  522. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  523. GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
  524. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  525. GCC_PREFIX_HEADER = "HelloViewerAE/HelloViewerAE_ios-Prefix.pch";
  526. GCC_WARN_UNUSED_VALUE = YES;
  527. GCC_WARN_UNUSED_VARIABLE = NO;
  528. INFOPLIST_FILE = "HelloViewerAE/HelloViewerAE_ios-Info.plist";
  529. LIBRARY_SEARCH_PATHS = (
  530. "$(inherited)",
  531. "../../../../oxygine-framework//oxygine/third_party/ios/libraries",
  532. );
  533. ONLY_ACTIVE_ARCH = YES;
  534. PRODUCT_BUNDLE_IDENTIFIER = org.oxygine.helloviewerae;
  535. PRODUCT_NAME = HelloViewerAE_ios;
  536. PROVISIONING_PROFILE = "";
  537. TARGETED_DEVICE_FAMILY = "1,2";
  538. WRAPPER_EXTENSION = app;
  539. };
  540. name = Debug;
  541. };
  542. 04998D2317F8A933003441C3 /* Release */ = {
  543. isa = XCBuildConfiguration;
  544. buildSettings = {
  545. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  546. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  547. CODE_SIGN_IDENTITY = "iPhone Developer";
  548. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  549. GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
  550. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  551. GCC_PREFIX_HEADER = "HelloViewerAE/HelloViewerAE_ios-Prefix.pch";
  552. GCC_WARN_UNUSED_VALUE = YES;
  553. GCC_WARN_UNUSED_VARIABLE = NO;
  554. INFOPLIST_FILE = "HelloViewerAE/HelloViewerAE_ios-Info.plist";
  555. LIBRARY_SEARCH_PATHS = (
  556. "$(inherited)",
  557. "../../../../oxygine-framework//oxygine/third_party/ios/libraries",
  558. );
  559. ONLY_ACTIVE_ARCH = NO;
  560. PRODUCT_BUNDLE_IDENTIFIER = org.oxygine.helloviewerae;
  561. PRODUCT_NAME = HelloViewerAE_ios;
  562. PROVISIONING_PROFILE = "";
  563. TARGETED_DEVICE_FAMILY = "1,2";
  564. WRAPPER_EXTENSION = app;
  565. };
  566. name = Release;
  567. };
  568. /* End XCBuildConfiguration section */
  569. /* Begin XCConfigurationList section */
  570. 04998CE717F8A933003441C3 /* Build configuration list for PBXProject "HelloViewerAE_ios" */ = {
  571. isa = XCConfigurationList;
  572. buildConfigurations = (
  573. 04998D1F17F8A933003441C3 /* Debug */,
  574. 04998D2017F8A933003441C3 /* Release */,
  575. );
  576. defaultConfigurationIsVisible = 0;
  577. defaultConfigurationName = Release;
  578. };
  579. 04998D2117F8A933003441C3 /* Build configuration list for PBXNativeTarget "HelloViewerAE_ios" */ = {
  580. isa = XCConfigurationList;
  581. buildConfigurations = (
  582. 04998D2217F8A933003441C3 /* Debug */,
  583. 04998D2317F8A933003441C3 /* Release */,
  584. );
  585. defaultConfigurationIsVisible = 0;
  586. defaultConfigurationName = Release;
  587. };
  588. /* End XCConfigurationList section */
  589. };
  590. rootObject = 04998CE417F8A933003441C3 /* Project object */;
  591. }