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

/* Begin PBXBuildFile section */
		5318AA192052B83E009FB5F2 /* PDFView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5318AA132052B83D009FB5F2 /* PDFView.m */; };
		5318AA1A2052B83E009FB5F2 /* PDFViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5318AA162052B83E009FB5F2 /* PDFViewManager.m */; };
		5318AA1B2052B83E009FB5F2 /* PDFConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 5318AA182052B83E009FB5F2 /* PDFConstants.m */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
		5318AA052052B7FC009FB5F2 /* CopyFiles */ = {
			isa = PBXCopyFilesBuildPhase;
			buildActionMask = 2147483647;
			dstPath = "include/$(PRODUCT_NAME)";
			dstSubfolderSpec = 16;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
		5318AA072052B7FC009FB5F2 /* libReactNativeViewPDF.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libReactNativeViewPDF.a; sourceTree = BUILT_PRODUCTS_DIR; };
		5318AA132052B83D009FB5F2 /* PDFView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PDFView.m; sourceTree = "<group>"; };
		5318AA142052B83D009FB5F2 /* PDFView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PDFView.h; sourceTree = "<group>"; };
		5318AA152052B83E009FB5F2 /* PDFViewManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PDFViewManager.h; sourceTree = "<group>"; };
		5318AA162052B83E009FB5F2 /* PDFViewManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PDFViewManager.m; sourceTree = "<group>"; };
		5318AA172052B83E009FB5F2 /* PDFConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PDFConstants.h; sourceTree = "<group>"; };
		5318AA182052B83E009FB5F2 /* PDFConstants.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PDFConstants.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		5318AA042052B7FC009FB5F2 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		5318A9FE2052B7FC009FB5F2 = {
			isa = PBXGroup;
			children = (
				5318AA092052B7FC009FB5F2 /* ReactNativeViewPDF */,
				5318AA082052B7FC009FB5F2 /* Products */,
			);
			sourceTree = "<group>";
		};
		5318AA082052B7FC009FB5F2 /* Products */ = {
			isa = PBXGroup;
			children = (
				5318AA072052B7FC009FB5F2 /* libReactNativeViewPDF.a */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		5318AA092052B7FC009FB5F2 /* ReactNativeViewPDF */ = {
			isa = PBXGroup;
			children = (
				5318AA172052B83E009FB5F2 /* PDFConstants.h */,
				5318AA182052B83E009FB5F2 /* PDFConstants.m */,
				5318AA142052B83D009FB5F2 /* PDFView.h */,
				5318AA132052B83D009FB5F2 /* PDFView.m */,
				5318AA152052B83E009FB5F2 /* PDFViewManager.h */,
				5318AA162052B83E009FB5F2 /* PDFViewManager.m */,
			);
			path = ReactNativeViewPDF;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		5318AA062052B7FC009FB5F2 /* ReactNativeViewPDF */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 5318AA102052B7FC009FB5F2 /* Build configuration list for PBXNativeTarget "ReactNativeViewPDF" */;
			buildPhases = (
				5318AA032052B7FC009FB5F2 /* Sources */,
				5318AA042052B7FC009FB5F2 /* Frameworks */,
				5318AA052052B7FC009FB5F2 /* CopyFiles */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = ReactNativeViewPDF;
			productName = ReactNativeViewPDF;
			productReference = 5318AA072052B7FC009FB5F2 /* libReactNativeViewPDF.a */;
			productType = "com.apple.product-type.library.static";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		5318A9FF2052B7FC009FB5F2 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0900;
				ORGANIZATIONNAME = "sander frenken";
				TargetAttributes = {
					5318AA062052B7FC009FB5F2 = {
						CreatedOnToolsVersion = 9.0;
						ProvisioningStyle = Automatic;
					};
				};
			};
			buildConfigurationList = 5318AA022052B7FC009FB5F2 /* Build configuration list for PBXProject "ReactNativeViewPDF" */;
			compatibilityVersion = "Xcode 8.0";
			developmentRegion = en;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = 5318A9FE2052B7FC009FB5F2;
			productRefGroup = 5318AA082052B7FC009FB5F2 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				5318AA062052B7FC009FB5F2 /* ReactNativeViewPDF */,
			);
		};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
		5318AA032052B7FC009FB5F2 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				5318AA192052B83E009FB5F2 /* PDFView.m in Sources */,
				5318AA1B2052B83E009FB5F2 /* PDFConstants.m in Sources */,
				5318AA1A2052B83E009FB5F2 /* PDFViewManager.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		5318AA0E2052B7FC009FB5F2 /* 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;
				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
				MTL_ENABLE_DEBUG_INFO = YES;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
			};
			name = Debug;
		};
		5318AA0F2052B7FC009FB5F2 /* 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;
				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
				MTL_ENABLE_DEBUG_INFO = NO;
				SDKROOT = iphoneos;
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
		5318AA112052B7FC009FB5F2 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				CODE_SIGN_STYLE = Automatic;
				OTHER_LDFLAGS = "-ObjC";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SKIP_INSTALL = YES;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Debug;
		};
		5318AA122052B7FC009FB5F2 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				CODE_SIGN_STYLE = Automatic;
				OTHER_LDFLAGS = "-ObjC";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SKIP_INSTALL = YES;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		5318AA022052B7FC009FB5F2 /* Build configuration list for PBXProject "ReactNativeViewPDF" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				5318AA0E2052B7FC009FB5F2 /* Debug */,
				5318AA0F2052B7FC009FB5F2 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		5318AA102052B7FC009FB5F2 /* Build configuration list for PBXNativeTarget "ReactNativeViewPDF" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				5318AA112052B7FC009FB5F2 /* Debug */,
				5318AA122052B7FC009FB5F2 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 5318A9FF2052B7FC009FB5F2 /* Project object */;
}
