// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 48;
	objects = {

/* Begin PBXBuildFile section */
		A2D214AB200448AF00CA8A2B /* RCTAudioPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = A2D214AA200448AF00CA8A2B /* RCTAudioPlayer.m */; };
		A2D214AC200448AF00CA8A2B /* RCTAudioPlayer.h in Copy Files */ = {isa = PBXBuildFile; fileRef = A2D214A9200448AF00CA8A2B /* RCTAudioPlayer.h */; };
		A2D214BB20044A3500CA8A2B /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A2D214BA20044A3500CA8A2B /* AVFoundation.framework */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
		A2D214A4200448AF00CA8A2B /* Copy Files */ = {
			isa = PBXCopyFilesBuildPhase;
			buildActionMask = 2147483647;
			dstPath = "include/$(PRODUCT_NAME)";
			dstSubfolderSpec = 16;
			files = (
				A2D214AC200448AF00CA8A2B /* RCTAudioPlayer.h in Copy Files */,
			);
			name = "Copy Files";
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
		A2D214A6200448AF00CA8A2B /* libRCTAudioPlayer.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTAudioPlayer.a; sourceTree = BUILT_PRODUCTS_DIR; };
		A2D214A9200448AF00CA8A2B /* RCTAudioPlayer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RCTAudioPlayer.h; sourceTree = "<group>"; };
		A2D214AA200448AF00CA8A2B /* RCTAudioPlayer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RCTAudioPlayer.m; sourceTree = "<group>"; };
		A2D214BA20044A3500CA8A2B /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		A2D214A3200448AF00CA8A2B /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				A2D214BB20044A3500CA8A2B /* AVFoundation.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		A2D2149D200448AF00CA8A2B = {
			isa = PBXGroup;
			children = (
				A2D214A8200448AF00CA8A2B /* RCTAudioPlayer */,
				A2D214A7200448AF00CA8A2B /* Products */,
				A2D214B920044A3400CA8A2B /* Frameworks */,
			);
			sourceTree = "<group>";
		};
		A2D214A7200448AF00CA8A2B /* Products */ = {
			isa = PBXGroup;
			children = (
				A2D214A6200448AF00CA8A2B /* libRCTAudioPlayer.a */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		A2D214A8200448AF00CA8A2B /* RCTAudioPlayer */ = {
			isa = PBXGroup;
			children = (
				A2D214A9200448AF00CA8A2B /* RCTAudioPlayer.h */,
				A2D214AA200448AF00CA8A2B /* RCTAudioPlayer.m */,
			);
			path = RCTAudioPlayer;
			sourceTree = "<group>";
		};
		A2D214B920044A3400CA8A2B /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				A2D214BA20044A3500CA8A2B /* AVFoundation.framework */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		A2D214A5200448AF00CA8A2B /* RCTAudioPlayer */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = A2D214AF200448AF00CA8A2B /* Build configuration list for PBXNativeTarget "RCTAudioPlayer" */;
			buildPhases = (
				A2D214A2200448AF00CA8A2B /* Sources */,
				A2D214A3200448AF00CA8A2B /* Frameworks */,
				A2D214A4200448AF00CA8A2B /* Copy Files */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = RCTAudioPlayer;
			productName = RTCAudioPlayer;
			productReference = A2D214A6200448AF00CA8A2B /* libRCTAudioPlayer.a */;
			productType = "com.apple.product-type.library.static";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		A2D2149E200448AF00CA8A2B /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0920;
				ORGANIZATIONNAME = "Holly Liu";
				TargetAttributes = {
					A2D214A5200448AF00CA8A2B = {
						CreatedOnToolsVersion = 9.2;
						ProvisioningStyle = Automatic;
					};
				};
			};
			buildConfigurationList = A2D214A1200448AF00CA8A2B /* Build configuration list for PBXProject "RCTAudioPlayer" */;
			compatibilityVersion = "Xcode 8.0";
			developmentRegion = en;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = A2D2149D200448AF00CA8A2B;
			productRefGroup = A2D214A7200448AF00CA8A2B /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				A2D214A5200448AF00CA8A2B /* RCTAudioPlayer */,
			);
		};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
		A2D214A2200448AF00CA8A2B /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				A2D214AB200448AF00CA8A2B /* RCTAudioPlayer.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		A2D214AD200448AF00CA8A2B /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
				CLANG_WARN_STRICT_PROTOTYPES = YES;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				CODE_SIGN_IDENTITY = "iPhone Developer";
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = dwarf;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				ENABLE_TESTABILITY = YES;
				GCC_C_LANGUAGE_STANDARD = gnu11;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				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;
				HEADER_SEARCH_PATHS = "";
				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
				MTL_ENABLE_DEBUG_INFO = YES;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
			};
			name = Debug;
		};
		A2D214AE200448AF00CA8A2B /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
				CLANG_WARN_STRICT_PROTOTYPES = YES;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				CODE_SIGN_IDENTITY = "iPhone Developer";
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				ENABLE_NS_ASSERTIONS = NO;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				GCC_C_LANGUAGE_STANDARD = gnu11;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				HEADER_SEARCH_PATHS = "";
				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
				MTL_ENABLE_DEBUG_INFO = NO;
				SDKROOT = iphoneos;
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
		A2D214B0200448AF00CA8A2B /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				CODE_SIGN_STYLE = Automatic;
				DEVELOPMENT_TEAM = GNNW68E44D;
				HEADER_SEARCH_PATHS = (
					"$(inherited)",
					"$(SRCROOT)/../../react-native/React",
					"$(SRCROOT)/../../react-native/Libraries",
				);
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"$(PROJECT_DIR)/RCTAudioPlayer",
				);
				OTHER_LDFLAGS = "-ObjC";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SKIP_INSTALL = YES;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Debug;
		};
		A2D214B1200448AF00CA8A2B /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				CODE_SIGN_STYLE = Automatic;
				DEVELOPMENT_TEAM = GNNW68E44D;
				HEADER_SEARCH_PATHS = (
					"$(inherited)",
					"$(SRCROOT)/../../react-native/React",
					"$(SRCROOT)/../../react-native/Libraries",
				);
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"$(PROJECT_DIR)/RCTAudioPlayer",
				);
				OTHER_LDFLAGS = "-ObjC";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SKIP_INSTALL = YES;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		A2D214A1200448AF00CA8A2B /* Build configuration list for PBXProject "RCTAudioPlayer" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				A2D214AD200448AF00CA8A2B /* Debug */,
				A2D214AE200448AF00CA8A2B /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		A2D214AF200448AF00CA8A2B /* Build configuration list for PBXNativeTarget "RCTAudioPlayer" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				A2D214B0200448AF00CA8A2B /* Debug */,
				A2D214B1200448AF00CA8A2B /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = A2D2149E200448AF00CA8A2B /* Project object */;
}
