1// !$*UTF8*$! 2{ 3 archiveVersion = 1; 4 classes = { 5 }; 6 objectVersion = 46; 7 objects = { 8 9/* Begin PBXBuildFile section */ 10 5E3690661B2A23800040F884 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E3690651B2A23800040F884 /* main.m */; }; 11 5E3690691B2A23800040F884 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E3690681B2A23800040F884 /* AppDelegate.m */; }; 12 5E36906C1B2A23800040F884 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E36906B1B2A23800040F884 /* ViewController.m */; }; 13 5E36906F1B2A23800040F884 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5E36906D1B2A23800040F884 /* Main.storyboard */; }; 14 5E3690711B2A23800040F884 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5E3690701B2A23800040F884 /* Images.xcassets */; }; 15 EF61CF6AE2536A31D47F0E63 /* libPods-HelloWorld.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6B4E1F55F8A2EC95A0E7EE88 /* libPods-HelloWorld.a */; }; 16/* End PBXBuildFile section */ 17 18/* Begin PBXFileReference section */ 19 0C432EF610DB15C0F47A66BB /* Pods-HelloWorld.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld.release.xcconfig"; path = "Pods/Target Support Files/Pods-HelloWorld/Pods-HelloWorld.release.xcconfig"; sourceTree = "<group>"; }; 20 5E3690601B2A23800040F884 /* HelloWorld.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloWorld.app; sourceTree = BUILT_PRODUCTS_DIR; }; 21 5E3690641B2A23800040F884 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 22 5E3690651B2A23800040F884 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; 23 5E3690671B2A23800040F884 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; 24 5E3690681B2A23800040F884 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; 25 5E36906B1B2A23800040F884 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; 26 5E36906E1B2A23800040F884 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; 27 5E3690701B2A23800040F884 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; 28 6B4E1F55F8A2EC95A0E7EE88 /* libPods-HelloWorld.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HelloWorld.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 29 DBDE3E48389499064CD664B8 /* Pods-HelloWorld.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld.debug.xcconfig"; path = "Pods/Target Support Files/Pods-HelloWorld/Pods-HelloWorld.debug.xcconfig"; sourceTree = "<group>"; }; 30/* End PBXFileReference section */ 31 32/* Begin PBXFrameworksBuildPhase section */ 33 5E36905D1B2A23800040F884 /* Frameworks */ = { 34 isa = PBXFrameworksBuildPhase; 35 buildActionMask = 2147483647; 36 files = ( 37 EF61CF6AE2536A31D47F0E63 /* libPods-HelloWorld.a in Frameworks */, 38 ); 39 runOnlyForDeploymentPostprocessing = 0; 40 }; 41/* End PBXFrameworksBuildPhase section */ 42 43/* Begin PBXGroup section */ 44 5E3690571B2A23800040F884 = { 45 isa = PBXGroup; 46 children = ( 47 5E3690651B2A23800040F884 /* main.m */, 48 5E3690621B2A23800040F884 /* HelloWorld */, 49 5E3690611B2A23800040F884 /* Products */, 50 BD9CE6458E7C4FF49A1DF69F /* Pods */, 51 66CEC7120220DDD2221DD075 /* Frameworks */, 52 ); 53 sourceTree = "<group>"; 54 }; 55 5E3690611B2A23800040F884 /* Products */ = { 56 isa = PBXGroup; 57 children = ( 58 5E3690601B2A23800040F884 /* HelloWorld.app */, 59 ); 60 name = Products; 61 sourceTree = "<group>"; 62 }; 63 5E3690621B2A23800040F884 /* HelloWorld */ = { 64 isa = PBXGroup; 65 children = ( 66 5E3690631B2A23800040F884 /* Supporting Files */, 67 ); 68 path = HelloWorld; 69 sourceTree = "<group>"; 70 }; 71 5E3690631B2A23800040F884 /* Supporting Files */ = { 72 isa = PBXGroup; 73 children = ( 74 5E3690701B2A23800040F884 /* Images.xcassets */, 75 5E36906D1B2A23800040F884 /* Main.storyboard */, 76 5E36906B1B2A23800040F884 /* ViewController.m */, 77 5E3690681B2A23800040F884 /* AppDelegate.m */, 78 5E3690671B2A23800040F884 /* AppDelegate.h */, 79 5E3690641B2A23800040F884 /* Info.plist */, 80 ); 81 name = "Supporting Files"; 82 sourceTree = "<group>"; 83 }; 84 66CEC7120220DDD2221DD075 /* Frameworks */ = { 85 isa = PBXGroup; 86 children = ( 87 6B4E1F55F8A2EC95A0E7EE88 /* libPods-HelloWorld.a */, 88 ); 89 name = Frameworks; 90 sourceTree = "<group>"; 91 }; 92 BD9CE6458E7C4FF49A1DF69F /* Pods */ = { 93 isa = PBXGroup; 94 children = ( 95 DBDE3E48389499064CD664B8 /* Pods-HelloWorld.debug.xcconfig */, 96 0C432EF610DB15C0F47A66BB /* Pods-HelloWorld.release.xcconfig */, 97 ); 98 name = Pods; 99 sourceTree = "<group>"; 100 }; 101/* End PBXGroup section */ 102 103/* Begin PBXNativeTarget section */ 104 5E36905F1B2A23800040F884 /* HelloWorld */ = { 105 isa = PBXNativeTarget; 106 buildConfigurationList = 5E3690831B2A23810040F884 /* Build configuration list for PBXNativeTarget "HelloWorld" */; 107 buildPhases = ( 108 ACF9162361FB8F24C70657DE /* [CP] Check Pods Manifest.lock */, 109 5E36905C1B2A23800040F884 /* Sources */, 110 5E36905D1B2A23800040F884 /* Frameworks */, 111 5E36905E1B2A23800040F884 /* Resources */, 112 4C7D815378D98AB3BFC1A7D5 /* [CP] Copy Pods Resources */, 113 BB76529986A8BFAF19A385B1 /* [CP] Embed Pods Frameworks */, 114 ); 115 buildRules = ( 116 ); 117 dependencies = ( 118 ); 119 name = HelloWorld; 120 productName = HelloWorld; 121 productReference = 5E3690601B2A23800040F884 /* HelloWorld.app */; 122 productType = "com.apple.product-type.application"; 123 }; 124/* End PBXNativeTarget section */ 125 126/* Begin PBXProject section */ 127 5E3690581B2A23800040F884 /* Project object */ = { 128 isa = PBXProject; 129 attributes = { 130 LastUpgradeCheck = 0620; 131 ORGANIZATIONNAME = Google; 132 TargetAttributes = { 133 5E36905F1B2A23800040F884 = { 134 CreatedOnToolsVersion = 6.2; 135 }; 136 }; 137 }; 138 buildConfigurationList = 5E36905B1B2A23800040F884 /* Build configuration list for PBXProject "HelloWorld" */; 139 compatibilityVersion = "Xcode 3.2"; 140 developmentRegion = English; 141 hasScannedForEncodings = 0; 142 knownRegions = ( 143 en, 144 Base, 145 ); 146 mainGroup = 5E3690571B2A23800040F884; 147 productRefGroup = 5E3690611B2A23800040F884 /* Products */; 148 projectDirPath = ""; 149 projectRoot = ""; 150 targets = ( 151 5E36905F1B2A23800040F884 /* HelloWorld */, 152 ); 153 }; 154/* End PBXProject section */ 155 156/* Begin PBXResourcesBuildPhase section */ 157 5E36905E1B2A23800040F884 /* Resources */ = { 158 isa = PBXResourcesBuildPhase; 159 buildActionMask = 2147483647; 160 files = ( 161 5E36906F1B2A23800040F884 /* Main.storyboard in Resources */, 162 5E3690711B2A23800040F884 /* Images.xcassets in Resources */, 163 ); 164 runOnlyForDeploymentPostprocessing = 0; 165 }; 166/* End PBXResourcesBuildPhase section */ 167 168/* Begin PBXShellScriptBuildPhase section */ 169 4C7D815378D98AB3BFC1A7D5 /* [CP] Copy Pods Resources */ = { 170 isa = PBXShellScriptBuildPhase; 171 buildActionMask = 2147483647; 172 files = ( 173 ); 174 inputPaths = ( 175 ); 176 name = "[CP] Copy Pods Resources"; 177 outputPaths = ( 178 ); 179 runOnlyForDeploymentPostprocessing = 0; 180 shellPath = /bin/sh; 181 shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-resources.sh\"\n"; 182 showEnvVarsInLog = 0; 183 }; 184 ACF9162361FB8F24C70657DE /* [CP] Check Pods Manifest.lock */ = { 185 isa = PBXShellScriptBuildPhase; 186 buildActionMask = 2147483647; 187 files = ( 188 ); 189 inputPaths = ( 190 ); 191 name = "[CP] Check Pods Manifest.lock"; 192 outputPaths = ( 193 ); 194 runOnlyForDeploymentPostprocessing = 0; 195 shellPath = /bin/sh; 196 shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; 197 showEnvVarsInLog = 0; 198 }; 199 BB76529986A8BFAF19A385B1 /* [CP] Embed Pods Frameworks */ = { 200 isa = PBXShellScriptBuildPhase; 201 buildActionMask = 2147483647; 202 files = ( 203 ); 204 inputPaths = ( 205 ); 206 name = "[CP] Embed Pods Frameworks"; 207 outputPaths = ( 208 ); 209 runOnlyForDeploymentPostprocessing = 0; 210 shellPath = /bin/sh; 211 shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-frameworks.sh\"\n"; 212 showEnvVarsInLog = 0; 213 }; 214/* End PBXShellScriptBuildPhase section */ 215 216/* Begin PBXSourcesBuildPhase section */ 217 5E36905C1B2A23800040F884 /* Sources */ = { 218 isa = PBXSourcesBuildPhase; 219 buildActionMask = 2147483647; 220 files = ( 221 5E36906C1B2A23800040F884 /* ViewController.m in Sources */, 222 5E3690691B2A23800040F884 /* AppDelegate.m in Sources */, 223 5E3690661B2A23800040F884 /* main.m in Sources */, 224 ); 225 runOnlyForDeploymentPostprocessing = 0; 226 }; 227/* End PBXSourcesBuildPhase section */ 228 229/* Begin PBXVariantGroup section */ 230 5E36906D1B2A23800040F884 /* Main.storyboard */ = { 231 isa = PBXVariantGroup; 232 children = ( 233 5E36906E1B2A23800040F884 /* Base */, 234 ); 235 name = Main.storyboard; 236 sourceTree = "<group>"; 237 }; 238/* End PBXVariantGroup section */ 239 240/* Begin XCBuildConfiguration section */ 241 5E3690811B2A23810040F884 /* Debug */ = { 242 isa = XCBuildConfiguration; 243 buildSettings = { 244 ALWAYS_SEARCH_USER_PATHS = NO; 245 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 246 CLANG_CXX_LIBRARY = "libc++"; 247 CLANG_ENABLE_MODULES = YES; 248 CLANG_ENABLE_OBJC_ARC = YES; 249 CLANG_WARN_BOOL_CONVERSION = YES; 250 CLANG_WARN_CONSTANT_CONVERSION = YES; 251 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 252 CLANG_WARN_EMPTY_BODY = YES; 253 CLANG_WARN_ENUM_CONVERSION = YES; 254 CLANG_WARN_INT_CONVERSION = YES; 255 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 256 CLANG_WARN_UNREACHABLE_CODE = YES; 257 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 258 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 259 COPY_PHASE_STRIP = NO; 260 ENABLE_STRICT_OBJC_MSGSEND = YES; 261 GCC_C_LANGUAGE_STANDARD = gnu99; 262 GCC_DYNAMIC_NO_PIC = NO; 263 GCC_OPTIMIZATION_LEVEL = 0; 264 GCC_PREPROCESSOR_DEFINITIONS = ( 265 "DEBUG=1", 266 "$(inherited)", 267 ); 268 GCC_SYMBOLS_PRIVATE_EXTERN = NO; 269 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 270 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 271 GCC_WARN_UNDECLARED_SELECTOR = YES; 272 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 273 GCC_WARN_UNUSED_FUNCTION = YES; 274 GCC_WARN_UNUSED_VARIABLE = YES; 275 IPHONEOS_DEPLOYMENT_TARGET = 8.2; 276 MTL_ENABLE_DEBUG_INFO = YES; 277 ONLY_ACTIVE_ARCH = YES; 278 SDKROOT = iphoneos; 279 TARGETED_DEVICE_FAMILY = "1,2"; 280 }; 281 name = Debug; 282 }; 283 5E3690821B2A23810040F884 /* Release */ = { 284 isa = XCBuildConfiguration; 285 buildSettings = { 286 ALWAYS_SEARCH_USER_PATHS = NO; 287 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 288 CLANG_CXX_LIBRARY = "libc++"; 289 CLANG_ENABLE_MODULES = YES; 290 CLANG_ENABLE_OBJC_ARC = YES; 291 CLANG_WARN_BOOL_CONVERSION = YES; 292 CLANG_WARN_CONSTANT_CONVERSION = YES; 293 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 294 CLANG_WARN_EMPTY_BODY = YES; 295 CLANG_WARN_ENUM_CONVERSION = YES; 296 CLANG_WARN_INT_CONVERSION = YES; 297 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 298 CLANG_WARN_UNREACHABLE_CODE = YES; 299 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 300 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 301 COPY_PHASE_STRIP = NO; 302 ENABLE_NS_ASSERTIONS = NO; 303 ENABLE_STRICT_OBJC_MSGSEND = YES; 304 GCC_C_LANGUAGE_STANDARD = gnu99; 305 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 306 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 307 GCC_WARN_UNDECLARED_SELECTOR = YES; 308 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 309 GCC_WARN_UNUSED_FUNCTION = YES; 310 GCC_WARN_UNUSED_VARIABLE = YES; 311 IPHONEOS_DEPLOYMENT_TARGET = 8.2; 312 MTL_ENABLE_DEBUG_INFO = NO; 313 SDKROOT = iphoneos; 314 TARGETED_DEVICE_FAMILY = "1,2"; 315 VALIDATE_PRODUCT = YES; 316 }; 317 name = Release; 318 }; 319 5E3690841B2A23810040F884 /* Debug */ = { 320 isa = XCBuildConfiguration; 321 baseConfigurationReference = DBDE3E48389499064CD664B8 /* Pods-HelloWorld.debug.xcconfig */; 322 buildSettings = { 323 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 324 INFOPLIST_FILE = HelloWorld/Info.plist; 325 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 326 PRODUCT_NAME = "$(TARGET_NAME)"; 327 }; 328 name = Debug; 329 }; 330 5E3690851B2A23810040F884 /* Release */ = { 331 isa = XCBuildConfiguration; 332 baseConfigurationReference = 0C432EF610DB15C0F47A66BB /* Pods-HelloWorld.release.xcconfig */; 333 buildSettings = { 334 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 335 INFOPLIST_FILE = HelloWorld/Info.plist; 336 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 337 PRODUCT_NAME = "$(TARGET_NAME)"; 338 }; 339 name = Release; 340 }; 341/* End XCBuildConfiguration section */ 342 343/* Begin XCConfigurationList section */ 344 5E36905B1B2A23800040F884 /* Build configuration list for PBXProject "HelloWorld" */ = { 345 isa = XCConfigurationList; 346 buildConfigurations = ( 347 5E3690811B2A23810040F884 /* Debug */, 348 5E3690821B2A23810040F884 /* Release */, 349 ); 350 defaultConfigurationIsVisible = 0; 351 defaultConfigurationName = Release; 352 }; 353 5E3690831B2A23810040F884 /* Build configuration list for PBXNativeTarget "HelloWorld" */ = { 354 isa = XCConfigurationList; 355 buildConfigurations = ( 356 5E3690841B2A23810040F884 /* Debug */, 357 5E3690851B2A23810040F884 /* Release */, 358 ); 359 defaultConfigurationIsVisible = 0; 360 defaultConfigurationName = Release; 361 }; 362/* End XCConfigurationList section */ 363 }; 364 rootObject = 5E3690581B2A23800040F884 /* Project object */; 365} 366