Commit fe3292ca authored by 7c00's avatar 7c00

更新 iOS 项目配置

parent 23d066f9
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
node_modules/ node_modules/
build/ build/
xcuserdata/ xcuserdata/
Pods/
*.iml *.iml
*.xcworkspace
local.properties local.properties
Pods/
*.xcworkspace/
\ No newline at end of file
...@@ -7,7 +7,11 @@ ...@@ -7,7 +7,11 @@
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
39F1E7511EDA0CDF0005CEAA /* AMapViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 39F1E7501EDA0CDF0005CEAA /* AMapViewManager.m */; }; 39D927782001411800857EB9 /* Coordinate.m in Sources */ = {isa = PBXBuildFile; fileRef = 39D927702001411700857EB9 /* Coordinate.m */; };
39D927792001411800857EB9 /* RCTConvert+AMap3D.m in Sources */ = {isa = PBXBuildFile; fileRef = 39D927712001411700857EB9 /* RCTConvert+AMap3D.m */; };
39D9277A2001411800857EB9 /* AMapUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 39D927742001411700857EB9 /* AMapUtils.m */; };
39D9277B2001411800857EB9 /* LocationStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = 39D927762001411800857EB9 /* LocationStyle.m */; };
39D9277C2001411800857EB9 /* AMapOffline.m in Sources */ = {isa = PBXBuildFile; fileRef = 39D927772001411800857EB9 /* AMapOffline.m */; };
/* End PBXBuildFile section */ /* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */ /* Begin PBXCopyFilesBuildPhase section */
...@@ -24,7 +28,15 @@ ...@@ -24,7 +28,15 @@
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
134814201AA4EA6300B7C361 /* libAMap3D.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libAMap3D.a; sourceTree = BUILT_PRODUCTS_DIR; }; 134814201AA4EA6300B7C361 /* libAMap3D.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libAMap3D.a; sourceTree = BUILT_PRODUCTS_DIR; };
39F1E7501EDA0CDF0005CEAA /* AMapViewManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AMapViewManager.m; sourceTree = "<group>"; }; 39D9276F2001411700857EB9 /* Coordinate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Coordinate.h; path = AMap3D/Coordinate.h; sourceTree = "<group>"; };
39D927702001411700857EB9 /* Coordinate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Coordinate.m; path = AMap3D/Coordinate.m; sourceTree = "<group>"; };
39D927712001411700857EB9 /* RCTConvert+AMap3D.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+AMap3D.m"; path = "AMap3D/RCTConvert+AMap3D.m"; sourceTree = "<group>"; };
39D927722001411700857EB9 /* maps */ = {isa = PBXFileReference; lastKnownFileType = folder; name = maps; path = AMap3D/maps; sourceTree = "<group>"; };
39D927732001411700857EB9 /* navigation */ = {isa = PBXFileReference; lastKnownFileType = folder; name = navigation; path = AMap3D/navigation; sourceTree = "<group>"; };
39D927742001411700857EB9 /* AMapUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AMapUtils.m; path = AMap3D/AMapUtils.m; sourceTree = "<group>"; };
39D927752001411800857EB9 /* LocationStyle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LocationStyle.h; path = AMap3D/LocationStyle.h; sourceTree = "<group>"; };
39D927762001411800857EB9 /* LocationStyle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = LocationStyle.m; path = AMap3D/LocationStyle.m; sourceTree = "<group>"; };
39D927772001411800857EB9 /* AMapOffline.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AMapOffline.m; path = AMap3D/AMapOffline.m; sourceTree = "<group>"; };
/* End PBXFileReference section */ /* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */
...@@ -49,7 +61,15 @@ ...@@ -49,7 +61,15 @@
58B511D21A9E6C8500147676 = { 58B511D21A9E6C8500147676 = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
39F1E7501EDA0CDF0005CEAA /* AMapViewManager.m */, 39D927772001411800857EB9 /* AMapOffline.m */,
39D927742001411700857EB9 /* AMapUtils.m */,
39D9276F2001411700857EB9 /* Coordinate.h */,
39D927702001411700857EB9 /* Coordinate.m */,
39D927752001411800857EB9 /* LocationStyle.h */,
39D927762001411800857EB9 /* LocationStyle.m */,
39D927722001411700857EB9 /* maps */,
39D927732001411700857EB9 /* navigation */,
39D927712001411700857EB9 /* RCTConvert+AMap3D.m */,
134814211AA4EA7D00B7C361 /* Products */, 134814211AA4EA7D00B7C361 /* Products */,
); );
sourceTree = "<group>"; sourceTree = "<group>";
...@@ -110,7 +130,11 @@ ...@@ -110,7 +130,11 @@
isa = PBXSourcesBuildPhase; isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
39F1E7511EDA0CDF0005CEAA /* AMapViewManager.m in Sources */, 39D9277B2001411800857EB9 /* LocationStyle.m in Sources */,
39D927782001411800857EB9 /* Coordinate.m in Sources */,
39D927792001411800857EB9 /* RCTConvert+AMap3D.m in Sources */,
39D9277A2001411800857EB9 /* AMapUtils.m in Sources */,
39D9277C2001411800857EB9 /* AMapOffline.m in Sources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment