/samples/SimpleMap/SimpleMap.xcodeproj/project.pbxproj
Unknown | 368 lines | 355 code | 13 blank | 0 comment | 0 complexity | 24be2dcfb89c2a44471564a1549a1f18 MD5 | raw file
1// !$*UTF8*$! 2{ 3 archiveVersion = 1; 4 classes = { 5 }; 6 objectVersion = 45; 7 objects = { 8 9/* Begin PBXBuildFile section */ 10 1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; }; 11 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; }; 12 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; }; 13 280E754E0DD40C5E005A515E /* MainView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 280E754B0DD40C5E005A515E /* MainView.xib */; }; 14 280E754F0DD40C5E005A515E /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 280E754C0DD40C5E005A515E /* MainWindow.xib */; }; 15 288765590DF743DE002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765580DF743DE002DB57D /* CoreGraphics.framework */; }; 16 966504460F6867F50036562A /* MapViewAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 966504430F6867F50036562A /* MapViewAppDelegate.m */; }; 17 966504470F6867F50036562A /* MapViewViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 966504450F6867F50036562A /* MapViewViewController.m */; }; 18 9665044E0F6868000036562A /* loading.png in Resources */ = {isa = PBXBuildFile; fileRef = 966504480F6868000036562A /* loading.png */; }; 19 9665044F0F6868000036562A /* MapViewViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 966504490F6868000036562A /* MapViewViewController.xib */; }; 20 966504500F6868000036562A /* marker-blue-withletter.png in Resources */ = {isa = PBXBuildFile; fileRef = 9665044A0F6868000036562A /* marker-blue-withletter.png */; }; 21 966504510F6868000036562A /* marker-blue.png in Resources */ = {isa = PBXBuildFile; fileRef = 9665044B0F6868000036562A /* marker-blue.png */; }; 22 966504520F6868000036562A /* marker-red-withletter.png in Resources */ = {isa = PBXBuildFile; fileRef = 9665044C0F6868000036562A /* marker-red-withletter.png */; }; 23 966504530F6868000036562A /* marker-red.png in Resources */ = {isa = PBXBuildFile; fileRef = 9665044D0F6868000036562A /* marker-red.png */; }; 24 EBDDE0E00F649CE100377FFE /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EBDDE0DF0F649CE100377FFE /* CoreLocation.framework */; }; 25 EBDDE0E20F649CE100377FFE /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EBDDE0E10F649CE100377FFE /* QuartzCore.framework */; }; 26 EBDDE0E40F649CE100377FFE /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = EBDDE0E30F649CE100377FFE /* libsqlite3.dylib */; }; 27 EBE3697E0F673B9A003DC21C /* libMapView.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EBE3697D0F673B95003DC21C /* libMapView.a */; }; 28/* End PBXBuildFile section */ 29 30/* Begin PBXContainerItemProxy section */ 31 2B246AE10F8ADD5F00A7D55D /* PBXContainerItemProxy */ = { 32 isa = PBXContainerItemProxy; 33 containerPortal = EBE3696D0F673B95003DC21C /* MapView.xcodeproj */; 34 proxyType = 2; 35 remoteGlobalIDString = 2BF3078F0F8AC5C0007014EE; 36 remoteInfo = "RM Unit Tests"; 37 }; 38 2BB42BEE0F678951009967BB /* PBXContainerItemProxy */ = { 39 isa = PBXContainerItemProxy; 40 containerPortal = EBE3696D0F673B95003DC21C /* MapView.xcodeproj */; 41 proxyType = 1; 42 remoteGlobalIDString = B8C974130E8A19B2007D16AD; 43 remoteInfo = MapView; 44 }; 45 EBE3697C0F673B95003DC21C /* PBXContainerItemProxy */ = { 46 isa = PBXContainerItemProxy; 47 containerPortal = EBE3696D0F673B95003DC21C /* MapView.xcodeproj */; 48 proxyType = 2; 49 remoteGlobalIDString = B8C974590E8A19B2007D16AD; 50 remoteInfo = MapView; 51 }; 52/* End PBXContainerItemProxy section */ 53 54/* Begin PBXFileReference section */ 55 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 56 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 57 280E754B0DD40C5E005A515E /* MainView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainView.xib; sourceTree = "<group>"; }; 58 280E754C0DD40C5E005A515E /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; }; 59 288765580DF743DE002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 60 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; 61 32CA4F630368D1EE00C91783 /* SimpleMap_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleMap_Prefix.pch; sourceTree = "<group>"; }; 62 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 63 966504420F6867F50036562A /* MapViewAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MapViewAppDelegate.h; path = Classes/MapViewAppDelegate.h; sourceTree = "<group>"; }; 64 966504430F6867F50036562A /* MapViewAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MapViewAppDelegate.m; path = Classes/MapViewAppDelegate.m; sourceTree = "<group>"; }; 65 966504440F6867F50036562A /* MapViewViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MapViewViewController.h; path = Classes/MapViewViewController.h; sourceTree = "<group>"; }; 66 966504450F6867F50036562A /* MapViewViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MapViewViewController.m; path = Classes/MapViewViewController.m; sourceTree = "<group>"; }; 67 966504480F6868000036562A /* loading.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading.png; sourceTree = "<group>"; }; 68 966504490F6868000036562A /* MapViewViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MapViewViewController.xib; sourceTree = "<group>"; }; 69 9665044A0F6868000036562A /* marker-blue-withletter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "marker-blue-withletter.png"; sourceTree = "<group>"; }; 70 9665044B0F6868000036562A /* marker-blue.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "marker-blue.png"; sourceTree = "<group>"; }; 71 9665044C0F6868000036562A /* marker-red-withletter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "marker-red-withletter.png"; sourceTree = "<group>"; }; 72 9665044D0F6868000036562A /* marker-red.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "marker-red.png"; sourceTree = "<group>"; }; 73 9665047A0F686AAD0036562A /* SimpleMap.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SimpleMap.app; sourceTree = BUILT_PRODUCTS_DIR; }; 74 EBDDE0DF0F649CE100377FFE /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; }; 75 EBDDE0E10F649CE100377FFE /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; 76 EBDDE0E30F649CE100377FFE /* libsqlite3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.dylib; path = usr/lib/libsqlite3.dylib; sourceTree = SDKROOT; }; 77 EBE3696D0F673B95003DC21C /* MapView.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = MapView.xcodeproj; path = ../../MapView/MapView.xcodeproj; sourceTree = SOURCE_ROOT; }; 78/* End PBXFileReference section */ 79 80/* Begin PBXFrameworksBuildPhase section */ 81 1D60588F0D05DD3D006BFB54 /* Frameworks */ = { 82 isa = PBXFrameworksBuildPhase; 83 buildActionMask = 2147483647; 84 files = ( 85 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */, 86 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */, 87 288765590DF743DE002DB57D /* CoreGraphics.framework in Frameworks */, 88 EBDDE0E00F649CE100377FFE /* CoreLocation.framework in Frameworks */, 89 EBDDE0E20F649CE100377FFE /* QuartzCore.framework in Frameworks */, 90 EBDDE0E40F649CE100377FFE /* libsqlite3.dylib in Frameworks */, 91 EBE3697E0F673B9A003DC21C /* libMapView.a in Frameworks */, 92 ); 93 runOnlyForDeploymentPostprocessing = 0; 94 }; 95/* End PBXFrameworksBuildPhase section */ 96 97/* Begin PBXGroup section */ 98 19C28FACFE9D520D11CA2CBB /* Products */ = { 99 isa = PBXGroup; 100 children = ( 101 9665047A0F686AAD0036562A /* SimpleMap.app */, 102 ); 103 name = Products; 104 sourceTree = "<group>"; 105 }; 106 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = { 107 isa = PBXGroup; 108 children = ( 109 EBE3696D0F673B95003DC21C /* MapView.xcodeproj */, 110 29B97315FDCFA39411CA2CEA /* Other Sources */, 111 966504400F6867E60036562A /* Classes */, 112 29B97317FDCFA39411CA2CEA /* Resources */, 113 29B97323FDCFA39411CA2CEA /* Frameworks */, 114 19C28FACFE9D520D11CA2CBB /* Products */, 115 ); 116 name = CustomTemplate; 117 sourceTree = "<group>"; 118 }; 119 29B97315FDCFA39411CA2CEA /* Other Sources */ = { 120 isa = PBXGroup; 121 children = ( 122 32CA4F630368D1EE00C91783 /* SimpleMap_Prefix.pch */, 123 29B97316FDCFA39411CA2CEA /* main.m */, 124 ); 125 name = "Other Sources"; 126 sourceTree = "<group>"; 127 }; 128 29B97317FDCFA39411CA2CEA /* Resources */ = { 129 isa = PBXGroup; 130 children = ( 131 966504480F6868000036562A /* loading.png */, 132 966504490F6868000036562A /* MapViewViewController.xib */, 133 9665044A0F6868000036562A /* marker-blue-withletter.png */, 134 9665044B0F6868000036562A /* marker-blue.png */, 135 9665044C0F6868000036562A /* marker-red-withletter.png */, 136 9665044D0F6868000036562A /* marker-red.png */, 137 280E754B0DD40C5E005A515E /* MainView.xib */, 138 280E754C0DD40C5E005A515E /* MainWindow.xib */, 139 8D1107310486CEB800E47090 /* Info.plist */, 140 ); 141 name = Resources; 142 sourceTree = "<group>"; 143 }; 144 29B97323FDCFA39411CA2CEA /* Frameworks */ = { 145 isa = PBXGroup; 146 children = ( 147 1D30AB110D05D00D00671497 /* Foundation.framework */, 148 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */, 149 288765580DF743DE002DB57D /* CoreGraphics.framework */, 150 EBDDE0DF0F649CE100377FFE /* CoreLocation.framework */, 151 EBDDE0E10F649CE100377FFE /* QuartzCore.framework */, 152 EBDDE0E30F649CE100377FFE /* libsqlite3.dylib */, 153 ); 154 name = Frameworks; 155 sourceTree = "<group>"; 156 }; 157 966504400F6867E60036562A /* Classes */ = { 158 isa = PBXGroup; 159 children = ( 160 966504420F6867F50036562A /* MapViewAppDelegate.h */, 161 966504430F6867F50036562A /* MapViewAppDelegate.m */, 162 966504440F6867F50036562A /* MapViewViewController.h */, 163 966504450F6867F50036562A /* MapViewViewController.m */, 164 ); 165 name = Classes; 166 sourceTree = "<group>"; 167 }; 168 EBE3696E0F673B95003DC21C /* Products */ = { 169 isa = PBXGroup; 170 children = ( 171 EBE3697D0F673B95003DC21C /* libMapView.a */, 172 2B246AE20F8ADD5F00A7D55D /* RM Unit Tests.app */, 173 ); 174 name = Products; 175 sourceTree = "<group>"; 176 }; 177/* End PBXGroup section */ 178 179/* Begin PBXNativeTarget section */ 180 1D6058900D05DD3D006BFB54 /* SimpleMap */ = { 181 isa = PBXNativeTarget; 182 buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "SimpleMap" */; 183 buildPhases = ( 184 1D60588D0D05DD3D006BFB54 /* Resources */, 185 1D60588E0D05DD3D006BFB54 /* Sources */, 186 1D60588F0D05DD3D006BFB54 /* Frameworks */, 187 ); 188 buildRules = ( 189 ); 190 dependencies = ( 191 2BB42BEF0F678951009967BB /* PBXTargetDependency */, 192 ); 193 name = SimpleMap; 194 productName = Sample2; 195 productReference = 9665047A0F686AAD0036562A /* SimpleMap.app */; 196 productType = "com.apple.product-type.application"; 197 }; 198/* End PBXNativeTarget section */ 199 200/* Begin PBXProject section */ 201 29B97313FDCFA39411CA2CEA /* Project object */ = { 202 isa = PBXProject; 203 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "SimpleMap" */; 204 compatibilityVersion = "Xcode 3.1"; 205 hasScannedForEncodings = 1; 206 knownRegions = ( 207 English, 208 Japanese, 209 French, 210 German, 211 en, 212 ); 213 mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */; 214 projectDirPath = ""; 215 projectReferences = ( 216 { 217 ProductGroup = EBE3696E0F673B95003DC21C /* Products */; 218 ProjectRef = EBE3696D0F673B95003DC21C /* MapView.xcodeproj */; 219 }, 220 ); 221 projectRoot = ""; 222 targets = ( 223 1D6058900D05DD3D006BFB54 /* SimpleMap */, 224 ); 225 }; 226/* End PBXProject section */ 227 228/* Begin PBXReferenceProxy section */ 229 2B246AE20F8ADD5F00A7D55D /* RM Unit Tests.app */ = { 230 isa = PBXReferenceProxy; 231 fileType = wrapper.application; 232 path = "RM Unit Tests.app"; 233 remoteRef = 2B246AE10F8ADD5F00A7D55D /* PBXContainerItemProxy */; 234 sourceTree = BUILT_PRODUCTS_DIR; 235 }; 236 EBE3697D0F673B95003DC21C /* libMapView.a */ = { 237 isa = PBXReferenceProxy; 238 fileType = archive.ar; 239 path = libMapView.a; 240 remoteRef = EBE3697C0F673B95003DC21C /* PBXContainerItemProxy */; 241 sourceTree = BUILT_PRODUCTS_DIR; 242 }; 243/* End PBXReferenceProxy section */ 244 245/* Begin PBXResourcesBuildPhase section */ 246 1D60588D0D05DD3D006BFB54 /* Resources */ = { 247 isa = PBXResourcesBuildPhase; 248 buildActionMask = 2147483647; 249 files = ( 250 280E754E0DD40C5E005A515E /* MainView.xib in Resources */, 251 280E754F0DD40C5E005A515E /* MainWindow.xib in Resources */, 252 9665044E0F6868000036562A /* loading.png in Resources */, 253 9665044F0F6868000036562A /* MapViewViewController.xib in Resources */, 254 966504500F6868000036562A /* marker-blue-withletter.png in Resources */, 255 966504510F6868000036562A /* marker-blue.png in Resources */, 256 966504520F6868000036562A /* marker-red-withletter.png in Resources */, 257 966504530F6868000036562A /* marker-red.png in Resources */, 258 ); 259 runOnlyForDeploymentPostprocessing = 0; 260 }; 261/* End PBXResourcesBuildPhase section */ 262 263/* Begin PBXSourcesBuildPhase section */ 264 1D60588E0D05DD3D006BFB54 /* Sources */ = { 265 isa = PBXSourcesBuildPhase; 266 buildActionMask = 2147483647; 267 files = ( 268 1D60589B0D05DD56006BFB54 /* main.m in Sources */, 269 966504460F6867F50036562A /* MapViewAppDelegate.m in Sources */, 270 966504470F6867F50036562A /* MapViewViewController.m in Sources */, 271 ); 272 runOnlyForDeploymentPostprocessing = 0; 273 }; 274/* End PBXSourcesBuildPhase section */ 275 276/* Begin PBXTargetDependency section */ 277 2BB42BEF0F678951009967BB /* PBXTargetDependency */ = { 278 isa = PBXTargetDependency; 279 name = MapView; 280 targetProxy = 2BB42BEE0F678951009967BB /* PBXContainerItemProxy */; 281 }; 282/* End PBXTargetDependency section */ 283 284/* Begin XCBuildConfiguration section */ 285 1D6058940D05DD3E006BFB54 /* Debug */ = { 286 isa = XCBuildConfiguration; 287 buildSettings = { 288 ALWAYS_SEARCH_USER_PATHS = NO; 289 COPY_PHASE_STRIP = NO; 290 GCC_DYNAMIC_NO_PIC = NO; 291 GCC_OPTIMIZATION_LEVEL = 0; 292 GCC_PRECOMPILE_PREFIX_HEADER = YES; 293 GCC_PREFIX_HEADER = SimpleMap_Prefix.pch; 294 HEADER_SEARCH_PATHS = "../../MapView/**"; 295 INFOPLIST_FILE = Info.plist; 296 OTHER_LDFLAGS = "-ObjC"; 297 PRODUCT_NAME = SimpleMap; 298 }; 299 name = Debug; 300 }; 301 1D6058950D05DD3E006BFB54 /* Release */ = { 302 isa = XCBuildConfiguration; 303 buildSettings = { 304 ALWAYS_SEARCH_USER_PATHS = NO; 305 COPY_PHASE_STRIP = YES; 306 GCC_PRECOMPILE_PREFIX_HEADER = YES; 307 GCC_PREFIX_HEADER = SimpleMap_Prefix.pch; 308 HEADER_SEARCH_PATHS = "../../MapView/**"; 309 INFOPLIST_FILE = Info.plist; 310 OTHER_LDFLAGS = "-ObjC"; 311 PRODUCT_NAME = SimpleMap; 312 }; 313 name = Release; 314 }; 315 C01FCF4F08A954540054247B /* Debug */ = { 316 isa = XCBuildConfiguration; 317 buildSettings = { 318 ARCHS = "$(ARCHS_STANDARD_32_BIT)"; 319 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 320 GCC_C_LANGUAGE_STANDARD = c99; 321 GCC_WARN_ABOUT_RETURN_TYPE = YES; 322 GCC_WARN_UNUSED_VARIABLE = YES; 323 IPHONEOS_DEPLOYMENT_TARGET = 3.0; 324 ONLY_ACTIVE_ARCH = YES; 325 PREBINDING = NO; 326 SDKROOT = iphoneos; 327 }; 328 name = Debug; 329 }; 330 C01FCF5008A954540054247B /* Release */ = { 331 isa = XCBuildConfiguration; 332 buildSettings = { 333 ARCHS = "$(ARCHS_STANDARD_32_BIT)"; 334 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 335 GCC_C_LANGUAGE_STANDARD = c99; 336 GCC_WARN_ABOUT_RETURN_TYPE = YES; 337 GCC_WARN_UNUSED_VARIABLE = YES; 338 IPHONEOS_DEPLOYMENT_TARGET = 3.0; 339 PREBINDING = NO; 340 SDKROOT = iphoneos; 341 }; 342 name = Release; 343 }; 344/* End XCBuildConfiguration section */ 345 346/* Begin XCConfigurationList section */ 347 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "SimpleMap" */ = { 348 isa = XCConfigurationList; 349 buildConfigurations = ( 350 1D6058940D05DD3E006BFB54 /* Debug */, 351 1D6058950D05DD3E006BFB54 /* Release */, 352 ); 353 defaultConfigurationIsVisible = 0; 354 defaultConfigurationName = Release; 355 }; 356 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "SimpleMap" */ = { 357 isa = XCConfigurationList; 358 buildConfigurations = ( 359 C01FCF4F08A954540054247B /* Debug */, 360 C01FCF5008A954540054247B /* Release */, 361 ); 362 defaultConfigurationIsVisible = 0; 363 defaultConfigurationName = Release; 364 }; 365/* End XCConfigurationList section */ 366 }; 367 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */; 368}