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

/* Begin PBXBuildFile section */
		E078BC462510472900CD441A /* LocationStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = E078BC412510472900CD441A /* LocationStyle.m */; };
		E078BC472510472900CD441A /* AMapOffline.m in Sources */ = {isa = PBXBuildFile; fileRef = E078BC442510472900CD441A /* AMapOffline.m */; };
		E078BC482510472900CD441A /* Coordinate.m in Sources */ = {isa = PBXBuildFile; fileRef = E078BC452510472900CD441A /* Coordinate.m */; };
		E078BC652510473300CD441A /* AMapPolylineManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E078BC4C2510473300CD441A /* AMapPolylineManager.m */; };
		E078BC662510473300CD441A /* AMapCalloutManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E078BC4D2510473300CD441A /* AMapCalloutManager.m */; };
		E078BC672510473300CD441A /* AMapViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E078BC502510473300CD441A /* AMapViewManager.m */; };
		E078BC682510473300CD441A /* AMapHeatMapManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E078BC522510473300CD441A /* AMapHeatMapManager.m */; };
		E078BC692510473300CD441A /* AMapPolyline.m in Sources */ = {isa = PBXBuildFile; fileRef = E078BC542510473300CD441A /* AMapPolyline.m */; };
		E078BC6A2510473300CD441A /* AMapMultiPointManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E078BC552510473300CD441A /* AMapMultiPointManager.m */; };
		E078BC6B2510473300CD441A /* AMapMarkerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E078BC562510473300CD441A /* AMapMarkerManager.m */; };
		E078BC6C2510473300CD441A /* AMapMultiPoint.m in Sources */ = {isa = PBXBuildFile; fileRef = E078BC592510473300CD441A /* AMapMultiPoint.m */; };
		E078BC6D2510473300CD441A /* AMapPolygonManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E078BC5A2510473300CD441A /* AMapPolygonManager.m */; };
		E078BC6E2510473300CD441A /* AMapPolygon.m in Sources */ = {isa = PBXBuildFile; fileRef = E078BC5B2510473300CD441A /* AMapPolygon.m */; };
		E078BC6F2510473300CD441A /* AMapMarker.m in Sources */ = {isa = PBXBuildFile; fileRef = E078BC5C2510473300CD441A /* AMapMarker.m */; };
		E078BC702510473300CD441A /* AMapHeatMap.m in Sources */ = {isa = PBXBuildFile; fileRef = E078BC5D2510473300CD441A /* AMapHeatMap.m */; };
		E078BC712510473300CD441A /* AMapCircleManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E078BC5E2510473300CD441A /* AMapCircleManager.m */; };
		E078BC722510473300CD441A /* AMapCallout.m in Sources */ = {isa = PBXBuildFile; fileRef = E078BC5F2510473300CD441A /* AMapCallout.m */; };
		E078BC732510473300CD441A /* AMapView.m in Sources */ = {isa = PBXBuildFile; fileRef = E078BC602510473300CD441A /* AMapView.m */; };
		E078BC742510473300CD441A /* AMapCircle.m in Sources */ = {isa = PBXBuildFile; fileRef = E078BC612510473300CD441A /* AMapCircle.m */; };
		E078BC752510473300CD441A /* AMapOverlay.m in Sources */ = {isa = PBXBuildFile; fileRef = E078BC622510473300CD441A /* AMapOverlay.m */; };
		E078BC762510473300CD441A /* RCTConvert+AMap3D.m in Sources */ = {isa = PBXBuildFile; fileRef = E078BC642510473300CD441A /* RCTConvert+AMap3D.m */; };
		E078BC9E2513131000CD441A /* AMapUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = E078BC9C2513131000CD441A /* AMapUtility.m */; };
/* End PBXBuildFile section */

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

/* Begin PBXFileReference section */
		134814201AA4EA6300B7C361 /* libreact-native-amapnavi.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libreact-native-amapnavi.a"; sourceTree = BUILT_PRODUCTS_DIR; };
		E078BC412510472900CD441A /* LocationStyle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LocationStyle.m; sourceTree = "<group>"; };
		E078BC422510472900CD441A /* Coordinate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Coordinate.h; sourceTree = "<group>"; };
		E078BC432510472900CD441A /* LocationStyle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LocationStyle.h; sourceTree = "<group>"; };
		E078BC442510472900CD441A /* AMapOffline.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AMapOffline.m; sourceTree = "<group>"; };
		E078BC452510472900CD441A /* Coordinate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Coordinate.m; sourceTree = "<group>"; };
		E078BC4A2510473300CD441A /* AMapPolygon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AMapPolygon.h; sourceTree = "<group>"; };
		E078BC4B2510473300CD441A /* AMapMultiPoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AMapMultiPoint.h; sourceTree = "<group>"; };
		E078BC4C2510473300CD441A /* AMapPolylineManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AMapPolylineManager.m; sourceTree = "<group>"; };
		E078BC4D2510473300CD441A /* AMapCalloutManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AMapCalloutManager.m; sourceTree = "<group>"; };
		E078BC4E2510473300CD441A /* AMapCallout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AMapCallout.h; sourceTree = "<group>"; };
		E078BC4F2510473300CD441A /* AMapHeatMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AMapHeatMap.h; sourceTree = "<group>"; };
		E078BC502510473300CD441A /* AMapViewManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AMapViewManager.m; sourceTree = "<group>"; };
		E078BC512510473300CD441A /* AMapMarker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AMapMarker.h; sourceTree = "<group>"; };
		E078BC522510473300CD441A /* AMapHeatMapManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AMapHeatMapManager.m; sourceTree = "<group>"; };
		E078BC532510473300CD441A /* AMapOverlay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AMapOverlay.h; sourceTree = "<group>"; };
		E078BC542510473300CD441A /* AMapPolyline.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AMapPolyline.m; sourceTree = "<group>"; };
		E078BC552510473300CD441A /* AMapMultiPointManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AMapMultiPointManager.m; sourceTree = "<group>"; };
		E078BC562510473300CD441A /* AMapMarkerManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AMapMarkerManager.m; sourceTree = "<group>"; };
		E078BC572510473300CD441A /* AMapCircle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AMapCircle.h; sourceTree = "<group>"; };
		E078BC582510473300CD441A /* AMapView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AMapView.h; sourceTree = "<group>"; };
		E078BC592510473300CD441A /* AMapMultiPoint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AMapMultiPoint.m; sourceTree = "<group>"; };
		E078BC5A2510473300CD441A /* AMapPolygonManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AMapPolygonManager.m; sourceTree = "<group>"; };
		E078BC5B2510473300CD441A /* AMapPolygon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AMapPolygon.m; sourceTree = "<group>"; };
		E078BC5C2510473300CD441A /* AMapMarker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AMapMarker.m; sourceTree = "<group>"; };
		E078BC5D2510473300CD441A /* AMapHeatMap.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AMapHeatMap.m; sourceTree = "<group>"; };
		E078BC5E2510473300CD441A /* AMapCircleManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AMapCircleManager.m; sourceTree = "<group>"; };
		E078BC5F2510473300CD441A /* AMapCallout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AMapCallout.m; sourceTree = "<group>"; };
		E078BC602510473300CD441A /* AMapView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AMapView.m; sourceTree = "<group>"; };
		E078BC612510473300CD441A /* AMapCircle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AMapCircle.m; sourceTree = "<group>"; };
		E078BC622510473300CD441A /* AMapOverlay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AMapOverlay.m; sourceTree = "<group>"; };
		E078BC632510473300CD441A /* AMapPolyline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AMapPolyline.h; sourceTree = "<group>"; };
		E078BC642510473300CD441A /* RCTConvert+AMap3D.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+AMap3D.m"; sourceTree = "<group>"; };
		E078BC8A251312F300CD441A /* AMapPathPolyline.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AMapPathPolyline.m; sourceTree = "<group>"; };
		E078BC8B251312F300CD441A /* AMapPathMultiPolyline.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AMapPathMultiPolyline.h; sourceTree = "<group>"; };
		E078BC8C251312F300CD441A /* AMapLineDashPolyline.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AMapLineDashPolyline.h; sourceTree = "<group>"; };
		E078BC8D251312F300CD441A /* AMapDrivePathView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AMapDrivePathView.m; sourceTree = "<group>"; };
		E078BC8E251312F300CD441A /* AMapPathAnnotation.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AMapPathAnnotation.m; sourceTree = "<group>"; };
		E078BC8F251312F300CD441A /* AMapRidePathView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AMapRidePathView.m; sourceTree = "<group>"; };
		E078BC90251312F300CD441A /* AMapPathRoute.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AMapPathRoute.m; sourceTree = "<group>"; };
		E078BC91251312F300CD441A /* AMapPathRouteView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AMapPathRouteView.m; sourceTree = "<group>"; };
		E078BC92251312F300CD441A /* AMapWalkPathView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AMapWalkPathView.h; sourceTree = "<group>"; };
		E078BC93251312F300CD441A /* AMapPathPolyline.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AMapPathPolyline.h; sourceTree = "<group>"; };
		E078BC94251312F300CD441A /* AMapPathMultiPolyline.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AMapPathMultiPolyline.m; sourceTree = "<group>"; };
		E078BC95251312F300CD441A /* AMapDrivePathView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AMapDrivePathView.h; sourceTree = "<group>"; };
		E078BC96251312F300CD441A /* AMapLineDashPolyline.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AMapLineDashPolyline.m; sourceTree = "<group>"; };
		E078BC97251312F300CD441A /* AMapRidePathView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AMapRidePathView.h; sourceTree = "<group>"; };
		E078BC98251312F300CD441A /* AMapPathAnnotation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AMapPathAnnotation.h; sourceTree = "<group>"; };
		E078BC99251312F300CD441A /* AMapWalkPathView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AMapWalkPathView.m; sourceTree = "<group>"; };
		E078BC9A251312F300CD441A /* AMapPathRouteView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AMapPathRouteView.h; sourceTree = "<group>"; };
		E078BC9B251312F300CD441A /* AMapPathRoute.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AMapPathRoute.h; sourceTree = "<group>"; };
		E078BC9C2513131000CD441A /* AMapUtility.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AMapUtility.m; sourceTree = SOURCE_ROOT; };
		E078BC9D2513131000CD441A /* AMapUtility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AMapUtility.h; sourceTree = SOURCE_ROOT; };
		E078BCA02513137800CD441A /* Image.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Image.xcassets; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
		134814211AA4EA7D00B7C361 /* Products */ = {
			isa = PBXGroup;
			children = (
				134814201AA4EA6300B7C361 /* libreact-native-amapnavi.a */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		520DBF75F7E8690F6BF26643 /* Frameworks */ = {
			isa = PBXGroup;
			children = (
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		58B511D21A9E6C8500147676 = {
			isa = PBXGroup;
			children = (
				E078BC9F2513133F00CD441A /* Resource */,
				E078BC89251312F300CD441A /* routes */,
				E078BC492510473300CD441A /* maps */,
				E078BC642510473300CD441A /* RCTConvert+AMap3D.m */,
				E078BC442510472900CD441A /* AMapOffline.m */,
				E078BC422510472900CD441A /* Coordinate.h */,
				E078BC452510472900CD441A /* Coordinate.m */,
				E078BC432510472900CD441A /* LocationStyle.h */,
				E078BC412510472900CD441A /* LocationStyle.m */,
				E078BC9D2513131000CD441A /* AMapUtility.h */,
				E078BC9C2513131000CD441A /* AMapUtility.m */,
				134814211AA4EA7D00B7C361 /* Products */,
				520DBF75F7E8690F6BF26643 /* Frameworks */,
			);
			sourceTree = "<group>";
		};
		E078BC492510473300CD441A /* maps */ = {
			isa = PBXGroup;
			children = (
				E078BC4A2510473300CD441A /* AMapPolygon.h */,
				E078BC4B2510473300CD441A /* AMapMultiPoint.h */,
				E078BC4C2510473300CD441A /* AMapPolylineManager.m */,
				E078BC4D2510473300CD441A /* AMapCalloutManager.m */,
				E078BC4E2510473300CD441A /* AMapCallout.h */,
				E078BC4F2510473300CD441A /* AMapHeatMap.h */,
				E078BC502510473300CD441A /* AMapViewManager.m */,
				E078BC512510473300CD441A /* AMapMarker.h */,
				E078BC522510473300CD441A /* AMapHeatMapManager.m */,
				E078BC532510473300CD441A /* AMapOverlay.h */,
				E078BC542510473300CD441A /* AMapPolyline.m */,
				E078BC552510473300CD441A /* AMapMultiPointManager.m */,
				E078BC562510473300CD441A /* AMapMarkerManager.m */,
				E078BC572510473300CD441A /* AMapCircle.h */,
				E078BC582510473300CD441A /* AMapView.h */,
				E078BC592510473300CD441A /* AMapMultiPoint.m */,
				E078BC5A2510473300CD441A /* AMapPolygonManager.m */,
				E078BC5B2510473300CD441A /* AMapPolygon.m */,
				E078BC5C2510473300CD441A /* AMapMarker.m */,
				E078BC5D2510473300CD441A /* AMapHeatMap.m */,
				E078BC5E2510473300CD441A /* AMapCircleManager.m */,
				E078BC5F2510473300CD441A /* AMapCallout.m */,
				E078BC602510473300CD441A /* AMapView.m */,
				E078BC612510473300CD441A /* AMapCircle.m */,
				E078BC622510473300CD441A /* AMapOverlay.m */,
				E078BC632510473300CD441A /* AMapPolyline.h */,
			);
			path = maps;
			sourceTree = "<group>";
		};
		E078BC89251312F300CD441A /* routes */ = {
			isa = PBXGroup;
			children = (
				E078BC8A251312F300CD441A /* AMapPathPolyline.m */,
				E078BC8B251312F300CD441A /* AMapPathMultiPolyline.h */,
				E078BC8C251312F300CD441A /* AMapLineDashPolyline.h */,
				E078BC8D251312F300CD441A /* AMapDrivePathView.m */,
				E078BC8E251312F300CD441A /* AMapPathAnnotation.m */,
				E078BC8F251312F300CD441A /* AMapRidePathView.m */,
				E078BC90251312F300CD441A /* AMapPathRoute.m */,
				E078BC91251312F300CD441A /* AMapPathRouteView.m */,
				E078BC92251312F300CD441A /* AMapWalkPathView.h */,
				E078BC93251312F300CD441A /* AMapPathPolyline.h */,
				E078BC94251312F300CD441A /* AMapPathMultiPolyline.m */,
				E078BC95251312F300CD441A /* AMapDrivePathView.h */,
				E078BC96251312F300CD441A /* AMapLineDashPolyline.m */,
				E078BC97251312F300CD441A /* AMapRidePathView.h */,
				E078BC98251312F300CD441A /* AMapPathAnnotation.h */,
				E078BC99251312F300CD441A /* AMapWalkPathView.m */,
				E078BC9A251312F300CD441A /* AMapPathRouteView.h */,
				E078BC9B251312F300CD441A /* AMapPathRoute.h */,
			);
			path = routes;
			sourceTree = "<group>";
		};
		E078BC9F2513133F00CD441A /* Resource */ = {
			isa = PBXGroup;
			children = (
				E078BCA02513137800CD441A /* Image.xcassets */,
			);
			path = Resource;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		58B511DA1A9E6C8500147676 /* react-native-amapnavi */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "react-native-amapnavi" */;
			buildPhases = (
				F1DBC5F983630E651B7B7FDC /* [CP] Check Pods Manifest.lock */,
				58B511D71A9E6C8500147676 /* Sources */,
				58B511D81A9E6C8500147676 /* Frameworks */,
				58B511D91A9E6C8500147676 /* CopyFiles */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = "react-native-amapnavi";
			productName = RCTDataManager;
			productReference = 134814201AA4EA6300B7C361 /* libreact-native-amapnavi.a */;
			productType = "com.apple.product-type.library.static";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		58B511D31A9E6C8500147676 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0920;
				ORGANIZATIONNAME = ShoYoo;
				TargetAttributes = {
					58B511DA1A9E6C8500147676 = {
						CreatedOnToolsVersion = 6.1.1;
					};
				};
			};
			buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "react-native-amapnavi" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				English,
				en,
			);
			mainGroup = 58B511D21A9E6C8500147676;
			productRefGroup = 58B511D21A9E6C8500147676;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				58B511DA1A9E6C8500147676 /* react-native-amapnavi */,
			);
		};
/* End PBXProject section */

/* Begin PBXShellScriptBuildPhase section */
		F1DBC5F983630E651B7B7FDC /* [CP] Check Pods Manifest.lock */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputFileListPaths = (
			);
			inputPaths = (
				"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
				"${PODS_ROOT}/Manifest.lock",
			);
			name = "[CP] Check Pods Manifest.lock";
			outputFileListPaths = (
			);
			outputPaths = (
				"$(DERIVED_FILE_DIR)/Pods-react-native-amapnavi-checkManifestLockResult.txt",
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n    # print error to STDERR\n    echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n    exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
			showEnvVarsInLog = 0;
		};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		58B511D71A9E6C8500147676 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				E078BC6B2510473300CD441A /* AMapMarkerManager.m in Sources */,
				E078BC472510472900CD441A /* AMapOffline.m in Sources */,
				E078BC682510473300CD441A /* AMapHeatMapManager.m in Sources */,
				E078BC722510473300CD441A /* AMapCallout.m in Sources */,
				E078BC672510473300CD441A /* AMapViewManager.m in Sources */,
				E078BC482510472900CD441A /* Coordinate.m in Sources */,
				E078BC762510473300CD441A /* RCTConvert+AMap3D.m in Sources */,
				E078BC6D2510473300CD441A /* AMapPolygonManager.m in Sources */,
				E078BC702510473300CD441A /* AMapHeatMap.m in Sources */,
				E078BC9E2513131000CD441A /* AMapUtility.m in Sources */,
				E078BC6C2510473300CD441A /* AMapMultiPoint.m in Sources */,
				E078BC6A2510473300CD441A /* AMapMultiPointManager.m in Sources */,
				E078BC742510473300CD441A /* AMapCircle.m in Sources */,
				E078BC692510473300CD441A /* AMapPolyline.m in Sources */,
				E078BC712510473300CD441A /* AMapCircleManager.m in Sources */,
				E078BC752510473300CD441A /* AMapOverlay.m in Sources */,
				E078BC652510473300CD441A /* AMapPolylineManager.m in Sources */,
				E078BC662510473300CD441A /* AMapCalloutManager.m in Sources */,
				E078BC462510472900CD441A /* LocationStyle.m in Sources */,
				E078BC732510473300CD441A /* AMapView.m in Sources */,
				E078BC6F2510473300CD441A /* AMapMarker.m in Sources */,
				E078BC6E2510473300CD441A /* AMapPolygon.m in Sources */,
			);
			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_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_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_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_NO_COMMON_BLOCKS = YES;
				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 = 9.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_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_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_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_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;
		};
		58B511F01A9E6C8500147676 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				HEADER_SEARCH_PATHS = (
					"$(inherited)",
					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
					"$(SRCROOT)/../../../React/**",
					"$(SRCROOT)/../../react-native/React/**",
				);
				LIBRARY_SEARCH_PATHS = "$(inherited)";
				OTHER_LDFLAGS = "-ObjC";
				PRODUCT_NAME = "react-native-amapnavi";
				SKIP_INSTALL = YES;
			};
			name = Debug;
		};
		58B511F11A9E6C8500147676 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				HEADER_SEARCH_PATHS = (
					"$(inherited)",
					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
					"$(SRCROOT)/../../../React/**",
					"$(SRCROOT)/../../react-native/React/**",
				);
				LIBRARY_SEARCH_PATHS = "$(inherited)";
				OTHER_LDFLAGS = "-ObjC";
				PRODUCT_NAME = "react-native-amapnavi";
				SKIP_INSTALL = YES;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "react-native-amapnavi" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				58B511ED1A9E6C8500147676 /* Debug */,
				58B511EE1A9E6C8500147676 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "react-native-amapnavi" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				58B511F01A9E6C8500147676 /* Debug */,
				58B511F11A9E6C8500147676 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 58B511D31A9E6C8500147676 /* Project object */;
}
