/samples/ProgrammaticMap/ProgrammaticMap.xcodeproj/project.pbxproj
Unknown | 335 lines | 322 code | 13 blank | 0 comment | 0 complexity | 233e2f2d95b8889adfa0ef50597c9c19 MD5 | raw file
1// !$*UTF8*$! 2{ 3 archiveVersion = 1; 4 classes = { 5 }; 6 objectVersion = 45; 7 objects = { 8 9/* Begin PBXBuildFile section */ 10 1D3623260D0F684500981E51 /* ProgrammaticMapAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* ProgrammaticMapAppDelegate.m */; }; 11 1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; }; 12 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; }; 13 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; }; 14 288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765A40DF7441C002DB57D /* CoreGraphics.framework */; }; 15 2899E5220DE3E06400AC0155 /* ProgrammaticMapViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2899E5210DE3E06400AC0155 /* ProgrammaticMapViewController.xib */; }; 16 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; }; 17 28D7ACF80DDB3853001CB0EB /* ProgrammaticMapViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 28D7ACF70DDB3853001CB0EB /* ProgrammaticMapViewController.m */; }; 18 2BE5B4F60F7AF4BF00EF8CC6 /* libMapView.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BE5B4F50F7AF4AE00EF8CC6 /* libMapView.a */; }; 19 2BE5B5040F7AF56F00EF8CC6 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BE5B5030F7AF56F00EF8CC6 /* QuartzCore.framework */; }; 20 2BE5B5080F7AF58000EF8CC6 /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BE5B5070F7AF58000EF8CC6 /* libsqlite3.dylib */; }; 21 2BE5B50A0F7AF58900EF8CC6 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BE5B5090F7AF58900EF8CC6 /* CoreFoundation.framework */; }; 22/* End PBXBuildFile section */ 23 24/* Begin PBXContainerItemProxy section */ 25 2B246AEC0F8ADD6300A7D55D /* PBXContainerItemProxy */ = { 26 isa = PBXContainerItemProxy; 27 containerPortal = 2BE5B4E50F7AF4AE00EF8CC6 /* MapView.xcodeproj */; 28 proxyType = 2; 29 remoteGlobalIDString = 2BF3078F0F8AC5C0007014EE; 30 remoteInfo = "RM Unit Tests"; 31 }; 32 2BE5B4F40F7AF4AE00EF8CC6 /* PBXContainerItemProxy */ = { 33 isa = PBXContainerItemProxy; 34 containerPortal = 2BE5B4E50F7AF4AE00EF8CC6 /* MapView.xcodeproj */; 35 proxyType = 2; 36 remoteGlobalIDString = B8C974590E8A19B2007D16AD; 37 remoteInfo = MapView; 38 }; 39 2BE5B4FC0F7AF4D200EF8CC6 /* PBXContainerItemProxy */ = { 40 isa = PBXContainerItemProxy; 41 containerPortal = 2BE5B4E50F7AF4AE00EF8CC6 /* MapView.xcodeproj */; 42 proxyType = 1; 43 remoteGlobalIDString = B8C974130E8A19B2007D16AD; 44 remoteInfo = MapView; 45 }; 46/* End PBXContainerItemProxy section */ 47 48/* Begin PBXFileReference section */ 49 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 50 1D3623240D0F684500981E51 /* ProgrammaticMapAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProgrammaticMapAppDelegate.h; sourceTree = "<group>"; }; 51 1D3623250D0F684500981E51 /* ProgrammaticMapAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ProgrammaticMapAppDelegate.m; sourceTree = "<group>"; }; 52 1D6058910D05DD3D006BFB54 /* ProgrammaticMap.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ProgrammaticMap.app; sourceTree = BUILT_PRODUCTS_DIR; }; 53 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 54 288765A40DF7441C002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 55 2899E5210DE3E06400AC0155 /* ProgrammaticMapViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ProgrammaticMapViewController.xib; sourceTree = "<group>"; }; 56 28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; }; 57 28D7ACF60DDB3853001CB0EB /* ProgrammaticMapViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProgrammaticMapViewController.h; sourceTree = "<group>"; }; 58 28D7ACF70DDB3853001CB0EB /* ProgrammaticMapViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ProgrammaticMapViewController.m; sourceTree = "<group>"; }; 59 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; 60 2BE5B4E50F7AF4AE00EF8CC6 /* MapView.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = MapView.xcodeproj; path = ../../MapView/MapView.xcodeproj; sourceTree = "<group>"; }; 61 2BE5B5030F7AF56F00EF8CC6 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; 62 2BE5B5070F7AF58000EF8CC6 /* libsqlite3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.dylib; path = usr/lib/libsqlite3.dylib; sourceTree = SDKROOT; }; 63 2BE5B5090F7AF58900EF8CC6 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; }; 64 32CA4F630368D1EE00C91783 /* ProgrammaticMap_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProgrammaticMap_Prefix.pch; sourceTree = "<group>"; }; 65 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 66/* End PBXFileReference section */ 67 68/* Begin PBXFrameworksBuildPhase section */ 69 1D60588F0D05DD3D006BFB54 /* Frameworks */ = { 70 isa = PBXFrameworksBuildPhase; 71 buildActionMask = 2147483647; 72 files = ( 73 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */, 74 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */, 75 288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */, 76 2BE5B4F60F7AF4BF00EF8CC6 /* libMapView.a in Frameworks */, 77 2BE5B5040F7AF56F00EF8CC6 /* QuartzCore.framework in Frameworks */, 78 2BE5B5080F7AF58000EF8CC6 /* libsqlite3.dylib in Frameworks */, 79 2BE5B50A0F7AF58900EF8CC6 /* CoreFoundation.framework in Frameworks */, 80 ); 81 runOnlyForDeploymentPostprocessing = 0; 82 }; 83/* End PBXFrameworksBuildPhase section */ 84 85/* Begin PBXGroup section */ 86 080E96DDFE201D6D7F000001 /* Classes */ = { 87 isa = PBXGroup; 88 children = ( 89 1D3623240D0F684500981E51 /* ProgrammaticMapAppDelegate.h */, 90 1D3623250D0F684500981E51 /* ProgrammaticMapAppDelegate.m */, 91 28D7ACF60DDB3853001CB0EB /* ProgrammaticMapViewController.h */, 92 28D7ACF70DDB3853001CB0EB /* ProgrammaticMapViewController.m */, 93 ); 94 path = Classes; 95 sourceTree = "<group>"; 96 }; 97 19C28FACFE9D520D11CA2CBB /* Products */ = { 98 isa = PBXGroup; 99 children = ( 100 1D6058910D05DD3D006BFB54 /* ProgrammaticMap.app */, 101 ); 102 name = Products; 103 sourceTree = "<group>"; 104 }; 105 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = { 106 isa = PBXGroup; 107 children = ( 108 2BE5B4E50F7AF4AE00EF8CC6 /* MapView.xcodeproj */, 109 080E96DDFE201D6D7F000001 /* Classes */, 110 29B97315FDCFA39411CA2CEA /* Other Sources */, 111 29B97317FDCFA39411CA2CEA /* Resources */, 112 29B97323FDCFA39411CA2CEA /* Frameworks */, 113 19C28FACFE9D520D11CA2CBB /* Products */, 114 ); 115 name = CustomTemplate; 116 sourceTree = "<group>"; 117 }; 118 29B97315FDCFA39411CA2CEA /* Other Sources */ = { 119 isa = PBXGroup; 120 children = ( 121 32CA4F630368D1EE00C91783 /* ProgrammaticMap_Prefix.pch */, 122 29B97316FDCFA39411CA2CEA /* main.m */, 123 ); 124 name = "Other Sources"; 125 sourceTree = "<group>"; 126 }; 127 29B97317FDCFA39411CA2CEA /* Resources */ = { 128 isa = PBXGroup; 129 children = ( 130 2899E5210DE3E06400AC0155 /* ProgrammaticMapViewController.xib */, 131 28AD733E0D9D9553002E5188 /* MainWindow.xib */, 132 8D1107310486CEB800E47090 /* Info.plist */, 133 ); 134 name = Resources; 135 sourceTree = "<group>"; 136 }; 137 29B97323FDCFA39411CA2CEA /* Frameworks */ = { 138 isa = PBXGroup; 139 children = ( 140 2BE5B5030F7AF56F00EF8CC6 /* QuartzCore.framework */, 141 2BE5B5070F7AF58000EF8CC6 /* libsqlite3.dylib */, 142 2BE5B5090F7AF58900EF8CC6 /* CoreFoundation.framework */, 143 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */, 144 1D30AB110D05D00D00671497 /* Foundation.framework */, 145 288765A40DF7441C002DB57D /* CoreGraphics.framework */, 146 ); 147 name = Frameworks; 148 sourceTree = "<group>"; 149 }; 150 2BE5B4EF0F7AF4AE00EF8CC6 /* Products */ = { 151 isa = PBXGroup; 152 children = ( 153 2BE5B4F50F7AF4AE00EF8CC6 /* libMapView.a */, 154 2B246AED0F8ADD6300A7D55D /* RM Unit Tests.app */, 155 ); 156 name = Products; 157 sourceTree = "<group>"; 158 }; 159/* End PBXGroup section */ 160 161/* Begin PBXNativeTarget section */ 162 1D6058900D05DD3D006BFB54 /* ProgrammaticMap */ = { 163 isa = PBXNativeTarget; 164 buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "ProgrammaticMap" */; 165 buildPhases = ( 166 1D60588D0D05DD3D006BFB54 /* Resources */, 167 1D60588E0D05DD3D006BFB54 /* Sources */, 168 1D60588F0D05DD3D006BFB54 /* Frameworks */, 169 ); 170 buildRules = ( 171 ); 172 dependencies = ( 173 2BE5B4FD0F7AF4D200EF8CC6 /* PBXTargetDependency */, 174 ); 175 name = ProgrammaticMap; 176 productName = ProgrammaticMap; 177 productReference = 1D6058910D05DD3D006BFB54 /* ProgrammaticMap.app */; 178 productType = "com.apple.product-type.application"; 179 }; 180/* End PBXNativeTarget section */ 181 182/* Begin PBXProject section */ 183 29B97313FDCFA39411CA2CEA /* Project object */ = { 184 isa = PBXProject; 185 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "ProgrammaticMap" */; 186 compatibilityVersion = "Xcode 3.1"; 187 hasScannedForEncodings = 1; 188 mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */; 189 projectDirPath = ""; 190 projectReferences = ( 191 { 192 ProductGroup = 2BE5B4EF0F7AF4AE00EF8CC6 /* Products */; 193 ProjectRef = 2BE5B4E50F7AF4AE00EF8CC6 /* MapView.xcodeproj */; 194 }, 195 ); 196 projectRoot = ""; 197 targets = ( 198 1D6058900D05DD3D006BFB54 /* ProgrammaticMap */, 199 ); 200 }; 201/* End PBXProject section */ 202 203/* Begin PBXReferenceProxy section */ 204 2B246AED0F8ADD6300A7D55D /* RM Unit Tests.app */ = { 205 isa = PBXReferenceProxy; 206 fileType = wrapper.application; 207 path = "RM Unit Tests.app"; 208 remoteRef = 2B246AEC0F8ADD6300A7D55D /* PBXContainerItemProxy */; 209 sourceTree = BUILT_PRODUCTS_DIR; 210 }; 211 2BE5B4F50F7AF4AE00EF8CC6 /* libMapView.a */ = { 212 isa = PBXReferenceProxy; 213 fileType = archive.ar; 214 path = libMapView.a; 215 remoteRef = 2BE5B4F40F7AF4AE00EF8CC6 /* PBXContainerItemProxy */; 216 sourceTree = BUILT_PRODUCTS_DIR; 217 }; 218/* End PBXReferenceProxy section */ 219 220/* Begin PBXResourcesBuildPhase section */ 221 1D60588D0D05DD3D006BFB54 /* Resources */ = { 222 isa = PBXResourcesBuildPhase; 223 buildActionMask = 2147483647; 224 files = ( 225 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */, 226 2899E5220DE3E06400AC0155 /* ProgrammaticMapViewController.xib in Resources */, 227 ); 228 runOnlyForDeploymentPostprocessing = 0; 229 }; 230/* End PBXResourcesBuildPhase section */ 231 232/* Begin PBXSourcesBuildPhase section */ 233 1D60588E0D05DD3D006BFB54 /* Sources */ = { 234 isa = PBXSourcesBuildPhase; 235 buildActionMask = 2147483647; 236 files = ( 237 1D60589B0D05DD56006BFB54 /* main.m in Sources */, 238 1D3623260D0F684500981E51 /* ProgrammaticMapAppDelegate.m in Sources */, 239 28D7ACF80DDB3853001CB0EB /* ProgrammaticMapViewController.m in Sources */, 240 ); 241 runOnlyForDeploymentPostprocessing = 0; 242 }; 243/* End PBXSourcesBuildPhase section */ 244 245/* Begin PBXTargetDependency section */ 246 2BE5B4FD0F7AF4D200EF8CC6 /* PBXTargetDependency */ = { 247 isa = PBXTargetDependency; 248 name = MapView; 249 targetProxy = 2BE5B4FC0F7AF4D200EF8CC6 /* PBXContainerItemProxy */; 250 }; 251/* End PBXTargetDependency section */ 252 253/* Begin XCBuildConfiguration section */ 254 1D6058940D05DD3E006BFB54 /* Debug */ = { 255 isa = XCBuildConfiguration; 256 buildSettings = { 257 ALWAYS_SEARCH_USER_PATHS = NO; 258 COPY_PHASE_STRIP = NO; 259 GCC_DYNAMIC_NO_PIC = NO; 260 GCC_OPTIMIZATION_LEVEL = 0; 261 GCC_PRECOMPILE_PREFIX_HEADER = YES; 262 GCC_PREFIX_HEADER = ProgrammaticMap_Prefix.pch; 263 HEADER_SEARCH_PATHS = "../../MapView/**"; 264 INFOPLIST_FILE = Info.plist; 265 PRODUCT_NAME = ProgrammaticMap; 266 }; 267 name = Debug; 268 }; 269 1D6058950D05DD3E006BFB54 /* Release */ = { 270 isa = XCBuildConfiguration; 271 buildSettings = { 272 ALWAYS_SEARCH_USER_PATHS = NO; 273 COPY_PHASE_STRIP = YES; 274 GCC_PRECOMPILE_PREFIX_HEADER = YES; 275 GCC_PREFIX_HEADER = ProgrammaticMap_Prefix.pch; 276 HEADER_SEARCH_PATHS = "../../MapView/**"; 277 INFOPLIST_FILE = Info.plist; 278 PRODUCT_NAME = ProgrammaticMap; 279 }; 280 name = Release; 281 }; 282 C01FCF4F08A954540054247B /* Debug */ = { 283 isa = XCBuildConfiguration; 284 buildSettings = { 285 ARCHS = "$(ARCHS_STANDARD_32_BIT)"; 286 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 287 GCC_C_LANGUAGE_STANDARD = c99; 288 GCC_WARN_ABOUT_RETURN_TYPE = YES; 289 GCC_WARN_UNUSED_VARIABLE = YES; 290 IPHONEOS_DEPLOYMENT_TARGET = 3.0; 291 ONLY_ACTIVE_ARCH = YES; 292 PREBINDING = NO; 293 SDKROOT = iphoneos; 294 }; 295 name = Debug; 296 }; 297 C01FCF5008A954540054247B /* Release */ = { 298 isa = XCBuildConfiguration; 299 buildSettings = { 300 ARCHS = "$(ARCHS_STANDARD_32_BIT)"; 301 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 302 GCC_C_LANGUAGE_STANDARD = c99; 303 GCC_WARN_ABOUT_RETURN_TYPE = YES; 304 GCC_WARN_UNUSED_VARIABLE = YES; 305 IPHONEOS_DEPLOYMENT_TARGET = 3.0; 306 PREBINDING = NO; 307 SDKROOT = iphoneos; 308 }; 309 name = Release; 310 }; 311/* End XCBuildConfiguration section */ 312 313/* Begin XCConfigurationList section */ 314 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "ProgrammaticMap" */ = { 315 isa = XCConfigurationList; 316 buildConfigurations = ( 317 1D6058940D05DD3E006BFB54 /* Debug */, 318 1D6058950D05DD3E006BFB54 /* Release */, 319 ); 320 defaultConfigurationIsVisible = 0; 321 defaultConfigurationName = Release; 322 }; 323 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "ProgrammaticMap" */ = { 324 isa = XCConfigurationList; 325 buildConfigurations = ( 326 C01FCF4F08A954540054247B /* Debug */, 327 C01FCF5008A954540054247B /* Release */, 328 ); 329 defaultConfigurationIsVisible = 0; 330 defaultConfigurationName = Release; 331 }; 332/* End XCConfigurationList section */ 333 }; 334 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */; 335}