1// !$*UTF8*$! 2{ 3 archiveVersion = 1; 4 classes = { 5 }; 6 objectVersion = 48; 7 objects = { 8 9/* Begin PBXBuildFile section */ 10 02EBA696CC670AE7C839A074 /* libPods-tvOS-sample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4E06AA8437E1C07D35F65494 /* libPods-tvOS-sample.a */; }; 11 AB065AFB22F3A66000418B42 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = AB065AFA22F3A66000418B42 /* AppDelegate.m */; }; 12 AB065AFE22F3A66000418B42 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = AB065AFD22F3A66000418B42 /* ViewController.m */; }; 13 AB065B0122F3A66000418B42 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AB065AFF22F3A66000418B42 /* Main.storyboard */; }; 14 AB065B0622F3A66000418B42 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = AB065B0522F3A66000418B42 /* main.m */; }; 15/* End PBXBuildFile section */ 16 17/* Begin PBXFileReference section */ 18 48F25040998C073D575D8368 /* Pods-tvOS-sample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-tvOS-sample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-tvOS-sample/Pods-tvOS-sample.debug.xcconfig"; sourceTree = "<group>"; }; 19 4E06AA8437E1C07D35F65494 /* libPods-tvOS-sample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-tvOS-sample.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 20 6DEA6A97511C324413DA4309 /* Pods-tvOS-sample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-tvOS-sample.release.xcconfig"; path = "Pods/Target Support Files/Pods-tvOS-sample/Pods-tvOS-sample.release.xcconfig"; sourceTree = "<group>"; }; 21 AB065AF622F3A66000418B42 /* tvOS-sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "tvOS-sample.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 22 AB065AF922F3A66000418B42 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; 23 AB065AFA22F3A66000418B42 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; 24 AB065AFC22F3A66000418B42 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; }; 25 AB065AFD22F3A66000418B42 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; 26 AB065B0022F3A66000418B42 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; 27 AB065B0422F3A66000418B42 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 28 AB065B0522F3A66000418B42 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; 29/* End PBXFileReference section */ 30 31/* Begin PBXFrameworksBuildPhase section */ 32 AB065AF322F3A66000418B42 /* Frameworks */ = { 33 isa = PBXFrameworksBuildPhase; 34 buildActionMask = 2147483647; 35 files = ( 36 02EBA696CC670AE7C839A074 /* libPods-tvOS-sample.a in Frameworks */, 37 ); 38 runOnlyForDeploymentPostprocessing = 0; 39 }; 40/* End PBXFrameworksBuildPhase section */ 41 42/* Begin PBXGroup section */ 43 0BEC1FEC387B8EE89F6F099A /* Frameworks */ = { 44 isa = PBXGroup; 45 children = ( 46 4E06AA8437E1C07D35F65494 /* libPods-tvOS-sample.a */, 47 ); 48 name = Frameworks; 49 sourceTree = "<group>"; 50 }; 51 3FED17B5BF1125421CC89007 /* Pods */ = { 52 isa = PBXGroup; 53 children = ( 54 48F25040998C073D575D8368 /* Pods-tvOS-sample.debug.xcconfig */, 55 6DEA6A97511C324413DA4309 /* Pods-tvOS-sample.release.xcconfig */, 56 ); 57 name = Pods; 58 sourceTree = "<group>"; 59 }; 60 AB065AED22F3A66000418B42 = { 61 isa = PBXGroup; 62 children = ( 63 AB065AF822F3A66000418B42 /* tvOS-sample */, 64 AB065AF722F3A66000418B42 /* Products */, 65 3FED17B5BF1125421CC89007 /* Pods */, 66 0BEC1FEC387B8EE89F6F099A /* Frameworks */, 67 ); 68 sourceTree = "<group>"; 69 }; 70 AB065AF722F3A66000418B42 /* Products */ = { 71 isa = PBXGroup; 72 children = ( 73 AB065AF622F3A66000418B42 /* tvOS-sample.app */, 74 ); 75 name = Products; 76 sourceTree = "<group>"; 77 }; 78 AB065AF822F3A66000418B42 /* tvOS-sample */ = { 79 isa = PBXGroup; 80 children = ( 81 AB065AF922F3A66000418B42 /* AppDelegate.h */, 82 AB065AFA22F3A66000418B42 /* AppDelegate.m */, 83 AB065AFC22F3A66000418B42 /* ViewController.h */, 84 AB065AFD22F3A66000418B42 /* ViewController.m */, 85 AB065AFF22F3A66000418B42 /* Main.storyboard */, 86 AB065B0422F3A66000418B42 /* Info.plist */, 87 AB065B0522F3A66000418B42 /* main.m */, 88 ); 89 path = "tvOS-sample"; 90 sourceTree = "<group>"; 91 }; 92/* End PBXGroup section */ 93 94/* Begin PBXNativeTarget section */ 95 AB065AF522F3A66000418B42 /* tvOS-sample */ = { 96 isa = PBXNativeTarget; 97 buildConfigurationList = AB065B0922F3A66000418B42 /* Build configuration list for PBXNativeTarget "tvOS-sample" */; 98 buildPhases = ( 99 2C94076AB2C1F2771A45E0FF /* [CP] Check Pods Manifest.lock */, 100 AB065AF222F3A66000418B42 /* Sources */, 101 AB065AF322F3A66000418B42 /* Frameworks */, 102 AB065AF422F3A66000418B42 /* Resources */, 103 000AD98AD507990B4381492E /* [CP] Embed Pods Frameworks */, 104 EC4FC44DCB7C66394A17FCF9 /* [CP] Copy Pods Resources */, 105 ); 106 buildRules = ( 107 ); 108 dependencies = ( 109 ); 110 name = "tvOS-sample"; 111 productName = "tvOS-sample"; 112 productReference = AB065AF622F3A66000418B42 /* tvOS-sample.app */; 113 productType = "com.apple.product-type.application"; 114 }; 115/* End PBXNativeTarget section */ 116 117/* Begin PBXProject section */ 118 AB065AEE22F3A66000418B42 /* Project object */ = { 119 isa = PBXProject; 120 attributes = { 121 LastUpgradeCheck = 0920; 122 ORGANIZATIONNAME = "Tony Lu"; 123 TargetAttributes = { 124 AB065AF522F3A66000418B42 = { 125 CreatedOnToolsVersion = 9.2; 126 ProvisioningStyle = Automatic; 127 }; 128 }; 129 }; 130 buildConfigurationList = AB065AF122F3A66000418B42 /* Build configuration list for PBXProject "tvOS-sample" */; 131 compatibilityVersion = "Xcode 8.0"; 132 developmentRegion = en; 133 hasScannedForEncodings = 0; 134 knownRegions = ( 135 en, 136 Base, 137 ); 138 mainGroup = AB065AED22F3A66000418B42; 139 productRefGroup = AB065AF722F3A66000418B42 /* Products */; 140 projectDirPath = ""; 141 projectRoot = ""; 142 targets = ( 143 AB065AF522F3A66000418B42 /* tvOS-sample */, 144 ); 145 }; 146/* End PBXProject section */ 147 148/* Begin PBXResourcesBuildPhase section */ 149 AB065AF422F3A66000418B42 /* Resources */ = { 150 isa = PBXResourcesBuildPhase; 151 buildActionMask = 2147483647; 152 files = ( 153 AB065B0122F3A66000418B42 /* Main.storyboard in Resources */, 154 ); 155 runOnlyForDeploymentPostprocessing = 0; 156 }; 157/* End PBXResourcesBuildPhase section */ 158 159/* Begin PBXShellScriptBuildPhase section */ 160 000AD98AD507990B4381492E /* [CP] Embed Pods Frameworks */ = { 161 isa = PBXShellScriptBuildPhase; 162 buildActionMask = 2147483647; 163 files = ( 164 ); 165 inputPaths = ( 166 "${SRCROOT}/Pods/Target Support Files/Pods-tvOS-sample/Pods-tvOS-sample-frameworks.sh", 167 "${BUILT_PRODUCTS_DIR}/BoringSSL-GRPC/openssl_grpc.framework", 168 "${BUILT_PRODUCTS_DIR}/Protobuf/Protobuf.framework", 169 "${BUILT_PRODUCTS_DIR}/RemoteTest/RemoteTest.framework", 170 "${BUILT_PRODUCTS_DIR}/gRPC/GRPCClient.framework", 171 "${BUILT_PRODUCTS_DIR}/gRPC-Core/grpc.framework", 172 "${BUILT_PRODUCTS_DIR}/gRPC-ProtoRPC/ProtoRPC.framework", 173 "${BUILT_PRODUCTS_DIR}/gRPC-RxLibrary/RxLibrary.framework", 174 ); 175 name = "[CP] Embed Pods Frameworks"; 176 outputPaths = ( 177 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/openssl_grpc.framework", 178 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Protobuf.framework", 179 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RemoteTest.framework", 180 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GRPCClient.framework", 181 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/grpc.framework", 182 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ProtoRPC.framework", 183 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxLibrary.framework", 184 ); 185 runOnlyForDeploymentPostprocessing = 0; 186 shellPath = /bin/sh; 187 shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-tvOS-sample/Pods-tvOS-sample-frameworks.sh\"\n"; 188 showEnvVarsInLog = 0; 189 }; 190 2C94076AB2C1F2771A45E0FF /* [CP] Check Pods Manifest.lock */ = { 191 isa = PBXShellScriptBuildPhase; 192 buildActionMask = 2147483647; 193 files = ( 194 ); 195 inputPaths = ( 196 "${PODS_PODFILE_DIR_PATH}/Podfile.lock", 197 "${PODS_ROOT}/Manifest.lock", 198 ); 199 name = "[CP] Check Pods Manifest.lock"; 200 outputPaths = ( 201 "$(DERIVED_FILE_DIR)/Pods-tvOS-sample-checkManifestLockResult.txt", 202 ); 203 runOnlyForDeploymentPostprocessing = 0; 204 shellPath = /bin/sh; 205 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"; 206 showEnvVarsInLog = 0; 207 }; 208 EC4FC44DCB7C66394A17FCF9 /* [CP] Copy Pods Resources */ = { 209 isa = PBXShellScriptBuildPhase; 210 buildActionMask = 2147483647; 211 files = ( 212 ); 213 inputPaths = ( 214 "${SRCROOT}/Pods/Target Support Files/Pods-tvOS-sample/Pods-tvOS-sample-resources.sh", 215 $PODS_CONFIGURATION_BUILD_DIR/gRPC/gRPCCertificates.bundle, 216 ); 217 name = "[CP] Copy Pods Resources"; 218 outputPaths = ( 219 "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}", 220 ); 221 runOnlyForDeploymentPostprocessing = 0; 222 shellPath = /bin/sh; 223 shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-tvOS-sample/Pods-tvOS-sample-resources.sh\"\n"; 224 showEnvVarsInLog = 0; 225 }; 226/* End PBXShellScriptBuildPhase section */ 227 228/* Begin PBXSourcesBuildPhase section */ 229 AB065AF222F3A66000418B42 /* Sources */ = { 230 isa = PBXSourcesBuildPhase; 231 buildActionMask = 2147483647; 232 files = ( 233 AB065AFE22F3A66000418B42 /* ViewController.m in Sources */, 234 AB065B0622F3A66000418B42 /* main.m in Sources */, 235 AB065AFB22F3A66000418B42 /* AppDelegate.m in Sources */, 236 ); 237 runOnlyForDeploymentPostprocessing = 0; 238 }; 239/* End PBXSourcesBuildPhase section */ 240 241/* Begin PBXVariantGroup section */ 242 AB065AFF22F3A66000418B42 /* Main.storyboard */ = { 243 isa = PBXVariantGroup; 244 children = ( 245 AB065B0022F3A66000418B42 /* Base */, 246 ); 247 name = Main.storyboard; 248 sourceTree = "<group>"; 249 }; 250/* End PBXVariantGroup section */ 251 252/* Begin XCBuildConfiguration section */ 253 AB065B0722F3A66000418B42 /* Debug */ = { 254 isa = XCBuildConfiguration; 255 buildSettings = { 256 ALWAYS_SEARCH_USER_PATHS = NO; 257 CLANG_ANALYZER_NONNULL = YES; 258 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; 259 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; 260 CLANG_CXX_LIBRARY = "libc++"; 261 CLANG_ENABLE_MODULES = YES; 262 CLANG_ENABLE_OBJC_ARC = YES; 263 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 264 CLANG_WARN_BOOL_CONVERSION = YES; 265 CLANG_WARN_COMMA = YES; 266 CLANG_WARN_CONSTANT_CONVERSION = YES; 267 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 268 CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 269 CLANG_WARN_EMPTY_BODY = YES; 270 CLANG_WARN_ENUM_CONVERSION = YES; 271 CLANG_WARN_INFINITE_RECURSION = YES; 272 CLANG_WARN_INT_CONVERSION = YES; 273 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; 274 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; 275 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 276 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; 277 CLANG_WARN_STRICT_PROTOTYPES = YES; 278 CLANG_WARN_SUSPICIOUS_MOVE = YES; 279 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; 280 CLANG_WARN_UNREACHABLE_CODE = YES; 281 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 282 COPY_PHASE_STRIP = NO; 283 DEBUG_INFORMATION_FORMAT = dwarf; 284 ENABLE_STRICT_OBJC_MSGSEND = YES; 285 ENABLE_TESTABILITY = YES; 286 GCC_C_LANGUAGE_STANDARD = gnu11; 287 GCC_DYNAMIC_NO_PIC = NO; 288 GCC_NO_COMMON_BLOCKS = YES; 289 GCC_OPTIMIZATION_LEVEL = 0; 290 GCC_PREPROCESSOR_DEFINITIONS = ( 291 "DEBUG=1", 292 "$(inherited)", 293 ); 294 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 295 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 296 GCC_WARN_UNDECLARED_SELECTOR = YES; 297 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 298 GCC_WARN_UNUSED_FUNCTION = YES; 299 GCC_WARN_UNUSED_VARIABLE = YES; 300 MTL_ENABLE_DEBUG_INFO = YES; 301 ONLY_ACTIVE_ARCH = YES; 302 SDKROOT = appletvos; 303 TVOS_DEPLOYMENT_TARGET = 10.0; 304 }; 305 name = Debug; 306 }; 307 AB065B0822F3A66000418B42 /* Release */ = { 308 isa = XCBuildConfiguration; 309 buildSettings = { 310 ALWAYS_SEARCH_USER_PATHS = NO; 311 CLANG_ANALYZER_NONNULL = YES; 312 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; 313 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; 314 CLANG_CXX_LIBRARY = "libc++"; 315 CLANG_ENABLE_MODULES = YES; 316 CLANG_ENABLE_OBJC_ARC = YES; 317 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 318 CLANG_WARN_BOOL_CONVERSION = YES; 319 CLANG_WARN_COMMA = YES; 320 CLANG_WARN_CONSTANT_CONVERSION = YES; 321 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 322 CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 323 CLANG_WARN_EMPTY_BODY = YES; 324 CLANG_WARN_ENUM_CONVERSION = YES; 325 CLANG_WARN_INFINITE_RECURSION = YES; 326 CLANG_WARN_INT_CONVERSION = YES; 327 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; 328 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; 329 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 330 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; 331 CLANG_WARN_STRICT_PROTOTYPES = YES; 332 CLANG_WARN_SUSPICIOUS_MOVE = YES; 333 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; 334 CLANG_WARN_UNREACHABLE_CODE = YES; 335 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 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 MTL_ENABLE_DEBUG_INFO = NO; 349 SDKROOT = appletvos; 350 TVOS_DEPLOYMENT_TARGET = 10.0; 351 VALIDATE_PRODUCT = YES; 352 }; 353 name = Release; 354 }; 355 AB065B0A22F3A66000418B42 /* Debug */ = { 356 isa = XCBuildConfiguration; 357 baseConfigurationReference = 48F25040998C073D575D8368 /* Pods-tvOS-sample.debug.xcconfig */; 358 buildSettings = { 359 ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; 360 ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; 361 "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer"; 362 CODE_SIGN_STYLE = Automatic; 363 DEVELOPMENT_TEAM = ""; 364 INFOPLIST_FILE = "tvOS-sample/Info.plist"; 365 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 366 PRODUCT_BUNDLE_IDENTIFIER = "io.grpc.tvOS-sample"; 367 PRODUCT_NAME = "$(TARGET_NAME)"; 368 PROVISIONING_PROFILE_SPECIFIER = ""; 369 TARGETED_DEVICE_FAMILY = 3; 370 TVOS_DEPLOYMENT_TARGET = 10.0; 371 }; 372 name = Debug; 373 }; 374 AB065B0B22F3A66000418B42 /* Release */ = { 375 isa = XCBuildConfiguration; 376 baseConfigurationReference = 6DEA6A97511C324413DA4309 /* Pods-tvOS-sample.release.xcconfig */; 377 buildSettings = { 378 ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; 379 ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; 380 "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer"; 381 CODE_SIGN_STYLE = Automatic; 382 DEVELOPMENT_TEAM = ""; 383 INFOPLIST_FILE = "tvOS-sample/Info.plist"; 384 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 385 PRODUCT_BUNDLE_IDENTIFIER = "io.grpc.tvOS-sample"; 386 PRODUCT_NAME = "$(TARGET_NAME)"; 387 PROVISIONING_PROFILE_SPECIFIER = ""; 388 TARGETED_DEVICE_FAMILY = 3; 389 TVOS_DEPLOYMENT_TARGET = 10.0; 390 }; 391 name = Release; 392 }; 393/* End XCBuildConfiguration section */ 394 395/* Begin XCConfigurationList section */ 396 AB065AF122F3A66000418B42 /* Build configuration list for PBXProject "tvOS-sample" */ = { 397 isa = XCConfigurationList; 398 buildConfigurations = ( 399 AB065B0722F3A66000418B42 /* Debug */, 400 AB065B0822F3A66000418B42 /* Release */, 401 ); 402 defaultConfigurationIsVisible = 0; 403 defaultConfigurationName = Release; 404 }; 405 AB065B0922F3A66000418B42 /* Build configuration list for PBXNativeTarget "tvOS-sample" */ = { 406 isa = XCConfigurationList; 407 buildConfigurations = ( 408 AB065B0A22F3A66000418B42 /* Debug */, 409 AB065B0B22F3A66000418B42 /* Release */, 410 ); 411 defaultConfigurationIsVisible = 0; 412 defaultConfigurationName = Release; 413 }; 414/* End XCConfigurationList section */ 415 }; 416 rootObject = AB065AEE22F3A66000418B42 /* Project object */; 417} 418