...
|
...
|
@@ -36,8 +36,10 @@ |
|
|
126693040EB76C0B00E002D5 /* RMConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 126692A00EB75C0A00E002D5 /* RMConfiguration.m */; };
|
|
|
1601410C133204D20043FCA3 /* RMCacheObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1601410A133204D20043FCA3 /* RMCacheObject.h */; };
|
|
|
1601410D133204D20043FCA3 /* RMCacheObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 1601410B133204D20043FCA3 /* RMCacheObject.m */; };
|
|
|
16097D7B1330DEC60057F640 /* RMWebMapSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 16097D791330DEC60057F640 /* RMWebMapSource.h */; };
|
|
|
16097D7C1330DEC60057F640 /* RMWebMapSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 16097D7A1330DEC60057F640 /* RMWebMapSource.m */; };
|
|
|
1605FA15133221E9008E1B13 /* RMOpenStreetMapSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 1605FA13133221E9008E1B13 /* RMOpenStreetMapSource.h */; };
|
|
|
1605FA16133221E9008E1B13 /* RMOpenStreetMapSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 1605FA14133221E9008E1B13 /* RMOpenStreetMapSource.m */; };
|
|
|
16097D7B1330DEC60057F640 /* RMAbstractWebMapSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 16097D791330DEC60057F640 /* RMAbstractWebMapSource.h */; };
|
|
|
16097D7C1330DEC60057F640 /* RMAbstractWebMapSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 16097D7A1330DEC60057F640 /* RMAbstractWebMapSource.m */; };
|
|
|
16097E921330E0B10057F640 /* RMTileImageSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 16097E911330E0B10057F640 /* RMTileImageSet.h */; };
|
|
|
175701DE1323C2E900A5D314 /* NSUserDefaults+RouteMe.h in Headers */ = {isa = PBXBuildFile; fileRef = 175701DC1323C2E900A5D314 /* NSUserDefaults+RouteMe.h */; };
|
|
|
175701DF1323C2E900A5D314 /* NSUserDefaults+RouteMe.m in Sources */ = {isa = PBXBuildFile; fileRef = 175701DD1323C2E900A5D314 /* NSUserDefaults+RouteMe.m */; };
|
...
|
...
|
@@ -193,8 +195,10 @@ |
|
|
12F2031E0EBB65E9003D7B6B /* RMMapViewDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMMapViewDelegate.h; sourceTree = "<group>"; };
|
|
|
1601410A133204D20043FCA3 /* RMCacheObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMCacheObject.h; sourceTree = "<group>"; };
|
|
|
1601410B133204D20043FCA3 /* RMCacheObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RMCacheObject.m; sourceTree = "<group>"; };
|
|
|
16097D791330DEC60057F640 /* RMWebMapSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMWebMapSource.h; sourceTree = "<group>"; };
|
|
|
16097D7A1330DEC60057F640 /* RMWebMapSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RMWebMapSource.m; sourceTree = "<group>"; };
|
|
|
1605FA13133221E9008E1B13 /* RMOpenStreetMapSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMOpenStreetMapSource.h; sourceTree = "<group>"; };
|
|
|
1605FA14133221E9008E1B13 /* RMOpenStreetMapSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RMOpenStreetMapSource.m; sourceTree = "<group>"; };
|
|
|
16097D791330DEC60057F640 /* RMAbstractWebMapSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMAbstractWebMapSource.h; sourceTree = "<group>"; };
|
|
|
16097D7A1330DEC60057F640 /* RMAbstractWebMapSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RMAbstractWebMapSource.m; sourceTree = "<group>"; };
|
|
|
16097E911330E0B10057F640 /* RMTileImageSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMTileImageSet.h; sourceTree = "<group>"; };
|
|
|
175701DC1323C2E900A5D314 /* NSUserDefaults+RouteMe.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSUserDefaults+RouteMe.h"; sourceTree = "<group>"; };
|
|
|
175701DD1323C2E900A5D314 /* NSUserDefaults+RouteMe.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSUserDefaults+RouteMe.m"; sourceTree = "<group>"; };
|
...
|
...
|
@@ -351,6 +355,17 @@ |
|
|
name = Configuration;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
1605FA12133221E9008E1B13 /* Map sources */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
D1437B33122869E400888DAE /* RMDBMapSource.h */,
|
|
|
D1437B32122869E400888DAE /* RMDBMapSource.m */,
|
|
|
1605FA13133221E9008E1B13 /* RMOpenStreetMapSource.h */,
|
|
|
1605FA14133221E9008E1B13 /* RMOpenStreetMapSource.m */,
|
|
|
);
|
|
|
path = "Map sources";
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
175701DB1323C2CF00A5D314 /* iOS Additions */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
...
|
...
|
@@ -540,10 +555,9 @@ |
|
|
B83E64EC0E80E73F001663B6 /* RMTileSource.h */,
|
|
|
C7A967500E8412930031BA75 /* RMAbstractMercatorTileSource.h */,
|
|
|
C7A967510E8412930031BA75 /* RMAbstractMercatorTileSource.m */,
|
|
|
16097D791330DEC60057F640 /* RMWebMapSource.h */,
|
|
|
16097D7A1330DEC60057F640 /* RMWebMapSource.m */,
|
|
|
D1437B33122869E400888DAE /* RMDBMapSource.h */,
|
|
|
D1437B32122869E400888DAE /* RMDBMapSource.m */,
|
|
|
16097D791330DEC60057F640 /* RMAbstractWebMapSource.h */,
|
|
|
16097D7A1330DEC60057F640 /* RMAbstractWebMapSource.m */,
|
|
|
1605FA12133221E9008E1B13 /* Map sources */,
|
|
|
);
|
|
|
name = "Tile Source";
|
|
|
sourceTree = "<group>";
|
...
|
...
|
@@ -706,9 +720,10 @@ |
|
|
25757F4F1291C8640083D504 /* RMCircle.h in Headers */,
|
|
|
17F02BB11319BA4B00260C6B /* RouteMe.h in Headers */,
|
|
|
175701DE1323C2E900A5D314 /* NSUserDefaults+RouteMe.h in Headers */,
|
|
|
16097D7B1330DEC60057F640 /* RMWebMapSource.h in Headers */,
|
|
|
16097D7B1330DEC60057F640 /* RMAbstractWebMapSource.h in Headers */,
|
|
|
16097E921330E0B10057F640 /* RMTileImageSet.h in Headers */,
|
|
|
1601410C133204D20043FCA3 /* RMCacheObject.h in Headers */,
|
|
|
1605FA15133221E9008E1B13 /* RMOpenStreetMapSource.h in Headers */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
...
|
...
|
@@ -929,8 +944,9 @@ |
|
|
D1437B36122869E400888DAE /* RMDBMapSource.m in Sources */,
|
|
|
25757F501291C8640083D504 /* RMCircle.m in Sources */,
|
|
|
175701DF1323C2E900A5D314 /* NSUserDefaults+RouteMe.m in Sources */,
|
|
|
16097D7C1330DEC60057F640 /* RMWebMapSource.m in Sources */,
|
|
|
16097D7C1330DEC60057F640 /* RMAbstractWebMapSource.m in Sources */,
|
|
|
1601410D133204D20043FCA3 /* RMCacheObject.m in Sources */,
|
|
|
1605FA16133221E9008E1B13 /* RMOpenStreetMapSource.m in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
...
|
...
|
@@ -1136,6 +1152,7 @@ |
|
|
PREBINDING = NO;
|
|
|
RUN_CLANG_STATIC_ANALYZER = NO;
|
|
|
SDKROOT = iphoneos;
|
|
|
SKIP_INSTALL = YES;
|
|
|
STRIP_INSTALLED_PRODUCT = NO;
|
|
|
};
|
|
|
name = Debug;
|
...
|
...
|
@@ -1162,6 +1179,7 @@ |
|
|
OTHER_LDFLAGS = "";
|
|
|
PREBINDING = NO;
|
|
|
SDKROOT = iphoneos;
|
|
|
SKIP_INSTALL = YES;
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
...
|
...
|
|