...
|
...
|
@@ -80,6 +80,9 @@ |
|
|
B8C974CA0E8A9C30007D16AD /* RMCachedTileSource.h in Headers */ = {isa = PBXBuildFile; fileRef = B8C974C80E8A9C30007D16AD /* RMCachedTileSource.h */; };
|
|
|
B8C974CB0E8A9C30007D16AD /* RMCachedTileSource.m in Sources */ = {isa = PBXBuildFile; fileRef = B8C974C90E8A9C30007D16AD /* RMCachedTileSource.m */; };
|
|
|
B8C9787B0E8BE130007D16AD /* libMapView.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B8C974590E8A19B2007D16AD /* libMapView.a */; };
|
|
|
B8F3FC610EA2B382004D8F85 /* RMMapLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = B8F3FC600EA2B382004D8F85 /* RMMapLayer.m */; };
|
|
|
B8F3FC640EA2E792004D8F85 /* RMMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = B8F3FC620EA2E792004D8F85 /* RMMarker.h */; };
|
|
|
B8F3FC650EA2E792004D8F85 /* RMMarker.m in Sources */ = {isa = PBXBuildFile; fileRef = B8F3FC630EA2E792004D8F85 /* RMMarker.m */; };
|
|
|
B8FA92190E9315EC003A9FE6 /* RMLayerSet.h in Headers */ = {isa = PBXBuildFile; fileRef = B8FA92170E9315EC003A9FE6 /* RMLayerSet.h */; };
|
|
|
B8FA921A0E9315EC003A9FE6 /* RMLayerSet.m in Sources */ = {isa = PBXBuildFile; fileRef = B8FA92180E9315EC003A9FE6 /* RMLayerSet.m */; };
|
|
|
/* End PBXBuildFile section */
|
...
|
...
|
@@ -184,6 +187,9 @@ |
|
|
B8C974C80E8A9C30007D16AD /* RMCachedTileSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMCachedTileSource.h; sourceTree = "<group>"; };
|
|
|
B8C974C90E8A9C30007D16AD /* RMCachedTileSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RMCachedTileSource.m; sourceTree = "<group>"; };
|
|
|
B8D27AFB0E8780CD00F596FE /* RMLatLong.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMLatLong.h; sourceTree = "<group>"; };
|
|
|
B8F3FC600EA2B382004D8F85 /* RMMapLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RMMapLayer.m; sourceTree = "<group>"; };
|
|
|
B8F3FC620EA2E792004D8F85 /* RMMarker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMMarker.h; sourceTree = "<group>"; };
|
|
|
B8F3FC630EA2E792004D8F85 /* RMMarker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RMMarker.m; sourceTree = "<group>"; };
|
|
|
B8FA92170E9315EC003A9FE6 /* RMLayerSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMLayerSet.h; sourceTree = "<group>"; };
|
|
|
B8FA92180E9315EC003A9FE6 /* RMLayerSet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RMLayerSet.m; sourceTree = "<group>"; };
|
|
|
C7A967500E8412930031BA75 /* RMAbstractMecatorWebSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMAbstractMecatorWebSource.h; sourceTree = "<group>"; };
|
...
|
...
|
@@ -411,9 +417,12 @@ |
|
|
B86F26A80E8742ED007A3773 /* Layers */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
B8F3FC600EA2B382004D8F85 /* RMMapLayer.m */,
|
|
|
B86F26AC0E87442C007A3773 /* RMMapLayer.h */,
|
|
|
B8FA92170E9315EC003A9FE6 /* RMLayerSet.h */,
|
|
|
B8FA92180E9315EC003A9FE6 /* RMLayerSet.m */,
|
|
|
B8F3FC620EA2E792004D8F85 /* RMMarker.h */,
|
|
|
B8F3FC630EA2E792004D8F85 /* RMMarker.m */,
|
|
|
);
|
|
|
name = Layers;
|
|
|
sourceTree = "<group>";
|
...
|
...
|
@@ -499,6 +508,7 @@ |
|
|
B8C974B80E8A280A007D16AD /* RMMapContents.h in Headers */,
|
|
|
B8C974CA0E8A9C30007D16AD /* RMCachedTileSource.h in Headers */,
|
|
|
B8FA92190E9315EC003A9FE6 /* RMLayerSet.h in Headers */,
|
|
|
B8F3FC640EA2E792004D8F85 /* RMMarker.h in Headers */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
...
|
...
|
@@ -630,6 +640,8 @@ |
|
|
B8C974BB0E8A36E5007D16AD /* RMMercator.c in Sources */,
|
|
|
B8C974CB0E8A9C30007D16AD /* RMCachedTileSource.m in Sources */,
|
|
|
B8FA921A0E9315EC003A9FE6 /* RMLayerSet.m in Sources */,
|
|
|
B8F3FC610EA2B382004D8F85 /* RMMapLayer.m in Sources */,
|
|
|
B8F3FC650EA2E792004D8F85 /* RMMarker.m in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
...
|
...
|
|