|
@@ -16,10 +16,10 @@
|
16
|
16
|
2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
17
|
17
|
2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
18
|
18
|
2DCD954D1E0B4F2C00145EB5 /* demoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* demoTests.m */; };
|
19
|
|
- 7C3B3371778326AE27DFAB6F /* libPods-demo-tvOSTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DFAEF58B54617204E1581A2F /* libPods-demo-tvOSTests.a */; };
|
20
|
|
- C236A29F535FE825D5E22A3C /* libPods-demo-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 947AECEF56CDD875A7AB4373 /* libPods-demo-tvOS.a */; };
|
21
|
|
- CB4B56EA640F6A4E2A4526B4 /* libPods-demoTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 68FFD7F2608ABBA554FCCB1A /* libPods-demoTests.a */; };
|
22
|
|
- E1D8E0DD5587E6AD8B67DED9 /* libPods-demo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B9172FAF691E26282FB05206 /* libPods-demo.a */; };
|
|
19
|
+ 428E7C00A1DF1C1A2C1140EE /* libPods-demoTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 34E943675B55A190041D9BC6 /* libPods-demoTests.a */; };
|
|
20
|
+ 5D9570ED1A0B682B5FF5E421 /* libPods-demo-tvOSTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 821EC82BD30472D6D387B788 /* libPods-demo-tvOSTests.a */; };
|
|
21
|
+ A50903E452D634CE572F43CD /* libPods-demo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8486CCD792395AAD80956F45 /* libPods-demo.a */; };
|
|
22
|
+ EFB606294F69E6FA304BD500 /* libPods-demo-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9D8370FC4C13D1AE1CC8852B /* libPods-demo-tvOS.a */; };
|
23
|
23
|
/* End PBXBuildFile section */
|
24
|
24
|
|
25
|
25
|
/* Begin PBXContainerItemProxy section */
|
|
@@ -44,7 +44,6 @@
|
44
|
44
|
00E356EE1AD99517003FC87E /* demoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = demoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
45
|
45
|
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
46
|
46
|
00E356F21AD99517003FC87E /* demoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = demoTests.m; sourceTree = "<group>"; };
|
47
|
|
- 0D006781E9CA8C4705992F7E /* Pods-demo-tvOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo-tvOSTests.debug.xcconfig"; path = "Target Support Files/Pods-demo-tvOSTests/Pods-demo-tvOSTests.debug.xcconfig"; sourceTree = "<group>"; };
|
48
|
47
|
13B07F961A680F5B00A75B9A /* demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
49
|
48
|
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = demo/AppDelegate.h; sourceTree = "<group>"; };
|
50
|
49
|
13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = demo/AppDelegate.m; sourceTree = "<group>"; };
|
|
@@ -52,21 +51,22 @@
|
52
|
51
|
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = demo/Images.xcassets; sourceTree = "<group>"; };
|
53
|
52
|
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = demo/Info.plist; sourceTree = "<group>"; };
|
54
|
53
|
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = demo/main.m; sourceTree = "<group>"; };
|
|
54
|
+ 150E6CAFA5EF11AE47ED825C /* Pods-demoTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demoTests.release.xcconfig"; path = "Target Support Files/Pods-demoTests/Pods-demoTests.release.xcconfig"; sourceTree = "<group>"; };
|
55
|
55
|
2D02E47B1E0B4A5D006451C7 /* demo-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "demo-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
56
|
56
|
2D02E4901E0B4A5D006451C7 /* demo-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "demo-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
57
|
|
- 43F930BED887CD5B44B7E49D /* Pods-demoTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demoTests.debug.xcconfig"; path = "Target Support Files/Pods-demoTests/Pods-demoTests.debug.xcconfig"; sourceTree = "<group>"; };
|
58
|
|
- 4C9992F509209CFAA50AD81B /* Pods-demo-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo-tvOS.release.xcconfig"; path = "Target Support Files/Pods-demo-tvOS/Pods-demo-tvOS.release.xcconfig"; sourceTree = "<group>"; };
|
59
|
|
- 654AF74BC45888F3F66EB742 /* Pods-demo-tvOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo-tvOSTests.release.xcconfig"; path = "Target Support Files/Pods-demo-tvOSTests/Pods-demo-tvOSTests.release.xcconfig"; sourceTree = "<group>"; };
|
60
|
|
- 68FFD7F2608ABBA554FCCB1A /* libPods-demoTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-demoTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
61
|
|
- 7B993CC52E603FB50C5A27D5 /* Pods-demo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo.release.xcconfig"; path = "Target Support Files/Pods-demo/Pods-demo.release.xcconfig"; sourceTree = "<group>"; };
|
62
|
|
- 947AECEF56CDD875A7AB4373 /* libPods-demo-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-demo-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
63
|
|
- A18698B4B0467D78D1D6D366 /* Pods-demo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo.debug.xcconfig"; path = "Target Support Files/Pods-demo/Pods-demo.debug.xcconfig"; sourceTree = "<group>"; };
|
64
|
|
- B79410CCB04C67097B17595D /* Pods-demoTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demoTests.release.xcconfig"; path = "Target Support Files/Pods-demoTests/Pods-demoTests.release.xcconfig"; sourceTree = "<group>"; };
|
65
|
|
- B8D580D1AC01815FE4FA0561 /* Pods-demo-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo-tvOS.debug.xcconfig"; path = "Target Support Files/Pods-demo-tvOS/Pods-demo-tvOS.debug.xcconfig"; sourceTree = "<group>"; };
|
66
|
|
- B9172FAF691E26282FB05206 /* libPods-demo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-demo.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
67
|
|
- DFAEF58B54617204E1581A2F /* libPods-demo-tvOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-demo-tvOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
57
|
+ 34E943675B55A190041D9BC6 /* libPods-demoTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-demoTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
58
|
+ 43307E7576B385875B79FCDF /* Pods-demoTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demoTests.debug.xcconfig"; path = "Target Support Files/Pods-demoTests/Pods-demoTests.debug.xcconfig"; sourceTree = "<group>"; };
|
|
59
|
+ 664C331A95B54FA5B7AD4267 /* Pods-demo-tvOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo-tvOSTests.release.xcconfig"; path = "Target Support Files/Pods-demo-tvOSTests/Pods-demo-tvOSTests.release.xcconfig"; sourceTree = "<group>"; };
|
|
60
|
+ 821EC82BD30472D6D387B788 /* libPods-demo-tvOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-demo-tvOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
61
|
+ 8486CCD792395AAD80956F45 /* libPods-demo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-demo.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
62
|
+ 914896C0CEFDAA592DADF952 /* Pods-demo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo.release.xcconfig"; path = "Target Support Files/Pods-demo/Pods-demo.release.xcconfig"; sourceTree = "<group>"; };
|
|
63
|
+ 9D8370FC4C13D1AE1CC8852B /* libPods-demo-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-demo-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
64
|
+ A74FCF62A73172586BCD1E8C /* Pods-demo-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo-tvOS.release.xcconfig"; path = "Target Support Files/Pods-demo-tvOS/Pods-demo-tvOS.release.xcconfig"; sourceTree = "<group>"; };
|
|
65
|
+ B932E4CF7C7ADA47E0C72933 /* Pods-demo-tvOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo-tvOSTests.debug.xcconfig"; path = "Target Support Files/Pods-demo-tvOSTests/Pods-demo-tvOSTests.debug.xcconfig"; sourceTree = "<group>"; };
|
|
66
|
+ BB1DF6C3AB03F9FA00E48CAE /* Pods-demo-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo-tvOS.debug.xcconfig"; path = "Target Support Files/Pods-demo-tvOS/Pods-demo-tvOS.debug.xcconfig"; sourceTree = "<group>"; };
|
68
|
67
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
69
|
68
|
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; };
|
|
69
|
+ FFF78D79653DD86D05E4A780 /* Pods-demo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo.debug.xcconfig"; path = "Target Support Files/Pods-demo/Pods-demo.debug.xcconfig"; sourceTree = "<group>"; };
|
70
|
70
|
/* End PBXFileReference section */
|
71
|
71
|
|
72
|
72
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -74,7 +74,7 @@
|
74
|
74
|
isa = PBXFrameworksBuildPhase;
|
75
|
75
|
buildActionMask = 2147483647;
|
76
|
76
|
files = (
|
77
|
|
- CB4B56EA640F6A4E2A4526B4 /* libPods-demoTests.a in Frameworks */,
|
|
77
|
+ 428E7C00A1DF1C1A2C1140EE /* libPods-demoTests.a in Frameworks */,
|
78
|
78
|
);
|
79
|
79
|
runOnlyForDeploymentPostprocessing = 0;
|
80
|
80
|
};
|
|
@@ -82,7 +82,7 @@
|
82
|
82
|
isa = PBXFrameworksBuildPhase;
|
83
|
83
|
buildActionMask = 2147483647;
|
84
|
84
|
files = (
|
85
|
|
- E1D8E0DD5587E6AD8B67DED9 /* libPods-demo.a in Frameworks */,
|
|
85
|
+ A50903E452D634CE572F43CD /* libPods-demo.a in Frameworks */,
|
86
|
86
|
);
|
87
|
87
|
runOnlyForDeploymentPostprocessing = 0;
|
88
|
88
|
};
|
|
@@ -90,7 +90,7 @@
|
90
|
90
|
isa = PBXFrameworksBuildPhase;
|
91
|
91
|
buildActionMask = 2147483647;
|
92
|
92
|
files = (
|
93
|
|
- C236A29F535FE825D5E22A3C /* libPods-demo-tvOS.a in Frameworks */,
|
|
93
|
+ EFB606294F69E6FA304BD500 /* libPods-demo-tvOS.a in Frameworks */,
|
94
|
94
|
);
|
95
|
95
|
runOnlyForDeploymentPostprocessing = 0;
|
96
|
96
|
};
|
|
@@ -98,7 +98,7 @@
|
98
|
98
|
isa = PBXFrameworksBuildPhase;
|
99
|
99
|
buildActionMask = 2147483647;
|
100
|
100
|
files = (
|
101
|
|
- 7C3B3371778326AE27DFAB6F /* libPods-demo-tvOSTests.a in Frameworks */,
|
|
101
|
+ 5D9570ED1A0B682B5FF5E421 /* libPods-demo-tvOSTests.a in Frameworks */,
|
102
|
102
|
);
|
103
|
103
|
runOnlyForDeploymentPostprocessing = 0;
|
104
|
104
|
};
|
|
@@ -136,15 +136,31 @@
|
136
|
136
|
name = demo;
|
137
|
137
|
sourceTree = "<group>";
|
138
|
138
|
};
|
|
139
|
+ 258E34A3BDFFFBF80D598187 /* Pods */ = {
|
|
140
|
+ isa = PBXGroup;
|
|
141
|
+ children = (
|
|
142
|
+ FFF78D79653DD86D05E4A780 /* Pods-demo.debug.xcconfig */,
|
|
143
|
+ 914896C0CEFDAA592DADF952 /* Pods-demo.release.xcconfig */,
|
|
144
|
+ BB1DF6C3AB03F9FA00E48CAE /* Pods-demo-tvOS.debug.xcconfig */,
|
|
145
|
+ A74FCF62A73172586BCD1E8C /* Pods-demo-tvOS.release.xcconfig */,
|
|
146
|
+ B932E4CF7C7ADA47E0C72933 /* Pods-demo-tvOSTests.debug.xcconfig */,
|
|
147
|
+ 664C331A95B54FA5B7AD4267 /* Pods-demo-tvOSTests.release.xcconfig */,
|
|
148
|
+ 43307E7576B385875B79FCDF /* Pods-demoTests.debug.xcconfig */,
|
|
149
|
+ 150E6CAFA5EF11AE47ED825C /* Pods-demoTests.release.xcconfig */,
|
|
150
|
+ );
|
|
151
|
+ name = Pods;
|
|
152
|
+ path = Pods;
|
|
153
|
+ sourceTree = "<group>";
|
|
154
|
+ };
|
139
|
155
|
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
|
140
|
156
|
isa = PBXGroup;
|
141
|
157
|
children = (
|
142
|
158
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
|
143
|
159
|
ED2971642150620600B7C4FE /* JavaScriptCore.framework */,
|
144
|
|
- B9172FAF691E26282FB05206 /* libPods-demo.a */,
|
145
|
|
- 947AECEF56CDD875A7AB4373 /* libPods-demo-tvOS.a */,
|
146
|
|
- DFAEF58B54617204E1581A2F /* libPods-demo-tvOSTests.a */,
|
147
|
|
- 68FFD7F2608ABBA554FCCB1A /* libPods-demoTests.a */,
|
|
160
|
+ 8486CCD792395AAD80956F45 /* libPods-demo.a */,
|
|
161
|
+ 9D8370FC4C13D1AE1CC8852B /* libPods-demo-tvOS.a */,
|
|
162
|
+ 821EC82BD30472D6D387B788 /* libPods-demo-tvOSTests.a */,
|
|
163
|
+ 34E943675B55A190041D9BC6 /* libPods-demoTests.a */,
|
148
|
164
|
);
|
149
|
165
|
name = Frameworks;
|
150
|
166
|
sourceTree = "<group>";
|
|
@@ -164,7 +180,7 @@
|
164
|
180
|
00E356EF1AD99517003FC87E /* demoTests */,
|
165
|
181
|
83CBBA001A601CBA00E9B192 /* Products */,
|
166
|
182
|
2D16E6871FA4F8E400B85C8A /* Frameworks */,
|
167
|
|
- 856E0E3156FD345E15A4177B /* Pods */,
|
|
183
|
+ 258E34A3BDFFFBF80D598187 /* Pods */,
|
168
|
184
|
);
|
169
|
185
|
indentWidth = 2;
|
170
|
186
|
sourceTree = "<group>";
|
|
@@ -182,22 +198,6 @@
|
182
|
198
|
name = Products;
|
183
|
199
|
sourceTree = "<group>";
|
184
|
200
|
};
|
185
|
|
- 856E0E3156FD345E15A4177B /* Pods */ = {
|
186
|
|
- isa = PBXGroup;
|
187
|
|
- children = (
|
188
|
|
- A18698B4B0467D78D1D6D366 /* Pods-demo.debug.xcconfig */,
|
189
|
|
- 7B993CC52E603FB50C5A27D5 /* Pods-demo.release.xcconfig */,
|
190
|
|
- B8D580D1AC01815FE4FA0561 /* Pods-demo-tvOS.debug.xcconfig */,
|
191
|
|
- 4C9992F509209CFAA50AD81B /* Pods-demo-tvOS.release.xcconfig */,
|
192
|
|
- 0D006781E9CA8C4705992F7E /* Pods-demo-tvOSTests.debug.xcconfig */,
|
193
|
|
- 654AF74BC45888F3F66EB742 /* Pods-demo-tvOSTests.release.xcconfig */,
|
194
|
|
- 43F930BED887CD5B44B7E49D /* Pods-demoTests.debug.xcconfig */,
|
195
|
|
- B79410CCB04C67097B17595D /* Pods-demoTests.release.xcconfig */,
|
196
|
|
- );
|
197
|
|
- name = Pods;
|
198
|
|
- path = Pods;
|
199
|
|
- sourceTree = "<group>";
|
200
|
|
- };
|
201
|
201
|
/* End PBXGroup section */
|
202
|
202
|
|
203
|
203
|
/* Begin PBXNativeTarget section */
|
|
@@ -205,7 +205,7 @@
|
205
|
205
|
isa = PBXNativeTarget;
|
206
|
206
|
buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "demoTests" */;
|
207
|
207
|
buildPhases = (
|
208
|
|
- CAC5D30E546F30603257450B /* [CP] Check Pods Manifest.lock */,
|
|
208
|
+ D5C5B21107E23492DA9BDC94 /* [CP] Check Pods Manifest.lock */,
|
209
|
209
|
00E356EA1AD99517003FC87E /* Sources */,
|
210
|
210
|
00E356EB1AD99517003FC87E /* Frameworks */,
|
211
|
211
|
00E356EC1AD99517003FC87E /* Resources */,
|
|
@@ -224,7 +224,7 @@
|
224
|
224
|
isa = PBXNativeTarget;
|
225
|
225
|
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "demo" */;
|
226
|
226
|
buildPhases = (
|
227
|
|
- 36CB9F652802D32B4628BB97 /* [CP] Check Pods Manifest.lock */,
|
|
227
|
+ CB3FE51FCBA30C6B8D6A3806 /* [CP] Check Pods Manifest.lock */,
|
228
|
228
|
FD10A7F022414F080027D42C /* Start Packager */,
|
229
|
229
|
13B07F871A680F5B00A75B9A /* Sources */,
|
230
|
230
|
13B07F8C1A680F5B00A75B9A /* Frameworks */,
|
|
@@ -244,7 +244,7 @@
|
244
|
244
|
isa = PBXNativeTarget;
|
245
|
245
|
buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "demo-tvOS" */;
|
246
|
246
|
buildPhases = (
|
247
|
|
- 9906704EBEC8308742D20FC3 /* [CP] Check Pods Manifest.lock */,
|
|
247
|
+ 777B3928177A0EE7EA1ABCF9 /* [CP] Check Pods Manifest.lock */,
|
248
|
248
|
FD10A7F122414F3F0027D42C /* Start Packager */,
|
249
|
249
|
2D02E4771E0B4A5D006451C7 /* Sources */,
|
250
|
250
|
2D02E4781E0B4A5D006451C7 /* Frameworks */,
|
|
@@ -264,7 +264,7 @@
|
264
|
264
|
isa = PBXNativeTarget;
|
265
|
265
|
buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "demo-tvOSTests" */;
|
266
|
266
|
buildPhases = (
|
267
|
|
- 204C26600B7002BA2F0BA5B7 /* [CP] Check Pods Manifest.lock */,
|
|
267
|
+ 57F4EECD4004FE3420E6DF92 /* [CP] Check Pods Manifest.lock */,
|
268
|
268
|
2D02E48C1E0B4A5D006451C7 /* Sources */,
|
269
|
269
|
2D02E48D1E0B4A5D006451C7 /* Frameworks */,
|
270
|
270
|
2D02E48E1E0B4A5D006451C7 /* Resources */,
|
|
@@ -373,43 +373,43 @@
|
373
|
373
|
shellPath = /bin/sh;
|
374
|
374
|
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
|
375
|
375
|
};
|
376
|
|
- 204C26600B7002BA2F0BA5B7 /* [CP] Check Pods Manifest.lock */ = {
|
|
376
|
+ 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
|
377
|
377
|
isa = PBXShellScriptBuildPhase;
|
378
|
378
|
buildActionMask = 2147483647;
|
379
|
379
|
files = (
|
380
|
380
|
);
|
381
|
|
- inputFileListPaths = (
|
382
|
|
- );
|
383
|
381
|
inputPaths = (
|
384
|
|
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
385
|
|
- "${PODS_ROOT}/Manifest.lock",
|
386
|
|
- );
|
387
|
|
- name = "[CP] Check Pods Manifest.lock";
|
388
|
|
- outputFileListPaths = (
|
389
|
382
|
);
|
|
383
|
+ name = "Bundle React Native Code And Images";
|
390
|
384
|
outputPaths = (
|
391
|
|
- "$(DERIVED_FILE_DIR)/Pods-demo-tvOSTests-checkManifestLockResult.txt",
|
392
|
385
|
);
|
393
|
386
|
runOnlyForDeploymentPostprocessing = 0;
|
394
|
387
|
shellPath = /bin/sh;
|
395
|
|
- 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";
|
396
|
|
- showEnvVarsInLog = 0;
|
|
388
|
+ shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
|
397
|
389
|
};
|
398
|
|
- 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
|
|
390
|
+ 57F4EECD4004FE3420E6DF92 /* [CP] Check Pods Manifest.lock */ = {
|
399
|
391
|
isa = PBXShellScriptBuildPhase;
|
400
|
392
|
buildActionMask = 2147483647;
|
401
|
393
|
files = (
|
402
|
394
|
);
|
|
395
|
+ inputFileListPaths = (
|
|
396
|
+ );
|
403
|
397
|
inputPaths = (
|
|
398
|
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
399
|
+ "${PODS_ROOT}/Manifest.lock",
|
|
400
|
+ );
|
|
401
|
+ name = "[CP] Check Pods Manifest.lock";
|
|
402
|
+ outputFileListPaths = (
|
404
|
403
|
);
|
405
|
|
- name = "Bundle React Native Code And Images";
|
406
|
404
|
outputPaths = (
|
|
405
|
+ "$(DERIVED_FILE_DIR)/Pods-demo-tvOSTests-checkManifestLockResult.txt",
|
407
|
406
|
);
|
408
|
407
|
runOnlyForDeploymentPostprocessing = 0;
|
409
|
408
|
shellPath = /bin/sh;
|
410
|
|
- shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
|
|
409
|
+ 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";
|
|
410
|
+ showEnvVarsInLog = 0;
|
411
|
411
|
};
|
412
|
|
- 36CB9F652802D32B4628BB97 /* [CP] Check Pods Manifest.lock */ = {
|
|
412
|
+ 777B3928177A0EE7EA1ABCF9 /* [CP] Check Pods Manifest.lock */ = {
|
413
|
413
|
isa = PBXShellScriptBuildPhase;
|
414
|
414
|
buildActionMask = 2147483647;
|
415
|
415
|
files = (
|
|
@@ -424,14 +424,14 @@
|
424
|
424
|
outputFileListPaths = (
|
425
|
425
|
);
|
426
|
426
|
outputPaths = (
|
427
|
|
- "$(DERIVED_FILE_DIR)/Pods-demo-checkManifestLockResult.txt",
|
|
427
|
+ "$(DERIVED_FILE_DIR)/Pods-demo-tvOS-checkManifestLockResult.txt",
|
428
|
428
|
);
|
429
|
429
|
runOnlyForDeploymentPostprocessing = 0;
|
430
|
430
|
shellPath = /bin/sh;
|
431
|
431
|
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";
|
432
|
432
|
showEnvVarsInLog = 0;
|
433
|
433
|
};
|
434
|
|
- 9906704EBEC8308742D20FC3 /* [CP] Check Pods Manifest.lock */ = {
|
|
434
|
+ CB3FE51FCBA30C6B8D6A3806 /* [CP] Check Pods Manifest.lock */ = {
|
435
|
435
|
isa = PBXShellScriptBuildPhase;
|
436
|
436
|
buildActionMask = 2147483647;
|
437
|
437
|
files = (
|
|
@@ -446,14 +446,14 @@
|
446
|
446
|
outputFileListPaths = (
|
447
|
447
|
);
|
448
|
448
|
outputPaths = (
|
449
|
|
- "$(DERIVED_FILE_DIR)/Pods-demo-tvOS-checkManifestLockResult.txt",
|
|
449
|
+ "$(DERIVED_FILE_DIR)/Pods-demo-checkManifestLockResult.txt",
|
450
|
450
|
);
|
451
|
451
|
runOnlyForDeploymentPostprocessing = 0;
|
452
|
452
|
shellPath = /bin/sh;
|
453
|
453
|
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";
|
454
|
454
|
showEnvVarsInLog = 0;
|
455
|
455
|
};
|
456
|
|
- CAC5D30E546F30603257450B /* [CP] Check Pods Manifest.lock */ = {
|
|
456
|
+ D5C5B21107E23492DA9BDC94 /* [CP] Check Pods Manifest.lock */ = {
|
457
|
457
|
isa = PBXShellScriptBuildPhase;
|
458
|
458
|
buildActionMask = 2147483647;
|
459
|
459
|
files = (
|
|
@@ -580,7 +580,7 @@
|
580
|
580
|
/* Begin XCBuildConfiguration section */
|
581
|
581
|
00E356F61AD99517003FC87E /* Debug */ = {
|
582
|
582
|
isa = XCBuildConfiguration;
|
583
|
|
- baseConfigurationReference = 43F930BED887CD5B44B7E49D /* Pods-demoTests.debug.xcconfig */;
|
|
583
|
+ baseConfigurationReference = 43307E7576B385875B79FCDF /* Pods-demoTests.debug.xcconfig */;
|
584
|
584
|
buildSettings = {
|
585
|
585
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
586
|
586
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
@@ -603,7 +603,7 @@
|
603
|
603
|
};
|
604
|
604
|
00E356F71AD99517003FC87E /* Release */ = {
|
605
|
605
|
isa = XCBuildConfiguration;
|
606
|
|
- baseConfigurationReference = B79410CCB04C67097B17595D /* Pods-demoTests.release.xcconfig */;
|
|
606
|
+ baseConfigurationReference = 150E6CAFA5EF11AE47ED825C /* Pods-demoTests.release.xcconfig */;
|
607
|
607
|
buildSettings = {
|
608
|
608
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
609
|
609
|
COPY_PHASE_STRIP = NO;
|
|
@@ -623,7 +623,7 @@
|
623
|
623
|
};
|
624
|
624
|
13B07F941A680F5B00A75B9A /* Debug */ = {
|
625
|
625
|
isa = XCBuildConfiguration;
|
626
|
|
- baseConfigurationReference = A18698B4B0467D78D1D6D366 /* Pods-demo.debug.xcconfig */;
|
|
626
|
+ baseConfigurationReference = FFF78D79653DD86D05E4A780 /* Pods-demo.debug.xcconfig */;
|
627
|
627
|
buildSettings = {
|
628
|
628
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
629
|
629
|
CURRENT_PROJECT_VERSION = 1;
|
|
@@ -643,7 +643,7 @@
|
643
|
643
|
};
|
644
|
644
|
13B07F951A680F5B00A75B9A /* Release */ = {
|
645
|
645
|
isa = XCBuildConfiguration;
|
646
|
|
- baseConfigurationReference = 7B993CC52E603FB50C5A27D5 /* Pods-demo.release.xcconfig */;
|
|
646
|
+ baseConfigurationReference = 914896C0CEFDAA592DADF952 /* Pods-demo.release.xcconfig */;
|
647
|
647
|
buildSettings = {
|
648
|
648
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
649
|
649
|
CURRENT_PROJECT_VERSION = 1;
|
|
@@ -662,7 +662,7 @@
|
662
|
662
|
};
|
663
|
663
|
2D02E4971E0B4A5E006451C7 /* Debug */ = {
|
664
|
664
|
isa = XCBuildConfiguration;
|
665
|
|
- baseConfigurationReference = B8D580D1AC01815FE4FA0561 /* Pods-demo-tvOS.debug.xcconfig */;
|
|
665
|
+ baseConfigurationReference = BB1DF6C3AB03F9FA00E48CAE /* Pods-demo-tvOS.debug.xcconfig */;
|
666
|
666
|
buildSettings = {
|
667
|
667
|
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
|
668
|
668
|
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
|
@@ -690,7 +690,7 @@
|
690
|
690
|
};
|
691
|
691
|
2D02E4981E0B4A5E006451C7 /* Release */ = {
|
692
|
692
|
isa = XCBuildConfiguration;
|
693
|
|
- baseConfigurationReference = 4C9992F509209CFAA50AD81B /* Pods-demo-tvOS.release.xcconfig */;
|
|
693
|
+ baseConfigurationReference = A74FCF62A73172586BCD1E8C /* Pods-demo-tvOS.release.xcconfig */;
|
694
|
694
|
buildSettings = {
|
695
|
695
|
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
|
696
|
696
|
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
|
@@ -718,7 +718,7 @@
|
718
|
718
|
};
|
719
|
719
|
2D02E4991E0B4A5E006451C7 /* Debug */ = {
|
720
|
720
|
isa = XCBuildConfiguration;
|
721
|
|
- baseConfigurationReference = 0D006781E9CA8C4705992F7E /* Pods-demo-tvOSTests.debug.xcconfig */;
|
|
721
|
+ baseConfigurationReference = B932E4CF7C7ADA47E0C72933 /* Pods-demo-tvOSTests.debug.xcconfig */;
|
722
|
722
|
buildSettings = {
|
723
|
723
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
724
|
724
|
CLANG_ANALYZER_NONNULL = YES;
|
|
@@ -745,7 +745,7 @@
|
745
|
745
|
};
|
746
|
746
|
2D02E49A1E0B4A5E006451C7 /* Release */ = {
|
747
|
747
|
isa = XCBuildConfiguration;
|
748
|
|
- baseConfigurationReference = 654AF74BC45888F3F66EB742 /* Pods-demo-tvOSTests.release.xcconfig */;
|
|
748
|
+ baseConfigurationReference = 664C331A95B54FA5B7AD4267 /* Pods-demo-tvOSTests.release.xcconfig */;
|
749
|
749
|
buildSettings = {
|
750
|
750
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
751
|
751
|
CLANG_ANALYZER_NONNULL = YES;
|