Skip to content

Commit b8828df

Browse files
committed
pod install --repo-update
1 parent a56fb14 commit b8828df

File tree

3 files changed

+652
-0
lines changed

3 files changed

+652
-0
lines changed

examples/DemoApp/ios/DemoApp.xcodeproj/project.pbxproj

Lines changed: 179 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
1616
2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
1717
2DCD954D1E0B4F2C00145EB5 /* DemoAppTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* DemoAppTests.m */; };
18+
516B233E8DC59FE887B6E043 /* libPods-DemoApp-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D0A039F6212FFD41D3A5CC82 /* libPods-DemoApp-tvOS.a */; };
1819
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
20+
8D3FCA4888AF3FEA7A633309 /* libPods-DemoApp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B6DE9535C0F713D0890A6DB8 /* libPods-DemoApp.a */; };
21+
B6CDEDFC339C68268D53B5E0 /* libPods-DemoApp-DemoAppTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BEEC98C4C2EB76BC286EFF16 /* libPods-DemoApp-DemoAppTests.a */; };
22+
EC9865D644704714327717F0 /* libPods-DemoApp-tvOSTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F6AA575F51F8E4F28CDA54A3 /* libPods-DemoApp-tvOSTests.a */; };
1923
/* End PBXBuildFile section */
2024

2125
/* Begin PBXContainerItemProxy section */
@@ -48,37 +52,53 @@
4852
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = DemoApp/main.m; sourceTree = "<group>"; };
4953
2D02E47B1E0B4A5D006451C7 /* DemoApp-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "DemoApp-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
5054
2D02E4901E0B4A5D006451C7 /* DemoApp-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "DemoApp-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
55+
53EF46FDE57265FBB3D9AF8D /* Pods-DemoApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoApp.debug.xcconfig"; path = "Target Support Files/Pods-DemoApp/Pods-DemoApp.debug.xcconfig"; sourceTree = "<group>"; };
56+
7B051345DBADCA383074F9E0 /* Pods-DemoApp-DemoAppTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoApp-DemoAppTests.release.xcconfig"; path = "Target Support Files/Pods-DemoApp-DemoAppTests/Pods-DemoApp-DemoAppTests.release.xcconfig"; sourceTree = "<group>"; };
57+
7B12F6E0AC1CABB0FB01F8CA /* Pods-DemoApp-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoApp-tvOS.debug.xcconfig"; path = "Target Support Files/Pods-DemoApp-tvOS/Pods-DemoApp-tvOS.debug.xcconfig"; sourceTree = "<group>"; };
5158
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = DemoApp/LaunchScreen.storyboard; sourceTree = "<group>"; };
59+
A013FAC5698472839E1F88A4 /* Pods-DemoApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoApp.release.xcconfig"; path = "Target Support Files/Pods-DemoApp/Pods-DemoApp.release.xcconfig"; sourceTree = "<group>"; };
60+
B6DE9535C0F713D0890A6DB8 /* libPods-DemoApp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DemoApp.a"; sourceTree = BUILT_PRODUCTS_DIR; };
61+
BC4CB0E12739467A70450E63 /* Pods-DemoApp-tvOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoApp-tvOSTests.release.xcconfig"; path = "Target Support Files/Pods-DemoApp-tvOSTests/Pods-DemoApp-tvOSTests.release.xcconfig"; sourceTree = "<group>"; };
62+
BEEC98C4C2EB76BC286EFF16 /* libPods-DemoApp-DemoAppTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DemoApp-DemoAppTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
63+
D0A039F6212FFD41D3A5CC82 /* libPods-DemoApp-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DemoApp-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
64+
DDC87B35FC5BAA82D7667E45 /* Pods-DemoApp-tvOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoApp-tvOSTests.debug.xcconfig"; path = "Target Support Files/Pods-DemoApp-tvOSTests/Pods-DemoApp-tvOSTests.debug.xcconfig"; sourceTree = "<group>"; };
5265
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
5366
ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; };
67+
F14730950B5B81A681056344 /* Pods-DemoApp-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoApp-tvOS.release.xcconfig"; path = "Target Support Files/Pods-DemoApp-tvOS/Pods-DemoApp-tvOS.release.xcconfig"; sourceTree = "<group>"; };
68+
F22BB75D143D1B3C7EE5118A /* Pods-DemoApp-DemoAppTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoApp-DemoAppTests.debug.xcconfig"; path = "Target Support Files/Pods-DemoApp-DemoAppTests/Pods-DemoApp-DemoAppTests.debug.xcconfig"; sourceTree = "<group>"; };
69+
F6AA575F51F8E4F28CDA54A3 /* libPods-DemoApp-tvOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DemoApp-tvOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
5470
/* End PBXFileReference section */
5571

5672
/* Begin PBXFrameworksBuildPhase section */
5773
00E356EB1AD99517003FC87E /* Frameworks */ = {
5874
isa = PBXFrameworksBuildPhase;
5975
buildActionMask = 2147483647;
6076
files = (
77+
B6CDEDFC339C68268D53B5E0 /* libPods-DemoApp-DemoAppTests.a in Frameworks */,
6178
);
6279
runOnlyForDeploymentPostprocessing = 0;
6380
};
6481
13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
6582
isa = PBXFrameworksBuildPhase;
6683
buildActionMask = 2147483647;
6784
files = (
85+
8D3FCA4888AF3FEA7A633309 /* libPods-DemoApp.a in Frameworks */,
6886
);
6987
runOnlyForDeploymentPostprocessing = 0;
7088
};
7189
2D02E4781E0B4A5D006451C7 /* Frameworks */ = {
7290
isa = PBXFrameworksBuildPhase;
7391
buildActionMask = 2147483647;
7492
files = (
93+
516B233E8DC59FE887B6E043 /* libPods-DemoApp-tvOS.a in Frameworks */,
7594
);
7695
runOnlyForDeploymentPostprocessing = 0;
7796
};
7897
2D02E48D1E0B4A5D006451C7 /* Frameworks */ = {
7998
isa = PBXFrameworksBuildPhase;
8099
buildActionMask = 2147483647;
81100
files = (
101+
EC9865D644704714327717F0 /* libPods-DemoApp-tvOSTests.a in Frameworks */,
82102
);
83103
runOnlyForDeploymentPostprocessing = 0;
84104
};
@@ -121,10 +141,30 @@
121141
children = (
122142
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
123143
ED2971642150620600B7C4FE /* JavaScriptCore.framework */,
144+
B6DE9535C0F713D0890A6DB8 /* libPods-DemoApp.a */,
145+
BEEC98C4C2EB76BC286EFF16 /* libPods-DemoApp-DemoAppTests.a */,
146+
D0A039F6212FFD41D3A5CC82 /* libPods-DemoApp-tvOS.a */,
147+
F6AA575F51F8E4F28CDA54A3 /* libPods-DemoApp-tvOSTests.a */,
124148
);
125149
name = Frameworks;
126150
sourceTree = "<group>";
127151
};
152+
81EF7EF38397AC1C0A8901DB /* Pods */ = {
153+
isa = PBXGroup;
154+
children = (
155+
53EF46FDE57265FBB3D9AF8D /* Pods-DemoApp.debug.xcconfig */,
156+
A013FAC5698472839E1F88A4 /* Pods-DemoApp.release.xcconfig */,
157+
F22BB75D143D1B3C7EE5118A /* Pods-DemoApp-DemoAppTests.debug.xcconfig */,
158+
7B051345DBADCA383074F9E0 /* Pods-DemoApp-DemoAppTests.release.xcconfig */,
159+
7B12F6E0AC1CABB0FB01F8CA /* Pods-DemoApp-tvOS.debug.xcconfig */,
160+
F14730950B5B81A681056344 /* Pods-DemoApp-tvOS.release.xcconfig */,
161+
DDC87B35FC5BAA82D7667E45 /* Pods-DemoApp-tvOSTests.debug.xcconfig */,
162+
BC4CB0E12739467A70450E63 /* Pods-DemoApp-tvOSTests.release.xcconfig */,
163+
);
164+
name = Pods;
165+
path = Pods;
166+
sourceTree = "<group>";
167+
};
128168
832341AE1AAA6A7D00B99B32 /* Libraries */ = {
129169
isa = PBXGroup;
130170
children = (
@@ -140,6 +180,7 @@
140180
00E356EF1AD99517003FC87E /* DemoAppTests */,
141181
83CBBA001A601CBA00E9B192 /* Products */,
142182
2D16E6871FA4F8E400B85C8A /* Frameworks */,
183+
81EF7EF38397AC1C0A8901DB /* Pods */,
143184
);
144185
indentWidth = 2;
145186
sourceTree = "<group>";
@@ -164,9 +205,11 @@
164205
isa = PBXNativeTarget;
165206
buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "DemoAppTests" */;
166207
buildPhases = (
208+
112DC3545C48AA1351662244 /* [CP] Check Pods Manifest.lock */,
167209
00E356EA1AD99517003FC87E /* Sources */,
168210
00E356EB1AD99517003FC87E /* Frameworks */,
169211
00E356EC1AD99517003FC87E /* Resources */,
212+
1C068864D71D2C6D6F0497A4 /* [CP] Copy Pods Resources */,
170213
);
171214
buildRules = (
172215
);
@@ -182,11 +225,13 @@
182225
isa = PBXNativeTarget;
183226
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "DemoApp" */;
184227
buildPhases = (
228+
1E6C22250C0E0BA3BF563838 /* [CP] Check Pods Manifest.lock */,
185229
FD10A7F022414F080027D42C /* Start Packager */,
186230
13B07F871A680F5B00A75B9A /* Sources */,
187231
13B07F8C1A680F5B00A75B9A /* Frameworks */,
188232
13B07F8E1A680F5B00A75B9A /* Resources */,
189233
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
234+
114E6C6FCD901F76462640DD /* [CP] Copy Pods Resources */,
190235
);
191236
buildRules = (
192237
);
@@ -201,6 +246,7 @@
201246
isa = PBXNativeTarget;
202247
buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "DemoApp-tvOS" */;
203248
buildPhases = (
249+
D2109A917FC457C90811D83A /* [CP] Check Pods Manifest.lock */,
204250
FD10A7F122414F3F0027D42C /* Start Packager */,
205251
2D02E4771E0B4A5D006451C7 /* Sources */,
206252
2D02E4781E0B4A5D006451C7 /* Frameworks */,
@@ -220,6 +266,7 @@
220266
isa = PBXNativeTarget;
221267
buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "DemoApp-tvOSTests" */;
222268
buildPhases = (
269+
C87002DF66A59BAD728212D4 /* [CP] Check Pods Manifest.lock */,
223270
2D02E48C1E0B4A5D006451C7 /* Sources */,
224271
2D02E48D1E0B4A5D006451C7 /* Frameworks */,
225272
2D02E48E1E0B4A5D006451C7 /* Resources */,
@@ -330,6 +377,86 @@
330377
shellPath = /bin/sh;
331378
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
332379
};
380+
112DC3545C48AA1351662244 /* [CP] Check Pods Manifest.lock */ = {
381+
isa = PBXShellScriptBuildPhase;
382+
buildActionMask = 2147483647;
383+
files = (
384+
);
385+
inputFileListPaths = (
386+
);
387+
inputPaths = (
388+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
389+
"${PODS_ROOT}/Manifest.lock",
390+
);
391+
name = "[CP] Check Pods Manifest.lock";
392+
outputFileListPaths = (
393+
);
394+
outputPaths = (
395+
"$(DERIVED_FILE_DIR)/Pods-DemoApp-DemoAppTests-checkManifestLockResult.txt",
396+
);
397+
runOnlyForDeploymentPostprocessing = 0;
398+
shellPath = /bin/sh;
399+
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";
400+
showEnvVarsInLog = 0;
401+
};
402+
114E6C6FCD901F76462640DD /* [CP] Copy Pods Resources */ = {
403+
isa = PBXShellScriptBuildPhase;
404+
buildActionMask = 2147483647;
405+
files = (
406+
);
407+
inputPaths = (
408+
"${PODS_ROOT}/Target Support Files/Pods-DemoApp/Pods-DemoApp-resources.sh",
409+
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
410+
);
411+
name = "[CP] Copy Pods Resources";
412+
outputPaths = (
413+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
414+
);
415+
runOnlyForDeploymentPostprocessing = 0;
416+
shellPath = /bin/sh;
417+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DemoApp/Pods-DemoApp-resources.sh\"\n";
418+
showEnvVarsInLog = 0;
419+
};
420+
1C068864D71D2C6D6F0497A4 /* [CP] Copy Pods Resources */ = {
421+
isa = PBXShellScriptBuildPhase;
422+
buildActionMask = 2147483647;
423+
files = (
424+
);
425+
inputPaths = (
426+
"${PODS_ROOT}/Target Support Files/Pods-DemoApp-DemoAppTests/Pods-DemoApp-DemoAppTests-resources.sh",
427+
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
428+
);
429+
name = "[CP] Copy Pods Resources";
430+
outputPaths = (
431+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
432+
);
433+
runOnlyForDeploymentPostprocessing = 0;
434+
shellPath = /bin/sh;
435+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DemoApp-DemoAppTests/Pods-DemoApp-DemoAppTests-resources.sh\"\n";
436+
showEnvVarsInLog = 0;
437+
};
438+
1E6C22250C0E0BA3BF563838 /* [CP] Check Pods Manifest.lock */ = {
439+
isa = PBXShellScriptBuildPhase;
440+
buildActionMask = 2147483647;
441+
files = (
442+
);
443+
inputFileListPaths = (
444+
);
445+
inputPaths = (
446+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
447+
"${PODS_ROOT}/Manifest.lock",
448+
);
449+
name = "[CP] Check Pods Manifest.lock";
450+
outputFileListPaths = (
451+
);
452+
outputPaths = (
453+
"$(DERIVED_FILE_DIR)/Pods-DemoApp-checkManifestLockResult.txt",
454+
);
455+
runOnlyForDeploymentPostprocessing = 0;
456+
shellPath = /bin/sh;
457+
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";
458+
showEnvVarsInLog = 0;
459+
};
333460
2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
334461
isa = PBXShellScriptBuildPhase;
335462
buildActionMask = 2147483647;
@@ -344,6 +471,50 @@
344471
shellPath = /bin/sh;
345472
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
346473
};
474+
C87002DF66A59BAD728212D4 /* [CP] Check Pods Manifest.lock */ = {
475+
isa = PBXShellScriptBuildPhase;
476+
buildActionMask = 2147483647;
477+
files = (
478+
);
479+
inputFileListPaths = (
480+
);
481+
inputPaths = (
482+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
483+
"${PODS_ROOT}/Manifest.lock",
484+
);
485+
name = "[CP] Check Pods Manifest.lock";
486+
outputFileListPaths = (
487+
);
488+
outputPaths = (
489+
"$(DERIVED_FILE_DIR)/Pods-DemoApp-tvOSTests-checkManifestLockResult.txt",
490+
);
491+
runOnlyForDeploymentPostprocessing = 0;
492+
shellPath = /bin/sh;
493+
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";
494+
showEnvVarsInLog = 0;
495+
};
496+
D2109A917FC457C90811D83A /* [CP] Check Pods Manifest.lock */ = {
497+
isa = PBXShellScriptBuildPhase;
498+
buildActionMask = 2147483647;
499+
files = (
500+
);
501+
inputFileListPaths = (
502+
);
503+
inputPaths = (
504+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
505+
"${PODS_ROOT}/Manifest.lock",
506+
);
507+
name = "[CP] Check Pods Manifest.lock";
508+
outputFileListPaths = (
509+
);
510+
outputPaths = (
511+
"$(DERIVED_FILE_DIR)/Pods-DemoApp-tvOS-checkManifestLockResult.txt",
512+
);
513+
runOnlyForDeploymentPostprocessing = 0;
514+
shellPath = /bin/sh;
515+
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";
516+
showEnvVarsInLog = 0;
517+
};
347518
FD10A7F022414F080027D42C /* Start Packager */ = {
348519
isa = PBXShellScriptBuildPhase;
349520
buildActionMask = 2147483647;
@@ -437,6 +608,7 @@
437608
/* Begin XCBuildConfiguration section */
438609
00E356F61AD99517003FC87E /* Debug */ = {
439610
isa = XCBuildConfiguration;
611+
baseConfigurationReference = F22BB75D143D1B3C7EE5118A /* Pods-DemoApp-DemoAppTests.debug.xcconfig */;
440612
buildSettings = {
441613
BUNDLE_LOADER = "$(TEST_HOST)";
442614
GCC_PREPROCESSOR_DEFINITIONS = (
@@ -459,6 +631,7 @@
459631
};
460632
00E356F71AD99517003FC87E /* Release */ = {
461633
isa = XCBuildConfiguration;
634+
baseConfigurationReference = 7B051345DBADCA383074F9E0 /* Pods-DemoApp-DemoAppTests.release.xcconfig */;
462635
buildSettings = {
463636
BUNDLE_LOADER = "$(TEST_HOST)";
464637
COPY_PHASE_STRIP = NO;
@@ -478,6 +651,7 @@
478651
};
479652
13B07F941A680F5B00A75B9A /* Debug */ = {
480653
isa = XCBuildConfiguration;
654+
baseConfigurationReference = 53EF46FDE57265FBB3D9AF8D /* Pods-DemoApp.debug.xcconfig */;
481655
buildSettings = {
482656
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
483657
CLANG_ENABLE_MODULES = YES;
@@ -500,6 +674,7 @@
500674
};
501675
13B07F951A680F5B00A75B9A /* Release */ = {
502676
isa = XCBuildConfiguration;
677+
baseConfigurationReference = A013FAC5698472839E1F88A4 /* Pods-DemoApp.release.xcconfig */;
503678
buildSettings = {
504679
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
505680
CLANG_ENABLE_MODULES = YES;
@@ -520,6 +695,7 @@
520695
};
521696
2D02E4971E0B4A5E006451C7 /* Debug */ = {
522697
isa = XCBuildConfiguration;
698+
baseConfigurationReference = 7B12F6E0AC1CABB0FB01F8CA /* Pods-DemoApp-tvOS.debug.xcconfig */;
523699
buildSettings = {
524700
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
525701
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
@@ -547,6 +723,7 @@
547723
};
548724
2D02E4981E0B4A5E006451C7 /* Release */ = {
549725
isa = XCBuildConfiguration;
726+
baseConfigurationReference = F14730950B5B81A681056344 /* Pods-DemoApp-tvOS.release.xcconfig */;
550727
buildSettings = {
551728
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
552729
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
@@ -574,6 +751,7 @@
574751
};
575752
2D02E4991E0B4A5E006451C7 /* Debug */ = {
576753
isa = XCBuildConfiguration;
754+
baseConfigurationReference = DDC87B35FC5BAA82D7667E45 /* Pods-DemoApp-tvOSTests.debug.xcconfig */;
577755
buildSettings = {
578756
BUNDLE_LOADER = "$(TEST_HOST)";
579757
CLANG_ANALYZER_NONNULL = YES;
@@ -600,6 +778,7 @@
600778
};
601779
2D02E49A1E0B4A5E006451C7 /* Release */ = {
602780
isa = XCBuildConfiguration;
781+
baseConfigurationReference = BC4CB0E12739467A70450E63 /* Pods-DemoApp-tvOSTests.release.xcconfig */;
603782
buildSettings = {
604783
BUNDLE_LOADER = "$(TEST_HOST)";
605784
CLANG_ANALYZER_NONNULL = YES;

examples/DemoApp/ios/DemoApp.xcworkspace/contents.xcworkspacedata

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)