...
|
...
|
@@ -83,6 +83,8 @@ |
|
|
B8F3FC650EA2E792004D8F85 /* RMMarker.m in Sources */ = {isa = PBXBuildFile; fileRef = B8F3FC630EA2E792004D8F85 /* RMMarker.m */; };
|
|
|
D1437B36122869E400888DAE /* RMDBMapSource.m in Sources */ = {isa = PBXBuildFile; fileRef = D1437B32122869E400888DAE /* RMDBMapSource.m */; };
|
|
|
D1437B37122869E400888DAE /* RMDBMapSource.h in Headers */ = {isa = PBXBuildFile; fileRef = D1437B33122869E400888DAE /* RMDBMapSource.h */; };
|
|
|
DD1985C1165C5F6400DF667F /* RMTileMillSource.h in Headers */ = {isa = PBXBuildFile; fileRef = DD1985BF165C5F6400DF667F /* RMTileMillSource.h */; };
|
|
|
DD1985C2165C5F6400DF667F /* RMTileMillSource.m in Sources */ = {isa = PBXBuildFile; fileRef = DD1985C0165C5F6400DF667F /* RMTileMillSource.m */; };
|
|
|
DD1E3C6E161F954F004FC649 /* SMCalloutView.h in Headers */ = {isa = PBXBuildFile; fileRef = DD1E3C6C161F954F004FC649 /* SMCalloutView.h */; };
|
|
|
DD1E3C6F161F954F004FC649 /* SMCalloutView.m in Sources */ = {isa = PBXBuildFile; fileRef = DD1E3C6D161F954F004FC649 /* SMCalloutView.m */; };
|
|
|
DD2B374514CF8041008DE8CB /* FMDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = DD2B373F14CF8041008DE8CB /* FMDatabase.h */; };
|
...
|
...
|
@@ -233,6 +235,8 @@ |
|
|
B8F3FC630EA2E792004D8F85 /* RMMarker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RMMarker.m; sourceTree = "<group>"; };
|
|
|
D1437B32122869E400888DAE /* RMDBMapSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RMDBMapSource.m; sourceTree = "<group>"; };
|
|
|
D1437B33122869E400888DAE /* RMDBMapSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMDBMapSource.h; sourceTree = "<group>"; };
|
|
|
DD1985BF165C5F6400DF667F /* RMTileMillSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMTileMillSource.h; sourceTree = "<group>"; };
|
|
|
DD1985C0165C5F6400DF667F /* RMTileMillSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RMTileMillSource.m; sourceTree = "<group>"; };
|
|
|
DD1E3C6C161F954F004FC649 /* SMCalloutView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SMCalloutView.h; path = SMCalloutView/SMCalloutView.h; sourceTree = "<group>"; };
|
|
|
DD1E3C6D161F954F004FC649 /* SMCalloutView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SMCalloutView.m; path = SMCalloutView/SMCalloutView.m; sourceTree = "<group>"; };
|
|
|
DD2B373F14CF8041008DE8CB /* FMDatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FMDatabase.h; sourceTree = "<group>"; };
|
...
|
...
|
@@ -351,6 +355,8 @@ |
|
|
B83E64EE0E80E73F001663B6 /* RMOpenStreetMapSource.m */,
|
|
|
DD4195C7162356900049E6BA /* RMBingSource.h */,
|
|
|
DD4195C8162356900049E6BA /* RMBingSource.m */,
|
|
|
DD1985BF165C5F6400DF667F /* RMTileMillSource.h */,
|
|
|
DD1985C0165C5F6400DF667F /* RMTileMillSource.m */,
|
|
|
);
|
|
|
name = "Map Sources";
|
|
|
sourceTree = "<group>";
|
...
|
...
|
@@ -688,6 +694,7 @@ |
|
|
DDE357F0165223A3001DB842 /* RMShapeAnnotation.h in Headers */,
|
|
|
DDE357F416522661001DB842 /* RMPolylineAnnotation.h in Headers */,
|
|
|
DDE357F816522CD8001DB842 /* RMPolygonAnnotation.h in Headers */,
|
|
|
DD1985C1165C5F6400DF667F /* RMTileMillSource.h in Headers */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
...
|
...
|
@@ -839,6 +846,7 @@ |
|
|
DDE357F1165223A3001DB842 /* RMShapeAnnotation.m in Sources */,
|
|
|
DDE357F516522661001DB842 /* RMPolylineAnnotation.m in Sources */,
|
|
|
DDE357F916522CD8001DB842 /* RMPolygonAnnotation.m in Sources */,
|
|
|
DD1985C2165C5F6400DF667F /* RMTileMillSource.m in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
...
|
...
|
|