Converts iOS implementation from Objective-c to Swift # During the conversion process some updates to the code structure were also made - Modularize codebase from single file to smaller focused files - Untangled large nested IF statements - Added more null checks, since Swift is more strict with null pointers - Added property to allow for decoding of local video sources with self contained key for offline playback - Updates example apps to test react-native 0.63.4 and uses auto native dependency imports for android and ios
		
			
				
	
	
		
			398 lines
		
	
	
		
			16 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			398 lines
		
	
	
		
			16 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// !$*UTF8*$!
 | 
						|
{
 | 
						|
	archiveVersion = 1;
 | 
						|
	classes = {
 | 
						|
	};
 | 
						|
	objectVersion = 46;
 | 
						|
	objects = {
 | 
						|
 | 
						|
/* Begin PBXBuildFile section */
 | 
						|
		0177D39A27170A7A00F5BE18 /* RCTVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0177D39227170A7A00F5BE18 /* RCTVideoManager.swift */; };
 | 
						|
		0177D39B27170A7A00F5BE18 /* UIView+FindUIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0177D39327170A7A00F5BE18 /* UIView+FindUIViewController.swift */; };
 | 
						|
		0177D39C27170A7A00F5BE18 /* RCTVideoPlayerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0177D39427170A7A00F5BE18 /* RCTVideoPlayerViewController.swift */; };
 | 
						|
		0177D39D27170A7A00F5BE18 /* RCTVideoPlayerViewControllerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0177D39627170A7A00F5BE18 /* RCTVideoPlayerViewControllerDelegate.swift */; };
 | 
						|
		0177D39E27170A7A00F5BE18 /* RCTVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0177D39727170A7A00F5BE18 /* RCTVideoManager.m */; };
 | 
						|
		0177D39F27170A7A00F5BE18 /* RCTVideo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0177D39927170A7A00F5BE18 /* RCTVideo.swift */; };
 | 
						|
/* End PBXBuildFile section */
 | 
						|
 | 
						|
/* Begin PBXCopyFilesBuildPhase section */
 | 
						|
		58B511D91A9E6C8500147676 /* CopyFiles */ = {
 | 
						|
			isa = PBXCopyFilesBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			dstPath = "include/$(PRODUCT_NAME)";
 | 
						|
			dstSubfolderSpec = 16;
 | 
						|
			files = (
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
		641E28421F0EEC8500443AF6 /* CopyFiles */ = {
 | 
						|
			isa = PBXCopyFilesBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			dstPath = "include/$(PRODUCT_NAME)";
 | 
						|
			dstSubfolderSpec = 16;
 | 
						|
			files = (
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
/* End PBXCopyFilesBuildPhase section */
 | 
						|
 | 
						|
/* Begin PBXFileReference section */
 | 
						|
		01450CB5271D5738005D8F6B /* libRCTVideo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTVideo.a; sourceTree = BUILT_PRODUCTS_DIR; };
 | 
						|
		01489050272001A100E69940 /* DataStructures */ = {isa = PBXFileReference; lastKnownFileType = folder; name = DataStructures; path = Video/DataStructures; sourceTree = "<group>"; };
 | 
						|
		01489051272001A100E69940 /* Features */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Features; path = Video/Features; sourceTree = "<group>"; };
 | 
						|
		0177D39227170A7A00F5BE18 /* RCTVideoManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = RCTVideoManager.swift; path = Video/RCTVideoManager.swift; sourceTree = "<group>"; };
 | 
						|
		0177D39327170A7A00F5BE18 /* UIView+FindUIViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "UIView+FindUIViewController.swift"; path = "Video/UIView+FindUIViewController.swift"; sourceTree = "<group>"; };
 | 
						|
		0177D39427170A7A00F5BE18 /* RCTVideoPlayerViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = RCTVideoPlayerViewController.swift; path = Video/RCTVideoPlayerViewController.swift; sourceTree = "<group>"; };
 | 
						|
		0177D39527170A7A00F5BE18 /* RCTSwiftLog */ = {isa = PBXFileReference; lastKnownFileType = folder; name = RCTSwiftLog; path = Video/RCTSwiftLog; sourceTree = "<group>"; };
 | 
						|
		0177D39627170A7A00F5BE18 /* RCTVideoPlayerViewControllerDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = RCTVideoPlayerViewControllerDelegate.swift; path = Video/RCTVideoPlayerViewControllerDelegate.swift; sourceTree = "<group>"; };
 | 
						|
		0177D39727170A7A00F5BE18 /* RCTVideoManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RCTVideoManager.m; path = Video/RCTVideoManager.m; sourceTree = "<group>"; };
 | 
						|
		0177D39827170A7A00F5BE18 /* RCTVideo-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "RCTVideo-Bridging-Header.h"; path = "Video/RCTVideo-Bridging-Header.h"; sourceTree = "<group>"; };
 | 
						|
		0177D39927170A7A00F5BE18 /* RCTVideo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = RCTVideo.swift; path = Video/RCTVideo.swift; sourceTree = "<group>"; };
 | 
						|
		134814201AA4EA6300B7C361 /* libRCTVideo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTVideo.a; sourceTree = BUILT_PRODUCTS_DIR; };
 | 
						|
/* End PBXFileReference section */
 | 
						|
 | 
						|
/* Begin PBXFrameworksBuildPhase section */
 | 
						|
		58B511D81A9E6C8500147676 /* Frameworks */ = {
 | 
						|
			isa = PBXFrameworksBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
		641E28411F0EEC8500443AF6 /* Frameworks */ = {
 | 
						|
			isa = PBXFrameworksBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
/* End PBXFrameworksBuildPhase section */
 | 
						|
 | 
						|
/* Begin PBXGroup section */
 | 
						|
		134814211AA4EA7D00B7C361 /* Products */ = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				134814201AA4EA6300B7C361 /* libRCTVideo.a */,
 | 
						|
			);
 | 
						|
			name = Products;
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
		49E995712048B4CE00EA7890 /* Frameworks */ = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
			);
 | 
						|
			name = Frameworks;
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
		58B511D21A9E6C8500147676 = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				01489050272001A100E69940 /* DataStructures */,
 | 
						|
				01489051272001A100E69940 /* Features */,
 | 
						|
				0177D39527170A7A00F5BE18 /* RCTSwiftLog */,
 | 
						|
				0177D39927170A7A00F5BE18 /* RCTVideo.swift */,
 | 
						|
				0177D39727170A7A00F5BE18 /* RCTVideoManager.m */,
 | 
						|
				0177D39227170A7A00F5BE18 /* RCTVideoManager.swift */,
 | 
						|
				0177D39427170A7A00F5BE18 /* RCTVideoPlayerViewController.swift */,
 | 
						|
				0177D39627170A7A00F5BE18 /* RCTVideoPlayerViewControllerDelegate.swift */,
 | 
						|
				0177D39327170A7A00F5BE18 /* UIView+FindUIViewController.swift */,
 | 
						|
				0177D39827170A7A00F5BE18 /* RCTVideo-Bridging-Header.h */,
 | 
						|
				134814211AA4EA7D00B7C361 /* Products */,
 | 
						|
				49E995712048B4CE00EA7890 /* Frameworks */,
 | 
						|
				01450CB5271D5738005D8F6B /* libRCTVideo.a */,
 | 
						|
			);
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
/* End PBXGroup section */
 | 
						|
 | 
						|
/* Begin PBXNativeTarget section */
 | 
						|
		58B511DA1A9E6C8500147676 /* RCTVideo */ = {
 | 
						|
			isa = PBXNativeTarget;
 | 
						|
			buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RCTVideo" */;
 | 
						|
			buildPhases = (
 | 
						|
				58B511D71A9E6C8500147676 /* Sources */,
 | 
						|
				58B511D81A9E6C8500147676 /* Frameworks */,
 | 
						|
				58B511D91A9E6C8500147676 /* CopyFiles */,
 | 
						|
			);
 | 
						|
			buildRules = (
 | 
						|
			);
 | 
						|
			dependencies = (
 | 
						|
			);
 | 
						|
			name = RCTVideo;
 | 
						|
			productName = RCTDataManager;
 | 
						|
			productReference = 134814201AA4EA6300B7C361 /* libRCTVideo.a */;
 | 
						|
			productType = "com.apple.product-type.library.static";
 | 
						|
		};
 | 
						|
		641E28431F0EEC8500443AF6 /* RCTVideo-tvOS */ = {
 | 
						|
			isa = PBXNativeTarget;
 | 
						|
			buildConfigurationList = 641E284C1F0EEC8500443AF6 /* Build configuration list for PBXNativeTarget "RCTVideo-tvOS" */;
 | 
						|
			buildPhases = (
 | 
						|
				641E28401F0EEC8500443AF6 /* Sources */,
 | 
						|
				641E28411F0EEC8500443AF6 /* Frameworks */,
 | 
						|
				641E28421F0EEC8500443AF6 /* CopyFiles */,
 | 
						|
			);
 | 
						|
			buildRules = (
 | 
						|
			);
 | 
						|
			dependencies = (
 | 
						|
			);
 | 
						|
			name = "RCTVideo-tvOS";
 | 
						|
			productName = "RCTVideo-tvOS";
 | 
						|
			productReference = 01450CB5271D5738005D8F6B /* libRCTVideo.a */;
 | 
						|
			productType = "com.apple.product-type.library.static";
 | 
						|
		};
 | 
						|
/* End PBXNativeTarget section */
 | 
						|
 | 
						|
/* Begin PBXProject section */
 | 
						|
		58B511D31A9E6C8500147676 /* Project object */ = {
 | 
						|
			isa = PBXProject;
 | 
						|
			attributes = {
 | 
						|
				LastUpgradeCheck = 0720;
 | 
						|
				ORGANIZATIONNAME = Facebook;
 | 
						|
				TargetAttributes = {
 | 
						|
					58B511DA1A9E6C8500147676 = {
 | 
						|
						CreatedOnToolsVersion = 6.1.1;
 | 
						|
						LastSwiftMigration = 1300;
 | 
						|
					};
 | 
						|
					641E28431F0EEC8500443AF6 = {
 | 
						|
						CreatedOnToolsVersion = 8.3.3;
 | 
						|
						LastSwiftMigration = 1300;
 | 
						|
						ProvisioningStyle = Automatic;
 | 
						|
					};
 | 
						|
				};
 | 
						|
			};
 | 
						|
			buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RCTVideo" */;
 | 
						|
			compatibilityVersion = "Xcode 3.2";
 | 
						|
			developmentRegion = English;
 | 
						|
			hasScannedForEncodings = 0;
 | 
						|
			knownRegions = (
 | 
						|
				English,
 | 
						|
				en,
 | 
						|
			);
 | 
						|
			mainGroup = 58B511D21A9E6C8500147676;
 | 
						|
			productRefGroup = 58B511D21A9E6C8500147676;
 | 
						|
			projectDirPath = "";
 | 
						|
			projectRoot = "";
 | 
						|
			targets = (
 | 
						|
				58B511DA1A9E6C8500147676 /* RCTVideo */,
 | 
						|
				641E28431F0EEC8500443AF6 /* RCTVideo-tvOS */,
 | 
						|
			);
 | 
						|
		};
 | 
						|
/* End PBXProject section */
 | 
						|
 | 
						|
/* Begin PBXSourcesBuildPhase section */
 | 
						|
		58B511D71A9E6C8500147676 /* Sources */ = {
 | 
						|
			isa = PBXSourcesBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
				0177D39D27170A7A00F5BE18 /* RCTVideoPlayerViewControllerDelegate.swift in Sources */,
 | 
						|
				0177D39C27170A7A00F5BE18 /* RCTVideoPlayerViewController.swift in Sources */,
 | 
						|
				0177D39B27170A7A00F5BE18 /* UIView+FindUIViewController.swift in Sources */,
 | 
						|
				0177D39F27170A7A00F5BE18 /* RCTVideo.swift in Sources */,
 | 
						|
				0177D39E27170A7A00F5BE18 /* RCTVideoManager.m in Sources */,
 | 
						|
				0177D39A27170A7A00F5BE18 /* RCTVideoManager.swift in Sources */,
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
		641E28401F0EEC8500443AF6 /* Sources */ = {
 | 
						|
			isa = PBXSourcesBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
/* End PBXSourcesBuildPhase section */
 | 
						|
 | 
						|
/* Begin XCBuildConfiguration section */
 | 
						|
		58B511ED1A9E6C8500147676 /* Debug */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				ALWAYS_SEARCH_USER_PATHS = NO;
 | 
						|
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
 | 
						|
				CLANG_CXX_LIBRARY = "libc++";
 | 
						|
				CLANG_ENABLE_MODULES = YES;
 | 
						|
				CLANG_ENABLE_OBJC_ARC = YES;
 | 
						|
				CLANG_WARN_BOOL_CONVERSION = YES;
 | 
						|
				CLANG_WARN_CONSTANT_CONVERSION = YES;
 | 
						|
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
 | 
						|
				CLANG_WARN_EMPTY_BODY = YES;
 | 
						|
				CLANG_WARN_ENUM_CONVERSION = YES;
 | 
						|
				CLANG_WARN_INT_CONVERSION = YES;
 | 
						|
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
 | 
						|
				CLANG_WARN_UNREACHABLE_CODE = YES;
 | 
						|
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 | 
						|
				COPY_PHASE_STRIP = NO;
 | 
						|
				ENABLE_STRICT_OBJC_MSGSEND = YES;
 | 
						|
				ENABLE_TESTABILITY = YES;
 | 
						|
				GCC_C_LANGUAGE_STANDARD = gnu99;
 | 
						|
				GCC_DYNAMIC_NO_PIC = NO;
 | 
						|
				GCC_OPTIMIZATION_LEVEL = 0;
 | 
						|
				GCC_PREPROCESSOR_DEFINITIONS = (
 | 
						|
					"DEBUG=1",
 | 
						|
					"$(inherited)",
 | 
						|
				);
 | 
						|
				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
 | 
						|
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
 | 
						|
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
 | 
						|
				GCC_WARN_UNDECLARED_SELECTOR = YES;
 | 
						|
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
 | 
						|
				GCC_WARN_UNUSED_FUNCTION = YES;
 | 
						|
				GCC_WARN_UNUSED_VARIABLE = YES;
 | 
						|
				IPHONEOS_DEPLOYMENT_TARGET = 7.0;
 | 
						|
				MTL_ENABLE_DEBUG_INFO = YES;
 | 
						|
				ONLY_ACTIVE_ARCH = YES;
 | 
						|
				SDKROOT = iphoneos;
 | 
						|
			};
 | 
						|
			name = Debug;
 | 
						|
		};
 | 
						|
		58B511EE1A9E6C8500147676 /* Release */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				ALWAYS_SEARCH_USER_PATHS = NO;
 | 
						|
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
 | 
						|
				CLANG_CXX_LIBRARY = "libc++";
 | 
						|
				CLANG_ENABLE_MODULES = YES;
 | 
						|
				CLANG_ENABLE_OBJC_ARC = YES;
 | 
						|
				CLANG_WARN_BOOL_CONVERSION = YES;
 | 
						|
				CLANG_WARN_CONSTANT_CONVERSION = YES;
 | 
						|
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
 | 
						|
				CLANG_WARN_EMPTY_BODY = YES;
 | 
						|
				CLANG_WARN_ENUM_CONVERSION = YES;
 | 
						|
				CLANG_WARN_INT_CONVERSION = YES;
 | 
						|
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
 | 
						|
				CLANG_WARN_UNREACHABLE_CODE = YES;
 | 
						|
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 | 
						|
				COPY_PHASE_STRIP = YES;
 | 
						|
				ENABLE_NS_ASSERTIONS = NO;
 | 
						|
				ENABLE_STRICT_OBJC_MSGSEND = YES;
 | 
						|
				GCC_C_LANGUAGE_STANDARD = gnu99;
 | 
						|
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
 | 
						|
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
 | 
						|
				GCC_WARN_UNDECLARED_SELECTOR = YES;
 | 
						|
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
 | 
						|
				GCC_WARN_UNUSED_FUNCTION = YES;
 | 
						|
				GCC_WARN_UNUSED_VARIABLE = YES;
 | 
						|
				IPHONEOS_DEPLOYMENT_TARGET = 7.0;
 | 
						|
				MTL_ENABLE_DEBUG_INFO = NO;
 | 
						|
				SDKROOT = iphoneos;
 | 
						|
				VALIDATE_PRODUCT = YES;
 | 
						|
			};
 | 
						|
			name = Release;
 | 
						|
		};
 | 
						|
		58B511F01A9E6C8500147676 /* Debug */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				CLANG_ENABLE_MODULES = YES;
 | 
						|
				HEADER_SEARCH_PATHS = (
 | 
						|
					"$(inherited)",
 | 
						|
					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
 | 
						|
					"$(SRCROOT)/Vendor/SPTPersistentCache/include/**",
 | 
						|
				);
 | 
						|
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
 | 
						|
				LIBRARY_SEARCH_PATHS = "$(inherited)";
 | 
						|
				OTHER_LDFLAGS = "-ObjC";
 | 
						|
				PRODUCT_NAME = RCTVideo;
 | 
						|
				SKIP_INSTALL = YES;
 | 
						|
				SWIFT_OBJC_BRIDGING_HEADER = "Video/RCTVideo-Bridging-Header.h";
 | 
						|
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
 | 
						|
				SWIFT_VERSION = 5.0;
 | 
						|
			};
 | 
						|
			name = Debug;
 | 
						|
		};
 | 
						|
		58B511F11A9E6C8500147676 /* Release */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				CLANG_ENABLE_MODULES = YES;
 | 
						|
				HEADER_SEARCH_PATHS = (
 | 
						|
					"$(inherited)",
 | 
						|
					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
 | 
						|
					"$(SRCROOT)/Vendor/SPTPersistentCache/include/**",
 | 
						|
				);
 | 
						|
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
 | 
						|
				LIBRARY_SEARCH_PATHS = "$(inherited)";
 | 
						|
				OTHER_LDFLAGS = "-ObjC";
 | 
						|
				PRODUCT_NAME = RCTVideo;
 | 
						|
				SKIP_INSTALL = YES;
 | 
						|
				SWIFT_OBJC_BRIDGING_HEADER = "Video/RCTVideo-Bridging-Header.h";
 | 
						|
				SWIFT_VERSION = 5.0;
 | 
						|
			};
 | 
						|
			name = Release;
 | 
						|
		};
 | 
						|
		641E284A1F0EEC8500443AF6 /* Debug */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				CLANG_ANALYZER_NONNULL = YES;
 | 
						|
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
 | 
						|
				CLANG_ENABLE_MODULES = YES;
 | 
						|
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
 | 
						|
				CLANG_WARN_INFINITE_RECURSION = YES;
 | 
						|
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
 | 
						|
				DEBUG_INFORMATION_FORMAT = dwarf;
 | 
						|
				GCC_NO_COMMON_BLOCKS = YES;
 | 
						|
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
 | 
						|
				OTHER_LDFLAGS = "-ObjC";
 | 
						|
				PRODUCT_NAME = RCTVideo;
 | 
						|
				SDKROOT = appletvos;
 | 
						|
				SKIP_INSTALL = YES;
 | 
						|
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
 | 
						|
				SWIFT_VERSION = 5.0;
 | 
						|
				TVOS_DEPLOYMENT_TARGET = 10.2;
 | 
						|
			};
 | 
						|
			name = Debug;
 | 
						|
		};
 | 
						|
		641E284B1F0EEC8500443AF6 /* Release */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				CLANG_ANALYZER_NONNULL = YES;
 | 
						|
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
 | 
						|
				CLANG_ENABLE_MODULES = YES;
 | 
						|
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
 | 
						|
				CLANG_WARN_INFINITE_RECURSION = YES;
 | 
						|
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
 | 
						|
				COPY_PHASE_STRIP = NO;
 | 
						|
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 | 
						|
				GCC_NO_COMMON_BLOCKS = YES;
 | 
						|
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
 | 
						|
				OTHER_LDFLAGS = "-ObjC";
 | 
						|
				PRODUCT_NAME = RCTVideo;
 | 
						|
				SDKROOT = appletvos;
 | 
						|
				SKIP_INSTALL = YES;
 | 
						|
				SWIFT_VERSION = 5.0;
 | 
						|
				TVOS_DEPLOYMENT_TARGET = 10.2;
 | 
						|
			};
 | 
						|
			name = Release;
 | 
						|
		};
 | 
						|
/* End XCBuildConfiguration section */
 | 
						|
 | 
						|
/* Begin XCConfigurationList section */
 | 
						|
		58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RCTVideo" */ = {
 | 
						|
			isa = XCConfigurationList;
 | 
						|
			buildConfigurations = (
 | 
						|
				58B511ED1A9E6C8500147676 /* Debug */,
 | 
						|
				58B511EE1A9E6C8500147676 /* Release */,
 | 
						|
			);
 | 
						|
			defaultConfigurationIsVisible = 0;
 | 
						|
			defaultConfigurationName = Release;
 | 
						|
		};
 | 
						|
		58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RCTVideo" */ = {
 | 
						|
			isa = XCConfigurationList;
 | 
						|
			buildConfigurations = (
 | 
						|
				58B511F01A9E6C8500147676 /* Debug */,
 | 
						|
				58B511F11A9E6C8500147676 /* Release */,
 | 
						|
			);
 | 
						|
			defaultConfigurationIsVisible = 0;
 | 
						|
			defaultConfigurationName = Release;
 | 
						|
		};
 | 
						|
		641E284C1F0EEC8500443AF6 /* Build configuration list for PBXNativeTarget "RCTVideo-tvOS" */ = {
 | 
						|
			isa = XCConfigurationList;
 | 
						|
			buildConfigurations = (
 | 
						|
				641E284A1F0EEC8500443AF6 /* Debug */,
 | 
						|
				641E284B1F0EEC8500443AF6 /* Release */,
 | 
						|
			);
 | 
						|
			defaultConfigurationIsVisible = 0;
 | 
						|
			defaultConfigurationName = Release;
 | 
						|
		};
 | 
						|
/* End XCConfigurationList section */
 | 
						|
	};
 | 
						|
	rootObject = 58B511D31A9E6C8500147676 /* Project object */;
 | 
						|
}
 |