1// !$*UTF8*$! 2{ 3 archiveVersion = 1; 4 classes = { 5 }; 6 objectVersion = 48; 7 objects = { 8 9/* Begin PBXBuildFile section */ 10 3DC71E95B8670DC619CF8693 /* libPods-HelloWorldCpp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E3077D82811A6434769B437 /* libPods-HelloWorldCpp.a */; }; 11 5E9D65611FFD689B00C955D4 /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E9D65601FFD689B00C955D4 /* AppDelegate.mm */; }; 12 5E9D65641FFD689B00C955D4 /* ViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E9D65631FFD689B00C955D4 /* ViewController.mm */; }; 13 5E9D65671FFD689B00C955D4 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5E9D65651FFD689B00C955D4 /* Main.storyboard */; }; 14 5E9D65691FFD689B00C955D4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5E9D65681FFD689B00C955D4 /* Assets.xcassets */; }; 15 5E9D656C1FFD689B00C955D4 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5E9D656A1FFD689B00C955D4 /* LaunchScreen.storyboard */; }; 16 5E9D656F1FFD689C00C955D4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E9D656E1FFD689C00C955D4 /* main.m */; }; 17/* End PBXBuildFile section */ 18 19/* Begin PBXFileReference section */ 20 0A6137606FDBA874FCF64753 /* Pods-HelloWorldCpp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorldCpp.release.xcconfig"; path = "Pods/Target Support Files/Pods-HelloWorldCpp/Pods-HelloWorldCpp.release.xcconfig"; sourceTree = "<group>"; }; 21 5E9D655C1FFD689B00C955D4 /* HelloWorldCpp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloWorldCpp.app; sourceTree = BUILT_PRODUCTS_DIR; }; 22 5E9D655F1FFD689B00C955D4 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; 23 5E9D65601FFD689B00C955D4 /* AppDelegate.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = AppDelegate.mm; sourceTree = "<group>"; }; 24 5E9D65621FFD689B00C955D4 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; }; 25 5E9D65631FFD689B00C955D4 /* ViewController.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = ViewController.mm; sourceTree = "<group>"; }; 26 5E9D65661FFD689B00C955D4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; 27 5E9D65681FFD689B00C955D4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; 28 5E9D656B1FFD689B00C955D4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; 29 5E9D656D1FFD689C00C955D4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 30 5E9D656E1FFD689C00C955D4 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; 31 8E3077D82811A6434769B437 /* libPods-HelloWorldCpp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HelloWorldCpp.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 32 AF0FF6EB66DA2C30CFC575EA /* Pods-HelloWorldCpp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorldCpp.debug.xcconfig"; path = "Pods/Target Support Files/Pods-HelloWorldCpp/Pods-HelloWorldCpp.debug.xcconfig"; sourceTree = "<group>"; }; 33/* End PBXFileReference section */ 34 35/* Begin PBXFrameworksBuildPhase section */ 36 5E9D65591FFD689B00C955D4 /* Frameworks */ = { 37 isa = PBXFrameworksBuildPhase; 38 buildActionMask = 2147483647; 39 files = ( 40 3DC71E95B8670DC619CF8693 /* libPods-HelloWorldCpp.a in Frameworks */, 41 ); 42 runOnlyForDeploymentPostprocessing = 0; 43 }; 44/* End PBXFrameworksBuildPhase section */ 45 46/* Begin PBXGroup section */ 47 08FBFA5AB49E037A86EA64D7 /* Frameworks */ = { 48 isa = PBXGroup; 49 children = ( 50 8E3077D82811A6434769B437 /* libPods-HelloWorldCpp.a */, 51 ); 52 name = Frameworks; 53 sourceTree = "<group>"; 54 }; 55 5E9D65531FFD689B00C955D4 = { 56 isa = PBXGroup; 57 children = ( 58 5E9D655E1FFD689B00C955D4 /* HelloWorldCpp */, 59 5E9D655D1FFD689B00C955D4 /* Products */, 60 E40B264856595518D408CF3E /* Pods */, 61 08FBFA5AB49E037A86EA64D7 /* Frameworks */, 62 ); 63 sourceTree = "<group>"; 64 }; 65 5E9D655D1FFD689B00C955D4 /* Products */ = { 66 isa = PBXGroup; 67 children = ( 68 5E9D655C1FFD689B00C955D4 /* HelloWorldCpp.app */, 69 ); 70 name = Products; 71 sourceTree = "<group>"; 72 }; 73 5E9D655E1FFD689B00C955D4 /* HelloWorldCpp */ = { 74 isa = PBXGroup; 75 children = ( 76 5E9D655F1FFD689B00C955D4 /* AppDelegate.h */, 77 5E9D65601FFD689B00C955D4 /* AppDelegate.mm */, 78 5E9D65621FFD689B00C955D4 /* ViewController.h */, 79 5E9D65631FFD689B00C955D4 /* ViewController.mm */, 80 5E9D65651FFD689B00C955D4 /* Main.storyboard */, 81 5E9D65681FFD689B00C955D4 /* Assets.xcassets */, 82 5E9D656A1FFD689B00C955D4 /* LaunchScreen.storyboard */, 83 5E9D656D1FFD689C00C955D4 /* Info.plist */, 84 5E9D656E1FFD689C00C955D4 /* main.m */, 85 ); 86 path = HelloWorldCpp; 87 sourceTree = "<group>"; 88 }; 89 E40B264856595518D408CF3E /* Pods */ = { 90 isa = PBXGroup; 91 children = ( 92 AF0FF6EB66DA2C30CFC575EA /* Pods-HelloWorldCpp.debug.xcconfig */, 93 0A6137606FDBA874FCF64753 /* Pods-HelloWorldCpp.release.xcconfig */, 94 ); 95 name = Pods; 96 sourceTree = "<group>"; 97 }; 98/* End PBXGroup section */ 99 100/* Begin PBXNativeTarget section */ 101 5E9D655B1FFD689B00C955D4 /* HelloWorldCpp */ = { 102 isa = PBXNativeTarget; 103 buildConfigurationList = 5E9D65721FFD689C00C955D4 /* Build configuration list for PBXNativeTarget "HelloWorldCpp" */; 104 buildPhases = ( 105 4D66D60BD88AA4D5813859A9 /* [CP] Check Pods Manifest.lock */, 106 5E9D65581FFD689B00C955D4 /* Sources */, 107 5E9D65591FFD689B00C955D4 /* Frameworks */, 108 5E9D655A1FFD689B00C955D4 /* Resources */, 109 CA89B315EACC5A6F8816FD26 /* [CP] Embed Pods Frameworks */, 110 6C4D930C765719D03893663B /* [CP] Copy Pods Resources */, 111 ); 112 buildRules = ( 113 ); 114 dependencies = ( 115 ); 116 name = HelloWorldCpp; 117 productName = HelloWorldCpp; 118 productReference = 5E9D655C1FFD689B00C955D4 /* HelloWorldCpp.app */; 119 productType = "com.apple.product-type.application"; 120 }; 121/* End PBXNativeTarget section */ 122 123/* Begin PBXProject section */ 124 5E9D65541FFD689B00C955D4 /* Project object */ = { 125 isa = PBXProject; 126 attributes = { 127 LastUpgradeCheck = 0920; 128 ORGANIZATIONNAME = gRPC; 129 TargetAttributes = { 130 5E9D655B1FFD689B00C955D4 = { 131 CreatedOnToolsVersion = 9.2; 132 ProvisioningStyle = Automatic; 133 }; 134 }; 135 }; 136 buildConfigurationList = 5E9D65571FFD689B00C955D4 /* Build configuration list for PBXProject "HelloWorldCpp" */; 137 compatibilityVersion = "Xcode 8.0"; 138 developmentRegion = en; 139 hasScannedForEncodings = 0; 140 knownRegions = ( 141 en, 142 Base, 143 ); 144 mainGroup = 5E9D65531FFD689B00C955D4; 145 productRefGroup = 5E9D655D1FFD689B00C955D4 /* Products */; 146 projectDirPath = ""; 147 projectRoot = ""; 148 targets = ( 149 5E9D655B1FFD689B00C955D4 /* HelloWorldCpp */, 150 ); 151 }; 152/* End PBXProject section */ 153 154/* Begin PBXResourcesBuildPhase section */ 155 5E9D655A1FFD689B00C955D4 /* Resources */ = { 156 isa = PBXResourcesBuildPhase; 157 buildActionMask = 2147483647; 158 files = ( 159 5E9D656C1FFD689B00C955D4 /* LaunchScreen.storyboard in Resources */, 160 5E9D65691FFD689B00C955D4 /* Assets.xcassets in Resources */, 161 5E9D65671FFD689B00C955D4 /* Main.storyboard in Resources */, 162 ); 163 runOnlyForDeploymentPostprocessing = 0; 164 }; 165/* End PBXResourcesBuildPhase section */ 166 167/* Begin PBXShellScriptBuildPhase section */ 168 4D66D60BD88AA4D5813859A9 /* [CP] Check Pods Manifest.lock */ = { 169 isa = PBXShellScriptBuildPhase; 170 buildActionMask = 2147483647; 171 files = ( 172 ); 173 inputPaths = ( 174 "${PODS_PODFILE_DIR_PATH}/Podfile.lock", 175 "${PODS_ROOT}/Manifest.lock", 176 ); 177 name = "[CP] Check Pods Manifest.lock"; 178 outputPaths = ( 179 "$(DERIVED_FILE_DIR)/Pods-HelloWorldCpp-checkManifestLockResult.txt", 180 ); 181 runOnlyForDeploymentPostprocessing = 0; 182 shellPath = /bin/sh; 183 shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; 184 showEnvVarsInLog = 0; 185 }; 186 6C4D930C765719D03893663B /* [CP] Copy Pods Resources */ = { 187 isa = PBXShellScriptBuildPhase; 188 buildActionMask = 2147483647; 189 files = ( 190 ); 191 inputPaths = ( 192 ); 193 name = "[CP] Copy Pods Resources"; 194 outputPaths = ( 195 ); 196 runOnlyForDeploymentPostprocessing = 0; 197 shellPath = /bin/sh; 198 shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-HelloWorldCpp/Pods-HelloWorldCpp-resources.sh\"\n"; 199 showEnvVarsInLog = 0; 200 }; 201 CA89B315EACC5A6F8816FD26 /* [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-HelloWorldCpp/Pods-HelloWorldCpp-frameworks.sh\"\n"; 214 showEnvVarsInLog = 0; 215 }; 216/* End PBXShellScriptBuildPhase section */ 217 218/* Begin PBXSourcesBuildPhase section */ 219 5E9D65581FFD689B00C955D4 /* Sources */ = { 220 isa = PBXSourcesBuildPhase; 221 buildActionMask = 2147483647; 222 files = ( 223 5E9D65641FFD689B00C955D4 /* ViewController.mm in Sources */, 224 5E9D656F1FFD689C00C955D4 /* main.m in Sources */, 225 5E9D65611FFD689B00C955D4 /* AppDelegate.mm in Sources */, 226 ); 227 runOnlyForDeploymentPostprocessing = 0; 228 }; 229/* End PBXSourcesBuildPhase section */ 230 231/* Begin PBXVariantGroup section */ 232 5E9D65651FFD689B00C955D4 /* Main.storyboard */ = { 233 isa = PBXVariantGroup; 234 children = ( 235 5E9D65661FFD689B00C955D4 /* Base */, 236 ); 237 name = Main.storyboard; 238 sourceTree = "<group>"; 239 }; 240 5E9D656A1FFD689B00C955D4 /* LaunchScreen.storyboard */ = { 241 isa = PBXVariantGroup; 242 children = ( 243 5E9D656B1FFD689B00C955D4 /* Base */, 244 ); 245 name = LaunchScreen.storyboard; 246 sourceTree = "<group>"; 247 }; 248/* End PBXVariantGroup section */ 249 250/* Begin XCBuildConfiguration section */ 251 5E9D65701FFD689C00C955D4 /* Debug */ = { 252 isa = XCBuildConfiguration; 253 buildSettings = { 254 ALWAYS_SEARCH_USER_PATHS = NO; 255 CLANG_ANALYZER_NONNULL = YES; 256 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; 257 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; 258 CLANG_CXX_LIBRARY = "libc++"; 259 CLANG_ENABLE_MODULES = YES; 260 CLANG_ENABLE_OBJC_ARC = YES; 261 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 262 CLANG_WARN_BOOL_CONVERSION = YES; 263 CLANG_WARN_COMMA = YES; 264 CLANG_WARN_CONSTANT_CONVERSION = YES; 265 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 266 CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 267 CLANG_WARN_EMPTY_BODY = YES; 268 CLANG_WARN_ENUM_CONVERSION = YES; 269 CLANG_WARN_INFINITE_RECURSION = YES; 270 CLANG_WARN_INT_CONVERSION = YES; 271 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; 272 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; 273 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 274 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; 275 CLANG_WARN_STRICT_PROTOTYPES = YES; 276 CLANG_WARN_SUSPICIOUS_MOVE = YES; 277 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; 278 CLANG_WARN_UNREACHABLE_CODE = YES; 279 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 280 CODE_SIGN_IDENTITY = "iPhone Developer"; 281 COPY_PHASE_STRIP = NO; 282 DEBUG_INFORMATION_FORMAT = dwarf; 283 ENABLE_STRICT_OBJC_MSGSEND = YES; 284 ENABLE_TESTABILITY = YES; 285 GCC_C_LANGUAGE_STANDARD = gnu11; 286 GCC_DYNAMIC_NO_PIC = NO; 287 GCC_NO_COMMON_BLOCKS = YES; 288 GCC_OPTIMIZATION_LEVEL = 0; 289 GCC_PREPROCESSOR_DEFINITIONS = ( 290 "DEBUG=1", 291 "$(inherited)", 292 ); 293 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 294 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 295 GCC_WARN_UNDECLARED_SELECTOR = YES; 296 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 297 GCC_WARN_UNUSED_FUNCTION = YES; 298 GCC_WARN_UNUSED_VARIABLE = YES; 299 IPHONEOS_DEPLOYMENT_TARGET = 11.2; 300 MTL_ENABLE_DEBUG_INFO = YES; 301 ONLY_ACTIVE_ARCH = YES; 302 SDKROOT = iphoneos; 303 }; 304 name = Debug; 305 }; 306 5E9D65711FFD689C00C955D4 /* Release */ = { 307 isa = XCBuildConfiguration; 308 buildSettings = { 309 ALWAYS_SEARCH_USER_PATHS = NO; 310 CLANG_ANALYZER_NONNULL = YES; 311 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; 312 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; 313 CLANG_CXX_LIBRARY = "libc++"; 314 CLANG_ENABLE_MODULES = YES; 315 CLANG_ENABLE_OBJC_ARC = YES; 316 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 317 CLANG_WARN_BOOL_CONVERSION = YES; 318 CLANG_WARN_COMMA = YES; 319 CLANG_WARN_CONSTANT_CONVERSION = YES; 320 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 321 CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 322 CLANG_WARN_EMPTY_BODY = YES; 323 CLANG_WARN_ENUM_CONVERSION = YES; 324 CLANG_WARN_INFINITE_RECURSION = YES; 325 CLANG_WARN_INT_CONVERSION = YES; 326 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; 327 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; 328 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 329 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; 330 CLANG_WARN_STRICT_PROTOTYPES = YES; 331 CLANG_WARN_SUSPICIOUS_MOVE = YES; 332 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; 333 CLANG_WARN_UNREACHABLE_CODE = YES; 334 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 335 CODE_SIGN_IDENTITY = "iPhone Developer"; 336 COPY_PHASE_STRIP = NO; 337 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 338 ENABLE_NS_ASSERTIONS = NO; 339 ENABLE_STRICT_OBJC_MSGSEND = YES; 340 GCC_C_LANGUAGE_STANDARD = gnu11; 341 GCC_NO_COMMON_BLOCKS = YES; 342 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 343 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 344 GCC_WARN_UNDECLARED_SELECTOR = YES; 345 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 346 GCC_WARN_UNUSED_FUNCTION = YES; 347 GCC_WARN_UNUSED_VARIABLE = YES; 348 IPHONEOS_DEPLOYMENT_TARGET = 11.2; 349 MTL_ENABLE_DEBUG_INFO = NO; 350 SDKROOT = iphoneos; 351 VALIDATE_PRODUCT = YES; 352 }; 353 name = Release; 354 }; 355 5E9D65731FFD689C00C955D4 /* Debug */ = { 356 isa = XCBuildConfiguration; 357 baseConfigurationReference = AF0FF6EB66DA2C30CFC575EA /* Pods-HelloWorldCpp.debug.xcconfig */; 358 buildSettings = { 359 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 360 CODE_SIGN_STYLE = Automatic; 361 DEVELOPMENT_TEAM = EQHXZ8M8AV; 362 INFOPLIST_FILE = HelloWorldCpp/Info.plist; 363 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 364 PRODUCT_BUNDLE_IDENTIFIER = io.grpc.HelloWorldCpp; 365 PRODUCT_NAME = "$(TARGET_NAME)"; 366 TARGETED_DEVICE_FAMILY = "1,2"; 367 }; 368 name = Debug; 369 }; 370 5E9D65741FFD689C00C955D4 /* Release */ = { 371 isa = XCBuildConfiguration; 372 baseConfigurationReference = 0A6137606FDBA874FCF64753 /* Pods-HelloWorldCpp.release.xcconfig */; 373 buildSettings = { 374 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 375 CODE_SIGN_STYLE = Automatic; 376 DEVELOPMENT_TEAM = EQHXZ8M8AV; 377 INFOPLIST_FILE = HelloWorldCpp/Info.plist; 378 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 379 PRODUCT_BUNDLE_IDENTIFIER = io.grpc.HelloWorldCpp; 380 PRODUCT_NAME = "$(TARGET_NAME)"; 381 TARGETED_DEVICE_FAMILY = "1,2"; 382 }; 383 name = Release; 384 }; 385/* End XCBuildConfiguration section */ 386 387/* Begin XCConfigurationList section */ 388 5E9D65571FFD689B00C955D4 /* Build configuration list for PBXProject "HelloWorldCpp" */ = { 389 isa = XCConfigurationList; 390 buildConfigurations = ( 391 5E9D65701FFD689C00C955D4 /* Debug */, 392 5E9D65711FFD689C00C955D4 /* Release */, 393 ); 394 defaultConfigurationIsVisible = 0; 395 defaultConfigurationName = Release; 396 }; 397 5E9D65721FFD689C00C955D4 /* Build configuration list for PBXNativeTarget "HelloWorldCpp" */ = { 398 isa = XCConfigurationList; 399 buildConfigurations = ( 400 5E9D65731FFD689C00C955D4 /* Debug */, 401 5E9D65741FFD689C00C955D4 /* Release */, 402 ); 403 defaultConfigurationIsVisible = 0; 404 defaultConfigurationName = Release; 405 }; 406/* End XCConfigurationList section */ 407 }; 408 rootObject = 5E9D65541FFD689B00C955D4 /* Project object */; 409} 410