|
@@ -0,0 +1,585 @@
|
|
1
|
+// !$*UTF8*$!
|
|
2
|
+{
|
|
3
|
+ archiveVersion = 1;
|
|
4
|
+ classes = {
|
|
5
|
+ };
|
|
6
|
+ objectVersion = 46;
|
|
7
|
+ objects = {
|
|
8
|
+
|
|
9
|
+/* Begin PBXBuildFile section */
|
|
10
|
+ 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
|
|
11
|
+ 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
|
|
12
|
+ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
|
13
|
+ 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
|
14
|
+ 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
|
|
15
|
+ 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
|
16
|
+ 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
|
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 */; };
|
|
19
|
+ AEF309CE7A77174466B93B05 /* libPods-RNPermissionsExample-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675F5D41159578CF07B761C5 /* libPods-RNPermissionsExample-tvOS.a */; };
|
|
20
|
+ ED297163215061F000B7C4FE /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED297162215061F000B7C4FE /* JavaScriptCore.framework */; };
|
|
21
|
+ ED2971652150620600B7C4FE /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED2971642150620600B7C4FE /* JavaScriptCore.framework */; };
|
|
22
|
+/* End PBXBuildFile section */
|
|
23
|
+
|
|
24
|
+/* Begin PBXFileReference section */
|
|
25
|
+ 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
|
|
26
|
+ 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
|
+ 13B07F961A680F5B00A75B9A /* RNPermissionsExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RNPermissionsExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
28
|
+ 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = RNPermissionsExample/AppDelegate.h; sourceTree = "<group>"; };
|
|
29
|
+ 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = RNPermissionsExample/AppDelegate.m; sourceTree = "<group>"; };
|
|
30
|
+ 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
|
|
31
|
+ 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = RNPermissionsExample/Images.xcassets; sourceTree = "<group>"; };
|
|
32
|
+ 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = RNPermissionsExample/Info.plist; sourceTree = "<group>"; };
|
|
33
|
+ 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = RNPermissionsExample/main.m; sourceTree = "<group>"; };
|
|
34
|
+ 2D02E47B1E0B4A5D006451C7 /* RNPermissionsExample-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RNPermissionsExample-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
35
|
+ 2D16E6891FA4F8E400B85C8A /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
36
|
+ 5EE508594924E415A0050663 /* libPods-RNPermissionsExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RNPermissionsExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
37
|
+ 675F5D41159578CF07B761C5 /* libPods-RNPermissionsExample-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RNPermissionsExample-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
38
|
+ 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>"; };
|
|
39
|
+ 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>"; };
|
|
40
|
+ ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
|
41
|
+ 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; };
|
|
42
|
+ 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>"; };
|
|
43
|
+/* End PBXFileReference section */
|
|
44
|
+
|
|
45
|
+/* Begin PBXFrameworksBuildPhase section */
|
|
46
|
+ 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
|
|
47
|
+ isa = PBXFrameworksBuildPhase;
|
|
48
|
+ buildActionMask = 2147483647;
|
|
49
|
+ files = (
|
|
50
|
+ ED297163215061F000B7C4FE /* JavaScriptCore.framework in Frameworks */,
|
|
51
|
+ 344B09050D8F9DD98200F820 /* libPods-RNPermissionsExample.a in Frameworks */,
|
|
52
|
+ );
|
|
53
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
54
|
+ };
|
|
55
|
+ 2D02E4781E0B4A5D006451C7 /* Frameworks */ = {
|
|
56
|
+ isa = PBXFrameworksBuildPhase;
|
|
57
|
+ buildActionMask = 2147483647;
|
|
58
|
+ files = (
|
|
59
|
+ ED2971652150620600B7C4FE /* JavaScriptCore.framework in Frameworks */,
|
|
60
|
+ 2D16E6881FA4F8E400B85C8A /* libReact.a in Frameworks */,
|
|
61
|
+ AEF309CE7A77174466B93B05 /* libPods-RNPermissionsExample-tvOS.a in Frameworks */,
|
|
62
|
+ );
|
|
63
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
64
|
+ };
|
|
65
|
+/* End PBXFrameworksBuildPhase section */
|
|
66
|
+
|
|
67
|
+/* Begin PBXGroup section */
|
|
68
|
+ 01938D2000C2EABCD5318130 /* Pods */ = {
|
|
69
|
+ isa = PBXGroup;
|
|
70
|
+ children = (
|
|
71
|
+ EFC2B4024563B97F765C7CAF /* Pods-RNPermissionsExample.debug.xcconfig */,
|
|
72
|
+ 112A13EA7418A1DA3FFFE89E /* Pods-RNPermissionsExample.release.xcconfig */,
|
|
73
|
+ A3695C8635FFAF0C2C558D58 /* Pods-RNPermissionsExample-tvOS.debug.xcconfig */,
|
|
74
|
+ B4C1975DC33A53090D5B8018 /* Pods-RNPermissionsExample-tvOS.release.xcconfig */,
|
|
75
|
+ );
|
|
76
|
+ name = Pods;
|
|
77
|
+ sourceTree = "<group>";
|
|
78
|
+ };
|
|
79
|
+ 13B07FAE1A68108700A75B9A /* RNPermissionsExample */ = {
|
|
80
|
+ isa = PBXGroup;
|
|
81
|
+ children = (
|
|
82
|
+ 008F07F21AC5B25A0029DE68 /* main.jsbundle */,
|
|
83
|
+ 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
|
|
84
|
+ 13B07FB01A68108700A75B9A /* AppDelegate.m */,
|
|
85
|
+ 13B07FB51A68108700A75B9A /* Images.xcassets */,
|
|
86
|
+ 13B07FB61A68108700A75B9A /* Info.plist */,
|
|
87
|
+ 13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
|
|
88
|
+ 13B07FB71A68108700A75B9A /* main.m */,
|
|
89
|
+ );
|
|
90
|
+ name = RNPermissionsExample;
|
|
91
|
+ sourceTree = "<group>";
|
|
92
|
+ };
|
|
93
|
+ 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
|
|
94
|
+ isa = PBXGroup;
|
|
95
|
+ children = (
|
|
96
|
+ ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
|
|
97
|
+ ED2971642150620600B7C4FE /* JavaScriptCore.framework */,
|
|
98
|
+ 2D16E6891FA4F8E400B85C8A /* libReact.a */,
|
|
99
|
+ 5EE508594924E415A0050663 /* libPods-RNPermissionsExample.a */,
|
|
100
|
+ 675F5D41159578CF07B761C5 /* libPods-RNPermissionsExample-tvOS.a */,
|
|
101
|
+ );
|
|
102
|
+ name = Frameworks;
|
|
103
|
+ sourceTree = "<group>";
|
|
104
|
+ };
|
|
105
|
+ 83CBB9F61A601CBA00E9B192 = {
|
|
106
|
+ isa = PBXGroup;
|
|
107
|
+ children = (
|
|
108
|
+ 13B07FAE1A68108700A75B9A /* RNPermissionsExample */,
|
|
109
|
+ 83CBBA001A601CBA00E9B192 /* Products */,
|
|
110
|
+ 2D16E6871FA4F8E400B85C8A /* Frameworks */,
|
|
111
|
+ 01938D2000C2EABCD5318130 /* Pods */,
|
|
112
|
+ );
|
|
113
|
+ indentWidth = 2;
|
|
114
|
+ sourceTree = "<group>";
|
|
115
|
+ tabWidth = 2;
|
|
116
|
+ usesTabs = 0;
|
|
117
|
+ };
|
|
118
|
+ 83CBBA001A601CBA00E9B192 /* Products */ = {
|
|
119
|
+ isa = PBXGroup;
|
|
120
|
+ children = (
|
|
121
|
+ 13B07F961A680F5B00A75B9A /* RNPermissionsExample.app */,
|
|
122
|
+ 2D02E47B1E0B4A5D006451C7 /* RNPermissionsExample-tvOS.app */,
|
|
123
|
+ );
|
|
124
|
+ name = Products;
|
|
125
|
+ sourceTree = "<group>";
|
|
126
|
+ };
|
|
127
|
+/* End PBXGroup section */
|
|
128
|
+
|
|
129
|
+/* Begin PBXNativeTarget section */
|
|
130
|
+ 13B07F861A680F5B00A75B9A /* RNPermissionsExample */ = {
|
|
131
|
+ isa = PBXNativeTarget;
|
|
132
|
+ buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "RNPermissionsExample" */;
|
|
133
|
+ buildPhases = (
|
|
134
|
+ B42AA7D4FE9C586F3907791A /* [CP] Check Pods Manifest.lock */,
|
|
135
|
+ 13B07F871A680F5B00A75B9A /* Sources */,
|
|
136
|
+ 13B07F8C1A680F5B00A75B9A /* Frameworks */,
|
|
137
|
+ 13B07F8E1A680F5B00A75B9A /* Resources */,
|
|
138
|
+ 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
|
|
139
|
+ );
|
|
140
|
+ buildRules = (
|
|
141
|
+ );
|
|
142
|
+ dependencies = (
|
|
143
|
+ );
|
|
144
|
+ name = RNPermissionsExample;
|
|
145
|
+ productName = "Hello World";
|
|
146
|
+ productReference = 13B07F961A680F5B00A75B9A /* RNPermissionsExample.app */;
|
|
147
|
+ productType = "com.apple.product-type.application";
|
|
148
|
+ };
|
|
149
|
+ 2D02E47A1E0B4A5D006451C7 /* RNPermissionsExample-tvOS */ = {
|
|
150
|
+ isa = PBXNativeTarget;
|
|
151
|
+ buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "RNPermissionsExample-tvOS" */;
|
|
152
|
+ buildPhases = (
|
|
153
|
+ 08D3B8539F5064A757526BF1 /* [CP] Check Pods Manifest.lock */,
|
|
154
|
+ 2D02E4771E0B4A5D006451C7 /* Sources */,
|
|
155
|
+ 2D02E4781E0B4A5D006451C7 /* Frameworks */,
|
|
156
|
+ 2D02E4791E0B4A5D006451C7 /* Resources */,
|
|
157
|
+ 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */,
|
|
158
|
+ );
|
|
159
|
+ buildRules = (
|
|
160
|
+ );
|
|
161
|
+ dependencies = (
|
|
162
|
+ );
|
|
163
|
+ name = "RNPermissionsExample-tvOS";
|
|
164
|
+ productName = "RNPermissionsExample-tvOS";
|
|
165
|
+ productReference = 2D02E47B1E0B4A5D006451C7 /* RNPermissionsExample-tvOS.app */;
|
|
166
|
+ productType = "com.apple.product-type.application";
|
|
167
|
+ };
|
|
168
|
+/* End PBXNativeTarget section */
|
|
169
|
+
|
|
170
|
+/* Begin PBXProject section */
|
|
171
|
+ 83CBB9F71A601CBA00E9B192 /* Project object */ = {
|
|
172
|
+ isa = PBXProject;
|
|
173
|
+ attributes = {
|
|
174
|
+ LastUpgradeCheck = 940;
|
|
175
|
+ ORGANIZATIONNAME = Facebook;
|
|
176
|
+ TargetAttributes = {
|
|
177
|
+ 13B07F861A680F5B00A75B9A = {
|
|
178
|
+ DevelopmentTeam = 745449BDR9;
|
|
179
|
+ };
|
|
180
|
+ 2D02E47A1E0B4A5D006451C7 = {
|
|
181
|
+ CreatedOnToolsVersion = 8.2.1;
|
|
182
|
+ ProvisioningStyle = Automatic;
|
|
183
|
+ };
|
|
184
|
+ };
|
|
185
|
+ };
|
|
186
|
+ buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "RNPermissionsExample" */;
|
|
187
|
+ compatibilityVersion = "Xcode 3.2";
|
|
188
|
+ developmentRegion = English;
|
|
189
|
+ hasScannedForEncodings = 0;
|
|
190
|
+ knownRegions = (
|
|
191
|
+ en,
|
|
192
|
+ Base,
|
|
193
|
+ );
|
|
194
|
+ mainGroup = 83CBB9F61A601CBA00E9B192;
|
|
195
|
+ productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
|
|
196
|
+ projectDirPath = "";
|
|
197
|
+ projectRoot = "";
|
|
198
|
+ targets = (
|
|
199
|
+ 13B07F861A680F5B00A75B9A /* RNPermissionsExample */,
|
|
200
|
+ 2D02E47A1E0B4A5D006451C7 /* RNPermissionsExample-tvOS */,
|
|
201
|
+ );
|
|
202
|
+ };
|
|
203
|
+/* End PBXProject section */
|
|
204
|
+
|
|
205
|
+/* Begin PBXResourcesBuildPhase section */
|
|
206
|
+ 13B07F8E1A680F5B00A75B9A /* Resources */ = {
|
|
207
|
+ isa = PBXResourcesBuildPhase;
|
|
208
|
+ buildActionMask = 2147483647;
|
|
209
|
+ files = (
|
|
210
|
+ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
|
|
211
|
+ 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
|
|
212
|
+ );
|
|
213
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
214
|
+ };
|
|
215
|
+ 2D02E4791E0B4A5D006451C7 /* Resources */ = {
|
|
216
|
+ isa = PBXResourcesBuildPhase;
|
|
217
|
+ buildActionMask = 2147483647;
|
|
218
|
+ files = (
|
|
219
|
+ 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */,
|
|
220
|
+ );
|
|
221
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
222
|
+ };
|
|
223
|
+/* End PBXResourcesBuildPhase section */
|
|
224
|
+
|
|
225
|
+/* Begin PBXShellScriptBuildPhase section */
|
|
226
|
+ 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
|
|
227
|
+ isa = PBXShellScriptBuildPhase;
|
|
228
|
+ buildActionMask = 2147483647;
|
|
229
|
+ files = (
|
|
230
|
+ );
|
|
231
|
+ inputPaths = (
|
|
232
|
+ );
|
|
233
|
+ name = "Bundle React Native code and images";
|
|
234
|
+ outputPaths = (
|
|
235
|
+ );
|
|
236
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
237
|
+ shellPath = /bin/sh;
|
|
238
|
+ shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
|
|
239
|
+ };
|
|
240
|
+ 08D3B8539F5064A757526BF1 /* [CP] Check Pods Manifest.lock */ = {
|
|
241
|
+ isa = PBXShellScriptBuildPhase;
|
|
242
|
+ buildActionMask = 2147483647;
|
|
243
|
+ files = (
|
|
244
|
+ );
|
|
245
|
+ inputFileListPaths = (
|
|
246
|
+ );
|
|
247
|
+ inputPaths = (
|
|
248
|
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
249
|
+ "${PODS_ROOT}/Manifest.lock",
|
|
250
|
+ );
|
|
251
|
+ name = "[CP] Check Pods Manifest.lock";
|
|
252
|
+ outputFileListPaths = (
|
|
253
|
+ );
|
|
254
|
+ outputPaths = (
|
|
255
|
+ "$(DERIVED_FILE_DIR)/Pods-RNPermissionsExample-tvOS-checkManifestLockResult.txt",
|
|
256
|
+ );
|
|
257
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
258
|
+ shellPath = /bin/sh;
|
|
259
|
+ 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";
|
|
260
|
+ showEnvVarsInLog = 0;
|
|
261
|
+ };
|
|
262
|
+ 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
|
|
263
|
+ isa = PBXShellScriptBuildPhase;
|
|
264
|
+ buildActionMask = 2147483647;
|
|
265
|
+ files = (
|
|
266
|
+ );
|
|
267
|
+ inputPaths = (
|
|
268
|
+ );
|
|
269
|
+ name = "Bundle React Native Code And Images";
|
|
270
|
+ outputPaths = (
|
|
271
|
+ );
|
|
272
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
273
|
+ shellPath = /bin/sh;
|
|
274
|
+ shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
|
|
275
|
+ };
|
|
276
|
+ B42AA7D4FE9C586F3907791A /* [CP] Check Pods Manifest.lock */ = {
|
|
277
|
+ isa = PBXShellScriptBuildPhase;
|
|
278
|
+ buildActionMask = 2147483647;
|
|
279
|
+ files = (
|
|
280
|
+ );
|
|
281
|
+ inputFileListPaths = (
|
|
282
|
+ );
|
|
283
|
+ inputPaths = (
|
|
284
|
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
285
|
+ "${PODS_ROOT}/Manifest.lock",
|
|
286
|
+ );
|
|
287
|
+ name = "[CP] Check Pods Manifest.lock";
|
|
288
|
+ outputFileListPaths = (
|
|
289
|
+ );
|
|
290
|
+ outputPaths = (
|
|
291
|
+ "$(DERIVED_FILE_DIR)/Pods-RNPermissionsExample-checkManifestLockResult.txt",
|
|
292
|
+ );
|
|
293
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
294
|
+ shellPath = /bin/sh;
|
|
295
|
+ 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";
|
|
296
|
+ showEnvVarsInLog = 0;
|
|
297
|
+ };
|
|
298
|
+/* End PBXShellScriptBuildPhase section */
|
|
299
|
+
|
|
300
|
+/* Begin PBXSourcesBuildPhase section */
|
|
301
|
+ 13B07F871A680F5B00A75B9A /* Sources */ = {
|
|
302
|
+ isa = PBXSourcesBuildPhase;
|
|
303
|
+ buildActionMask = 2147483647;
|
|
304
|
+ files = (
|
|
305
|
+ 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
|
|
306
|
+ 13B07FC11A68108700A75B9A /* main.m in Sources */,
|
|
307
|
+ );
|
|
308
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
309
|
+ };
|
|
310
|
+ 2D02E4771E0B4A5D006451C7 /* Sources */ = {
|
|
311
|
+ isa = PBXSourcesBuildPhase;
|
|
312
|
+ buildActionMask = 2147483647;
|
|
313
|
+ files = (
|
|
314
|
+ 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */,
|
|
315
|
+ 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */,
|
|
316
|
+ );
|
|
317
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
318
|
+ };
|
|
319
|
+/* End PBXSourcesBuildPhase section */
|
|
320
|
+
|
|
321
|
+/* Begin PBXVariantGroup section */
|
|
322
|
+ 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = {
|
|
323
|
+ isa = PBXVariantGroup;
|
|
324
|
+ children = (
|
|
325
|
+ 13B07FB21A68108700A75B9A /* Base */,
|
|
326
|
+ );
|
|
327
|
+ name = LaunchScreen.xib;
|
|
328
|
+ path = RNPermissionsExample;
|
|
329
|
+ sourceTree = "<group>";
|
|
330
|
+ };
|
|
331
|
+/* End PBXVariantGroup section */
|
|
332
|
+
|
|
333
|
+/* Begin XCBuildConfiguration section */
|
|
334
|
+ 13B07F941A680F5B00A75B9A /* Debug */ = {
|
|
335
|
+ isa = XCBuildConfiguration;
|
|
336
|
+ baseConfigurationReference = EFC2B4024563B97F765C7CAF /* Pods-RNPermissionsExample.debug.xcconfig */;
|
|
337
|
+ buildSettings = {
|
|
338
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
339
|
+ CURRENT_PROJECT_VERSION = 1;
|
|
340
|
+ DEAD_CODE_STRIPPING = NO;
|
|
341
|
+ DEVELOPMENT_TEAM = 745449BDR9;
|
|
342
|
+ HEADER_SEARCH_PATHS = "$(inherited)";
|
|
343
|
+ INFOPLIST_FILE = RNPermissionsExample/Info.plist;
|
|
344
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
345
|
+ LIBRARY_SEARCH_PATHS = (
|
|
346
|
+ "$(inherited)",
|
|
347
|
+ "\"$(SRCROOT)/RNPermissionsExample\"",
|
|
348
|
+ "\"$(SRCROOT)/RNPermissionsExample\"",
|
|
349
|
+ );
|
|
350
|
+ OTHER_LDFLAGS = (
|
|
351
|
+ "$(inherited)",
|
|
352
|
+ "-ObjC",
|
|
353
|
+ "-lc++",
|
|
354
|
+ );
|
|
355
|
+ PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
|
356
|
+ PRODUCT_NAME = RNPermissionsExample;
|
|
357
|
+ VERSIONING_SYSTEM = "apple-generic";
|
|
358
|
+ };
|
|
359
|
+ name = Debug;
|
|
360
|
+ };
|
|
361
|
+ 13B07F951A680F5B00A75B9A /* Release */ = {
|
|
362
|
+ isa = XCBuildConfiguration;
|
|
363
|
+ baseConfigurationReference = 112A13EA7418A1DA3FFFE89E /* Pods-RNPermissionsExample.release.xcconfig */;
|
|
364
|
+ buildSettings = {
|
|
365
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
366
|
+ CURRENT_PROJECT_VERSION = 1;
|
|
367
|
+ DEVELOPMENT_TEAM = 745449BDR9;
|
|
368
|
+ HEADER_SEARCH_PATHS = "$(inherited)";
|
|
369
|
+ INFOPLIST_FILE = RNPermissionsExample/Info.plist;
|
|
370
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
371
|
+ LIBRARY_SEARCH_PATHS = (
|
|
372
|
+ "$(inherited)",
|
|
373
|
+ "\"$(SRCROOT)/RNPermissionsExample\"",
|
|
374
|
+ "\"$(SRCROOT)/RNPermissionsExample\"",
|
|
375
|
+ );
|
|
376
|
+ OTHER_LDFLAGS = (
|
|
377
|
+ "$(inherited)",
|
|
378
|
+ "-ObjC",
|
|
379
|
+ "-lc++",
|
|
380
|
+ );
|
|
381
|
+ PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
|
382
|
+ PRODUCT_NAME = RNPermissionsExample;
|
|
383
|
+ VERSIONING_SYSTEM = "apple-generic";
|
|
384
|
+ };
|
|
385
|
+ name = Release;
|
|
386
|
+ };
|
|
387
|
+ 2D02E4971E0B4A5E006451C7 /* Debug */ = {
|
|
388
|
+ isa = XCBuildConfiguration;
|
|
389
|
+ baseConfigurationReference = A3695C8635FFAF0C2C558D58 /* Pods-RNPermissionsExample-tvOS.debug.xcconfig */;
|
|
390
|
+ buildSettings = {
|
|
391
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
|
|
392
|
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
|
393
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
394
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
395
|
+ CLANG_WARN_INFINITE_RECURSION = YES;
|
|
396
|
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
397
|
+ DEBUG_INFORMATION_FORMAT = dwarf;
|
|
398
|
+ ENABLE_TESTABILITY = YES;
|
|
399
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
400
|
+ HEADER_SEARCH_PATHS = "$(inherited)";
|
|
401
|
+ INFOPLIST_FILE = "RNPermissionsExample-tvOS/Info.plist";
|
|
402
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
403
|
+ LIBRARY_SEARCH_PATHS = (
|
|
404
|
+ "$(inherited)",
|
|
405
|
+ "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
406
|
+ "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
407
|
+ );
|
|
408
|
+ OTHER_LDFLAGS = (
|
|
409
|
+ "-ObjC",
|
|
410
|
+ "-lc++",
|
|
411
|
+ );
|
|
412
|
+ PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.RNPermissionsExample-tvOS";
|
|
413
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
414
|
+ SDKROOT = appletvos;
|
|
415
|
+ TARGETED_DEVICE_FAMILY = 3;
|
|
416
|
+ TVOS_DEPLOYMENT_TARGET = 9.2;
|
|
417
|
+ };
|
|
418
|
+ name = Debug;
|
|
419
|
+ };
|
|
420
|
+ 2D02E4981E0B4A5E006451C7 /* Release */ = {
|
|
421
|
+ isa = XCBuildConfiguration;
|
|
422
|
+ baseConfigurationReference = B4C1975DC33A53090D5B8018 /* Pods-RNPermissionsExample-tvOS.release.xcconfig */;
|
|
423
|
+ buildSettings = {
|
|
424
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
|
|
425
|
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
|
426
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
427
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
428
|
+ CLANG_WARN_INFINITE_RECURSION = YES;
|
|
429
|
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
430
|
+ COPY_PHASE_STRIP = NO;
|
|
431
|
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
432
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
433
|
+ HEADER_SEARCH_PATHS = "$(inherited)";
|
|
434
|
+ INFOPLIST_FILE = "RNPermissionsExample-tvOS/Info.plist";
|
|
435
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
436
|
+ LIBRARY_SEARCH_PATHS = (
|
|
437
|
+ "$(inherited)",
|
|
438
|
+ "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
439
|
+ "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
440
|
+ );
|
|
441
|
+ OTHER_LDFLAGS = (
|
|
442
|
+ "-ObjC",
|
|
443
|
+ "-lc++",
|
|
444
|
+ );
|
|
445
|
+ PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.RNPermissionsExample-tvOS";
|
|
446
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
447
|
+ SDKROOT = appletvos;
|
|
448
|
+ TARGETED_DEVICE_FAMILY = 3;
|
|
449
|
+ TVOS_DEPLOYMENT_TARGET = 9.2;
|
|
450
|
+ };
|
|
451
|
+ name = Release;
|
|
452
|
+ };
|
|
453
|
+ 83CBBA201A601CBA00E9B192 /* Debug */ = {
|
|
454
|
+ isa = XCBuildConfiguration;
|
|
455
|
+ buildSettings = {
|
|
456
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
457
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
458
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
459
|
+ CLANG_ENABLE_MODULES = YES;
|
|
460
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
461
|
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
462
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
463
|
+ CLANG_WARN_COMMA = YES;
|
|
464
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
465
|
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
466
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
467
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
468
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
469
|
+ CLANG_WARN_INFINITE_RECURSION = YES;
|
|
470
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
471
|
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
472
|
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
473
|
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
474
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
475
|
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
476
|
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
477
|
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
478
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
479
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
480
|
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
481
|
+ COPY_PHASE_STRIP = NO;
|
|
482
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
483
|
+ ENABLE_TESTABILITY = YES;
|
|
484
|
+ GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
485
|
+ GCC_DYNAMIC_NO_PIC = NO;
|
|
486
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
487
|
+ GCC_OPTIMIZATION_LEVEL = 0;
|
|
488
|
+ GCC_PREPROCESSOR_DEFINITIONS = (
|
|
489
|
+ "DEBUG=1",
|
|
490
|
+ "$(inherited)",
|
|
491
|
+ );
|
|
492
|
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
493
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
494
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
495
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
496
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
497
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
498
|
+ GCC_WARN_UNUSED_VARIABLE = YES;
|
|
499
|
+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
500
|
+ MTL_ENABLE_DEBUG_INFO = YES;
|
|
501
|
+ ONLY_ACTIVE_ARCH = YES;
|
|
502
|
+ SDKROOT = iphoneos;
|
|
503
|
+ };
|
|
504
|
+ name = Debug;
|
|
505
|
+ };
|
|
506
|
+ 83CBBA211A601CBA00E9B192 /* Release */ = {
|
|
507
|
+ isa = XCBuildConfiguration;
|
|
508
|
+ buildSettings = {
|
|
509
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
510
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
511
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
512
|
+ CLANG_ENABLE_MODULES = YES;
|
|
513
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
514
|
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
515
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
516
|
+ CLANG_WARN_COMMA = YES;
|
|
517
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
518
|
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
519
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
520
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
521
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
522
|
+ CLANG_WARN_INFINITE_RECURSION = YES;
|
|
523
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
524
|
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
525
|
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
526
|
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
527
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
528
|
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
529
|
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
530
|
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
531
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
532
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
533
|
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
534
|
+ COPY_PHASE_STRIP = YES;
|
|
535
|
+ ENABLE_NS_ASSERTIONS = NO;
|
|
536
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
537
|
+ GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
538
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
539
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
540
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
541
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
542
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
543
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
544
|
+ GCC_WARN_UNUSED_VARIABLE = YES;
|
|
545
|
+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
546
|
+ MTL_ENABLE_DEBUG_INFO = NO;
|
|
547
|
+ SDKROOT = iphoneos;
|
|
548
|
+ VALIDATE_PRODUCT = YES;
|
|
549
|
+ };
|
|
550
|
+ name = Release;
|
|
551
|
+ };
|
|
552
|
+/* End XCBuildConfiguration section */
|
|
553
|
+
|
|
554
|
+/* Begin XCConfigurationList section */
|
|
555
|
+ 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "RNPermissionsExample" */ = {
|
|
556
|
+ isa = XCConfigurationList;
|
|
557
|
+ buildConfigurations = (
|
|
558
|
+ 13B07F941A680F5B00A75B9A /* Debug */,
|
|
559
|
+ 13B07F951A680F5B00A75B9A /* Release */,
|
|
560
|
+ );
|
|
561
|
+ defaultConfigurationIsVisible = 0;
|
|
562
|
+ defaultConfigurationName = Release;
|
|
563
|
+ };
|
|
564
|
+ 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "RNPermissionsExample-tvOS" */ = {
|
|
565
|
+ isa = XCConfigurationList;
|
|
566
|
+ buildConfigurations = (
|
|
567
|
+ 2D02E4971E0B4A5E006451C7 /* Debug */,
|
|
568
|
+ 2D02E4981E0B4A5E006451C7 /* Release */,
|
|
569
|
+ );
|
|
570
|
+ defaultConfigurationIsVisible = 0;
|
|
571
|
+ defaultConfigurationName = Release;
|
|
572
|
+ };
|
|
573
|
+ 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "RNPermissionsExample" */ = {
|
|
574
|
+ isa = XCConfigurationList;
|
|
575
|
+ buildConfigurations = (
|
|
576
|
+ 83CBBA201A601CBA00E9B192 /* Debug */,
|
|
577
|
+ 83CBBA211A601CBA00E9B192 /* Release */,
|
|
578
|
+ );
|
|
579
|
+ defaultConfigurationIsVisible = 0;
|
|
580
|
+ defaultConfigurationName = Release;
|
|
581
|
+ };
|
|
582
|
+/* End XCConfigurationList section */
|
|
583
|
+ };
|
|
584
|
+ rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
|
|
585
|
+}
|