|
11 | 11 | 529226D61C85F68000C89379 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D51C85F68000C89379 /* Foundation.framework */; };
|
12 | 12 | 529226D81C85F68000C89379 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D71C85F68000C89379 /* CoreGraphics.framework */; };
|
13 | 13 | 529226DA1C85F68000C89379 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D91C85F68000C89379 /* UIKit.framework */; };
|
| 14 | + 9F2ABA30267A4720001A35CE /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9F2ABA2E267A4720001A35CE /* Main.storyboard */; }; |
| 15 | + 9F2ABA32267A4721001A35CE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9F2ABA31267A4721001A35CE /* Assets.xcassets */; }; |
| 16 | + 9F2ABA35267A4721001A35CE /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9F2ABA33267A4721001A35CE /* LaunchScreen.storyboard */; }; |
| 17 | + 9F2ABA3C267A4744001A35CE /* gmock-all.cc in Sources */ = {isa = PBXBuildFile; fileRef = D62CCBBF22F367140099BE9F /* gmock-all.cc */; }; |
| 18 | + 9F2ABA3E267A4747001A35CE /* gtest-all.cc in Sources */ = {isa = PBXBuildFile; fileRef = D67D355622BABD2100292C1D /* gtest-all.cc */; }; |
| 19 | + 9F2ABA3F267A474A001A35CE /* app_framework.cc in Sources */ = {isa = PBXBuildFile; fileRef = D6C179EF22CB32A000C2651A /* app_framework.cc */; }; |
| 20 | + 9F2ABA40267A474D001A35CE /* firebase_test_framework.cc in Sources */ = {isa = PBXBuildFile; fileRef = D6C179EC22CB323300C2651A /* firebase_test_framework.cc */; }; |
| 21 | + 9F2ABA41267A474F001A35CE /* integration_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = D61C5F9222BABAD100A79141 /* integration_test.cc */; }; |
| 22 | + 9F4C472E267A4DB6001E25DA /* ios_app_framework.mm in Sources */ = {isa = PBXBuildFile; fileRef = D6C179E722CB322900C2651A /* ios_app_framework.mm */; }; |
| 23 | + 9F4C472F267A4DC0001E25DA /* ios_firebase_test_framework.mm in Sources */ = {isa = PBXBuildFile; fileRef = D6C179E822CB322900C2651A /* ios_firebase_test_framework.mm */; }; |
14 | 24 | D61C5F8E22BABA9C00A79141 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D61C5F8C22BABA9B00A79141 /* Images.xcassets */; };
|
15 | 25 | D61C5F9622BABAD200A79141 /* integration_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = D61C5F9222BABAD100A79141 /* integration_test.cc */; };
|
16 | 26 | D62CCBC022F367140099BE9F /* gmock-all.cc in Sources */ = {isa = PBXBuildFile; fileRef = D62CCBBF22F367140099BE9F /* gmock-all.cc */; };
|
|
29 | 39 | 529226D71C85F68000C89379 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
30 | 40 | 529226D91C85F68000C89379 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
31 | 41 | 529226EE1C85F68000C89379 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
| 42 | + 9F2ABA26267A4720001A35CE /* integration_test_tvos.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = integration_test_tvos.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 43 | + 9F2ABA2F267A4720001A35CE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
| 44 | + 9F2ABA31267A4721001A35CE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
| 45 | + 9F2ABA34267A4721001A35CE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
| 46 | + 9F2ABA36267A4721001A35CE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
32 | 47 | D61C5F8C22BABA9B00A79141 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
33 | 48 | D61C5F8D22BABA9C00A79141 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
34 | 49 | D61C5F9222BABAD100A79141 /* integration_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = integration_test.cc; path = src/integration_test.cc; sourceTree = "<group>"; };
|
|
56 | 71 | );
|
57 | 72 | runOnlyForDeploymentPostprocessing = 0;
|
58 | 73 | };
|
| 74 | + 9F2ABA23267A4720001A35CE /* Frameworks */ = { |
| 75 | + isa = PBXFrameworksBuildPhase; |
| 76 | + buildActionMask = 2147483647; |
| 77 | + files = ( |
| 78 | + ); |
| 79 | + runOnlyForDeploymentPostprocessing = 0; |
| 80 | + }; |
59 | 81 | /* End PBXFrameworksBuildPhase section */
|
60 | 82 |
|
61 | 83 | /* Begin PBXGroup section */
|
|
67 | 89 | D66B16861CE46E8900E5638A /* LaunchScreen.storyboard */,
|
68 | 90 | 520BC0381C869159008CFBC3 /* GoogleService-Info.plist */,
|
69 | 91 | 5292271D1C85FB5500C89379 /* src */,
|
| 92 | + 9F2ABA27267A4720001A35CE /* integration_test_tvos */, |
70 | 93 | 529226D41C85F68000C89379 /* Frameworks */,
|
71 | 94 | 529226D31C85F68000C89379 /* Products */,
|
72 | 95 | );
|
|
76 | 99 | isa = PBXGroup;
|
77 | 100 | children = (
|
78 | 101 | 529226D21C85F68000C89379 /* integration_test.app */,
|
| 102 | + 9F2ABA26267A4720001A35CE /* integration_test_tvos.app */, |
79 | 103 | );
|
80 | 104 | name = Products;
|
81 | 105 | sourceTree = "<group>";
|
|
117 | 141 | name = ios;
|
118 | 142 | sourceTree = "<group>";
|
119 | 143 | };
|
| 144 | + 9F2ABA27267A4720001A35CE /* integration_test_tvos */ = { |
| 145 | + isa = PBXGroup; |
| 146 | + children = ( |
| 147 | + 9F2ABA2E267A4720001A35CE /* Main.storyboard */, |
| 148 | + 9F2ABA31267A4721001A35CE /* Assets.xcassets */, |
| 149 | + 9F2ABA33267A4721001A35CE /* LaunchScreen.storyboard */, |
| 150 | + 9F2ABA36267A4721001A35CE /* Info.plist */, |
| 151 | + ); |
| 152 | + path = integration_test_tvos; |
| 153 | + sourceTree = "<group>"; |
| 154 | + }; |
120 | 155 | /* End PBXGroup section */
|
121 | 156 |
|
122 | 157 | /* Begin PBXNativeTarget section */
|
|
137 | 172 | productReference = 529226D21C85F68000C89379 /* integration_test.app */;
|
138 | 173 | productType = "com.apple.product-type.application";
|
139 | 174 | };
|
| 175 | + 9F2ABA25267A4720001A35CE /* integration_test_tvos */ = { |
| 176 | + isa = PBXNativeTarget; |
| 177 | + buildConfigurationList = 9F2ABA3B267A4721001A35CE /* Build configuration list for PBXNativeTarget "integration_test_tvos" */; |
| 178 | + buildPhases = ( |
| 179 | + 9F2ABA22267A4720001A35CE /* Sources */, |
| 180 | + 9F2ABA23267A4720001A35CE /* Frameworks */, |
| 181 | + 9F2ABA24267A4720001A35CE /* Resources */, |
| 182 | + ); |
| 183 | + buildRules = ( |
| 184 | + ); |
| 185 | + dependencies = ( |
| 186 | + ); |
| 187 | + name = integration_test_tvos; |
| 188 | + productName = integration_test_tvos; |
| 189 | + productReference = 9F2ABA26267A4720001A35CE /* integration_test_tvos.app */; |
| 190 | + productType = "com.apple.product-type.application"; |
| 191 | + }; |
140 | 192 | /* End PBXNativeTarget section */
|
141 | 193 |
|
142 | 194 | /* Begin PBXProject section */
|
|
151 | 203 | DevelopmentTeam = EQHXZ8M8AV;
|
152 | 204 | ProvisioningStyle = Automatic;
|
153 | 205 | };
|
| 206 | + 9F2ABA25267A4720001A35CE = { |
| 207 | + CreatedOnToolsVersion = 12.5; |
| 208 | + ProvisioningStyle = Automatic; |
| 209 | + }; |
154 | 210 | };
|
155 | 211 | };
|
156 | 212 | buildConfigurationList = 529226CD1C85F68000C89379 /* Build configuration list for PBXProject "integration_test" */;
|
157 | 213 | compatibilityVersion = "Xcode 3.2";
|
158 | 214 | developmentRegion = English;
|
159 | 215 | hasScannedForEncodings = 0;
|
160 | 216 | knownRegions = (
|
| 217 | + English, |
161 | 218 | en,
|
| 219 | + Base, |
162 | 220 | );
|
163 | 221 | mainGroup = 529226C91C85F68000C89379;
|
164 | 222 | productRefGroup = 529226D31C85F68000C89379 /* Products */;
|
165 | 223 | projectDirPath = "";
|
166 | 224 | projectRoot = "";
|
167 | 225 | targets = (
|
168 | 226 | 529226D11C85F68000C89379 /* integration_test */,
|
| 227 | + 9F2ABA25267A4720001A35CE /* integration_test_tvos */, |
169 | 228 | );
|
170 | 229 | };
|
171 | 230 | /* End PBXProject section */
|
|
181 | 240 | );
|
182 | 241 | runOnlyForDeploymentPostprocessing = 0;
|
183 | 242 | };
|
| 243 | + 9F2ABA24267A4720001A35CE /* Resources */ = { |
| 244 | + isa = PBXResourcesBuildPhase; |
| 245 | + buildActionMask = 2147483647; |
| 246 | + files = ( |
| 247 | + 9F2ABA35267A4721001A35CE /* LaunchScreen.storyboard in Resources */, |
| 248 | + 9F2ABA32267A4721001A35CE /* Assets.xcassets in Resources */, |
| 249 | + 9F2ABA30267A4720001A35CE /* Main.storyboard in Resources */, |
| 250 | + ); |
| 251 | + runOnlyForDeploymentPostprocessing = 0; |
| 252 | + }; |
184 | 253 | /* End PBXResourcesBuildPhase section */
|
185 | 254 |
|
186 | 255 | /* Begin PBXSourcesBuildPhase section */
|
|
198 | 267 | );
|
199 | 268 | runOnlyForDeploymentPostprocessing = 0;
|
200 | 269 | };
|
| 270 | + 9F2ABA22267A4720001A35CE /* Sources */ = { |
| 271 | + isa = PBXSourcesBuildPhase; |
| 272 | + buildActionMask = 2147483647; |
| 273 | + files = ( |
| 274 | + 9F2ABA41267A474F001A35CE /* integration_test.cc in Sources */, |
| 275 | + 9F4C472F267A4DC0001E25DA /* ios_firebase_test_framework.mm in Sources */, |
| 276 | + 9F2ABA3C267A4744001A35CE /* gmock-all.cc in Sources */, |
| 277 | + 9F4C472E267A4DB6001E25DA /* ios_app_framework.mm in Sources */, |
| 278 | + 9F2ABA3F267A474A001A35CE /* app_framework.cc in Sources */, |
| 279 | + 9F2ABA3E267A4747001A35CE /* gtest-all.cc in Sources */, |
| 280 | + 9F2ABA40267A474D001A35CE /* firebase_test_framework.cc in Sources */, |
| 281 | + ); |
| 282 | + runOnlyForDeploymentPostprocessing = 0; |
| 283 | + }; |
201 | 284 | /* End PBXSourcesBuildPhase section */
|
202 | 285 |
|
| 286 | +/* Begin PBXVariantGroup section */ |
| 287 | + 9F2ABA2E267A4720001A35CE /* Main.storyboard */ = { |
| 288 | + isa = PBXVariantGroup; |
| 289 | + children = ( |
| 290 | + 9F2ABA2F267A4720001A35CE /* Base */, |
| 291 | + ); |
| 292 | + name = Main.storyboard; |
| 293 | + sourceTree = "<group>"; |
| 294 | + }; |
| 295 | + 9F2ABA33267A4721001A35CE /* LaunchScreen.storyboard */ = { |
| 296 | + isa = PBXVariantGroup; |
| 297 | + children = ( |
| 298 | + 9F2ABA34267A4721001A35CE /* Base */, |
| 299 | + ); |
| 300 | + name = LaunchScreen.storyboard; |
| 301 | + sourceTree = "<group>"; |
| 302 | + }; |
| 303 | +/* End PBXVariantGroup section */ |
| 304 | + |
203 | 305 | /* Begin XCBuildConfiguration section */
|
204 | 306 | 529226F71C85F68000C89379 /* Debug */ = {
|
205 | 307 | isa = XCBuildConfiguration;
|
|
337 | 439 | };
|
338 | 440 | name = Release;
|
339 | 441 | };
|
| 442 | + 9F2ABA39267A4721001A35CE /* Debug */ = { |
| 443 | + isa = XCBuildConfiguration; |
| 444 | + buildSettings = { |
| 445 | + ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; |
| 446 | + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
| 447 | + CLANG_ANALYZER_NONNULL = YES; |
| 448 | + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 449 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
| 450 | + CLANG_ENABLE_OBJC_WEAK = YES; |
| 451 | + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
| 452 | + CLANG_WARN_COMMA = YES; |
| 453 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
| 454 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 455 | + CLANG_WARN_INFINITE_RECURSION = YES; |
| 456 | + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 457 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
| 458 | + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
| 459 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
| 460 | + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
| 461 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
| 462 | + CLANG_WARN_SUSPICIOUS_MOVE = YES; |
| 463 | + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
| 464 | + CODE_SIGN_STYLE = Automatic; |
| 465 | + DEBUG_INFORMATION_FORMAT = dwarf; |
| 466 | + ENABLE_TESTABILITY = YES; |
| 467 | + FRAMEWORK_SEARCH_PATHS = ( |
| 468 | + "$(inherited)", |
| 469 | + "$(PROJECT_DIR)", |
| 470 | + ); |
| 471 | + GCC_C_LANGUAGE_STANDARD = gnu11; |
| 472 | + HEADER_SEARCH_PATHS = ( |
| 473 | + "$(inherited)", |
| 474 | + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, |
| 475 | + "\"$(SRCROOT)/src\"", |
| 476 | + "\"$(SRCROOT)/external/googletest/src/googletest/include\"", |
| 477 | + "\"$(SRCROOT)/external/googletest/src/googlemock/include\"", |
| 478 | + "\"$(SRCROOT)/external/googletest/src/googletest\"", |
| 479 | + "\"$(SRCROOT)/external/googletest/src/googlemock\"", |
| 480 | + ); |
| 481 | + INFOPLIST_FILE = integration_test_tvos/Info.plist; |
| 482 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 483 | + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
| 484 | + MTL_FAST_MATH = YES; |
| 485 | + PRODUCT_BUNDLE_IDENTIFIER = "com.google.ios.database.testapp.integration-test-tvos"; |
| 486 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 487 | + SDKROOT = appletvos; |
| 488 | + TARGETED_DEVICE_FAMILY = 3; |
| 489 | + TVOS_DEPLOYMENT_TARGET = 14.5; |
| 490 | + }; |
| 491 | + name = Debug; |
| 492 | + }; |
| 493 | + 9F2ABA3A267A4721001A35CE /* Release */ = { |
| 494 | + isa = XCBuildConfiguration; |
| 495 | + buildSettings = { |
| 496 | + ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; |
| 497 | + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
| 498 | + CLANG_ANALYZER_NONNULL = YES; |
| 499 | + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 500 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
| 501 | + CLANG_ENABLE_OBJC_WEAK = YES; |
| 502 | + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
| 503 | + CLANG_WARN_COMMA = YES; |
| 504 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
| 505 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 506 | + CLANG_WARN_INFINITE_RECURSION = YES; |
| 507 | + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 508 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
| 509 | + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
| 510 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
| 511 | + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
| 512 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
| 513 | + CLANG_WARN_SUSPICIOUS_MOVE = YES; |
| 514 | + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
| 515 | + CODE_SIGN_STYLE = Automatic; |
| 516 | + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
| 517 | + FRAMEWORK_SEARCH_PATHS = ( |
| 518 | + "$(inherited)", |
| 519 | + "$(PROJECT_DIR)", |
| 520 | + ); |
| 521 | + GCC_C_LANGUAGE_STANDARD = gnu11; |
| 522 | + HEADER_SEARCH_PATHS = ( |
| 523 | + "$(inherited)", |
| 524 | + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, |
| 525 | + "\"$(SRCROOT)/src\"", |
| 526 | + "\"$(SRCROOT)/external/googletest/src/googletest/include\"", |
| 527 | + "\"$(SRCROOT)/external/googletest/src/googlemock/include\"", |
| 528 | + "\"$(SRCROOT)/external/googletest/src/googletest\"", |
| 529 | + "\"$(SRCROOT)/external/googletest/src/googlemock\"", |
| 530 | + ); |
| 531 | + INFOPLIST_FILE = integration_test_tvos/Info.plist; |
| 532 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 533 | + MTL_FAST_MATH = YES; |
| 534 | + PRODUCT_BUNDLE_IDENTIFIER = "com.google.ios.database.testapp.integration-test-tvos"; |
| 535 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 536 | + SDKROOT = appletvos; |
| 537 | + TARGETED_DEVICE_FAMILY = 3; |
| 538 | + TVOS_DEPLOYMENT_TARGET = 14.5; |
| 539 | + }; |
| 540 | + name = Release; |
| 541 | + }; |
340 | 542 | /* End XCBuildConfiguration section */
|
341 | 543 |
|
342 | 544 | /* Begin XCConfigurationList section */
|
|
358 | 560 | defaultConfigurationIsVisible = 0;
|
359 | 561 | defaultConfigurationName = Release;
|
360 | 562 | };
|
| 563 | + 9F2ABA3B267A4721001A35CE /* Build configuration list for PBXNativeTarget "integration_test_tvos" */ = { |
| 564 | + isa = XCConfigurationList; |
| 565 | + buildConfigurations = ( |
| 566 | + 9F2ABA39267A4721001A35CE /* Debug */, |
| 567 | + 9F2ABA3A267A4721001A35CE /* Release */, |
| 568 | + ); |
| 569 | + defaultConfigurationIsVisible = 0; |
| 570 | + defaultConfigurationName = Release; |
| 571 | + }; |
361 | 572 | /* End XCConfigurationList section */
|
362 | 573 | };
|
363 | 574 | rootObject = 529226CA1C85F68000C89379 /* Project object */;
|
|
0 commit comments