Skip to content

Commit 24d7d9d

Browse files
committed
cleaning things that are added on pod install
Running pod install will add these to the xcode project anyway. It doesnt make sense to have them in the xcode project before that.
1 parent 7ada573 commit 24d7d9d

File tree

4 files changed

+5
-111
lines changed

4 files changed

+5
-111
lines changed

firestore/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 5 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 52;
6+
objectVersion = 46;
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
32FDF8360C72AC634F7E6A42 /* libPods-integration_test_tvos.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D17A5C9BB550486279CA858E /* libPods-integration_test_tvos.a */; };
1110
520BC0391C869159008CFBC3 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 520BC0381C869159008CFBC3 /* GoogleService-Info.plist */; };
1211
529226D61C85F68000C89379 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D51C85F68000C89379 /* Foundation.framework */; };
1312
529226D81C85F68000C89379 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D71C85F68000C89379 /* CoreGraphics.framework */; };
1413
529226DA1C85F68000C89379 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D91C85F68000C89379 /* UIKit.framework */; };
15-
8FE0839D2B60C8CB9E84808C /* libPods-integration_test.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2F6E59CEC74C199ECF8BB8BF /* libPods-integration_test.a */; };
1614
BC1D678326799F8C005DC2DA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BC1D678126799F8C005DC2DA /* Main.storyboard */; };
1715
BC1D678826799F8D005DC2DA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BC1D678626799F8D005DC2DA /* LaunchScreen.storyboard */; };
1816
BC1D678F26799F9A005DC2DA /* gmock-all.cc in Sources */ = {isa = PBXBuildFile; fileRef = D62CCBBF22F367140099BE9F /* gmock-all.cc */; };
@@ -26,9 +24,6 @@
2624
BC1D67982679A00B005DC2DA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC1D67972679A00B005DC2DA /* Foundation.framework */; };
2725
BC1D679A2679A012005DC2DA /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC1D67992679A012005DC2DA /* UIKit.framework */; };
2826
BC1D679C2679A017005DC2DA /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC1D679B2679A017005DC2DA /* CoreGraphics.framework */; };
29-
BC1D67A92679A6E4005DC2DA /* firebase_auth.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC1D679D2679A02C005DC2DA /* firebase_auth.xcframework */; };
30-
BC1D67AA2679A6E4005DC2DA /* firebase_firestore.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC1D679F2679A02C005DC2DA /* firebase_firestore.xcframework */; };
31-
BC1D67AB2679A6E4005DC2DA /* firebase.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC1D679E2679A02C005DC2DA /* firebase.xcframework */; };
3227
D61C5F8E22BABA9C00A79141 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D61C5F8C22BABA9B00A79141 /* Images.xcassets */; };
3328
D61C5F9622BABAD200A79141 /* integration_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = D61C5F9222BABAD100A79141 /* integration_test.cc */; };
3429
D62CCBC022F367140099BE9F /* gmock-all.cc in Sources */ = {isa = PBXBuildFile; fileRef = D62CCBBF22F367140099BE9F /* gmock-all.cc */; };
@@ -42,16 +37,12 @@
4237

4338
/* Begin PBXFileReference section */
4439
2F6E59CEC74C199ECF8BB8BF /* libPods-integration_test.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-integration_test.a"; sourceTree = BUILT_PRODUCTS_DIR; };
45-
309C8B39575BBCD84489BD71 /* Pods-integration_test_tvos.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-integration_test_tvos.release.xcconfig"; path = "Target Support Files/Pods-integration_test_tvos/Pods-integration_test_tvos.release.xcconfig"; sourceTree = "<group>"; };
4640
520BC0381C869159008CFBC3 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
4741
529226D21C85F68000C89379 /* integration_test.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = integration_test.app; sourceTree = BUILT_PRODUCTS_DIR; };
4842
529226D51C85F68000C89379 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
4943
529226D71C85F68000C89379 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
5044
529226D91C85F68000C89379 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
5145
529226EE1C85F68000C89379 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
52-
A77F86ABBFCCBE5BCF96E715 /* Pods-integration_test.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-integration_test.debug.xcconfig"; path = "Target Support Files/Pods-integration_test/Pods-integration_test.debug.xcconfig"; sourceTree = "<group>"; };
53-
B4F7289D18C44A5A8495978A /* Pods-integration_test.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-integration_test.release.xcconfig"; path = "Target Support Files/Pods-integration_test/Pods-integration_test.release.xcconfig"; sourceTree = "<group>"; };
54-
B8017C9163F3D385CCDD3E9D /* Pods-integration_test_tvos.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-integration_test_tvos.debug.xcconfig"; path = "Target Support Files/Pods-integration_test_tvos/Pods-integration_test_tvos.debug.xcconfig"; sourceTree = "<group>"; };
5546
BC1D677926799F8C005DC2DA /* integration_test_tvos.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = integration_test_tvos.app; sourceTree = BUILT_PRODUCTS_DIR; };
5647
BC1D678226799F8C005DC2DA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
5748
BC1D678726799F8D005DC2DA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
@@ -86,10 +77,6 @@
8677
529226D81C85F68000C89379 /* CoreGraphics.framework in Frameworks */,
8778
529226DA1C85F68000C89379 /* UIKit.framework in Frameworks */,
8879
529226D61C85F68000C89379 /* Foundation.framework in Frameworks */,
89-
8FE0839D2B60C8CB9E84808C /* libPods-integration_test.a in Frameworks */,
90-
BC1D67A92679A6E4005DC2DA /* firebase_auth.xcframework in Frameworks */,
91-
BC1D67AA2679A6E4005DC2DA /* firebase_firestore.xcframework in Frameworks */,
92-
BC1D67AB2679A6E4005DC2DA /* firebase.xcframework in Frameworks */,
9380
);
9481
runOnlyForDeploymentPostprocessing = 0;
9582
};
@@ -100,24 +87,12 @@
10087
BC1D679C2679A017005DC2DA /* CoreGraphics.framework in Frameworks */,
10188
BC1D679A2679A012005DC2DA /* UIKit.framework in Frameworks */,
10289
BC1D67982679A00B005DC2DA /* Foundation.framework in Frameworks */,
103-
32FDF8360C72AC634F7E6A42 /* libPods-integration_test_tvos.a in Frameworks */,
10490
);
10591
runOnlyForDeploymentPostprocessing = 0;
10692
};
10793
/* End PBXFrameworksBuildPhase section */
10894

10995
/* Begin PBXGroup section */
110-
2AD084A34AA54558B7AFA683 /* Pods */ = {
111-
isa = PBXGroup;
112-
children = (
113-
A77F86ABBFCCBE5BCF96E715 /* Pods-integration_test.debug.xcconfig */,
114-
B4F7289D18C44A5A8495978A /* Pods-integration_test.release.xcconfig */,
115-
B8017C9163F3D385CCDD3E9D /* Pods-integration_test_tvos.debug.xcconfig */,
116-
309C8B39575BBCD84489BD71 /* Pods-integration_test_tvos.release.xcconfig */,
117-
);
118-
path = Pods;
119-
sourceTree = "<group>";
120-
};
12196
529226C91C85F68000C89379 = {
12297
isa = PBXGroup;
12398
children = (
@@ -129,7 +104,6 @@
129104
BC1D677A26799F8C005DC2DA /* integration_test_tvos */,
130105
529226D41C85F68000C89379 /* Frameworks */,
131106
529226D31C85F68000C89379 /* Products */,
132-
2AD084A34AA54558B7AFA683 /* Pods */,
133107
);
134108
sourceTree = "<group>";
135109
};
@@ -248,9 +222,11 @@
248222
TargetAttributes = {
249223
529226D11C85F68000C89379 = {
250224
CreatedOnToolsVersion = 6.4;
225+
ProvisioningStyle = Manual;
251226
};
252227
BC1D677826799F8C005DC2DA = {
253228
CreatedOnToolsVersion = 12.5;
229+
ProvisioningStyle = Automatic;
254230
};
255231
};
256232
};
@@ -513,7 +489,6 @@
513489
};
514490
529226FA1C85F68000C89379 /* Debug */ = {
515491
isa = XCBuildConfiguration;
516-
baseConfigurationReference = A77F86ABBFCCBE5BCF96E715 /* Pods-integration_test.debug.xcconfig */;
517492
buildSettings = {
518493
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
519494
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
@@ -543,7 +518,6 @@
543518
};
544519
529226FB1C85F68000C89379 /* Release */ = {
545520
isa = XCBuildConfiguration;
546-
baseConfigurationReference = B4F7289D18C44A5A8495978A /* Pods-integration_test.release.xcconfig */;
547521
buildSettings = {
548522
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
549523
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
@@ -573,7 +547,6 @@
573547
};
574548
BC1D678C26799F8D005DC2DA /* Debug */ = {
575549
isa = XCBuildConfiguration;
576-
baseConfigurationReference = B8017C9163F3D385CCDD3E9D /* Pods-integration_test_tvos.debug.xcconfig */;
577550
buildSettings = {
578551
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
579552
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
@@ -614,10 +587,7 @@
614587
"\"$(SRCROOT)/external/googletest/src/googlemock\"",
615588
);
616589
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
617-
LD_RUNPATH_SEARCH_PATHS = (
618-
"$(inherited)",
619-
"@executable_path/Frameworks",
620-
);
590+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
621591
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
622592
MTL_FAST_MATH = YES;
623593
PRODUCT_BUNDLE_IDENTIFIER = "com.google.firebase.cpp.firestore.testapp.integration-test-tvos";
@@ -631,7 +601,6 @@
631601
};
632602
BC1D678D26799F8D005DC2DA /* Release */ = {
633603
isa = XCBuildConfiguration;
634-
baseConfigurationReference = 309C8B39575BBCD84489BD71 /* Pods-integration_test_tvos.release.xcconfig */;
635604
buildSettings = {
636605
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
637606
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
@@ -671,10 +640,7 @@
671640
"\"$(SRCROOT)/external/googletest/src/googlemock\"",
672641
);
673642
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
674-
LD_RUNPATH_SEARCH_PATHS = (
675-
"$(inherited)",
676-
"@executable_path/Frameworks",
677-
);
643+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
678644
MTL_FAST_MATH = YES;
679645
PRODUCT_BUNDLE_IDENTIFIER = "com.google.firebase.cpp.firestore.testapp.integration-test-tvos";
680646
PRODUCT_NAME = "$(TARGET_NAME)";

firestore/integration_test_internal/integration_test.xcodeproj/project.pbxproj

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
274316C12F909A9C32E0A64A /* libPods-integration_test.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C6A6C05283DCA99207D26DC2 /* libPods-integration_test.a */; };
11-
3500A366959DB537E290FF98 /* libPods-integration_test_tvos.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B3D64B35A22073C76B376D5 /* libPods-integration_test_tvos.a */; };
1210
520BC0391C869159008CFBC3 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 520BC0381C869159008CFBC3 /* GoogleService-Info.plist */; };
1311
529226D61C85F68000C89379 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D51C85F68000C89379 /* Foundation.framework */; };
1412
529226D81C85F68000C89379 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D71C85F68000C89379 /* CoreGraphics.framework */; };
@@ -88,16 +86,13 @@
8886
/* End PBXBuildFile section */
8987

9088
/* Begin PBXFileReference section */
91-
03B86EA5FCD6E2E17482DDD0 /* Pods-integration_test.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-integration_test.debug.xcconfig"; path = "Target Support Files/Pods-integration_test/Pods-integration_test.debug.xcconfig"; sourceTree = "<group>"; };
9289
1B3D64B35A22073C76B376D5 /* libPods-integration_test_tvos.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-integration_test_tvos.a"; sourceTree = BUILT_PRODUCTS_DIR; };
9390
520BC0381C869159008CFBC3 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
9491
529226D21C85F68000C89379 /* integration_test.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = integration_test.app; sourceTree = BUILT_PRODUCTS_DIR; };
9592
529226D51C85F68000C89379 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
9693
529226D71C85F68000C89379 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
9794
529226D91C85F68000C89379 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
9895
529226EE1C85F68000C89379 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
99-
65984704635B1564E4DE8638 /* Pods-integration_test_tvos.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-integration_test_tvos.release.xcconfig"; path = "Target Support Files/Pods-integration_test_tvos/Pods-integration_test_tvos.release.xcconfig"; sourceTree = "<group>"; };
100-
AFA8272DF6A421783383E34D /* Pods-integration_test_tvos.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-integration_test_tvos.debug.xcconfig"; path = "Target Support Files/Pods-integration_test_tvos/Pods-integration_test_tvos.debug.xcconfig"; sourceTree = "<group>"; };
10196
BC1D6818267AFF9B005DC2DA /* firebase_auth.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = firebase_auth.xcframework; path = "../../../../firebase-cpp-sdk/ios_tvos_package/xcframeworks/firebase_auth.xcframework"; sourceTree = "<group>"; };
10297
BC1D6819267AFF9B005DC2DA /* firebase.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = firebase.xcframework; path = "../../../../firebase-cpp-sdk/ios_tvos_package/xcframeworks/firebase.xcframework"; sourceTree = "<group>"; };
10398
BC1D681A267AFF9B005DC2DA /* firebase_firestore.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = firebase_firestore.xcframework; path = "../../../../firebase-cpp-sdk/ios_tvos_package/xcframeworks/firebase_firestore.xcframework"; sourceTree = "<group>"; };
@@ -151,7 +146,6 @@
151146
D6ED33BA2606CD890058CBF9 /* event_accumulator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = event_accumulator.h; path = src/util/event_accumulator.h; sourceTree = "<group>"; };
152147
D6ED33BB2606CD890058CBF9 /* integration_test_util.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = integration_test_util.cc; path = src/util/integration_test_util.cc; sourceTree = "<group>"; };
153148
D6ED33BC2606CD890058CBF9 /* future_test_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = future_test_util.h; path = src/util/future_test_util.h; sourceTree = "<group>"; };
154-
E7D5AD8F9FA9599A015C30D7 /* Pods-integration_test.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-integration_test.release.xcconfig"; path = "Target Support Files/Pods-integration_test/Pods-integration_test.release.xcconfig"; sourceTree = "<group>"; };
155149
/* End PBXFileReference section */
156150

157151
/* Begin PBXFrameworksBuildPhase section */
@@ -162,7 +156,6 @@
162156
529226D81C85F68000C89379 /* CoreGraphics.framework in Frameworks */,
163157
529226DA1C85F68000C89379 /* UIKit.framework in Frameworks */,
164158
529226D61C85F68000C89379 /* Foundation.framework in Frameworks */,
165-
274316C12F909A9C32E0A64A /* libPods-integration_test.a in Frameworks */,
166159
);
167160
runOnlyForDeploymentPostprocessing = 0;
168161
};
@@ -173,24 +166,12 @@
173166
BC1D685E267B0116005DC2DA /* CoreGraphics.framework in Frameworks */,
174167
BC1D685C267B0112005DC2DA /* UIKit.framework in Frameworks */,
175168
BC1D685A267B010D005DC2DA /* Foundation.framework in Frameworks */,
176-
3500A366959DB537E290FF98 /* libPods-integration_test_tvos.a in Frameworks */,
177169
);
178170
runOnlyForDeploymentPostprocessing = 0;
179171
};
180172
/* End PBXFrameworksBuildPhase section */
181173

182174
/* Begin PBXGroup section */
183-
2AD084A34AA54558B7AFA683 /* Pods */ = {
184-
isa = PBXGroup;
185-
children = (
186-
03B86EA5FCD6E2E17482DDD0 /* Pods-integration_test.debug.xcconfig */,
187-
E7D5AD8F9FA9599A015C30D7 /* Pods-integration_test.release.xcconfig */,
188-
AFA8272DF6A421783383E34D /* Pods-integration_test_tvos.debug.xcconfig */,
189-
65984704635B1564E4DE8638 /* Pods-integration_test_tvos.release.xcconfig */,
190-
);
191-
path = Pods;
192-
sourceTree = "<group>";
193-
};
194175
529226C91C85F68000C89379 = {
195176
isa = PBXGroup;
196177
children = (
@@ -202,7 +183,6 @@
202183
BC1D6823267B0030005DC2DA /* integration_test_tvos */,
203184
529226D41C85F68000C89379 /* Frameworks */,
204185
529226D31C85F68000C89379 /* Products */,
205-
2AD084A34AA54558B7AFA683 /* Pods */,
206186
);
207187
sourceTree = "<group>";
208188
};
@@ -668,7 +648,6 @@
668648
};
669649
529226FA1C85F68000C89379 /* Debug */ = {
670650
isa = XCBuildConfiguration;
671-
baseConfigurationReference = 03B86EA5FCD6E2E17482DDD0 /* Pods-integration_test.debug.xcconfig */;
672651
buildSettings = {
673652
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
674653
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
@@ -709,7 +688,6 @@
709688
};
710689
529226FB1C85F68000C89379 /* Release */ = {
711690
isa = XCBuildConfiguration;
712-
baseConfigurationReference = E7D5AD8F9FA9599A015C30D7 /* Pods-integration_test.release.xcconfig */;
713691
buildSettings = {
714692
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
715693
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
@@ -750,7 +728,6 @@
750728
};
751729
BC1D6836267B0032005DC2DA /* Debug */ = {
752730
isa = XCBuildConfiguration;
753-
baseConfigurationReference = AFA8272DF6A421783383E34D /* Pods-integration_test_tvos.debug.xcconfig */;
754731
buildSettings = {
755732
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
756733
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
@@ -816,7 +793,6 @@
816793
};
817794
BC1D6837267B0032005DC2DA /* Release */ = {
818795
isa = XCBuildConfiguration;
819-
baseConfigurationReference = 65984704635B1564E4DE8638 /* Pods-integration_test_tvos.release.xcconfig */;
820796
buildSettings = {
821797
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
822798
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;

0 commit comments

Comments
 (0)