浏览代码

Merge branch 'master' of bitbucket.org:frankinshtein/oxygine-after-effects

dm 6 年之前
父节点
当前提交
68d38cad4a

+ 149 - 52
examples/HelloViewerAE/proj.ios/HelloViewerAE_ios.xcodeproj/project.pbxproj

@@ -13,28 +13,35 @@
 		04998EE717F8ADB4003441C3 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE217F8ADB4003441C3 /* QuartzCore.framework */; };
 		04998EE817F8ADB4003441C3 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE317F8ADB4003441C3 /* AudioToolbox.framework */; };
 		04998EE917F8ADB4003441C3 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE417F8ADB4003441C3 /* CoreAudio.framework */; };
-		04998EE917F8ADB4003441C3 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE417F8ADB4003441C3 /* CoreAudio.framework */; };
 		04998EEA17F8ADB4003441C3 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE517F8ADB4003441C3 /* OpenGLES.framework */; };
 		04998EEE17F8ADD4003441C3 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EEB17F8ADD4003441C3 /* UIKit.framework */; };
 		04998EEF17F8ADD4003441C3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EEC17F8ADD4003441C3 /* Foundation.framework */; };
 		04998EF017F8ADD4003441C3 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EED17F8ADD4003441C3 /* CoreGraphics.framework */; };
-		9223FE7F1C2D913D000B1FDA /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9223FE7E1C2D913D000B1FDA /* GameController.framework */; };
 		04998EF717F8B6F3003441C3 /* libpng.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EF517F8B6F3003441C3 /* libpng.a */; };
 		04998EF817F8B6F3003441C3 /* libjpeg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EF617F8B6F3003441C3 /* libjpeg.a */; };
 		049B52B11871EBFA00EF3C66 /* liboxygine_ios.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 049B52AD1871EBBA00EF3C66 /* liboxygine_ios.a */; };
 		04E9AD3F1876FE84006A7317 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 04E9AD3E1876FE84006A7317 /* Images.xcassets */; };
-		AD18619B1D8EC97A0043AFA3 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD18619A1D8EC97A0043AFA3 /* AVFoundation.framework */; };
+		2DC477AC10D6C07B3FE008F6 /* example.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 360377333740D8A2FD15BBE6 /* example.cpp */; };
+		4F3FDC1721F383D4006227F7 /* AEMovieWork.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC0D21F383D3006227F7 /* AEMovieWork.cpp */; };
+		4F3FDC1821F383D4006227F7 /* test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC1621F383D3006227F7 /* test.cpp */; };
+		4F3FDC2B21F3846B006227F7 /* movie_skeleton.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC1B21F3846A006227F7 /* movie_skeleton.c */; };
+		4F3FDC2C21F3846B006227F7 /* movie_stream.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC1C21F3846A006227F7 /* movie_stream.c */; };
+		4F3FDC2D21F3846B006227F7 /* movie_instance.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC1D21F3846A006227F7 /* movie_instance.c */; };
+		4F3FDC2E21F3846B006227F7 /* movie_math.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC1E21F3846A006227F7 /* movie_math.c */; };
+		4F3FDC2F21F3846B006227F7 /* movie_composition.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC1F21F3846A006227F7 /* movie_composition.c */; };
+		4F3FDC3021F3846B006227F7 /* movie_providers.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC2621F3846B006227F7 /* movie_providers.c */; };
+		4F3FDC3121F3846B006227F7 /* movie_bezier.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC2821F3846B006227F7 /* movie_bezier.c */; };
+		4F3FDC3221F3846B006227F7 /* movie_data.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC2921F3846B006227F7 /* movie_data.c */; };
+		4F3FDC3321F3846B006227F7 /* movie_transformation.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC2A21F3846B006227F7 /* movie_transformation.c */; };
+		4F3FDC3C21F38480006227F7 /* AEMovieResource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC3621F38480006227F7 /* AEMovieResource.cpp */; };
+		4F3FDC3D21F38480006227F7 /* AERenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC3821F38480006227F7 /* AERenderer.cpp */; };
+		4F3FDC3E21F38480006227F7 /* AEMovie.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FDC3921F38480006227F7 /* AEMovie.cpp */; };
+		4F3FDC4021F38D11006227F7 /* Knight in Resources */ = {isa = PBXBuildFile; fileRef = 4F3FDC3F21F38D11006227F7 /* Knight */; };
 		4F7EF5AF200623DE004089D6 /* Metal.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4F7EF5AE200623DE004089D6 /* Metal.framework */; };
 		4F8012E521454FEA00FDBA22 /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4F8012E021454FEA00FDBA22 /* CoreBluetooth.framework */; };
-
-		
-		2DC477AC10D6C07B3FE008F6 /* ../src/example.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 360377333740D8A2FD15BBE6 /* ../src/example.cpp */; };
-		DA49ED8903C628BA578C8670 /* ../src/main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BF9628FC8D38F9748F0CDEB /* ../src/main.cpp */; };
-		C8860D93875589970329DCCD /* ../data/fonts in Sources */ = {isa = PBXBuildFile; fileRef = 4DA100C319512824B7570663 /* ../data/fonts */; };
-		1E839D002B2BA83FC83A695A /* ../data/images in Sources */ = {isa = PBXBuildFile; fileRef = 04FE4D4FB640E0DF92DFB865 /* ../data/images */; };
-		3A631A475DE035FC53ADE5EA /* ../data/res.xml in Sources */ = {isa = PBXBuildFile; fileRef = 7F3B12E3C9D554D9FE28101D /* ../data/res.xml */; };
-
-
+		9223FE7F1C2D913D000B1FDA /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9223FE7E1C2D913D000B1FDA /* GameController.framework */; };
+		AD18619B1D8EC97A0043AFA3 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD18619A1D8EC97A0043AFA3 /* AVFoundation.framework */; };
+		DA49ED8903C628BA578C8670 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BF9628FC8D38F9748F0CDEB /* main.cpp */; };
 /* End PBXBuildFile section */
 
 /* Begin PBXContainerItemProxy section */
@@ -66,9 +73,17 @@
 			remoteGlobalIDString = C3E86F4B16EBC8A500052915;
 			remoteInfo = oxygine_ios;
 		};
+		4F3FDC1221F383D3006227F7 /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */;
+			proxyType = 2;
+			remoteGlobalIDString = FAB598141BB5C1B100BE72C5;
+			remoteInfo = "libSDL-tvOS";
+		};
 /* End PBXContainerItemProxy section */
 
 /* Begin PBXFileReference section */
+		048AD0AD197D24AB001963EF /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; };
 		04998CEC17F8A933003441C3 /* HelloViewerAE_ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloViewerAE_ios.app; sourceTree = BUILT_PRODUCTS_DIR; };
 		04998D2F17F8A96E003441C3 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL.xcodeproj; path = "../../../..//SDL/Xcode-iOS/SDL/SDL.xcodeproj"; sourceTree = "<group>"; };
 		04998D3917F8A9AA003441C3 /* oxygine_ios.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = oxygine_ios.xcodeproj; path = "../../../../oxygine-framework//oxygine/SDL/ios/oxygine/oxygine_ios.xcodeproj"; sourceTree = "<group>"; };
@@ -76,28 +91,48 @@
 		04998EE217F8ADB4003441C3 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
 		04998EE317F8ADB4003441C3 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
 		04998EE417F8ADB4003441C3 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
-		048AD0AD197D24AB001963EF /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; };
 		04998EE517F8ADB4003441C3 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
 		04998EEB17F8ADD4003441C3 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
 		04998EEC17F8ADD4003441C3 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
 		04998EED17F8ADD4003441C3 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
-		9223FE7E1C2D913D000B1FDA /* GameController.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameController.framework; path = System/Library/Frameworks/GameController.framework; sourceTree = SDKROOT; };
-		AD18619A1D8EC97A0043AFA3 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
 		04998EF517F8B6F3003441C3 /* libpng.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpng.a; path = "../../../../oxygine-framework//oxygine/third_party/ios/libraries/libpng.a"; sourceTree = "<group>"; };
 		04998EF617F8B6F3003441C3 /* libjpeg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjpeg.a; path = "../../../../oxygine-framework//oxygine/third_party/ios/libraries/libjpeg.a"; sourceTree = "<group>"; };
-		04E9AD3E1876FE84006A7317 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name =Images.xcassets; path = HelloViewerAE/Images.xcassets; sourceTree = "<group>"; };
+		04E9AD3E1876FE84006A7317 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = HelloViewerAE/Images.xcassets; sourceTree = "<group>"; };
+		0BF9628FC8D38F9748F0CDEB /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = ../src/main.cpp; sourceTree = "<group>"; };
+		360377333740D8A2FD15BBE6 /* example.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = example.cpp; path = ../src/example.cpp; sourceTree = "<group>"; };
+		4F3FDC0D21F383D3006227F7 /* AEMovieWork.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AEMovieWork.cpp; path = ../src/AEMovieWork.cpp; sourceTree = "<group>"; };
+		4F3FDC1421F383D3006227F7 /* test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test.h; path = ../src/test.h; sourceTree = "<group>"; };
+		4F3FDC1521F383D3006227F7 /* AEMovieWork.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AEMovieWork.h; path = ../src/AEMovieWork.h; sourceTree = "<group>"; };
+		4F3FDC1621F383D3006227F7 /* test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = test.cpp; path = ../src/test.cpp; sourceTree = "<group>"; };
+		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>"; };
+		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>"; };
+		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>"; };
+		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>"; };
+		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>"; };
+		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>"; };
+		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>"; };
+		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>"; };
+		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>"; };
+		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>"; };
+		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>"; };
+		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>"; };
+		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>"; };
+		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>"; };
+		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>"; };
+		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>"; };
+		4F3FDC3521F38480006227F7 /* AERenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AERenderer.h; path = ../../../src/ae/AERenderer.h; sourceTree = "<group>"; };
+		4F3FDC3621F38480006227F7 /* AEMovieResource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AEMovieResource.cpp; path = ../../../src/ae/AEMovieResource.cpp; sourceTree = "<group>"; };
+		4F3FDC3721F38480006227F7 /* AEMovieResource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AEMovieResource.h; path = ../../../src/ae/AEMovieResource.h; sourceTree = "<group>"; };
+		4F3FDC3821F38480006227F7 /* AERenderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AERenderer.cpp; path = ../../../src/ae/AERenderer.cpp; sourceTree = "<group>"; };
+		4F3FDC3921F38480006227F7 /* AEMovie.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AEMovie.cpp; path = ../../../src/ae/AEMovie.cpp; sourceTree = "<group>"; };
+		4F3FDC3A21F38480006227F7 /* AEConf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AEConf.h; path = ../../../src/ae/AEConf.h; sourceTree = "<group>"; };
+		4F3FDC3B21F38480006227F7 /* AEMovie.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AEMovie.h; path = ../../../src/ae/AEMovie.h; sourceTree = "<group>"; };
+		4F3FDC3F21F38D11006227F7 /* Knight */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Knight; path = ../../exported/Knight; sourceTree = "<group>"; };
 		4F7EF5AE200623DE004089D6 /* Metal.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Metal.framework; path = System/Library/Frameworks/Metal.framework; sourceTree = SDKROOT; };
 		4F8012E021454FEA00FDBA22 /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = System/Library/Frameworks/CoreBluetooth.framework; sourceTree = SDKROOT; };
-
-
-		360377333740D8A2FD15BBE6 /* ../src/example.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = example.cpp; path = ../src/example.cpp; sourceTree = "<group>"; };
-		0BF9628FC8D38F9748F0CDEB /* ../src/main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = ../src/main.cpp; sourceTree = "<group>"; };
-		F6123B1E6FE4471A00F49751 /* ../src/example.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = example.h; path = ../src/example.h; sourceTree = "<group>"; };
-		4DA100C319512824B7570663 /* ../data/fonts */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = folder; name = fonts; path = ../data/fonts; sourceTree = "<group>"; };
-		04FE4D4FB640E0DF92DFB865 /* ../data/images */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = folder; name = images; path = ../data/images; sourceTree = "<group>"; };
-		7F3B12E3C9D554D9FE28101D /* ../data/res.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wtf; name = res.xml; path = ../data/res.xml; sourceTree = "<group>"; };
-
-
+		9223FE7E1C2D913D000B1FDA /* GameController.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameController.framework; path = System/Library/Frameworks/GameController.framework; sourceTree = SDKROOT; };
+		AD18619A1D8EC97A0043AFA3 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
+		F6123B1E6FE4471A00F49751 /* example.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = example.h; path = ../src/example.h; sourceTree = "<group>"; };
 /* End PBXFileReference section */
 
 /* Begin PBXFrameworksBuildPhase section */
@@ -131,6 +166,8 @@
 		045D531C17F8BD5E00CC2C64 /* dependencies */ = {
 			isa = PBXGroup;
 			children = (
+				4F3FDC3421F38471006227F7 /* oxae */,
+				4F3FDC1A21F38459006227F7 /* ae */,
 				04998EE117F8ADB4003441C3 /* libz.dylib */,
 				04998EF617F8B6F3003441C3 /* libjpeg.a */,
 				04998EF517F8B6F3003441C3 /* libpng.a */,
@@ -150,7 +187,6 @@
 				04998CEE17F8A933003441C3 /* Frameworks */,
 				04998CED17F8A933003441C3 /* Products */,
 				4F7EF5B620062572004089D6 /* Recovered References */,
-
 			);
 			sourceTree = "<group>";
 		};
@@ -166,7 +202,6 @@
 			isa = PBXGroup;
 			children = (
 				4F8012E021454FEA00FDBA22 /* CoreBluetooth.framework */,
-				4F7EF5AE200623DE004089D6 /* Metal.framework */,
 				AD18619A1D8EC97A0043AFA3 /* AVFoundation.framework */,
 				9223FE7E1C2D913D000B1FDA /* GameController.framework */,
 				04998EEB17F8ADD4003441C3 /* UIKit.framework */,
@@ -181,14 +216,10 @@
 			name = Frameworks;
 			sourceTree = "<group>";
 		};
-
 		04998CF617F8A933003441C3 /* Supporting Files */ = {
 			isa = PBXGroup;
 			children = (
-				4DA100C319512824B7570663 /* fonts */, 
-				04FE4D4FB640E0DF92DFB865 /* images */, 
-				7F3B12E3C9D554D9FE28101D /* res.xml */, 
-
+				4F3FDC3F21F38D11006227F7 /* Knight */,
 			);
 			name = "Supporting Files";
 			sourceTree = "<group>";
@@ -197,6 +228,7 @@
 			isa = PBXGroup;
 			children = (
 				04998D3517F8A96E003441C3 /* libSDL2.a */,
+				4F3FDC1321F383D3006227F7 /* libSDL2.a */,
 			);
 			name = Products;
 			sourceTree = "<group>";
@@ -204,10 +236,13 @@
 		04998D4417F8A9ED003441C3 /* src */ = {
 			isa = PBXGroup;
 			children = (
-				360377333740D8A2FD15BBE6 /* example.cpp */, 
-				0BF9628FC8D38F9748F0CDEB /* main.cpp */, 
-				F6123B1E6FE4471A00F49751 /* example.h */, 
-
+				4F3FDC0D21F383D3006227F7 /* AEMovieWork.cpp */,
+				4F3FDC1521F383D3006227F7 /* AEMovieWork.h */,
+				4F3FDC1621F383D3006227F7 /* test.cpp */,
+				4F3FDC1421F383D3006227F7 /* test.h */,
+				360377333740D8A2FD15BBE6 /* example.cpp */,
+				0BF9628FC8D38F9748F0CDEB /* main.cpp */,
+				F6123B1E6FE4471A00F49751 /* example.h */,
 			);
 			name = src;
 			sourceTree = "<group>";
@@ -220,7 +255,43 @@
 			name = Products;
 			sourceTree = "<group>";
 		};
-
+		4F3FDC1A21F38459006227F7 /* ae */ = {
+			isa = PBXGroup;
+			children = (
+				4F3FDC2821F3846B006227F7 /* movie_bezier.c */,
+				4F3FDC2721F3846B006227F7 /* movie_bezier.h */,
+				4F3FDC1F21F3846A006227F7 /* movie_composition.c */,
+				4F3FDC2921F3846B006227F7 /* movie_data.c */,
+				4F3FDC2421F3846A006227F7 /* movie_debug.h */,
+				4F3FDC1D21F3846A006227F7 /* movie_instance.c */,
+				4F3FDC1E21F3846A006227F7 /* movie_math.c */,
+				4F3FDC2221F3846A006227F7 /* movie_math.h */,
+				4F3FDC2321F3846A006227F7 /* movie_memory.h */,
+				4F3FDC2621F3846B006227F7 /* movie_providers.c */,
+				4F3FDC1B21F3846A006227F7 /* movie_skeleton.c */,
+				4F3FDC1C21F3846A006227F7 /* movie_stream.c */,
+				4F3FDC2021F3846A006227F7 /* movie_stream.h */,
+				4F3FDC2521F3846A006227F7 /* movie_struct.h */,
+				4F3FDC2A21F3846B006227F7 /* movie_transformation.c */,
+				4F3FDC2121F3846A006227F7 /* movie_transformation.h */,
+			);
+			name = ae;
+			sourceTree = "<group>";
+		};
+		4F3FDC3421F38471006227F7 /* oxae */ = {
+			isa = PBXGroup;
+			children = (
+				4F3FDC3A21F38480006227F7 /* AEConf.h */,
+				4F3FDC3921F38480006227F7 /* AEMovie.cpp */,
+				4F3FDC3B21F38480006227F7 /* AEMovie.h */,
+				4F3FDC3621F38480006227F7 /* AEMovieResource.cpp */,
+				4F3FDC3721F38480006227F7 /* AEMovieResource.h */,
+				4F3FDC3821F38480006227F7 /* AERenderer.cpp */,
+				4F3FDC3521F38480006227F7 /* AERenderer.h */,
+			);
+			name = oxae;
+			sourceTree = "<group>";
+		};
 		4F7EF5B620062572004089D6 /* Recovered References */ = {
 			isa = PBXGroup;
 			children = (
@@ -229,7 +300,6 @@
 			name = "Recovered References";
 			sourceTree = "<group>";
 		};
-
 /* End PBXGroup section */
 
 /* Begin PBXNativeTarget section */
@@ -304,6 +374,13 @@
 			remoteRef = 049B52AC1871EBBA00EF3C66 /* PBXContainerItemProxy */;
 			sourceTree = BUILT_PRODUCTS_DIR;
 		};
+		4F3FDC1321F383D3006227F7 /* libSDL2.a */ = {
+			isa = PBXReferenceProxy;
+			fileType = archive.ar;
+			path = libSDL2.a;
+			remoteRef = 4F3FDC1221F383D3006227F7 /* PBXContainerItemProxy */;
+			sourceTree = BUILT_PRODUCTS_DIR;
+		};
 /* End PBXReferenceProxy section */
 
 /* Begin PBXResourcesBuildPhase section */
@@ -312,10 +389,7 @@
 			buildActionMask = 2147483647;
 			files = (
 				04E9AD3F1876FE84006A7317 /* Images.xcassets in Resources */,
-								C8860D93875589970329DCCD /* fonts */, 
-				1E839D002B2BA83FC83A695A /* images */, 
-				3A631A475DE035FC53ADE5EA /* res.xml */, 
-
+				4F3FDC4021F38D11006227F7 /* Knight in Resources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -326,9 +400,22 @@
 			isa = PBXSourcesBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
-				2DC477AC10D6C07B3FE008F6 /* example.cpp */, 
-				DA49ED8903C628BA578C8670 /* main.cpp */, 
-
+				4F3FDC3D21F38480006227F7 /* AERenderer.cpp in Sources */,
+				4F3FDC2F21F3846B006227F7 /* movie_composition.c in Sources */,
+				4F3FDC3E21F38480006227F7 /* AEMovie.cpp in Sources */,
+				2DC477AC10D6C07B3FE008F6 /* example.cpp in Sources */,
+				4F3FDC3221F3846B006227F7 /* movie_data.c in Sources */,
+				4F3FDC1821F383D4006227F7 /* test.cpp in Sources */,
+				4F3FDC2C21F3846B006227F7 /* movie_stream.c in Sources */,
+				4F3FDC2B21F3846B006227F7 /* movie_skeleton.c in Sources */,
+				4F3FDC2D21F3846B006227F7 /* movie_instance.c in Sources */,
+				4F3FDC3121F3846B006227F7 /* movie_bezier.c in Sources */,
+				4F3FDC3C21F38480006227F7 /* AEMovieResource.cpp in Sources */,
+				DA49ED8903C628BA578C8670 /* main.cpp in Sources */,
+				4F3FDC3321F3846B006227F7 /* movie_transformation.c in Sources */,
+				4F3FDC2E21F3846B006227F7 /* movie_math.c in Sources */,
+				4F3FDC1721F383D4006227F7 /* AEMovieWork.cpp in Sources */,
+				4F3FDC3021F3846B006227F7 /* movie_providers.c in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -364,17 +451,21 @@
 				CLANG_WARN_INT_CONVERSION = YES;
 				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
-				GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
 				COMPRESS_PNG_FILES = NO;
 				COPY_PHASE_STRIP = NO;
 				ENABLE_BITCODE = NO;
 				GCC_C_LANGUAGE_STANDARD = gnu99;
 				GCC_DYNAMIC_NO_PIC = NO;
+				GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
 				GCC_OPTIMIZATION_LEVEL = 0;
 				GCC_PREPROCESSOR_DEFINITIONS = (
 					"DEBUG=1",
 					"$(inherited)",
+					"AE_TIME_MILLISECOND=1",
+					"AE_TIME_DEFINE=1",
+					"AE_MOVIE_STREAM_NO_CACHE=1",
+					"AE_MOVIE_SAFE=1",
 				);
 				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -387,7 +478,7 @@
 				ONLY_ACTIVE_ARCH = YES;
 				SDKROOT = iphoneos;
 				TARGETED_DEVICE_FAMILY = "1,2";
-				USER_HEADER_SEARCH_PATHS = "../../../../oxygine-framework//oxygine/src ../../../..//SDL/include";
+				USER_HEADER_SEARCH_PATHS = "../../../../oxygine-framework//oxygine/src ../../../..//SDL/include ../../../ae-movie/include ../../../src/";
 			};
 			name = Debug;
 		};
@@ -407,13 +498,19 @@
 				CLANG_WARN_INT_CONVERSION = YES;
 				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
-				GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
 				COMPRESS_PNG_FILES = NO;
 				COPY_PHASE_STRIP = YES;
 				ENABLE_BITCODE = NO;
 				ENABLE_NS_ASSERTIONS = NO;
 				GCC_C_LANGUAGE_STANDARD = gnu99;
+				GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
+				GCC_PREPROCESSOR_DEFINITIONS = (
+					"AE_TIME_MILLISECOND=1",
+					"AE_TIME_DEFINE=1",
+					"AE_MOVIE_STREAM_NO_CACHE=1",
+					"AE_MOVIE_SAFE=1",
+				);
 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
 				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
 				GCC_WARN_UNDECLARED_SELECTOR = YES;
@@ -423,7 +520,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
 				SDKROOT = iphoneos;
 				TARGETED_DEVICE_FAMILY = "1,2";
-				USER_HEADER_SEARCH_PATHS = "../../../../oxygine-framework//oxygine/src ../../../..//SDL/include";
+				USER_HEADER_SEARCH_PATHS = "../../../../oxygine-framework//oxygine/src ../../../..//SDL/include ../../../ae-movie/include ../../../src/";
 				VALIDATE_PRODUCT = YES;
 			};
 			name = Release;
@@ -435,11 +532,11 @@
 				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+				GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
 				GCC_PREFIX_HEADER = "HelloViewerAE/HelloViewerAE_ios-Prefix.pch";
 				GCC_WARN_UNUSED_VALUE = YES;
 				GCC_WARN_UNUSED_VARIABLE = NO;
-				GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
 				INFOPLIST_FILE = "HelloViewerAE/HelloViewerAE_ios-Info.plist";
 				LIBRARY_SEARCH_PATHS = (
 					"$(inherited)",
@@ -461,11 +558,11 @@
 				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+				GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
 				GCC_PREFIX_HEADER = "HelloViewerAE/HelloViewerAE_ios-Prefix.pch";
 				GCC_WARN_UNUSED_VALUE = YES;
 				GCC_WARN_UNUSED_VARIABLE = NO;
-				GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
 				INFOPLIST_FILE = "HelloViewerAE/HelloViewerAE_ios-Info.plist";
 				LIBRARY_SEARCH_PATHS = (
 					"$(inherited)",

+ 4 - 1
examples/HelloViewerAE/src/main.cpp

@@ -174,6 +174,9 @@ extern "C"
 
     int main(int argc, char* argv[])
     {
+#ifdef __APPLE__
+        aeProject = "Knight";
+#endif
         if (argc > 1)
         {
             aeProject = argv[1];
@@ -200,4 +203,4 @@ extern "C"
         return 0;
     }
 };
-#endif
+#endif