|
| 1 | +// !$*UTF8*$! |
| 2 | +{ |
| 3 | + archiveVersion = 1; |
| 4 | + classes = { |
| 5 | + }; |
| 6 | + objectVersion = 46; |
| 7 | + objects = { |
| 8 | + |
| 9 | +/* Begin PBXBuildFile section */ |
| 10 | + CE4AA8301571CE690083848A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CE4AA82F1571CE690083848A /* UIKit.framework */; }; |
| 11 | + CE4AA8321571CE690083848A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CE4AA8311571CE690083848A /* Foundation.framework */; }; |
| 12 | + CE4AA8341571CE690083848A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CE4AA8331571CE690083848A /* CoreGraphics.framework */; }; |
| 13 | + CE4AA83A1571CE690083848A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = CE4AA8381571CE690083848A /* InfoPlist.strings */; }; |
| 14 | + CE4AA83C1571CE690083848A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CE4AA83B1571CE690083848A /* main.m */; }; |
| 15 | + CE4AA8401571CE690083848A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = CE4AA83F1571CE690083848A /* AppDelegate.m */; }; |
| 16 | + CE4AA8431571CE690083848A /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CE4AA8421571CE690083848A /* ViewController.m */; }; |
| 17 | + CE4AA8461571CE690083848A /* ViewController_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = CE4AA8441571CE690083848A /* ViewController_iPhone.xib */; }; |
| 18 | + CE4AA8491571CE690083848A /* ViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = CE4AA8471571CE690083848A /* ViewController_iPad.xib */; }; |
| 19 | +/* End PBXBuildFile section */ |
| 20 | + |
| 21 | +/* Begin PBXFileReference section */ |
| 22 | + CE4AA82B1571CE690083848A /* CoreLocationSample-Geocoding.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "CoreLocationSample-Geocoding.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 23 | + CE4AA82F1571CE690083848A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; |
| 24 | + CE4AA8311571CE690083848A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
| 25 | + CE4AA8331571CE690083848A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; |
| 26 | + CE4AA8371571CE690083848A /* CoreLocationSample-Geocoding-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "CoreLocationSample-Geocoding-Info.plist"; sourceTree = "<group>"; }; |
| 27 | + CE4AA8391571CE690083848A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
| 28 | + CE4AA83B1571CE690083848A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
| 29 | + CE4AA83D1571CE690083848A /* CoreLocationSample-Geocoding-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CoreLocationSample-Geocoding-Prefix.pch"; sourceTree = "<group>"; }; |
| 30 | + CE4AA83E1571CE690083848A /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
| 31 | + CE4AA83F1571CE690083848A /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
| 32 | + CE4AA8411571CE690083848A /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; }; |
| 33 | + CE4AA8421571CE690083848A /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; |
| 34 | + CE4AA8451571CE690083848A /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController_iPhone.xib; sourceTree = "<group>"; }; |
| 35 | + CE4AA8481571CE690083848A /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController_iPad.xib; sourceTree = "<group>"; }; |
| 36 | +/* End PBXFileReference section */ |
| 37 | + |
| 38 | +/* Begin PBXFrameworksBuildPhase section */ |
| 39 | + CE4AA8281571CE690083848A /* Frameworks */ = { |
| 40 | + isa = PBXFrameworksBuildPhase; |
| 41 | + buildActionMask = 2147483647; |
| 42 | + files = ( |
| 43 | + CE4AA8301571CE690083848A /* UIKit.framework in Frameworks */, |
| 44 | + CE4AA8321571CE690083848A /* Foundation.framework in Frameworks */, |
| 45 | + CE4AA8341571CE690083848A /* CoreGraphics.framework in Frameworks */, |
| 46 | + ); |
| 47 | + runOnlyForDeploymentPostprocessing = 0; |
| 48 | + }; |
| 49 | +/* End PBXFrameworksBuildPhase section */ |
| 50 | + |
| 51 | +/* Begin PBXGroup section */ |
| 52 | + CE4AA8201571CE680083848A = { |
| 53 | + isa = PBXGroup; |
| 54 | + children = ( |
| 55 | + CE4AA8351571CE690083848A /* CoreLocationSample-Geocoding */, |
| 56 | + CE4AA82E1571CE690083848A /* Frameworks */, |
| 57 | + CE4AA82C1571CE690083848A /* Products */, |
| 58 | + ); |
| 59 | + sourceTree = "<group>"; |
| 60 | + }; |
| 61 | + CE4AA82C1571CE690083848A /* Products */ = { |
| 62 | + isa = PBXGroup; |
| 63 | + children = ( |
| 64 | + CE4AA82B1571CE690083848A /* CoreLocationSample-Geocoding.app */, |
| 65 | + ); |
| 66 | + name = Products; |
| 67 | + sourceTree = "<group>"; |
| 68 | + }; |
| 69 | + CE4AA82E1571CE690083848A /* Frameworks */ = { |
| 70 | + isa = PBXGroup; |
| 71 | + children = ( |
| 72 | + CE4AA82F1571CE690083848A /* UIKit.framework */, |
| 73 | + CE4AA8311571CE690083848A /* Foundation.framework */, |
| 74 | + CE4AA8331571CE690083848A /* CoreGraphics.framework */, |
| 75 | + ); |
| 76 | + name = Frameworks; |
| 77 | + sourceTree = "<group>"; |
| 78 | + }; |
| 79 | + CE4AA8351571CE690083848A /* CoreLocationSample-Geocoding */ = { |
| 80 | + isa = PBXGroup; |
| 81 | + children = ( |
| 82 | + CE4AA83E1571CE690083848A /* AppDelegate.h */, |
| 83 | + CE4AA83F1571CE690083848A /* AppDelegate.m */, |
| 84 | + CE4AA8411571CE690083848A /* ViewController.h */, |
| 85 | + CE4AA8421571CE690083848A /* ViewController.m */, |
| 86 | + CE4AA8441571CE690083848A /* ViewController_iPhone.xib */, |
| 87 | + CE4AA8471571CE690083848A /* ViewController_iPad.xib */, |
| 88 | + CE4AA8361571CE690083848A /* Supporting Files */, |
| 89 | + ); |
| 90 | + path = "CoreLocationSample-Geocoding"; |
| 91 | + sourceTree = "<group>"; |
| 92 | + }; |
| 93 | + CE4AA8361571CE690083848A /* Supporting Files */ = { |
| 94 | + isa = PBXGroup; |
| 95 | + children = ( |
| 96 | + CE4AA8371571CE690083848A /* CoreLocationSample-Geocoding-Info.plist */, |
| 97 | + CE4AA8381571CE690083848A /* InfoPlist.strings */, |
| 98 | + CE4AA83B1571CE690083848A /* main.m */, |
| 99 | + CE4AA83D1571CE690083848A /* CoreLocationSample-Geocoding-Prefix.pch */, |
| 100 | + ); |
| 101 | + name = "Supporting Files"; |
| 102 | + sourceTree = "<group>"; |
| 103 | + }; |
| 104 | +/* End PBXGroup section */ |
| 105 | + |
| 106 | +/* Begin PBXNativeTarget section */ |
| 107 | + CE4AA82A1571CE690083848A /* CoreLocationSample-Geocoding */ = { |
| 108 | + isa = PBXNativeTarget; |
| 109 | + buildConfigurationList = CE4AA84C1571CE690083848A /* Build configuration list for PBXNativeTarget "CoreLocationSample-Geocoding" */; |
| 110 | + buildPhases = ( |
| 111 | + CE4AA8271571CE690083848A /* Sources */, |
| 112 | + CE4AA8281571CE690083848A /* Frameworks */, |
| 113 | + CE4AA8291571CE690083848A /* Resources */, |
| 114 | + ); |
| 115 | + buildRules = ( |
| 116 | + ); |
| 117 | + dependencies = ( |
| 118 | + ); |
| 119 | + name = "CoreLocationSample-Geocoding"; |
| 120 | + productName = "CoreLocationSample-Geocoding"; |
| 121 | + productReference = CE4AA82B1571CE690083848A /* CoreLocationSample-Geocoding.app */; |
| 122 | + productType = "com.apple.product-type.application"; |
| 123 | + }; |
| 124 | +/* End PBXNativeTarget section */ |
| 125 | + |
| 126 | +/* Begin PBXProject section */ |
| 127 | + CE4AA8221571CE680083848A /* Project object */ = { |
| 128 | + isa = PBXProject; |
| 129 | + attributes = { |
| 130 | + LastUpgradeCheck = 0430; |
| 131 | + ORGANIZATIONNAME = Individual; |
| 132 | + }; |
| 133 | + buildConfigurationList = CE4AA8251571CE680083848A /* Build configuration list for PBXProject "CoreLocationSample-Geocoding" */; |
| 134 | + compatibilityVersion = "Xcode 3.2"; |
| 135 | + developmentRegion = English; |
| 136 | + hasScannedForEncodings = 0; |
| 137 | + knownRegions = ( |
| 138 | + en, |
| 139 | + ); |
| 140 | + mainGroup = CE4AA8201571CE680083848A; |
| 141 | + productRefGroup = CE4AA82C1571CE690083848A /* Products */; |
| 142 | + projectDirPath = ""; |
| 143 | + projectRoot = ""; |
| 144 | + targets = ( |
| 145 | + CE4AA82A1571CE690083848A /* CoreLocationSample-Geocoding */, |
| 146 | + ); |
| 147 | + }; |
| 148 | +/* End PBXProject section */ |
| 149 | + |
| 150 | +/* Begin PBXResourcesBuildPhase section */ |
| 151 | + CE4AA8291571CE690083848A /* Resources */ = { |
| 152 | + isa = PBXResourcesBuildPhase; |
| 153 | + buildActionMask = 2147483647; |
| 154 | + files = ( |
| 155 | + CE4AA83A1571CE690083848A /* InfoPlist.strings in Resources */, |
| 156 | + CE4AA8461571CE690083848A /* ViewController_iPhone.xib in Resources */, |
| 157 | + CE4AA8491571CE690083848A /* ViewController_iPad.xib in Resources */, |
| 158 | + ); |
| 159 | + runOnlyForDeploymentPostprocessing = 0; |
| 160 | + }; |
| 161 | +/* End PBXResourcesBuildPhase section */ |
| 162 | + |
| 163 | +/* Begin PBXSourcesBuildPhase section */ |
| 164 | + CE4AA8271571CE690083848A /* Sources */ = { |
| 165 | + isa = PBXSourcesBuildPhase; |
| 166 | + buildActionMask = 2147483647; |
| 167 | + files = ( |
| 168 | + CE4AA83C1571CE690083848A /* main.m in Sources */, |
| 169 | + CE4AA8401571CE690083848A /* AppDelegate.m in Sources */, |
| 170 | + CE4AA8431571CE690083848A /* ViewController.m in Sources */, |
| 171 | + ); |
| 172 | + runOnlyForDeploymentPostprocessing = 0; |
| 173 | + }; |
| 174 | +/* End PBXSourcesBuildPhase section */ |
| 175 | + |
| 176 | +/* Begin PBXVariantGroup section */ |
| 177 | + CE4AA8381571CE690083848A /* InfoPlist.strings */ = { |
| 178 | + isa = PBXVariantGroup; |
| 179 | + children = ( |
| 180 | + CE4AA8391571CE690083848A /* en */, |
| 181 | + ); |
| 182 | + name = InfoPlist.strings; |
| 183 | + sourceTree = "<group>"; |
| 184 | + }; |
| 185 | + CE4AA8441571CE690083848A /* ViewController_iPhone.xib */ = { |
| 186 | + isa = PBXVariantGroup; |
| 187 | + children = ( |
| 188 | + CE4AA8451571CE690083848A /* en */, |
| 189 | + ); |
| 190 | + name = ViewController_iPhone.xib; |
| 191 | + sourceTree = "<group>"; |
| 192 | + }; |
| 193 | + CE4AA8471571CE690083848A /* ViewController_iPad.xib */ = { |
| 194 | + isa = PBXVariantGroup; |
| 195 | + children = ( |
| 196 | + CE4AA8481571CE690083848A /* en */, |
| 197 | + ); |
| 198 | + name = ViewController_iPad.xib; |
| 199 | + sourceTree = "<group>"; |
| 200 | + }; |
| 201 | +/* End PBXVariantGroup section */ |
| 202 | + |
| 203 | +/* Begin XCBuildConfiguration section */ |
| 204 | + CE4AA84A1571CE690083848A /* Debug */ = { |
| 205 | + isa = XCBuildConfiguration; |
| 206 | + buildSettings = { |
| 207 | + ALWAYS_SEARCH_USER_PATHS = NO; |
| 208 | + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; |
| 209 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 210 | + COPY_PHASE_STRIP = NO; |
| 211 | + GCC_C_LANGUAGE_STANDARD = gnu99; |
| 212 | + GCC_DYNAMIC_NO_PIC = NO; |
| 213 | + GCC_OPTIMIZATION_LEVEL = 0; |
| 214 | + GCC_PREPROCESSOR_DEFINITIONS = ( |
| 215 | + "DEBUG=1", |
| 216 | + "$(inherited)", |
| 217 | + ); |
| 218 | + GCC_SYMBOLS_PRIVATE_EXTERN = NO; |
| 219 | + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; |
| 220 | + GCC_WARN_ABOUT_RETURN_TYPE = YES; |
| 221 | + GCC_WARN_UNINITIALIZED_AUTOS = YES; |
| 222 | + GCC_WARN_UNUSED_VARIABLE = YES; |
| 223 | + IPHONEOS_DEPLOYMENT_TARGET = 5.1; |
| 224 | + SDKROOT = iphoneos; |
| 225 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 226 | + }; |
| 227 | + name = Debug; |
| 228 | + }; |
| 229 | + CE4AA84B1571CE690083848A /* Release */ = { |
| 230 | + isa = XCBuildConfiguration; |
| 231 | + buildSettings = { |
| 232 | + ALWAYS_SEARCH_USER_PATHS = NO; |
| 233 | + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; |
| 234 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 235 | + COPY_PHASE_STRIP = YES; |
| 236 | + GCC_C_LANGUAGE_STANDARD = gnu99; |
| 237 | + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; |
| 238 | + GCC_WARN_ABOUT_RETURN_TYPE = YES; |
| 239 | + GCC_WARN_UNINITIALIZED_AUTOS = YES; |
| 240 | + GCC_WARN_UNUSED_VARIABLE = YES; |
| 241 | + IPHONEOS_DEPLOYMENT_TARGET = 5.1; |
| 242 | + OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; |
| 243 | + SDKROOT = iphoneos; |
| 244 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 245 | + VALIDATE_PRODUCT = YES; |
| 246 | + }; |
| 247 | + name = Release; |
| 248 | + }; |
| 249 | + CE4AA84D1571CE690083848A /* Debug */ = { |
| 250 | + isa = XCBuildConfiguration; |
| 251 | + buildSettings = { |
| 252 | + GCC_PRECOMPILE_PREFIX_HEADER = YES; |
| 253 | + GCC_PREFIX_HEADER = "CoreLocationSample-Geocoding/CoreLocationSample-Geocoding-Prefix.pch"; |
| 254 | + INFOPLIST_FILE = "CoreLocationSample-Geocoding/CoreLocationSample-Geocoding-Info.plist"; |
| 255 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 256 | + WRAPPER_EXTENSION = app; |
| 257 | + }; |
| 258 | + name = Debug; |
| 259 | + }; |
| 260 | + CE4AA84E1571CE690083848A /* Release */ = { |
| 261 | + isa = XCBuildConfiguration; |
| 262 | + buildSettings = { |
| 263 | + GCC_PRECOMPILE_PREFIX_HEADER = YES; |
| 264 | + GCC_PREFIX_HEADER = "CoreLocationSample-Geocoding/CoreLocationSample-Geocoding-Prefix.pch"; |
| 265 | + INFOPLIST_FILE = "CoreLocationSample-Geocoding/CoreLocationSample-Geocoding-Info.plist"; |
| 266 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 267 | + WRAPPER_EXTENSION = app; |
| 268 | + }; |
| 269 | + name = Release; |
| 270 | + }; |
| 271 | +/* End XCBuildConfiguration section */ |
| 272 | + |
| 273 | +/* Begin XCConfigurationList section */ |
| 274 | + CE4AA8251571CE680083848A /* Build configuration list for PBXProject "CoreLocationSample-Geocoding" */ = { |
| 275 | + isa = XCConfigurationList; |
| 276 | + buildConfigurations = ( |
| 277 | + CE4AA84A1571CE690083848A /* Debug */, |
| 278 | + CE4AA84B1571CE690083848A /* Release */, |
| 279 | + ); |
| 280 | + defaultConfigurationIsVisible = 0; |
| 281 | + defaultConfigurationName = Release; |
| 282 | + }; |
| 283 | + CE4AA84C1571CE690083848A /* Build configuration list for PBXNativeTarget "CoreLocationSample-Geocoding" */ = { |
| 284 | + isa = XCConfigurationList; |
| 285 | + buildConfigurations = ( |
| 286 | + CE4AA84D1571CE690083848A /* Debug */, |
| 287 | + CE4AA84E1571CE690083848A /* Release */, |
| 288 | + ); |
| 289 | + defaultConfigurationIsVisible = 0; |
| 290 | + }; |
| 291 | +/* End XCConfigurationList section */ |
| 292 | + }; |
| 293 | + rootObject = CE4AA8221571CE680083848A /* Project object */; |
| 294 | +} |
0 commit comments