|
@@ -15,16 +15,17 @@
|
15
|
15
|
2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
16
|
16
|
2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
17
|
17
|
2D16E6881FA4F8E400B85C8A /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D16E6891FA4F8E400B85C8A /* libReact.a */; };
|
18
|
|
- 344B09050D8F9DD98200F820 /* libPods-RNPermissionsExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5EE508594924E415A0050663 /* libPods-RNPermissionsExample.a */; };
|
|
18
|
+ 9C0E968CA5A4475A72D098CC /* libPods-RNPermissionsExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 61386F2312C2EA9721BCFEA4 /* libPods-RNPermissionsExample.a */; };
|
19
|
19
|
C365FCDF23384B71BADA5827 /* MaterialIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B0FEF2381CCE4DAC89A441F0 /* MaterialIcons.ttf */; };
|
20
|
|
- DD176EC822033C2C00D4A914 /* libPods-RNPermissionsExample-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DD176EC722033C2C00D4A914 /* libPods-RNPermissionsExample-tvOS.a */; };
|
|
20
|
+ E70847AA58F41ED81DF7DC77 /* libPods-RNPermissionsExample-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DF6F9CA5073A9D32EB370652 /* libPods-RNPermissionsExample-tvOS.a */; };
|
21
|
21
|
ED297163215061F000B7C4FE /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED297162215061F000B7C4FE /* JavaScriptCore.framework */; };
|
22
|
22
|
ED2971652150620600B7C4FE /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED2971642150620600B7C4FE /* JavaScriptCore.framework */; };
|
23
|
23
|
/* End PBXBuildFile section */
|
24
|
24
|
|
25
|
25
|
/* Begin PBXFileReference section */
|
26
|
26
|
008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
|
27
|
|
- 112A13EA7418A1DA3FFFE89E /* Pods-RNPermissionsExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNPermissionsExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-RNPermissionsExample/Pods-RNPermissionsExample.release.xcconfig"; sourceTree = "<group>"; };
|
|
27
|
+ 0E7EBB2FDF7AAECF1C038287 /* Pods-RNPermissionsExample-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNPermissionsExample-tvOS.release.xcconfig"; path = "Target Support Files/Pods-RNPermissionsExample-tvOS/Pods-RNPermissionsExample-tvOS.release.xcconfig"; sourceTree = "<group>"; };
|
|
28
|
+ 1378F599F6455B105F696280 /* Pods-RNPermissionsExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNPermissionsExample.debug.xcconfig"; path = "Target Support Files/Pods-RNPermissionsExample/Pods-RNPermissionsExample.debug.xcconfig"; sourceTree = "<group>"; };
|
28
|
29
|
13B07F961A680F5B00A75B9A /* RNPermissionsExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RNPermissionsExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
29
|
30
|
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = RNPermissionsExample/AppDelegate.h; sourceTree = "<group>"; };
|
30
|
31
|
13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = RNPermissionsExample/AppDelegate.m; sourceTree = "<group>"; };
|
|
@@ -34,15 +35,13 @@
|
34
|
35
|
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = RNPermissionsExample/main.m; sourceTree = "<group>"; };
|
35
|
36
|
2D02E47B1E0B4A5D006451C7 /* RNPermissionsExample-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RNPermissionsExample-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
36
|
37
|
2D16E6891FA4F8E400B85C8A /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
37
|
|
- 5EE508594924E415A0050663 /* libPods-RNPermissionsExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RNPermissionsExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
38
|
|
- 675F5D41159578CF07B761C5 /* libPods-RNPermissionsExample-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RNPermissionsExample-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
39
|
|
- A3695C8635FFAF0C2C558D58 /* Pods-RNPermissionsExample-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNPermissionsExample-tvOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RNPermissionsExample-tvOS/Pods-RNPermissionsExample-tvOS.debug.xcconfig"; sourceTree = "<group>"; };
|
|
38
|
+ 61386F2312C2EA9721BCFEA4 /* libPods-RNPermissionsExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RNPermissionsExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
40
|
39
|
B0FEF2381CCE4DAC89A441F0 /* MaterialIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf"; sourceTree = "<group>"; };
|
41
|
|
- B4C1975DC33A53090D5B8018 /* Pods-RNPermissionsExample-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNPermissionsExample-tvOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-RNPermissionsExample-tvOS/Pods-RNPermissionsExample-tvOS.release.xcconfig"; sourceTree = "<group>"; };
|
42
|
|
- DD176EC722033C2C00D4A914 /* libPods-RNPermissionsExample-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libPods-RNPermissionsExample-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
40
|
+ D4E8F220F58DB908082D8E08 /* Pods-RNPermissionsExample-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNPermissionsExample-tvOS.debug.xcconfig"; path = "Target Support Files/Pods-RNPermissionsExample-tvOS/Pods-RNPermissionsExample-tvOS.debug.xcconfig"; sourceTree = "<group>"; };
|
|
41
|
+ DF6F9CA5073A9D32EB370652 /* libPods-RNPermissionsExample-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RNPermissionsExample-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
43
|
42
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
44
|
43
|
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; };
|
45
|
|
- EFC2B4024563B97F765C7CAF /* Pods-RNPermissionsExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNPermissionsExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RNPermissionsExample/Pods-RNPermissionsExample.debug.xcconfig"; sourceTree = "<group>"; };
|
|
44
|
+ F96F055A36F2991DEF9E65C0 /* Pods-RNPermissionsExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNPermissionsExample.release.xcconfig"; path = "Target Support Files/Pods-RNPermissionsExample/Pods-RNPermissionsExample.release.xcconfig"; sourceTree = "<group>"; };
|
46
|
45
|
/* End PBXFileReference section */
|
47
|
46
|
|
48
|
47
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -51,7 +50,7 @@
|
51
|
50
|
buildActionMask = 2147483647;
|
52
|
51
|
files = (
|
53
|
52
|
ED297163215061F000B7C4FE /* JavaScriptCore.framework in Frameworks */,
|
54
|
|
- 344B09050D8F9DD98200F820 /* libPods-RNPermissionsExample.a in Frameworks */,
|
|
53
|
+ 9C0E968CA5A4475A72D098CC /* libPods-RNPermissionsExample.a in Frameworks */,
|
55
|
54
|
);
|
56
|
55
|
runOnlyForDeploymentPostprocessing = 0;
|
57
|
56
|
};
|
|
@@ -61,24 +60,13 @@
|
61
|
60
|
files = (
|
62
|
61
|
ED2971652150620600B7C4FE /* JavaScriptCore.framework in Frameworks */,
|
63
|
62
|
2D16E6881FA4F8E400B85C8A /* libReact.a in Frameworks */,
|
64
|
|
- DD176EC822033C2C00D4A914 /* libPods-RNPermissionsExample-tvOS.a in Frameworks */,
|
|
63
|
+ E70847AA58F41ED81DF7DC77 /* libPods-RNPermissionsExample-tvOS.a in Frameworks */,
|
65
|
64
|
);
|
66
|
65
|
runOnlyForDeploymentPostprocessing = 0;
|
67
|
66
|
};
|
68
|
67
|
/* End PBXFrameworksBuildPhase section */
|
69
|
68
|
|
70
|
69
|
/* Begin PBXGroup section */
|
71
|
|
- 01938D2000C2EABCD5318130 /* Pods */ = {
|
72
|
|
- isa = PBXGroup;
|
73
|
|
- children = (
|
74
|
|
- EFC2B4024563B97F765C7CAF /* Pods-RNPermissionsExample.debug.xcconfig */,
|
75
|
|
- 112A13EA7418A1DA3FFFE89E /* Pods-RNPermissionsExample.release.xcconfig */,
|
76
|
|
- A3695C8635FFAF0C2C558D58 /* Pods-RNPermissionsExample-tvOS.debug.xcconfig */,
|
77
|
|
- B4C1975DC33A53090D5B8018 /* Pods-RNPermissionsExample-tvOS.release.xcconfig */,
|
78
|
|
- );
|
79
|
|
- name = Pods;
|
80
|
|
- sourceTree = "<group>";
|
81
|
|
- };
|
82
|
70
|
13B07FAE1A68108700A75B9A /* RNPermissionsExample */ = {
|
83
|
71
|
isa = PBXGroup;
|
84
|
72
|
children = (
|
|
@@ -96,12 +84,11 @@
|
96
|
84
|
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
|
97
|
85
|
isa = PBXGroup;
|
98
|
86
|
children = (
|
99
|
|
- DD176EC722033C2C00D4A914 /* libPods-RNPermissionsExample-tvOS.a */,
|
100
|
87
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
|
101
|
88
|
ED2971642150620600B7C4FE /* JavaScriptCore.framework */,
|
102
|
89
|
2D16E6891FA4F8E400B85C8A /* libReact.a */,
|
103
|
|
- 5EE508594924E415A0050663 /* libPods-RNPermissionsExample.a */,
|
104
|
|
- 675F5D41159578CF07B761C5 /* libPods-RNPermissionsExample-tvOS.a */,
|
|
90
|
+ 61386F2312C2EA9721BCFEA4 /* libPods-RNPermissionsExample.a */,
|
|
91
|
+ DF6F9CA5073A9D32EB370652 /* libPods-RNPermissionsExample-tvOS.a */,
|
105
|
92
|
);
|
106
|
93
|
name = Frameworks;
|
107
|
94
|
sourceTree = "<group>";
|
|
@@ -112,8 +99,8 @@
|
112
|
99
|
13B07FAE1A68108700A75B9A /* RNPermissionsExample */,
|
113
|
100
|
83CBBA001A601CBA00E9B192 /* Products */,
|
114
|
101
|
2D16E6871FA4F8E400B85C8A /* Frameworks */,
|
115
|
|
- 01938D2000C2EABCD5318130 /* Pods */,
|
116
|
102
|
F00001AB828C4AB78E644833 /* Resources */,
|
|
103
|
+ A95D533A68278397BDA8D48F /* Pods */,
|
117
|
104
|
);
|
118
|
105
|
indentWidth = 2;
|
119
|
106
|
sourceTree = "<group>";
|
|
@@ -129,6 +116,18 @@
|
129
|
116
|
name = Products;
|
130
|
117
|
sourceTree = "<group>";
|
131
|
118
|
};
|
|
119
|
+ A95D533A68278397BDA8D48F /* Pods */ = {
|
|
120
|
+ isa = PBXGroup;
|
|
121
|
+ children = (
|
|
122
|
+ 1378F599F6455B105F696280 /* Pods-RNPermissionsExample.debug.xcconfig */,
|
|
123
|
+ F96F055A36F2991DEF9E65C0 /* Pods-RNPermissionsExample.release.xcconfig */,
|
|
124
|
+ D4E8F220F58DB908082D8E08 /* Pods-RNPermissionsExample-tvOS.debug.xcconfig */,
|
|
125
|
+ 0E7EBB2FDF7AAECF1C038287 /* Pods-RNPermissionsExample-tvOS.release.xcconfig */,
|
|
126
|
+ );
|
|
127
|
+ name = Pods;
|
|
128
|
+ path = Pods;
|
|
129
|
+ sourceTree = "<group>";
|
|
130
|
+ };
|
132
|
131
|
F00001AB828C4AB78E644833 /* Resources */ = {
|
133
|
132
|
isa = PBXGroup;
|
134
|
133
|
children = (
|
|
@@ -144,12 +143,12 @@
|
144
|
143
|
isa = PBXNativeTarget;
|
145
|
144
|
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "RNPermissionsExample" */;
|
146
|
145
|
buildPhases = (
|
147
|
|
- B42AA7D4FE9C586F3907791A /* [CP] Check Pods Manifest.lock */,
|
|
146
|
+ 5F51F0458DC0318504BAA1BC /* [CP] Check Pods Manifest.lock */,
|
148
|
147
|
13B07F871A680F5B00A75B9A /* Sources */,
|
149
|
148
|
13B07F8C1A680F5B00A75B9A /* Frameworks */,
|
150
|
149
|
13B07F8E1A680F5B00A75B9A /* Resources */,
|
151
|
150
|
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
|
152
|
|
- 4D2FBE14CA4911D84AA38FD7 /* [CP] Copy Pods Resources */,
|
|
151
|
+ 32560C6C133B2E27B79B4503 /* [CP] Copy Pods Resources */,
|
153
|
152
|
);
|
154
|
153
|
buildRules = (
|
155
|
154
|
);
|
|
@@ -164,7 +163,7 @@
|
164
|
163
|
isa = PBXNativeTarget;
|
165
|
164
|
buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "RNPermissionsExample-tvOS" */;
|
166
|
165
|
buildPhases = (
|
167
|
|
- 08D3B8539F5064A757526BF1 /* [CP] Check Pods Manifest.lock */,
|
|
166
|
+ C5EF9DE7AEB391F931CDFB68 /* [CP] Check Pods Manifest.lock */,
|
168
|
167
|
2D02E4771E0B4A5D006451C7 /* Sources */,
|
169
|
168
|
2D02E4781E0B4A5D006451C7 /* Frameworks */,
|
170
|
169
|
2D02E4791E0B4A5D006451C7 /* Resources */,
|
|
@@ -263,28 +262,6 @@
|
263
|
262
|
shellPath = /bin/sh;
|
264
|
263
|
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
|
265
|
264
|
};
|
266
|
|
- 08D3B8539F5064A757526BF1 /* [CP] Check Pods Manifest.lock */ = {
|
267
|
|
- isa = PBXShellScriptBuildPhase;
|
268
|
|
- buildActionMask = 2147483647;
|
269
|
|
- files = (
|
270
|
|
- );
|
271
|
|
- inputFileListPaths = (
|
272
|
|
- );
|
273
|
|
- inputPaths = (
|
274
|
|
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
275
|
|
- "${PODS_ROOT}/Manifest.lock",
|
276
|
|
- );
|
277
|
|
- name = "[CP] Check Pods Manifest.lock";
|
278
|
|
- outputFileListPaths = (
|
279
|
|
- );
|
280
|
|
- outputPaths = (
|
281
|
|
- "$(DERIVED_FILE_DIR)/Pods-RNPermissionsExample-tvOS-checkManifestLockResult.txt",
|
282
|
|
- );
|
283
|
|
- runOnlyForDeploymentPostprocessing = 0;
|
284
|
|
- shellPath = /bin/sh;
|
285
|
|
- 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";
|
286
|
|
- showEnvVarsInLog = 0;
|
287
|
|
- };
|
288
|
265
|
2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
|
289
|
266
|
isa = PBXShellScriptBuildPhase;
|
290
|
267
|
buildActionMask = 2147483647;
|
|
@@ -299,7 +276,7 @@
|
299
|
276
|
shellPath = /bin/sh;
|
300
|
277
|
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
|
301
|
278
|
};
|
302
|
|
- 4D2FBE14CA4911D84AA38FD7 /* [CP] Copy Pods Resources */ = {
|
|
279
|
+ 32560C6C133B2E27B79B4503 /* [CP] Copy Pods Resources */ = {
|
303
|
280
|
isa = PBXShellScriptBuildPhase;
|
304
|
281
|
buildActionMask = 2147483647;
|
305
|
282
|
files = (
|
|
@@ -307,7 +284,7 @@
|
307
|
284
|
inputFileListPaths = (
|
308
|
285
|
);
|
309
|
286
|
inputPaths = (
|
310
|
|
- "${SRCROOT}/Pods/Target Support Files/Pods-RNPermissionsExample/Pods-RNPermissionsExample-resources.sh",
|
|
287
|
+ "${PODS_ROOT}/Target Support Files/Pods-RNPermissionsExample/Pods-RNPermissionsExample-resources.sh",
|
311
|
288
|
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf",
|
312
|
289
|
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf",
|
313
|
290
|
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf",
|
|
@@ -346,10 +323,10 @@
|
346
|
323
|
);
|
347
|
324
|
runOnlyForDeploymentPostprocessing = 0;
|
348
|
325
|
shellPath = /bin/sh;
|
349
|
|
- shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RNPermissionsExample/Pods-RNPermissionsExample-resources.sh\"\n";
|
|
326
|
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RNPermissionsExample/Pods-RNPermissionsExample-resources.sh\"\n";
|
350
|
327
|
showEnvVarsInLog = 0;
|
351
|
328
|
};
|
352
|
|
- B42AA7D4FE9C586F3907791A /* [CP] Check Pods Manifest.lock */ = {
|
|
329
|
+ 5F51F0458DC0318504BAA1BC /* [CP] Check Pods Manifest.lock */ = {
|
353
|
330
|
isa = PBXShellScriptBuildPhase;
|
354
|
331
|
buildActionMask = 2147483647;
|
355
|
332
|
files = (
|
|
@@ -371,6 +348,28 @@
|
371
|
348
|
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";
|
372
|
349
|
showEnvVarsInLog = 0;
|
373
|
350
|
};
|
|
351
|
+ C5EF9DE7AEB391F931CDFB68 /* [CP] Check Pods Manifest.lock */ = {
|
|
352
|
+ isa = PBXShellScriptBuildPhase;
|
|
353
|
+ buildActionMask = 2147483647;
|
|
354
|
+ files = (
|
|
355
|
+ );
|
|
356
|
+ inputFileListPaths = (
|
|
357
|
+ );
|
|
358
|
+ inputPaths = (
|
|
359
|
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
360
|
+ "${PODS_ROOT}/Manifest.lock",
|
|
361
|
+ );
|
|
362
|
+ name = "[CP] Check Pods Manifest.lock";
|
|
363
|
+ outputFileListPaths = (
|
|
364
|
+ );
|
|
365
|
+ outputPaths = (
|
|
366
|
+ "$(DERIVED_FILE_DIR)/Pods-RNPermissionsExample-tvOS-checkManifestLockResult.txt",
|
|
367
|
+ );
|
|
368
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
369
|
+ shellPath = /bin/sh;
|
|
370
|
+ 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";
|
|
371
|
+ showEnvVarsInLog = 0;
|
|
372
|
+ };
|
374
|
373
|
/* End PBXShellScriptBuildPhase section */
|
375
|
374
|
|
376
|
375
|
/* Begin PBXSourcesBuildPhase section */
|
|
@@ -409,7 +408,7 @@
|
409
|
408
|
/* Begin XCBuildConfiguration section */
|
410
|
409
|
13B07F941A680F5B00A75B9A /* Debug */ = {
|
411
|
410
|
isa = XCBuildConfiguration;
|
412
|
|
- baseConfigurationReference = EFC2B4024563B97F765C7CAF /* Pods-RNPermissionsExample.debug.xcconfig */;
|
|
411
|
+ baseConfigurationReference = 1378F599F6455B105F696280 /* Pods-RNPermissionsExample.debug.xcconfig */;
|
413
|
412
|
buildSettings = {
|
414
|
413
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
415
|
414
|
CODE_SIGN_ENTITLEMENTS = "";
|
|
@@ -437,7 +436,7 @@
|
437
|
436
|
};
|
438
|
437
|
13B07F951A680F5B00A75B9A /* Release */ = {
|
439
|
438
|
isa = XCBuildConfiguration;
|
440
|
|
- baseConfigurationReference = 112A13EA7418A1DA3FFFE89E /* Pods-RNPermissionsExample.release.xcconfig */;
|
|
439
|
+ baseConfigurationReference = F96F055A36F2991DEF9E65C0 /* Pods-RNPermissionsExample.release.xcconfig */;
|
441
|
440
|
buildSettings = {
|
442
|
441
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
443
|
442
|
CODE_SIGN_ENTITLEMENTS = "";
|
|
@@ -464,7 +463,7 @@
|
464
|
463
|
};
|
465
|
464
|
2D02E4971E0B4A5E006451C7 /* Debug */ = {
|
466
|
465
|
isa = XCBuildConfiguration;
|
467
|
|
- baseConfigurationReference = A3695C8635FFAF0C2C558D58 /* Pods-RNPermissionsExample-tvOS.debug.xcconfig */;
|
|
466
|
+ baseConfigurationReference = D4E8F220F58DB908082D8E08 /* Pods-RNPermissionsExample-tvOS.debug.xcconfig */;
|
468
|
467
|
buildSettings = {
|
469
|
468
|
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
|
470
|
469
|
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
|
@@ -497,7 +496,7 @@
|
497
|
496
|
};
|
498
|
497
|
2D02E4981E0B4A5E006451C7 /* Release */ = {
|
499
|
498
|
isa = XCBuildConfiguration;
|
500
|
|
- baseConfigurationReference = B4C1975DC33A53090D5B8018 /* Pods-RNPermissionsExample-tvOS.release.xcconfig */;
|
|
499
|
+ baseConfigurationReference = 0E7EBB2FDF7AAECF1C038287 /* Pods-RNPermissionsExample-tvOS.release.xcconfig */;
|
501
|
500
|
buildSettings = {
|
502
|
501
|
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
|
503
|
502
|
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|