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 DevelopmentTeam = EQHXZ8M8AV; 136 ProvisioningStyle = Manual; 137 }; 138 }; 139 }; 140 buildConfigurationList = 5E36905B1B2A23800040F884 /* Build configuration list for PBXProject "HelloWorld" */; 141 compatibilityVersion = "Xcode 3.2"; 142 developmentRegion = English; 143 hasScannedForEncodings = 0; 144 knownRegions = ( 145 en, 146 Base, 147 ); 148 mainGroup = 5E3690571B2A23800040F884; 149 productRefGroup = 5E3690611B2A23800040F884 /* Products */; 150 projectDirPath = ""; 151 projectRoot = ""; 152 targets = ( 153 5E36905F1B2A23800040F884 /* HelloWorld */, 154 ); 155 }; 156/* End PBXProject section */ 157 158/* Begin PBXResourcesBuildPhase section */ 159 5E36905E1B2A23800040F884 /* Resources */ = { 160 isa = PBXResourcesBuildPhase; 161 buildActionMask = 2147483647; 162 files = ( 163 5E36906F1B2A23800040F884 /* Main.storyboard in Resources */, 164 5E3690711B2A23800040F884 /* Images.xcassets in Resources */, 165 ); 166 runOnlyForDeploymentPostprocessing = 0; 167 }; 168/* End PBXResourcesBuildPhase section */ 169 170/* Begin PBXShellScriptBuildPhase section */ 171 4C7D815378D98AB3BFC1A7D5 /* [CP] Copy Pods Resources */ = { 172 isa = PBXShellScriptBuildPhase; 173 buildActionMask = 2147483647; 174 files = ( 175 ); 176 inputPaths = ( 177 ); 178 name = "[CP] Copy Pods Resources"; 179 outputPaths = ( 180 ); 181 runOnlyForDeploymentPostprocessing = 0; 182 shellPath = /bin/sh; 183 shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-resources.sh\"\n"; 184 showEnvVarsInLog = 0; 185 }; 186 ACF9162361FB8F24C70657DE /* [CP] Check Pods Manifest.lock */ = { 187 isa = PBXShellScriptBuildPhase; 188 buildActionMask = 2147483647; 189 files = ( 190 ); 191 inputPaths = ( 192 ); 193 name = "[CP] Check Pods Manifest.lock"; 194 outputPaths = ( 195 ); 196 runOnlyForDeploymentPostprocessing = 0; 197 shellPath = /bin/sh; 198 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"; 199 showEnvVarsInLog = 0; 200 }; 201 BB76529986A8BFAF19A385B1 /* [CP] Embed Pods Frameworks */ = { 202 isa = PBXShellScriptBuildPhase; 203 buildActionMask = 2147483647; 204 files = ( 205 ); 206 inputPaths = ( 207 ); 208 name = "[CP] Embed Pods Frameworks"; 209 outputPaths = ( 210 ); 211 runOnlyForDeploymentPostprocessing = 0; 212 shellPath = /bin/sh; 213 shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-frameworks.sh\"\n"; 214 showEnvVarsInLog = 0; 215 }; 216/* End PBXShellScriptBuildPhase section */ 217 218/* Begin PBXSourcesBuildPhase section */ 219 5E36905C1B2A23800040F884 /* Sources */ = { 220 isa = PBXSourcesBuildPhase; 221 buildActionMask = 2147483647; 222 files = ( 223 5E36906C1B2A23800040F884 /* ViewController.m in Sources */, 224 5E3690691B2A23800040F884 /* AppDelegate.m in Sources */, 225 5E3690661B2A23800040F884 /* main.m in Sources */, 226 ); 227 runOnlyForDeploymentPostprocessing = 0; 228 }; 229/* End PBXSourcesBuildPhase section */ 230 231/* Begin PBXVariantGroup section */ 232 5E36906D1B2A23800040F884 /* Main.storyboard */ = { 233 isa = PBXVariantGroup; 234 children = ( 235 5E36906E1B2A23800040F884 /* Base */, 236 ); 237 name = Main.storyboard; 238 sourceTree = "<group>"; 239 }; 240/* End PBXVariantGroup section */ 241 242/* Begin XCBuildConfiguration section */ 243 5E3690811B2A23810040F884 /* Debug */ = { 244 isa = XCBuildConfiguration; 245 buildSettings = { 246 ALWAYS_SEARCH_USER_PATHS = NO; 247 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 248 CLANG_CXX_LIBRARY = "libc++"; 249 CLANG_ENABLE_MODULES = YES; 250 CLANG_ENABLE_OBJC_ARC = YES; 251 CLANG_WARN_BOOL_CONVERSION = YES; 252 CLANG_WARN_CONSTANT_CONVERSION = YES; 253 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 254 CLANG_WARN_EMPTY_BODY = YES; 255 CLANG_WARN_ENUM_CONVERSION = YES; 256 CLANG_WARN_INT_CONVERSION = YES; 257 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 258 CLANG_WARN_UNREACHABLE_CODE = YES; 259 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 260 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 261 COPY_PHASE_STRIP = NO; 262 ENABLE_STRICT_OBJC_MSGSEND = YES; 263 GCC_C_LANGUAGE_STANDARD = gnu99; 264 GCC_DYNAMIC_NO_PIC = NO; 265 GCC_OPTIMIZATION_LEVEL = 0; 266 GCC_PREPROCESSOR_DEFINITIONS = ( 267 "DEBUG=1", 268 "$(inherited)", 269 ); 270 GCC_SYMBOLS_PRIVATE_EXTERN = NO; 271 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 272 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 273 GCC_WARN_UNDECLARED_SELECTOR = YES; 274 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 275 GCC_WARN_UNUSED_FUNCTION = YES; 276 GCC_WARN_UNUSED_VARIABLE = YES; 277 IPHONEOS_DEPLOYMENT_TARGET = 8.2; 278 MTL_ENABLE_DEBUG_INFO = YES; 279 ONLY_ACTIVE_ARCH = YES; 280 SDKROOT = iphoneos; 281 TARGETED_DEVICE_FAMILY = "1,2"; 282 }; 283 name = Debug; 284 }; 285 5E3690821B2A23810040F884 /* Release */ = { 286 isa = XCBuildConfiguration; 287 buildSettings = { 288 ALWAYS_SEARCH_USER_PATHS = NO; 289 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 290 CLANG_CXX_LIBRARY = "libc++"; 291 CLANG_ENABLE_MODULES = YES; 292 CLANG_ENABLE_OBJC_ARC = YES; 293 CLANG_WARN_BOOL_CONVERSION = YES; 294 CLANG_WARN_CONSTANT_CONVERSION = YES; 295 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 296 CLANG_WARN_EMPTY_BODY = YES; 297 CLANG_WARN_ENUM_CONVERSION = YES; 298 CLANG_WARN_INT_CONVERSION = YES; 299 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 300 CLANG_WARN_UNREACHABLE_CODE = YES; 301 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 302 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 303 COPY_PHASE_STRIP = NO; 304 ENABLE_NS_ASSERTIONS = NO; 305 ENABLE_STRICT_OBJC_MSGSEND = YES; 306 GCC_C_LANGUAGE_STANDARD = gnu99; 307 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 308 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 309 GCC_WARN_UNDECLARED_SELECTOR = YES; 310 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 311 GCC_WARN_UNUSED_FUNCTION = YES; 312 GCC_WARN_UNUSED_VARIABLE = YES; 313 IPHONEOS_DEPLOYMENT_TARGET = 8.2; 314 MTL_ENABLE_DEBUG_INFO = NO; 315 SDKROOT = iphoneos; 316 TARGETED_DEVICE_FAMILY = "1,2"; 317 VALIDATE_PRODUCT = YES; 318 }; 319 name = Release; 320 }; 321 5E3690841B2A23810040F884 /* Debug */ = { 322 isa = XCBuildConfiguration; 323 baseConfigurationReference = DBDE3E48389499064CD664B8 /* Pods-HelloWorld.debug.xcconfig */; 324 buildSettings = { 325 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 326 CODE_SIGN_STYLE = Manual; 327 DEVELOPMENT_TEAM = EQHXZ8M8AV; 328 INFOPLIST_FILE = HelloWorld/Info.plist; 329 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 330 PRODUCT_NAME = "$(TARGET_NAME)"; 331 PROVISIONING_PROFILE_SPECIFIER = "Google Development"; 332 }; 333 name = Debug; 334 }; 335 5E3690851B2A23810040F884 /* Release */ = { 336 isa = XCBuildConfiguration; 337 baseConfigurationReference = 0C432EF610DB15C0F47A66BB /* Pods-HelloWorld.release.xcconfig */; 338 buildSettings = { 339 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 340 CODE_SIGN_STYLE = Manual; 341 DEVELOPMENT_TEAM = ""; 342 INFOPLIST_FILE = HelloWorld/Info.plist; 343 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 344 PRODUCT_NAME = "$(TARGET_NAME)"; 345 PROVISIONING_PROFILE_SPECIFIER = ""; 346 }; 347 name = Release; 348 }; 349/* End XCBuildConfiguration section */ 350 351/* Begin XCConfigurationList section */ 352 5E36905B1B2A23800040F884 /* Build configuration list for PBXProject "HelloWorld" */ = { 353 isa = XCConfigurationList; 354 buildConfigurations = ( 355 5E3690811B2A23810040F884 /* Debug */, 356 5E3690821B2A23810040F884 /* Release */, 357 ); 358 defaultConfigurationIsVisible = 0; 359 defaultConfigurationName = Release; 360 }; 361 5E3690831B2A23810040F884 /* Build configuration list for PBXNativeTarget "HelloWorld" */ = { 362 isa = XCConfigurationList; 363 buildConfigurations = ( 364 5E3690841B2A23810040F884 /* Debug */, 365 5E3690851B2A23810040F884 /* Release */, 366 ); 367 defaultConfigurationIsVisible = 0; 368 defaultConfigurationName = Release; 369 }; 370/* End XCConfigurationList section */ 371 }; 372 rootObject = 5E3690581B2A23800040F884 /* Project object */; 373} 374