ryuyoonju
08-01
240801 류윤주 아이폰 최종 커밋
@0d55c0eee29fe173ed380b33b1b889b4fe99c2be
+++ ios/File.swift
... | ... | @@ -0,0 +1,8 @@ |
1 | +// | |
2 | +// File.swift | |
3 | +// Send_Location_TA | |
4 | +// | |
5 | +// Created by RYU on 8/1/24. | |
6 | +// | |
7 | + | |
8 | +import Foundation |
--- ios/Podfile
+++ ios/Podfile
... | ... | @@ -1,13 +1,48 @@ |
1 | 1 |
# Resolve react_native_pods.rb with node to allow for hoisting |
2 |
-require Pod::Executable.execute_command('node', ['-p', |
|
3 |
- 'require.resolve( |
|
4 |
- "react-native/scripts/react_native_pods.rb", |
|
5 |
- {paths: [process.argv[1]]}, |
|
6 |
- )', __dir__]).strip |
|
2 |
+# require Pod::Executable.execute_command('node', ['-p', |
|
3 |
+# 'require.resolve( |
|
4 |
+# "react-native/scripts/react_native_pods.rb", |
|
5 |
+# {paths: [process.argv[1]]}, |
|
6 |
+# )', __dir__]).strip |
|
7 |
+ |
|
8 |
+ def node_require(script) |
|
9 |
+ # Resolve script with node to allow for hoisting |
|
10 |
+ require Pod::Executable.execute_command('node', ['-p', |
|
11 |
+ "require.resolve( |
|
12 |
+ '#{script}', |
|
13 |
+ {paths: [process.argv[1]]}, |
|
14 |
+ )", __dir__]).strip |
|
15 |
+ end |
|
16 |
+ |
|
17 |
+ node_require('react-native/scripts/react_native_pods.rb') |
|
18 |
+ node_require('react-native-permissions/scripts/setup.rb') |
|
7 | 19 |
|
8 | 20 |
platform :ios, min_ios_version_supported |
9 | 21 |
prepare_react_native_project! |
10 | 22 |
|
23 |
+setup_permissions ( [ |
|
24 |
+ 'AppTrackingTransparency', |
|
25 |
+ 'Bluetooth', |
|
26 |
+ 'Calendars', |
|
27 |
+ 'CalendarsWriteOnly', |
|
28 |
+ 'Camera', |
|
29 |
+ 'Contacts', |
|
30 |
+ 'FaceID', |
|
31 |
+ 'LocationAccuracy', |
|
32 |
+ 'LocationAlways', |
|
33 |
+ 'LocationWhenInUse', |
|
34 |
+ 'MediaLibrary', |
|
35 |
+ 'Microphone', |
|
36 |
+ 'Motion', |
|
37 |
+ 'Notifications', |
|
38 |
+ 'PhotoLibrary', |
|
39 |
+ 'PhotoLibraryAddOnly', |
|
40 |
+ 'Reminders', |
|
41 |
+ 'Siri', |
|
42 |
+ 'SpeechRecognition', |
|
43 |
+ 'StoreKit', |
|
44 |
+] ) |
|
45 |
+ |
|
11 | 46 |
linkage = ENV['USE_FRAMEWORKS'] |
12 | 47 |
if linkage != nil |
13 | 48 |
Pod::UI.puts "Configuring Pod with #{linkage}ally linked Frameworks".green |
+++ ios/Podfile.lock
... | ... | @@ -0,0 +1,1567 @@ |
1 | +PODS: | |
2 | + - boost (1.83.0) | |
3 | + - BVLinearGradient (2.8.3): | |
4 | + - React-Core | |
5 | + - DoubleConversion (1.1.6) | |
6 | + - FBLazyVector (0.74.4) | |
7 | + - fmt (9.1.0) | |
8 | + - glog (0.3.5) | |
9 | + - hermes-engine (0.74.4): | |
10 | + - hermes-engine/Pre-built (= 0.74.4) | |
11 | + - hermes-engine/Pre-built (0.74.4) | |
12 | + - RCT-Folly (2024.01.01.00): | |
13 | + - boost | |
14 | + - DoubleConversion | |
15 | + - fmt (= 9.1.0) | |
16 | + - glog | |
17 | + - RCT-Folly/Default (= 2024.01.01.00) | |
18 | + - RCT-Folly/Default (2024.01.01.00): | |
19 | + - boost | |
20 | + - DoubleConversion | |
21 | + - fmt (= 9.1.0) | |
22 | + - glog | |
23 | + - RCT-Folly/Fabric (2024.01.01.00): | |
24 | + - boost | |
25 | + - DoubleConversion | |
26 | + - fmt (= 9.1.0) | |
27 | + - glog | |
28 | + - RCTDeprecation (0.74.4) | |
29 | + - RCTRequired (0.74.4) | |
30 | + - RCTTypeSafety (0.74.4): | |
31 | + - FBLazyVector (= 0.74.4) | |
32 | + - RCTRequired (= 0.74.4) | |
33 | + - React-Core (= 0.74.4) | |
34 | + - React (0.74.4): | |
35 | + - React-Core (= 0.74.4) | |
36 | + - React-Core/DevSupport (= 0.74.4) | |
37 | + - React-Core/RCTWebSocket (= 0.74.4) | |
38 | + - React-RCTActionSheet (= 0.74.4) | |
39 | + - React-RCTAnimation (= 0.74.4) | |
40 | + - React-RCTBlob (= 0.74.4) | |
41 | + - React-RCTImage (= 0.74.4) | |
42 | + - React-RCTLinking (= 0.74.4) | |
43 | + - React-RCTNetwork (= 0.74.4) | |
44 | + - React-RCTSettings (= 0.74.4) | |
45 | + - React-RCTText (= 0.74.4) | |
46 | + - React-RCTVibration (= 0.74.4) | |
47 | + - React-callinvoker (0.74.4) | |
48 | + - React-Codegen (0.74.4): | |
49 | + - DoubleConversion | |
50 | + - glog | |
51 | + - hermes-engine | |
52 | + - RCT-Folly | |
53 | + - RCTRequired | |
54 | + - RCTTypeSafety | |
55 | + - React-Core | |
56 | + - React-debug | |
57 | + - React-Fabric | |
58 | + - React-FabricImage | |
59 | + - React-featureflags | |
60 | + - React-graphics | |
61 | + - React-jsi | |
62 | + - React-jsiexecutor | |
63 | + - React-NativeModulesApple | |
64 | + - React-rendererdebug | |
65 | + - React-utils | |
66 | + - ReactCommon/turbomodule/bridging | |
67 | + - ReactCommon/turbomodule/core | |
68 | + - React-Core (0.74.4): | |
69 | + - glog | |
70 | + - hermes-engine | |
71 | + - RCT-Folly (= 2024.01.01.00) | |
72 | + - RCTDeprecation | |
73 | + - React-Core/Default (= 0.74.4) | |
74 | + - React-cxxreact | |
75 | + - React-featureflags | |
76 | + - React-hermes | |
77 | + - React-jsi | |
78 | + - React-jsiexecutor | |
79 | + - React-jsinspector | |
80 | + - React-perflogger | |
81 | + - React-runtimescheduler | |
82 | + - React-utils | |
83 | + - SocketRocket (= 0.7.0) | |
84 | + - Yoga | |
85 | + - React-Core/CoreModulesHeaders (0.74.4): | |
86 | + - glog | |
87 | + - hermes-engine | |
88 | + - RCT-Folly (= 2024.01.01.00) | |
89 | + - RCTDeprecation | |
90 | + - React-Core/Default | |
91 | + - React-cxxreact | |
92 | + - React-featureflags | |
93 | + - React-hermes | |
94 | + - React-jsi | |
95 | + - React-jsiexecutor | |
96 | + - React-jsinspector | |
97 | + - React-perflogger | |
98 | + - React-runtimescheduler | |
99 | + - React-utils | |
100 | + - SocketRocket (= 0.7.0) | |
101 | + - Yoga | |
102 | + - React-Core/Default (0.74.4): | |
103 | + - glog | |
104 | + - hermes-engine | |
105 | + - RCT-Folly (= 2024.01.01.00) | |
106 | + - RCTDeprecation | |
107 | + - React-cxxreact | |
108 | + - React-featureflags | |
109 | + - React-hermes | |
110 | + - React-jsi | |
111 | + - React-jsiexecutor | |
112 | + - React-jsinspector | |
113 | + - React-perflogger | |
114 | + - React-runtimescheduler | |
115 | + - React-utils | |
116 | + - SocketRocket (= 0.7.0) | |
117 | + - Yoga | |
118 | + - React-Core/DevSupport (0.74.4): | |
119 | + - glog | |
120 | + - hermes-engine | |
121 | + - RCT-Folly (= 2024.01.01.00) | |
122 | + - RCTDeprecation | |
123 | + - React-Core/Default (= 0.74.4) | |
124 | + - React-Core/RCTWebSocket (= 0.74.4) | |
125 | + - React-cxxreact | |
126 | + - React-featureflags | |
127 | + - React-hermes | |
128 | + - React-jsi | |
129 | + - React-jsiexecutor | |
130 | + - React-jsinspector | |
131 | + - React-perflogger | |
132 | + - React-runtimescheduler | |
133 | + - React-utils | |
134 | + - SocketRocket (= 0.7.0) | |
135 | + - Yoga | |
136 | + - React-Core/RCTActionSheetHeaders (0.74.4): | |
137 | + - glog | |
138 | + - hermes-engine | |
139 | + - RCT-Folly (= 2024.01.01.00) | |
140 | + - RCTDeprecation | |
141 | + - React-Core/Default | |
142 | + - React-cxxreact | |
143 | + - React-featureflags | |
144 | + - React-hermes | |
145 | + - React-jsi | |
146 | + - React-jsiexecutor | |
147 | + - React-jsinspector | |
148 | + - React-perflogger | |
149 | + - React-runtimescheduler | |
150 | + - React-utils | |
151 | + - SocketRocket (= 0.7.0) | |
152 | + - Yoga | |
153 | + - React-Core/RCTAnimationHeaders (0.74.4): | |
154 | + - glog | |
155 | + - hermes-engine | |
156 | + - RCT-Folly (= 2024.01.01.00) | |
157 | + - RCTDeprecation | |
158 | + - React-Core/Default | |
159 | + - React-cxxreact | |
160 | + - React-featureflags | |
161 | + - React-hermes | |
162 | + - React-jsi | |
163 | + - React-jsiexecutor | |
164 | + - React-jsinspector | |
165 | + - React-perflogger | |
166 | + - React-runtimescheduler | |
167 | + - React-utils | |
168 | + - SocketRocket (= 0.7.0) | |
169 | + - Yoga | |
170 | + - React-Core/RCTBlobHeaders (0.74.4): | |
171 | + - glog | |
172 | + - hermes-engine | |
173 | + - RCT-Folly (= 2024.01.01.00) | |
174 | + - RCTDeprecation | |
175 | + - React-Core/Default | |
176 | + - React-cxxreact | |
177 | + - React-featureflags | |
178 | + - React-hermes | |
179 | + - React-jsi | |
180 | + - React-jsiexecutor | |
181 | + - React-jsinspector | |
182 | + - React-perflogger | |
183 | + - React-runtimescheduler | |
184 | + - React-utils | |
185 | + - SocketRocket (= 0.7.0) | |
186 | + - Yoga | |
187 | + - React-Core/RCTImageHeaders (0.74.4): | |
188 | + - glog | |
189 | + - hermes-engine | |
190 | + - RCT-Folly (= 2024.01.01.00) | |
191 | + - RCTDeprecation | |
192 | + - React-Core/Default | |
193 | + - React-cxxreact | |
194 | + - React-featureflags | |
195 | + - React-hermes | |
196 | + - React-jsi | |
197 | + - React-jsiexecutor | |
198 | + - React-jsinspector | |
199 | + - React-perflogger | |
200 | + - React-runtimescheduler | |
201 | + - React-utils | |
202 | + - SocketRocket (= 0.7.0) | |
203 | + - Yoga | |
204 | + - React-Core/RCTLinkingHeaders (0.74.4): | |
205 | + - glog | |
206 | + - hermes-engine | |
207 | + - RCT-Folly (= 2024.01.01.00) | |
208 | + - RCTDeprecation | |
209 | + - React-Core/Default | |
210 | + - React-cxxreact | |
211 | + - React-featureflags | |
212 | + - React-hermes | |
213 | + - React-jsi | |
214 | + - React-jsiexecutor | |
215 | + - React-jsinspector | |
216 | + - React-perflogger | |
217 | + - React-runtimescheduler | |
218 | + - React-utils | |
219 | + - SocketRocket (= 0.7.0) | |
220 | + - Yoga | |
221 | + - React-Core/RCTNetworkHeaders (0.74.4): | |
222 | + - glog | |
223 | + - hermes-engine | |
224 | + - RCT-Folly (= 2024.01.01.00) | |
225 | + - RCTDeprecation | |
226 | + - React-Core/Default | |
227 | + - React-cxxreact | |
228 | + - React-featureflags | |
229 | + - React-hermes | |
230 | + - React-jsi | |
231 | + - React-jsiexecutor | |
232 | + - React-jsinspector | |
233 | + - React-perflogger | |
234 | + - React-runtimescheduler | |
235 | + - React-utils | |
236 | + - SocketRocket (= 0.7.0) | |
237 | + - Yoga | |
238 | + - React-Core/RCTSettingsHeaders (0.74.4): | |
239 | + - glog | |
240 | + - hermes-engine | |
241 | + - RCT-Folly (= 2024.01.01.00) | |
242 | + - RCTDeprecation | |
243 | + - React-Core/Default | |
244 | + - React-cxxreact | |
245 | + - React-featureflags | |
246 | + - React-hermes | |
247 | + - React-jsi | |
248 | + - React-jsiexecutor | |
249 | + - React-jsinspector | |
250 | + - React-perflogger | |
251 | + - React-runtimescheduler | |
252 | + - React-utils | |
253 | + - SocketRocket (= 0.7.0) | |
254 | + - Yoga | |
255 | + - React-Core/RCTTextHeaders (0.74.4): | |
256 | + - glog | |
257 | + - hermes-engine | |
258 | + - RCT-Folly (= 2024.01.01.00) | |
259 | + - RCTDeprecation | |
260 | + - React-Core/Default | |
261 | + - React-cxxreact | |
262 | + - React-featureflags | |
263 | + - React-hermes | |
264 | + - React-jsi | |
265 | + - React-jsiexecutor | |
266 | + - React-jsinspector | |
267 | + - React-perflogger | |
268 | + - React-runtimescheduler | |
269 | + - React-utils | |
270 | + - SocketRocket (= 0.7.0) | |
271 | + - Yoga | |
272 | + - React-Core/RCTVibrationHeaders (0.74.4): | |
273 | + - glog | |
274 | + - hermes-engine | |
275 | + - RCT-Folly (= 2024.01.01.00) | |
276 | + - RCTDeprecation | |
277 | + - React-Core/Default | |
278 | + - React-cxxreact | |
279 | + - React-featureflags | |
280 | + - React-hermes | |
281 | + - React-jsi | |
282 | + - React-jsiexecutor | |
283 | + - React-jsinspector | |
284 | + - React-perflogger | |
285 | + - React-runtimescheduler | |
286 | + - React-utils | |
287 | + - SocketRocket (= 0.7.0) | |
288 | + - Yoga | |
289 | + - React-Core/RCTWebSocket (0.74.4): | |
290 | + - glog | |
291 | + - hermes-engine | |
292 | + - RCT-Folly (= 2024.01.01.00) | |
293 | + - RCTDeprecation | |
294 | + - React-Core/Default (= 0.74.4) | |
295 | + - React-cxxreact | |
296 | + - React-featureflags | |
297 | + - React-hermes | |
298 | + - React-jsi | |
299 | + - React-jsiexecutor | |
300 | + - React-jsinspector | |
301 | + - React-perflogger | |
302 | + - React-runtimescheduler | |
303 | + - React-utils | |
304 | + - SocketRocket (= 0.7.0) | |
305 | + - Yoga | |
306 | + - React-CoreModules (0.74.4): | |
307 | + - DoubleConversion | |
308 | + - fmt (= 9.1.0) | |
309 | + - RCT-Folly (= 2024.01.01.00) | |
310 | + - RCTTypeSafety (= 0.74.4) | |
311 | + - React-Codegen | |
312 | + - React-Core/CoreModulesHeaders (= 0.74.4) | |
313 | + - React-jsi (= 0.74.4) | |
314 | + - React-jsinspector | |
315 | + - React-NativeModulesApple | |
316 | + - React-RCTBlob | |
317 | + - React-RCTImage (= 0.74.4) | |
318 | + - ReactCommon | |
319 | + - SocketRocket (= 0.7.0) | |
320 | + - React-cxxreact (0.74.4): | |
321 | + - boost (= 1.83.0) | |
322 | + - DoubleConversion | |
323 | + - fmt (= 9.1.0) | |
324 | + - glog | |
325 | + - hermes-engine | |
326 | + - RCT-Folly (= 2024.01.01.00) | |
327 | + - React-callinvoker (= 0.74.4) | |
328 | + - React-debug (= 0.74.4) | |
329 | + - React-jsi (= 0.74.4) | |
330 | + - React-jsinspector | |
331 | + - React-logger (= 0.74.4) | |
332 | + - React-perflogger (= 0.74.4) | |
333 | + - React-runtimeexecutor (= 0.74.4) | |
334 | + - React-debug (0.74.4) | |
335 | + - React-Fabric (0.74.4): | |
336 | + - DoubleConversion | |
337 | + - fmt (= 9.1.0) | |
338 | + - glog | |
339 | + - hermes-engine | |
340 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
341 | + - RCTRequired | |
342 | + - RCTTypeSafety | |
343 | + - React-Core | |
344 | + - React-cxxreact | |
345 | + - React-debug | |
346 | + - React-Fabric/animations (= 0.74.4) | |
347 | + - React-Fabric/attributedstring (= 0.74.4) | |
348 | + - React-Fabric/componentregistry (= 0.74.4) | |
349 | + - React-Fabric/componentregistrynative (= 0.74.4) | |
350 | + - React-Fabric/components (= 0.74.4) | |
351 | + - React-Fabric/core (= 0.74.4) | |
352 | + - React-Fabric/imagemanager (= 0.74.4) | |
353 | + - React-Fabric/leakchecker (= 0.74.4) | |
354 | + - React-Fabric/mounting (= 0.74.4) | |
355 | + - React-Fabric/scheduler (= 0.74.4) | |
356 | + - React-Fabric/telemetry (= 0.74.4) | |
357 | + - React-Fabric/templateprocessor (= 0.74.4) | |
358 | + - React-Fabric/textlayoutmanager (= 0.74.4) | |
359 | + - React-Fabric/uimanager (= 0.74.4) | |
360 | + - React-graphics | |
361 | + - React-jsi | |
362 | + - React-jsiexecutor | |
363 | + - React-logger | |
364 | + - React-rendererdebug | |
365 | + - React-runtimescheduler | |
366 | + - React-utils | |
367 | + - ReactCommon/turbomodule/core | |
368 | + - React-Fabric/animations (0.74.4): | |
369 | + - DoubleConversion | |
370 | + - fmt (= 9.1.0) | |
371 | + - glog | |
372 | + - hermes-engine | |
373 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
374 | + - RCTRequired | |
375 | + - RCTTypeSafety | |
376 | + - React-Core | |
377 | + - React-cxxreact | |
378 | + - React-debug | |
379 | + - React-graphics | |
380 | + - React-jsi | |
381 | + - React-jsiexecutor | |
382 | + - React-logger | |
383 | + - React-rendererdebug | |
384 | + - React-runtimescheduler | |
385 | + - React-utils | |
386 | + - ReactCommon/turbomodule/core | |
387 | + - React-Fabric/attributedstring (0.74.4): | |
388 | + - DoubleConversion | |
389 | + - fmt (= 9.1.0) | |
390 | + - glog | |
391 | + - hermes-engine | |
392 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
393 | + - RCTRequired | |
394 | + - RCTTypeSafety | |
395 | + - React-Core | |
396 | + - React-cxxreact | |
397 | + - React-debug | |
398 | + - React-graphics | |
399 | + - React-jsi | |
400 | + - React-jsiexecutor | |
401 | + - React-logger | |
402 | + - React-rendererdebug | |
403 | + - React-runtimescheduler | |
404 | + - React-utils | |
405 | + - ReactCommon/turbomodule/core | |
406 | + - React-Fabric/componentregistry (0.74.4): | |
407 | + - DoubleConversion | |
408 | + - fmt (= 9.1.0) | |
409 | + - glog | |
410 | + - hermes-engine | |
411 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
412 | + - RCTRequired | |
413 | + - RCTTypeSafety | |
414 | + - React-Core | |
415 | + - React-cxxreact | |
416 | + - React-debug | |
417 | + - React-graphics | |
418 | + - React-jsi | |
419 | + - React-jsiexecutor | |
420 | + - React-logger | |
421 | + - React-rendererdebug | |
422 | + - React-runtimescheduler | |
423 | + - React-utils | |
424 | + - ReactCommon/turbomodule/core | |
425 | + - React-Fabric/componentregistrynative (0.74.4): | |
426 | + - DoubleConversion | |
427 | + - fmt (= 9.1.0) | |
428 | + - glog | |
429 | + - hermes-engine | |
430 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
431 | + - RCTRequired | |
432 | + - RCTTypeSafety | |
433 | + - React-Core | |
434 | + - React-cxxreact | |
435 | + - React-debug | |
436 | + - React-graphics | |
437 | + - React-jsi | |
438 | + - React-jsiexecutor | |
439 | + - React-logger | |
440 | + - React-rendererdebug | |
441 | + - React-runtimescheduler | |
442 | + - React-utils | |
443 | + - ReactCommon/turbomodule/core | |
444 | + - React-Fabric/components (0.74.4): | |
445 | + - DoubleConversion | |
446 | + - fmt (= 9.1.0) | |
447 | + - glog | |
448 | + - hermes-engine | |
449 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
450 | + - RCTRequired | |
451 | + - RCTTypeSafety | |
452 | + - React-Core | |
453 | + - React-cxxreact | |
454 | + - React-debug | |
455 | + - React-Fabric/components/inputaccessory (= 0.74.4) | |
456 | + - React-Fabric/components/legacyviewmanagerinterop (= 0.74.4) | |
457 | + - React-Fabric/components/modal (= 0.74.4) | |
458 | + - React-Fabric/components/rncore (= 0.74.4) | |
459 | + - React-Fabric/components/root (= 0.74.4) | |
460 | + - React-Fabric/components/safeareaview (= 0.74.4) | |
461 | + - React-Fabric/components/scrollview (= 0.74.4) | |
462 | + - React-Fabric/components/text (= 0.74.4) | |
463 | + - React-Fabric/components/textinput (= 0.74.4) | |
464 | + - React-Fabric/components/unimplementedview (= 0.74.4) | |
465 | + - React-Fabric/components/view (= 0.74.4) | |
466 | + - React-graphics | |
467 | + - React-jsi | |
468 | + - React-jsiexecutor | |
469 | + - React-logger | |
470 | + - React-rendererdebug | |
471 | + - React-runtimescheduler | |
472 | + - React-utils | |
473 | + - ReactCommon/turbomodule/core | |
474 | + - React-Fabric/components/inputaccessory (0.74.4): | |
475 | + - DoubleConversion | |
476 | + - fmt (= 9.1.0) | |
477 | + - glog | |
478 | + - hermes-engine | |
479 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
480 | + - RCTRequired | |
481 | + - RCTTypeSafety | |
482 | + - React-Core | |
483 | + - React-cxxreact | |
484 | + - React-debug | |
485 | + - React-graphics | |
486 | + - React-jsi | |
487 | + - React-jsiexecutor | |
488 | + - React-logger | |
489 | + - React-rendererdebug | |
490 | + - React-runtimescheduler | |
491 | + - React-utils | |
492 | + - ReactCommon/turbomodule/core | |
493 | + - React-Fabric/components/legacyviewmanagerinterop (0.74.4): | |
494 | + - DoubleConversion | |
495 | + - fmt (= 9.1.0) | |
496 | + - glog | |
497 | + - hermes-engine | |
498 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
499 | + - RCTRequired | |
500 | + - RCTTypeSafety | |
501 | + - React-Core | |
502 | + - React-cxxreact | |
503 | + - React-debug | |
504 | + - React-graphics | |
505 | + - React-jsi | |
506 | + - React-jsiexecutor | |
507 | + - React-logger | |
508 | + - React-rendererdebug | |
509 | + - React-runtimescheduler | |
510 | + - React-utils | |
511 | + - ReactCommon/turbomodule/core | |
512 | + - React-Fabric/components/modal (0.74.4): | |
513 | + - DoubleConversion | |
514 | + - fmt (= 9.1.0) | |
515 | + - glog | |
516 | + - hermes-engine | |
517 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
518 | + - RCTRequired | |
519 | + - RCTTypeSafety | |
520 | + - React-Core | |
521 | + - React-cxxreact | |
522 | + - React-debug | |
523 | + - React-graphics | |
524 | + - React-jsi | |
525 | + - React-jsiexecutor | |
526 | + - React-logger | |
527 | + - React-rendererdebug | |
528 | + - React-runtimescheduler | |
529 | + - React-utils | |
530 | + - ReactCommon/turbomodule/core | |
531 | + - React-Fabric/components/rncore (0.74.4): | |
532 | + - DoubleConversion | |
533 | + - fmt (= 9.1.0) | |
534 | + - glog | |
535 | + - hermes-engine | |
536 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
537 | + - RCTRequired | |
538 | + - RCTTypeSafety | |
539 | + - React-Core | |
540 | + - React-cxxreact | |
541 | + - React-debug | |
542 | + - React-graphics | |
543 | + - React-jsi | |
544 | + - React-jsiexecutor | |
545 | + - React-logger | |
546 | + - React-rendererdebug | |
547 | + - React-runtimescheduler | |
548 | + - React-utils | |
549 | + - ReactCommon/turbomodule/core | |
550 | + - React-Fabric/components/root (0.74.4): | |
551 | + - DoubleConversion | |
552 | + - fmt (= 9.1.0) | |
553 | + - glog | |
554 | + - hermes-engine | |
555 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
556 | + - RCTRequired | |
557 | + - RCTTypeSafety | |
558 | + - React-Core | |
559 | + - React-cxxreact | |
560 | + - React-debug | |
561 | + - React-graphics | |
562 | + - React-jsi | |
563 | + - React-jsiexecutor | |
564 | + - React-logger | |
565 | + - React-rendererdebug | |
566 | + - React-runtimescheduler | |
567 | + - React-utils | |
568 | + - ReactCommon/turbomodule/core | |
569 | + - React-Fabric/components/safeareaview (0.74.4): | |
570 | + - DoubleConversion | |
571 | + - fmt (= 9.1.0) | |
572 | + - glog | |
573 | + - hermes-engine | |
574 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
575 | + - RCTRequired | |
576 | + - RCTTypeSafety | |
577 | + - React-Core | |
578 | + - React-cxxreact | |
579 | + - React-debug | |
580 | + - React-graphics | |
581 | + - React-jsi | |
582 | + - React-jsiexecutor | |
583 | + - React-logger | |
584 | + - React-rendererdebug | |
585 | + - React-runtimescheduler | |
586 | + - React-utils | |
587 | + - ReactCommon/turbomodule/core | |
588 | + - React-Fabric/components/scrollview (0.74.4): | |
589 | + - DoubleConversion | |
590 | + - fmt (= 9.1.0) | |
591 | + - glog | |
592 | + - hermes-engine | |
593 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
594 | + - RCTRequired | |
595 | + - RCTTypeSafety | |
596 | + - React-Core | |
597 | + - React-cxxreact | |
598 | + - React-debug | |
599 | + - React-graphics | |
600 | + - React-jsi | |
601 | + - React-jsiexecutor | |
602 | + - React-logger | |
603 | + - React-rendererdebug | |
604 | + - React-runtimescheduler | |
605 | + - React-utils | |
606 | + - ReactCommon/turbomodule/core | |
607 | + - React-Fabric/components/text (0.74.4): | |
608 | + - DoubleConversion | |
609 | + - fmt (= 9.1.0) | |
610 | + - glog | |
611 | + - hermes-engine | |
612 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
613 | + - RCTRequired | |
614 | + - RCTTypeSafety | |
615 | + - React-Core | |
616 | + - React-cxxreact | |
617 | + - React-debug | |
618 | + - React-graphics | |
619 | + - React-jsi | |
620 | + - React-jsiexecutor | |
621 | + - React-logger | |
622 | + - React-rendererdebug | |
623 | + - React-runtimescheduler | |
624 | + - React-utils | |
625 | + - ReactCommon/turbomodule/core | |
626 | + - React-Fabric/components/textinput (0.74.4): | |
627 | + - DoubleConversion | |
628 | + - fmt (= 9.1.0) | |
629 | + - glog | |
630 | + - hermes-engine | |
631 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
632 | + - RCTRequired | |
633 | + - RCTTypeSafety | |
634 | + - React-Core | |
635 | + - React-cxxreact | |
636 | + - React-debug | |
637 | + - React-graphics | |
638 | + - React-jsi | |
639 | + - React-jsiexecutor | |
640 | + - React-logger | |
641 | + - React-rendererdebug | |
642 | + - React-runtimescheduler | |
643 | + - React-utils | |
644 | + - ReactCommon/turbomodule/core | |
645 | + - React-Fabric/components/unimplementedview (0.74.4): | |
646 | + - DoubleConversion | |
647 | + - fmt (= 9.1.0) | |
648 | + - glog | |
649 | + - hermes-engine | |
650 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
651 | + - RCTRequired | |
652 | + - RCTTypeSafety | |
653 | + - React-Core | |
654 | + - React-cxxreact | |
655 | + - React-debug | |
656 | + - React-graphics | |
657 | + - React-jsi | |
658 | + - React-jsiexecutor | |
659 | + - React-logger | |
660 | + - React-rendererdebug | |
661 | + - React-runtimescheduler | |
662 | + - React-utils | |
663 | + - ReactCommon/turbomodule/core | |
664 | + - React-Fabric/components/view (0.74.4): | |
665 | + - DoubleConversion | |
666 | + - fmt (= 9.1.0) | |
667 | + - glog | |
668 | + - hermes-engine | |
669 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
670 | + - RCTRequired | |
671 | + - RCTTypeSafety | |
672 | + - React-Core | |
673 | + - React-cxxreact | |
674 | + - React-debug | |
675 | + - React-graphics | |
676 | + - React-jsi | |
677 | + - React-jsiexecutor | |
678 | + - React-logger | |
679 | + - React-rendererdebug | |
680 | + - React-runtimescheduler | |
681 | + - React-utils | |
682 | + - ReactCommon/turbomodule/core | |
683 | + - Yoga | |
684 | + - React-Fabric/core (0.74.4): | |
685 | + - DoubleConversion | |
686 | + - fmt (= 9.1.0) | |
687 | + - glog | |
688 | + - hermes-engine | |
689 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
690 | + - RCTRequired | |
691 | + - RCTTypeSafety | |
692 | + - React-Core | |
693 | + - React-cxxreact | |
694 | + - React-debug | |
695 | + - React-graphics | |
696 | + - React-jsi | |
697 | + - React-jsiexecutor | |
698 | + - React-logger | |
699 | + - React-rendererdebug | |
700 | + - React-runtimescheduler | |
701 | + - React-utils | |
702 | + - ReactCommon/turbomodule/core | |
703 | + - React-Fabric/imagemanager (0.74.4): | |
704 | + - DoubleConversion | |
705 | + - fmt (= 9.1.0) | |
706 | + - glog | |
707 | + - hermes-engine | |
708 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
709 | + - RCTRequired | |
710 | + - RCTTypeSafety | |
711 | + - React-Core | |
712 | + - React-cxxreact | |
713 | + - React-debug | |
714 | + - React-graphics | |
715 | + - React-jsi | |
716 | + - React-jsiexecutor | |
717 | + - React-logger | |
718 | + - React-rendererdebug | |
719 | + - React-runtimescheduler | |
720 | + - React-utils | |
721 | + - ReactCommon/turbomodule/core | |
722 | + - React-Fabric/leakchecker (0.74.4): | |
723 | + - DoubleConversion | |
724 | + - fmt (= 9.1.0) | |
725 | + - glog | |
726 | + - hermes-engine | |
727 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
728 | + - RCTRequired | |
729 | + - RCTTypeSafety | |
730 | + - React-Core | |
731 | + - React-cxxreact | |
732 | + - React-debug | |
733 | + - React-graphics | |
734 | + - React-jsi | |
735 | + - React-jsiexecutor | |
736 | + - React-logger | |
737 | + - React-rendererdebug | |
738 | + - React-runtimescheduler | |
739 | + - React-utils | |
740 | + - ReactCommon/turbomodule/core | |
741 | + - React-Fabric/mounting (0.74.4): | |
742 | + - DoubleConversion | |
743 | + - fmt (= 9.1.0) | |
744 | + - glog | |
745 | + - hermes-engine | |
746 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
747 | + - RCTRequired | |
748 | + - RCTTypeSafety | |
749 | + - React-Core | |
750 | + - React-cxxreact | |
751 | + - React-debug | |
752 | + - React-graphics | |
753 | + - React-jsi | |
754 | + - React-jsiexecutor | |
755 | + - React-logger | |
756 | + - React-rendererdebug | |
757 | + - React-runtimescheduler | |
758 | + - React-utils | |
759 | + - ReactCommon/turbomodule/core | |
760 | + - React-Fabric/scheduler (0.74.4): | |
761 | + - DoubleConversion | |
762 | + - fmt (= 9.1.0) | |
763 | + - glog | |
764 | + - hermes-engine | |
765 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
766 | + - RCTRequired | |
767 | + - RCTTypeSafety | |
768 | + - React-Core | |
769 | + - React-cxxreact | |
770 | + - React-debug | |
771 | + - React-graphics | |
772 | + - React-jsi | |
773 | + - React-jsiexecutor | |
774 | + - React-logger | |
775 | + - React-rendererdebug | |
776 | + - React-runtimescheduler | |
777 | + - React-utils | |
778 | + - ReactCommon/turbomodule/core | |
779 | + - React-Fabric/telemetry (0.74.4): | |
780 | + - DoubleConversion | |
781 | + - fmt (= 9.1.0) | |
782 | + - glog | |
783 | + - hermes-engine | |
784 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
785 | + - RCTRequired | |
786 | + - RCTTypeSafety | |
787 | + - React-Core | |
788 | + - React-cxxreact | |
789 | + - React-debug | |
790 | + - React-graphics | |
791 | + - React-jsi | |
792 | + - React-jsiexecutor | |
793 | + - React-logger | |
794 | + - React-rendererdebug | |
795 | + - React-runtimescheduler | |
796 | + - React-utils | |
797 | + - ReactCommon/turbomodule/core | |
798 | + - React-Fabric/templateprocessor (0.74.4): | |
799 | + - DoubleConversion | |
800 | + - fmt (= 9.1.0) | |
801 | + - glog | |
802 | + - hermes-engine | |
803 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
804 | + - RCTRequired | |
805 | + - RCTTypeSafety | |
806 | + - React-Core | |
807 | + - React-cxxreact | |
808 | + - React-debug | |
809 | + - React-graphics | |
810 | + - React-jsi | |
811 | + - React-jsiexecutor | |
812 | + - React-logger | |
813 | + - React-rendererdebug | |
814 | + - React-runtimescheduler | |
815 | + - React-utils | |
816 | + - ReactCommon/turbomodule/core | |
817 | + - React-Fabric/textlayoutmanager (0.74.4): | |
818 | + - DoubleConversion | |
819 | + - fmt (= 9.1.0) | |
820 | + - glog | |
821 | + - hermes-engine | |
822 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
823 | + - RCTRequired | |
824 | + - RCTTypeSafety | |
825 | + - React-Core | |
826 | + - React-cxxreact | |
827 | + - React-debug | |
828 | + - React-Fabric/uimanager | |
829 | + - React-graphics | |
830 | + - React-jsi | |
831 | + - React-jsiexecutor | |
832 | + - React-logger | |
833 | + - React-rendererdebug | |
834 | + - React-runtimescheduler | |
835 | + - React-utils | |
836 | + - ReactCommon/turbomodule/core | |
837 | + - React-Fabric/uimanager (0.74.4): | |
838 | + - DoubleConversion | |
839 | + - fmt (= 9.1.0) | |
840 | + - glog | |
841 | + - hermes-engine | |
842 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
843 | + - RCTRequired | |
844 | + - RCTTypeSafety | |
845 | + - React-Core | |
846 | + - React-cxxreact | |
847 | + - React-debug | |
848 | + - React-graphics | |
849 | + - React-jsi | |
850 | + - React-jsiexecutor | |
851 | + - React-logger | |
852 | + - React-rendererdebug | |
853 | + - React-runtimescheduler | |
854 | + - React-utils | |
855 | + - ReactCommon/turbomodule/core | |
856 | + - React-FabricImage (0.74.4): | |
857 | + - DoubleConversion | |
858 | + - fmt (= 9.1.0) | |
859 | + - glog | |
860 | + - hermes-engine | |
861 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
862 | + - RCTRequired (= 0.74.4) | |
863 | + - RCTTypeSafety (= 0.74.4) | |
864 | + - React-Fabric | |
865 | + - React-graphics | |
866 | + - React-ImageManager | |
867 | + - React-jsi | |
868 | + - React-jsiexecutor (= 0.74.4) | |
869 | + - React-logger | |
870 | + - React-rendererdebug | |
871 | + - React-utils | |
872 | + - ReactCommon | |
873 | + - Yoga | |
874 | + - React-featureflags (0.74.4) | |
875 | + - React-graphics (0.74.4): | |
876 | + - DoubleConversion | |
877 | + - fmt (= 9.1.0) | |
878 | + - glog | |
879 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
880 | + - React-Core/Default (= 0.74.4) | |
881 | + - React-utils | |
882 | + - React-hermes (0.74.4): | |
883 | + - DoubleConversion | |
884 | + - fmt (= 9.1.0) | |
885 | + - glog | |
886 | + - hermes-engine | |
887 | + - RCT-Folly (= 2024.01.01.00) | |
888 | + - React-cxxreact (= 0.74.4) | |
889 | + - React-jsi | |
890 | + - React-jsiexecutor (= 0.74.4) | |
891 | + - React-jsinspector | |
892 | + - React-perflogger (= 0.74.4) | |
893 | + - React-runtimeexecutor | |
894 | + - React-ImageManager (0.74.4): | |
895 | + - glog | |
896 | + - RCT-Folly/Fabric | |
897 | + - React-Core/Default | |
898 | + - React-debug | |
899 | + - React-Fabric | |
900 | + - React-graphics | |
901 | + - React-rendererdebug | |
902 | + - React-utils | |
903 | + - React-jserrorhandler (0.74.4): | |
904 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
905 | + - React-debug | |
906 | + - React-jsi | |
907 | + - React-Mapbuffer | |
908 | + - React-jsi (0.74.4): | |
909 | + - boost (= 1.83.0) | |
910 | + - DoubleConversion | |
911 | + - fmt (= 9.1.0) | |
912 | + - glog | |
913 | + - hermes-engine | |
914 | + - RCT-Folly (= 2024.01.01.00) | |
915 | + - React-jsiexecutor (0.74.4): | |
916 | + - DoubleConversion | |
917 | + - fmt (= 9.1.0) | |
918 | + - glog | |
919 | + - hermes-engine | |
920 | + - RCT-Folly (= 2024.01.01.00) | |
921 | + - React-cxxreact (= 0.74.4) | |
922 | + - React-jsi (= 0.74.4) | |
923 | + - React-jsinspector | |
924 | + - React-perflogger (= 0.74.4) | |
925 | + - React-jsinspector (0.74.4): | |
926 | + - DoubleConversion | |
927 | + - glog | |
928 | + - hermes-engine | |
929 | + - RCT-Folly (= 2024.01.01.00) | |
930 | + - React-featureflags | |
931 | + - React-jsi | |
932 | + - React-runtimeexecutor (= 0.74.4) | |
933 | + - React-jsitracing (0.74.4): | |
934 | + - React-jsi | |
935 | + - React-logger (0.74.4): | |
936 | + - glog | |
937 | + - React-Mapbuffer (0.74.4): | |
938 | + - glog | |
939 | + - React-debug | |
940 | + - react-native-background-actions (4.0.0): | |
941 | + - React-Core | |
942 | + - react-native-geolocation (3.3.0): | |
943 | + - DoubleConversion | |
944 | + - glog | |
945 | + - hermes-engine | |
946 | + - RCT-Folly (= 2024.01.01.00) | |
947 | + - RCTRequired | |
948 | + - RCTTypeSafety | |
949 | + - React-Codegen | |
950 | + - React-Core | |
951 | + - React-debug | |
952 | + - React-Fabric | |
953 | + - React-featureflags | |
954 | + - React-graphics | |
955 | + - React-ImageManager | |
956 | + - React-NativeModulesApple | |
957 | + - React-RCTFabric | |
958 | + - React-rendererdebug | |
959 | + - React-utils | |
960 | + - ReactCommon/turbomodule/bridging | |
961 | + - ReactCommon/turbomodule/core | |
962 | + - Yoga | |
963 | + - react-native-geolocation-service (5.3.1): | |
964 | + - React | |
965 | + - react-native-keep-awake (1.2.4): | |
966 | + - React-Core | |
967 | + - react-native-safe-area-context (4.10.1): | |
968 | + - React-Core | |
969 | + - React-nativeconfig (0.74.4) | |
970 | + - React-NativeModulesApple (0.74.4): | |
971 | + - glog | |
972 | + - hermes-engine | |
973 | + - React-callinvoker | |
974 | + - React-Core | |
975 | + - React-cxxreact | |
976 | + - React-jsi | |
977 | + - React-jsinspector | |
978 | + - React-runtimeexecutor | |
979 | + - ReactCommon/turbomodule/bridging | |
980 | + - ReactCommon/turbomodule/core | |
981 | + - React-perflogger (0.74.4) | |
982 | + - React-RCTActionSheet (0.74.4): | |
983 | + - React-Core/RCTActionSheetHeaders (= 0.74.4) | |
984 | + - React-RCTAnimation (0.74.4): | |
985 | + - RCT-Folly (= 2024.01.01.00) | |
986 | + - RCTTypeSafety | |
987 | + - React-Codegen | |
988 | + - React-Core/RCTAnimationHeaders | |
989 | + - React-jsi | |
990 | + - React-NativeModulesApple | |
991 | + - ReactCommon | |
992 | + - React-RCTAppDelegate (0.74.4): | |
993 | + - RCT-Folly (= 2024.01.01.00) | |
994 | + - RCTRequired | |
995 | + - RCTTypeSafety | |
996 | + - React-Codegen | |
997 | + - React-Core | |
998 | + - React-CoreModules | |
999 | + - React-debug | |
1000 | + - React-Fabric | |
1001 | + - React-featureflags | |
1002 | + - React-graphics | |
1003 | + - React-hermes | |
1004 | + - React-nativeconfig | |
1005 | + - React-NativeModulesApple | |
1006 | + - React-RCTFabric | |
1007 | + - React-RCTImage | |
1008 | + - React-RCTNetwork | |
1009 | + - React-rendererdebug | |
1010 | + - React-RuntimeApple | |
1011 | + - React-RuntimeCore | |
1012 | + - React-RuntimeHermes | |
1013 | + - React-runtimescheduler | |
1014 | + - React-utils | |
1015 | + - ReactCommon | |
1016 | + - React-RCTBlob (0.74.4): | |
1017 | + - DoubleConversion | |
1018 | + - fmt (= 9.1.0) | |
1019 | + - hermes-engine | |
1020 | + - RCT-Folly (= 2024.01.01.00) | |
1021 | + - React-Codegen | |
1022 | + - React-Core/RCTBlobHeaders | |
1023 | + - React-Core/RCTWebSocket | |
1024 | + - React-jsi | |
1025 | + - React-jsinspector | |
1026 | + - React-NativeModulesApple | |
1027 | + - React-RCTNetwork | |
1028 | + - ReactCommon | |
1029 | + - React-RCTFabric (0.74.4): | |
1030 | + - glog | |
1031 | + - hermes-engine | |
1032 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
1033 | + - React-Core | |
1034 | + - React-debug | |
1035 | + - React-Fabric | |
1036 | + - React-FabricImage | |
1037 | + - React-featureflags | |
1038 | + - React-graphics | |
1039 | + - React-ImageManager | |
1040 | + - React-jsi | |
1041 | + - React-jsinspector | |
1042 | + - React-nativeconfig | |
1043 | + - React-RCTImage | |
1044 | + - React-RCTText | |
1045 | + - React-rendererdebug | |
1046 | + - React-runtimescheduler | |
1047 | + - React-utils | |
1048 | + - Yoga | |
1049 | + - React-RCTImage (0.74.4): | |
1050 | + - RCT-Folly (= 2024.01.01.00) | |
1051 | + - RCTTypeSafety | |
1052 | + - React-Codegen | |
1053 | + - React-Core/RCTImageHeaders | |
1054 | + - React-jsi | |
1055 | + - React-NativeModulesApple | |
1056 | + - React-RCTNetwork | |
1057 | + - ReactCommon | |
1058 | + - React-RCTLinking (0.74.4): | |
1059 | + - React-Codegen | |
1060 | + - React-Core/RCTLinkingHeaders (= 0.74.4) | |
1061 | + - React-jsi (= 0.74.4) | |
1062 | + - React-NativeModulesApple | |
1063 | + - ReactCommon | |
1064 | + - ReactCommon/turbomodule/core (= 0.74.4) | |
1065 | + - React-RCTNetwork (0.74.4): | |
1066 | + - RCT-Folly (= 2024.01.01.00) | |
1067 | + - RCTTypeSafety | |
1068 | + - React-Codegen | |
1069 | + - React-Core/RCTNetworkHeaders | |
1070 | + - React-jsi | |
1071 | + - React-NativeModulesApple | |
1072 | + - ReactCommon | |
1073 | + - React-RCTSettings (0.74.4): | |
1074 | + - RCT-Folly (= 2024.01.01.00) | |
1075 | + - RCTTypeSafety | |
1076 | + - React-Codegen | |
1077 | + - React-Core/RCTSettingsHeaders | |
1078 | + - React-jsi | |
1079 | + - React-NativeModulesApple | |
1080 | + - ReactCommon | |
1081 | + - React-RCTText (0.74.4): | |
1082 | + - React-Core/RCTTextHeaders (= 0.74.4) | |
1083 | + - Yoga | |
1084 | + - React-RCTVibration (0.74.4): | |
1085 | + - RCT-Folly (= 2024.01.01.00) | |
1086 | + - React-Codegen | |
1087 | + - React-Core/RCTVibrationHeaders | |
1088 | + - React-jsi | |
1089 | + - React-NativeModulesApple | |
1090 | + - ReactCommon | |
1091 | + - React-rendererdebug (0.74.4): | |
1092 | + - DoubleConversion | |
1093 | + - fmt (= 9.1.0) | |
1094 | + - RCT-Folly (= 2024.01.01.00) | |
1095 | + - React-debug | |
1096 | + - React-rncore (0.74.4) | |
1097 | + - React-RuntimeApple (0.74.4): | |
1098 | + - hermes-engine | |
1099 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
1100 | + - React-callinvoker | |
1101 | + - React-Core/Default | |
1102 | + - React-CoreModules | |
1103 | + - React-cxxreact | |
1104 | + - React-jserrorhandler | |
1105 | + - React-jsi | |
1106 | + - React-jsiexecutor | |
1107 | + - React-jsinspector | |
1108 | + - React-Mapbuffer | |
1109 | + - React-NativeModulesApple | |
1110 | + - React-RCTFabric | |
1111 | + - React-RuntimeCore | |
1112 | + - React-runtimeexecutor | |
1113 | + - React-RuntimeHermes | |
1114 | + - React-utils | |
1115 | + - React-RuntimeCore (0.74.4): | |
1116 | + - glog | |
1117 | + - hermes-engine | |
1118 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
1119 | + - React-cxxreact | |
1120 | + - React-featureflags | |
1121 | + - React-jserrorhandler | |
1122 | + - React-jsi | |
1123 | + - React-jsiexecutor | |
1124 | + - React-jsinspector | |
1125 | + - React-runtimeexecutor | |
1126 | + - React-runtimescheduler | |
1127 | + - React-utils | |
1128 | + - React-runtimeexecutor (0.74.4): | |
1129 | + - React-jsi (= 0.74.4) | |
1130 | + - React-RuntimeHermes (0.74.4): | |
1131 | + - hermes-engine | |
1132 | + - RCT-Folly/Fabric (= 2024.01.01.00) | |
1133 | + - React-featureflags | |
1134 | + - React-hermes | |
1135 | + - React-jsi | |
1136 | + - React-jsinspector | |
1137 | + - React-jsitracing | |
1138 | + - React-nativeconfig | |
1139 | + - React-RuntimeCore | |
1140 | + - React-utils | |
1141 | + - React-runtimescheduler (0.74.4): | |
1142 | + - glog | |
1143 | + - hermes-engine | |
1144 | + - RCT-Folly (= 2024.01.01.00) | |
1145 | + - React-callinvoker | |
1146 | + - React-cxxreact | |
1147 | + - React-debug | |
1148 | + - React-featureflags | |
1149 | + - React-jsi | |
1150 | + - React-rendererdebug | |
1151 | + - React-runtimeexecutor | |
1152 | + - React-utils | |
1153 | + - React-utils (0.74.4): | |
1154 | + - glog | |
1155 | + - hermes-engine | |
1156 | + - RCT-Folly (= 2024.01.01.00) | |
1157 | + - React-debug | |
1158 | + - React-jsi (= 0.74.4) | |
1159 | + - ReactCommon (0.74.4): | |
1160 | + - ReactCommon/turbomodule (= 0.74.4) | |
1161 | + - ReactCommon/turbomodule (0.74.4): | |
1162 | + - DoubleConversion | |
1163 | + - fmt (= 9.1.0) | |
1164 | + - glog | |
1165 | + - hermes-engine | |
1166 | + - RCT-Folly (= 2024.01.01.00) | |
1167 | + - React-callinvoker (= 0.74.4) | |
1168 | + - React-cxxreact (= 0.74.4) | |
1169 | + - React-jsi (= 0.74.4) | |
1170 | + - React-logger (= 0.74.4) | |
1171 | + - React-perflogger (= 0.74.4) | |
1172 | + - ReactCommon/turbomodule/bridging (= 0.74.4) | |
1173 | + - ReactCommon/turbomodule/core (= 0.74.4) | |
1174 | + - ReactCommon/turbomodule/bridging (0.74.4): | |
1175 | + - DoubleConversion | |
1176 | + - fmt (= 9.1.0) | |
1177 | + - glog | |
1178 | + - hermes-engine | |
1179 | + - RCT-Folly (= 2024.01.01.00) | |
1180 | + - React-callinvoker (= 0.74.4) | |
1181 | + - React-cxxreact (= 0.74.4) | |
1182 | + - React-jsi (= 0.74.4) | |
1183 | + - React-logger (= 0.74.4) | |
1184 | + - React-perflogger (= 0.74.4) | |
1185 | + - ReactCommon/turbomodule/core (0.74.4): | |
1186 | + - DoubleConversion | |
1187 | + - fmt (= 9.1.0) | |
1188 | + - glog | |
1189 | + - hermes-engine | |
1190 | + - RCT-Folly (= 2024.01.01.00) | |
1191 | + - React-callinvoker (= 0.74.4) | |
1192 | + - React-cxxreact (= 0.74.4) | |
1193 | + - React-debug (= 0.74.4) | |
1194 | + - React-jsi (= 0.74.4) | |
1195 | + - React-logger (= 0.74.4) | |
1196 | + - React-perflogger (= 0.74.4) | |
1197 | + - React-utils (= 0.74.4) | |
1198 | + - RNCAsyncStorage (1.23.1): | |
1199 | + - React-Core | |
1200 | + - RNFS (2.20.0): | |
1201 | + - React-Core | |
1202 | + - RNGestureHandler (2.17.1): | |
1203 | + - DoubleConversion | |
1204 | + - glog | |
1205 | + - hermes-engine | |
1206 | + - RCT-Folly (= 2024.01.01.00) | |
1207 | + - RCTRequired | |
1208 | + - RCTTypeSafety | |
1209 | + - React-Codegen | |
1210 | + - React-Core | |
1211 | + - React-debug | |
1212 | + - React-Fabric | |
1213 | + - React-featureflags | |
1214 | + - React-graphics | |
1215 | + - React-ImageManager | |
1216 | + - React-NativeModulesApple | |
1217 | + - React-RCTFabric | |
1218 | + - React-rendererdebug | |
1219 | + - React-utils | |
1220 | + - ReactCommon/turbomodule/bridging | |
1221 | + - ReactCommon/turbomodule/core | |
1222 | + - Yoga | |
1223 | + - RNPermissions (4.1.5): | |
1224 | + - React-Core | |
1225 | + - RNReanimated (3.11.0): | |
1226 | + - DoubleConversion | |
1227 | + - glog | |
1228 | + - hermes-engine | |
1229 | + - RCT-Folly (= 2024.01.01.00) | |
1230 | + - RCTRequired | |
1231 | + - RCTTypeSafety | |
1232 | + - React-Codegen | |
1233 | + - React-Core | |
1234 | + - React-debug | |
1235 | + - React-Fabric | |
1236 | + - React-featureflags | |
1237 | + - React-graphics | |
1238 | + - React-ImageManager | |
1239 | + - React-NativeModulesApple | |
1240 | + - React-RCTFabric | |
1241 | + - React-rendererdebug | |
1242 | + - React-utils | |
1243 | + - ReactCommon/turbomodule/bridging | |
1244 | + - ReactCommon/turbomodule/core | |
1245 | + - Yoga | |
1246 | + - RNScreens (3.31.1): | |
1247 | + - DoubleConversion | |
1248 | + - glog | |
1249 | + - hermes-engine | |
1250 | + - RCT-Folly (= 2024.01.01.00) | |
1251 | + - RCTRequired | |
1252 | + - RCTTypeSafety | |
1253 | + - React-Codegen | |
1254 | + - React-Core | |
1255 | + - React-debug | |
1256 | + - React-Fabric | |
1257 | + - React-featureflags | |
1258 | + - React-graphics | |
1259 | + - React-ImageManager | |
1260 | + - React-NativeModulesApple | |
1261 | + - React-RCTFabric | |
1262 | + - React-RCTImage | |
1263 | + - React-rendererdebug | |
1264 | + - React-utils | |
1265 | + - ReactCommon/turbomodule/bridging | |
1266 | + - ReactCommon/turbomodule/core | |
1267 | + - Yoga | |
1268 | + - RNSVG (15.3.0): | |
1269 | + - React-Core | |
1270 | + - SocketRocket (0.7.0) | |
1271 | + - VisionCamera (4.0.5): | |
1272 | + - VisionCamera/Core (= 4.0.5) | |
1273 | + - VisionCamera/React (= 4.0.5) | |
1274 | + - VisionCamera/Core (4.0.5) | |
1275 | + - VisionCamera/React (4.0.5): | |
1276 | + - React-Core | |
1277 | + - Yoga (0.0.0) | |
1278 | + | |
1279 | +DEPENDENCIES: | |
1280 | + - boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`) | |
1281 | + - BVLinearGradient (from `../node_modules/react-native-linear-gradient`) | |
1282 | + - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) | |
1283 | + - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`) | |
1284 | + - fmt (from `../node_modules/react-native/third-party-podspecs/fmt.podspec`) | |
1285 | + - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`) | |
1286 | + - hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`) | |
1287 | + - RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`) | |
1288 | + - RCT-Folly/Fabric (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`) | |
1289 | + - RCTDeprecation (from `../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation`) | |
1290 | + - RCTRequired (from `../node_modules/react-native/Libraries/Required`) | |
1291 | + - RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`) | |
1292 | + - React (from `../node_modules/react-native/`) | |
1293 | + - React-callinvoker (from `../node_modules/react-native/ReactCommon/callinvoker`) | |
1294 | + - React-Codegen (from `build/generated/ios`) | |
1295 | + - React-Core (from `../node_modules/react-native/`) | |
1296 | + - React-Core/RCTWebSocket (from `../node_modules/react-native/`) | |
1297 | + - React-CoreModules (from `../node_modules/react-native/React/CoreModules`) | |
1298 | + - React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`) | |
1299 | + - React-debug (from `../node_modules/react-native/ReactCommon/react/debug`) | |
1300 | + - React-Fabric (from `../node_modules/react-native/ReactCommon`) | |
1301 | + - React-FabricImage (from `../node_modules/react-native/ReactCommon`) | |
1302 | + - React-featureflags (from `../node_modules/react-native/ReactCommon/react/featureflags`) | |
1303 | + - React-graphics (from `../node_modules/react-native/ReactCommon/react/renderer/graphics`) | |
1304 | + - React-hermes (from `../node_modules/react-native/ReactCommon/hermes`) | |
1305 | + - React-ImageManager (from `../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios`) | |
1306 | + - React-jserrorhandler (from `../node_modules/react-native/ReactCommon/jserrorhandler`) | |
1307 | + - React-jsi (from `../node_modules/react-native/ReactCommon/jsi`) | |
1308 | + - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`) | |
1309 | + - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector-modern`) | |
1310 | + - React-jsitracing (from `../node_modules/react-native/ReactCommon/hermes/executor/`) | |
1311 | + - React-logger (from `../node_modules/react-native/ReactCommon/logger`) | |
1312 | + - React-Mapbuffer (from `../node_modules/react-native/ReactCommon`) | |
1313 | + - react-native-background-actions (from `../node_modules/react-native-background-actions`) | |
1314 | + - "react-native-geolocation (from `../node_modules/@react-native-community/geolocation`)" | |
1315 | + - react-native-geolocation-service (from `../node_modules/react-native-geolocation-service`) | |
1316 | + - "react-native-keep-awake (from `../node_modules/@sayem314/react-native-keep-awake`)" | |
1317 | + - react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`) | |
1318 | + - React-nativeconfig (from `../node_modules/react-native/ReactCommon`) | |
1319 | + - React-NativeModulesApple (from `../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`) | |
1320 | + - React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`) | |
1321 | + - React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`) | |
1322 | + - React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`) | |
1323 | + - React-RCTAppDelegate (from `../node_modules/react-native/Libraries/AppDelegate`) | |
1324 | + - React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`) | |
1325 | + - React-RCTFabric (from `../node_modules/react-native/React`) | |
1326 | + - React-RCTImage (from `../node_modules/react-native/Libraries/Image`) | |
1327 | + - React-RCTLinking (from `../node_modules/react-native/Libraries/LinkingIOS`) | |
1328 | + - React-RCTNetwork (from `../node_modules/react-native/Libraries/Network`) | |
1329 | + - React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`) | |
1330 | + - React-RCTText (from `../node_modules/react-native/Libraries/Text`) | |
1331 | + - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`) | |
1332 | + - React-rendererdebug (from `../node_modules/react-native/ReactCommon/react/renderer/debug`) | |
1333 | + - React-rncore (from `../node_modules/react-native/ReactCommon`) | |
1334 | + - React-RuntimeApple (from `../node_modules/react-native/ReactCommon/react/runtime/platform/ios`) | |
1335 | + - React-RuntimeCore (from `../node_modules/react-native/ReactCommon/react/runtime`) | |
1336 | + - React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`) | |
1337 | + - React-RuntimeHermes (from `../node_modules/react-native/ReactCommon/react/runtime`) | |
1338 | + - React-runtimescheduler (from `../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`) | |
1339 | + - React-utils (from `../node_modules/react-native/ReactCommon/react/utils`) | |
1340 | + - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`) | |
1341 | + - "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)" | |
1342 | + - RNFS (from `../node_modules/react-native-fs`) | |
1343 | + - RNGestureHandler (from `../node_modules/react-native-gesture-handler`) | |
1344 | + - RNPermissions (from `../node_modules/react-native-permissions`) | |
1345 | + - RNReanimated (from `../node_modules/react-native-reanimated`) | |
1346 | + - RNScreens (from `../node_modules/react-native-screens`) | |
1347 | + - RNSVG (from `../node_modules/react-native-svg`) | |
1348 | + - VisionCamera (from `../node_modules/react-native-vision-camera`) | |
1349 | + - Yoga (from `../node_modules/react-native/ReactCommon/yoga`) | |
1350 | + | |
1351 | +SPEC REPOS: | |
1352 | + trunk: | |
1353 | + - SocketRocket | |
1354 | + | |
1355 | +EXTERNAL SOURCES: | |
1356 | + boost: | |
1357 | + :podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec" | |
1358 | + BVLinearGradient: | |
1359 | + :path: "../node_modules/react-native-linear-gradient" | |
1360 | + DoubleConversion: | |
1361 | + :podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec" | |
1362 | + FBLazyVector: | |
1363 | + :path: "../node_modules/react-native/Libraries/FBLazyVector" | |
1364 | + fmt: | |
1365 | + :podspec: "../node_modules/react-native/third-party-podspecs/fmt.podspec" | |
1366 | + glog: | |
1367 | + :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec" | |
1368 | + hermes-engine: | |
1369 | + :podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec" | |
1370 | + :tag: hermes-2024-06-28-RNv0.74.3-7bda0c267e76d11b68a585f84cfdd65000babf85 | |
1371 | + RCT-Folly: | |
1372 | + :podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec" | |
1373 | + RCTDeprecation: | |
1374 | + :path: "../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation" | |
1375 | + RCTRequired: | |
1376 | + :path: "../node_modules/react-native/Libraries/Required" | |
1377 | + RCTTypeSafety: | |
1378 | + :path: "../node_modules/react-native/Libraries/TypeSafety" | |
1379 | + React: | |
1380 | + :path: "../node_modules/react-native/" | |
1381 | + React-callinvoker: | |
1382 | + :path: "../node_modules/react-native/ReactCommon/callinvoker" | |
1383 | + React-Codegen: | |
1384 | + :path: build/generated/ios | |
1385 | + React-Core: | |
1386 | + :path: "../node_modules/react-native/" | |
1387 | + React-CoreModules: | |
1388 | + :path: "../node_modules/react-native/React/CoreModules" | |
1389 | + React-cxxreact: | |
1390 | + :path: "../node_modules/react-native/ReactCommon/cxxreact" | |
1391 | + React-debug: | |
1392 | + :path: "../node_modules/react-native/ReactCommon/react/debug" | |
1393 | + React-Fabric: | |
1394 | + :path: "../node_modules/react-native/ReactCommon" | |
1395 | + React-FabricImage: | |
1396 | + :path: "../node_modules/react-native/ReactCommon" | |
1397 | + React-featureflags: | |
1398 | + :path: "../node_modules/react-native/ReactCommon/react/featureflags" | |
1399 | + React-graphics: | |
1400 | + :path: "../node_modules/react-native/ReactCommon/react/renderer/graphics" | |
1401 | + React-hermes: | |
1402 | + :path: "../node_modules/react-native/ReactCommon/hermes" | |
1403 | + React-ImageManager: | |
1404 | + :path: "../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios" | |
1405 | + React-jserrorhandler: | |
1406 | + :path: "../node_modules/react-native/ReactCommon/jserrorhandler" | |
1407 | + React-jsi: | |
1408 | + :path: "../node_modules/react-native/ReactCommon/jsi" | |
1409 | + React-jsiexecutor: | |
1410 | + :path: "../node_modules/react-native/ReactCommon/jsiexecutor" | |
1411 | + React-jsinspector: | |
1412 | + :path: "../node_modules/react-native/ReactCommon/jsinspector-modern" | |
1413 | + React-jsitracing: | |
1414 | + :path: "../node_modules/react-native/ReactCommon/hermes/executor/" | |
1415 | + React-logger: | |
1416 | + :path: "../node_modules/react-native/ReactCommon/logger" | |
1417 | + React-Mapbuffer: | |
1418 | + :path: "../node_modules/react-native/ReactCommon" | |
1419 | + react-native-background-actions: | |
1420 | + :path: "../node_modules/react-native-background-actions" | |
1421 | + react-native-geolocation: | |
1422 | + :path: "../node_modules/@react-native-community/geolocation" | |
1423 | + react-native-geolocation-service: | |
1424 | + :path: "../node_modules/react-native-geolocation-service" | |
1425 | + react-native-keep-awake: | |
1426 | + :path: "../node_modules/@sayem314/react-native-keep-awake" | |
1427 | + react-native-safe-area-context: | |
1428 | + :path: "../node_modules/react-native-safe-area-context" | |
1429 | + React-nativeconfig: | |
1430 | + :path: "../node_modules/react-native/ReactCommon" | |
1431 | + React-NativeModulesApple: | |
1432 | + :path: "../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios" | |
1433 | + React-perflogger: | |
1434 | + :path: "../node_modules/react-native/ReactCommon/reactperflogger" | |
1435 | + React-RCTActionSheet: | |
1436 | + :path: "../node_modules/react-native/Libraries/ActionSheetIOS" | |
1437 | + React-RCTAnimation: | |
1438 | + :path: "../node_modules/react-native/Libraries/NativeAnimation" | |
1439 | + React-RCTAppDelegate: | |
1440 | + :path: "../node_modules/react-native/Libraries/AppDelegate" | |
1441 | + React-RCTBlob: | |
1442 | + :path: "../node_modules/react-native/Libraries/Blob" | |
1443 | + React-RCTFabric: | |
1444 | + :path: "../node_modules/react-native/React" | |
1445 | + React-RCTImage: | |
1446 | + :path: "../node_modules/react-native/Libraries/Image" | |
1447 | + React-RCTLinking: | |
1448 | + :path: "../node_modules/react-native/Libraries/LinkingIOS" | |
1449 | + React-RCTNetwork: | |
1450 | + :path: "../node_modules/react-native/Libraries/Network" | |
1451 | + React-RCTSettings: | |
1452 | + :path: "../node_modules/react-native/Libraries/Settings" | |
1453 | + React-RCTText: | |
1454 | + :path: "../node_modules/react-native/Libraries/Text" | |
1455 | + React-RCTVibration: | |
1456 | + :path: "../node_modules/react-native/Libraries/Vibration" | |
1457 | + React-rendererdebug: | |
1458 | + :path: "../node_modules/react-native/ReactCommon/react/renderer/debug" | |
1459 | + React-rncore: | |
1460 | + :path: "../node_modules/react-native/ReactCommon" | |
1461 | + React-RuntimeApple: | |
1462 | + :path: "../node_modules/react-native/ReactCommon/react/runtime/platform/ios" | |
1463 | + React-RuntimeCore: | |
1464 | + :path: "../node_modules/react-native/ReactCommon/react/runtime" | |
1465 | + React-runtimeexecutor: | |
1466 | + :path: "../node_modules/react-native/ReactCommon/runtimeexecutor" | |
1467 | + React-RuntimeHermes: | |
1468 | + :path: "../node_modules/react-native/ReactCommon/react/runtime" | |
1469 | + React-runtimescheduler: | |
1470 | + :path: "../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler" | |
1471 | + React-utils: | |
1472 | + :path: "../node_modules/react-native/ReactCommon/react/utils" | |
1473 | + ReactCommon: | |
1474 | + :path: "../node_modules/react-native/ReactCommon" | |
1475 | + RNCAsyncStorage: | |
1476 | + :path: "../node_modules/@react-native-async-storage/async-storage" | |
1477 | + RNFS: | |
1478 | + :path: "../node_modules/react-native-fs" | |
1479 | + RNGestureHandler: | |
1480 | + :path: "../node_modules/react-native-gesture-handler" | |
1481 | + RNPermissions: | |
1482 | + :path: "../node_modules/react-native-permissions" | |
1483 | + RNReanimated: | |
1484 | + :path: "../node_modules/react-native-reanimated" | |
1485 | + RNScreens: | |
1486 | + :path: "../node_modules/react-native-screens" | |
1487 | + RNSVG: | |
1488 | + :path: "../node_modules/react-native-svg" | |
1489 | + VisionCamera: | |
1490 | + :path: "../node_modules/react-native-vision-camera" | |
1491 | + Yoga: | |
1492 | + :path: "../node_modules/react-native/ReactCommon/yoga" | |
1493 | + | |
1494 | +SPEC CHECKSUMS: | |
1495 | + boost: d3f49c53809116a5d38da093a8aa78bf551aed09 | |
1496 | + BVLinearGradient: 880f91a7854faff2df62518f0281afb1c60d49a3 | |
1497 | + DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5 | |
1498 | + FBLazyVector: 4c674c2d53de79c145d6a723910543d7b57ed74c | |
1499 | + fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120 | |
1500 | + glog: fdfdfe5479092de0c4bdbebedd9056951f092c4f | |
1501 | + hermes-engine: 6312f669c895e05f0f6029554061593711770ea6 | |
1502 | + RCT-Folly: 02617c592a293bd6d418e0a88ff4ee1f88329b47 | |
1503 | + RCTDeprecation: d83da85890d5bb18efd2809a733865c1c5c11487 | |
1504 | + RCTRequired: e109419eacfb10fbb79a3ecb57ebcad198593d8a | |
1505 | + RCTTypeSafety: 9d0307c2738867b9850f096914a15294124b2439 | |
1506 | + React: 40ad59420ae403a6d2d49f2787f0bfaabaed4fdf | |
1507 | + React-callinvoker: a5fb605689272d6f5640738311aa510d3f59869f | |
1508 | + React-Codegen: 3267a426718c8a0a979d0cd0495ba793cfdba7ca | |
1509 | + React-Core: b1eeb2b94117f6ef5b4b0ed38f2f8d482ce915ce | |
1510 | + React-CoreModules: e60a158a4e1b109ccdd781fb649f36691eb954d7 | |
1511 | + React-cxxreact: 3749b5548f8b66a304729e159dfaf3cfd7196c3a | |
1512 | + React-debug: 8e15e6d6456f9b8521958deb40157eeeaac2914d | |
1513 | + React-Fabric: 52cf1f94d5c6b05fe6057ba07796a633daf93735 | |
1514 | + React-FabricImage: 6e0f28a6ec040be4b5bd1a6e5eeda7263639a24c | |
1515 | + React-featureflags: 81279a0d43736e9867cf0b736c868257af04c827 | |
1516 | + React-graphics: 37c161d8e634526897f12837f3e62a2895dede95 | |
1517 | + React-hermes: 3cfa4668970c810db0f6b43bd5c32f5927fd0500 | |
1518 | + React-ImageManager: 276987aeb4008fe8abe10bfc53d7160c96c31052 | |
1519 | + React-jserrorhandler: 0cdb976ee0e2ed4b93f501491e84954f80bf5f34 | |
1520 | + React-jsi: 18011ef308cc43e2fb21a1de0b61eabd9f899887 | |
1521 | + React-jsiexecutor: 156298b2ddebed0f6bcc526edd3deb4d240437bc | |
1522 | + React-jsinspector: ed6c5a768dea8e344f07242bd9946b666b78228e | |
1523 | + React-jsitracing: 4e9c99e73a6269b27b0d4cbab277dd90df3e5ac0 | |
1524 | + React-logger: fbfb50e2a2b1b46ee087f0a52739fadecc5e81a4 | |
1525 | + React-Mapbuffer: d39610dff659d8cf1fea485abae08bbf6f9c8279 | |
1526 | + react-native-background-actions: a290b3f36463c2c6b7372c17378619942f630b17 | |
1527 | + react-native-geolocation: 5c5dd5de4571c55014e9e98214b273eed854f293 | |
1528 | + react-native-geolocation-service: 608e1da71a1ac31b4de64d9ef2815f697978c55b | |
1529 | + react-native-keep-awake: a15b33cd9b94a2da9b0a1c50ac64ac2391d3e330 | |
1530 | + react-native-safe-area-context: dcab599c527c2d7de2d76507a523d20a0b83823d | |
1531 | + React-nativeconfig: 2be4363c2c4ac2b42419577774e83e4e4fd2af9f | |
1532 | + React-NativeModulesApple: 453ada38f826a508e48872c7a7877c431af48bba | |
1533 | + React-perflogger: 9745f800ab4d12ec4325bde7bd090eafb87c5570 | |
1534 | + React-RCTActionSheet: 4225e883c5feaffc072c86128cc42cb070097010 | |
1535 | + React-RCTAnimation: 6b318e7e475ea574abf6a65e58e4989dd19d9ec4 | |
1536 | + React-RCTAppDelegate: 00d29b205df54386bc4e9c8929c500ed00ee1d57 | |
1537 | + React-RCTBlob: cf152386cc829be9323b2845fd9ec25122a986c3 | |
1538 | + React-RCTFabric: 071b326a331bd1ccb59e5886c0cd38e414ec9c9f | |
1539 | + React-RCTImage: d3d5e0f0740fbd53705f7e9acc067bafe395026c | |
1540 | + React-RCTLinking: 3ed7d222d3534287b408855b9d378d6576b7661b | |
1541 | + React-RCTNetwork: 33a6bb615c1f7678538298aed9f27ecd69d512f3 | |
1542 | + React-RCTSettings: bbadd0bedde8fc5f4ef337534b1368d61e104e76 | |
1543 | + React-RCTText: 1a41cd4ce814366745b6107e6f15eb0ada7ff240 | |
1544 | + React-RCTVibration: 8275c91f707e03ead0a010e9fbeda53a645335ca | |
1545 | + React-rendererdebug: 6ba24e1d975c89a6e92440be4f246ba8bed432c6 | |
1546 | + React-rncore: 65fe0264f5c93ccb65bd6cae6201c80d34e625c0 | |
1547 | + React-RuntimeApple: 93e7c4c6a0be2eb3ce8dc31fdddea5708cd2ad2b | |
1548 | + React-RuntimeCore: 1a2f2dfcba853d01c083db2b7d96f32f9768a677 | |
1549 | + React-runtimeexecutor: 6abf418f2d0038fb3fef15444d9c691db198771c | |
1550 | + React-RuntimeHermes: fb6f76a5cd4212a0af4789794d4a9f5147e2f1aa | |
1551 | + React-runtimescheduler: 3f312d33f475467a59864e0c5ab8708461387d1c | |
1552 | + React-utils: e8b0eac797c81c574b24f6515fec4015599b643c | |
1553 | + ReactCommon: eebffb37a90138c6db6eb8b2d952e7e5c6bc083c | |
1554 | + RNCAsyncStorage: 826b603ae9c0f88b5ac4e956801f755109fa4d5c | |
1555 | + RNFS: 4ac0f0ea233904cb798630b3c077808c06931688 | |
1556 | + RNGestureHandler: 8dbcccada4a7e702e7dec9338c251b1cf393c960 | |
1557 | + RNPermissions: 6a1360ea53826cd3013fcf6e79dcf5dbf72f66b2 | |
1558 | + RNReanimated: 7ad0f08a845cb60955ee5d461d2156d7b9707118 | |
1559 | + RNScreens: b32a9ff15bea7fcdbe5dff6477bc503f792b1208 | |
1560 | + RNSVG: a48668fd382115bc89761ce291a81c4ca5f2fd2e | |
1561 | + SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d | |
1562 | + VisionCamera: 59949b04a51c00a52a6d7125425d01664792c9bd | |
1563 | + Yoga: 0efb3e1bd40ba59b009f01badea863281101de78 | |
1564 | + | |
1565 | +PODFILE CHECKSUM: bf0cdc7218ece3fb280b317225cd8be410cb4dd1 | |
1566 | + | |
1567 | +COCOAPODS: 1.15.2 |
+++ ios/Send_Location_TA-Bridging-Header.h
... | ... | @@ -0,0 +1,4 @@ |
1 | +// | |
2 | +// Use this file to import your target's public headers that you would like to expose to Swift. | |
3 | +// | |
4 | + |
--- ios/Send_Location_TA.xcodeproj/project.pbxproj
+++ ios/Send_Location_TA.xcodeproj/project.pbxproj
... | ... | @@ -1,688 +1,810 @@ |
1 |
-// !$*UTF8*$! |
|
2 |
-{ |
|
3 |
- archiveVersion = 1; |
|
4 |
- classes = { |
|
5 |
- }; |
|
6 |
- objectVersion = 54; |
|
7 |
- objects = { |
|
8 |
- |
|
9 |
-/* Begin PBXBuildFile section */ |
|
10 |
- 00E356F31AD99517003FC87E /* Send_Location_TATests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* Send_Location_TATests.m */; }; |
|
11 |
- 0C80B921A6F3F58F76C31292 /* libPods-Send_Location_TA.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-Send_Location_TA.a */; }; |
|
12 |
- 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; }; |
|
13 |
- 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; |
|
14 |
- 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; |
|
15 |
- 7699B88040F8A987B510C191 /* libPods-Send_Location_TA-Send_Location_TATests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-Send_Location_TA-Send_Location_TATests.a */; }; |
|
16 |
- 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; |
|
17 |
-/* End PBXBuildFile section */ |
|
18 |
- |
|
19 |
-/* Begin PBXContainerItemProxy section */ |
|
20 |
- 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = { |
|
21 |
- isa = PBXContainerItemProxy; |
|
22 |
- containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; |
|
23 |
- proxyType = 1; |
|
24 |
- remoteGlobalIDString = 13B07F861A680F5B00A75B9A; |
|
25 |
- remoteInfo = Send_Location_TA; |
|
26 |
- }; |
|
27 |
-/* End PBXContainerItemProxy section */ |
|
28 |
- |
|
29 |
-/* Begin PBXFileReference section */ |
|
30 |
- 00E356EE1AD99517003FC87E /* Send_Location_TATests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Send_Location_TATests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
31 |
- 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
32 |
- 00E356F21AD99517003FC87E /* Send_Location_TATests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Send_Location_TATests.m; sourceTree = "<group>"; }; |
|
33 |
- 13B07F961A680F5B00A75B9A /* Send_Location_TA.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Send_Location_TA.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
34 |
- 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Send_Location_TA/AppDelegate.h; sourceTree = "<group>"; }; |
|
35 |
- 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = Send_Location_TA/AppDelegate.mm; sourceTree = "<group>"; }; |
|
36 |
- 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Send_Location_TA/Images.xcassets; sourceTree = "<group>"; }; |
|
37 |
- 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Send_Location_TA/Info.plist; sourceTree = "<group>"; }; |
|
38 |
- 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Send_Location_TA/main.m; sourceTree = "<group>"; }; |
|
39 |
- 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = Send_Location_TA/PrivacyInfo.xcprivacy; sourceTree = "<group>"; }; |
|
40 |
- 19F6CBCC0A4E27FBF8BF4A61 /* libPods-Send_Location_TA-Send_Location_TATests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Send_Location_TA-Send_Location_TATests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
41 |
- 3B4392A12AC88292D35C810B /* Pods-Send_Location_TA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Send_Location_TA.debug.xcconfig"; path = "Target Support Files/Pods-Send_Location_TA/Pods-Send_Location_TA.debug.xcconfig"; sourceTree = "<group>"; }; |
|
42 |
- 5709B34CF0A7D63546082F79 /* Pods-Send_Location_TA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Send_Location_TA.release.xcconfig"; path = "Target Support Files/Pods-Send_Location_TA/Pods-Send_Location_TA.release.xcconfig"; sourceTree = "<group>"; }; |
|
43 |
- 5B7EB9410499542E8C5724F5 /* Pods-Send_Location_TA-Send_Location_TATests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Send_Location_TA-Send_Location_TATests.debug.xcconfig"; path = "Target Support Files/Pods-Send_Location_TA-Send_Location_TATests/Pods-Send_Location_TA-Send_Location_TATests.debug.xcconfig"; sourceTree = "<group>"; }; |
|
44 |
- 5DCACB8F33CDC322A6C60F78 /* libPods-Send_Location_TA.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Send_Location_TA.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
45 |
- 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = Send_Location_TA/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
|
46 |
- 89C6BE57DB24E9ADA2F236DE /* Pods-Send_Location_TA-Send_Location_TATests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Send_Location_TA-Send_Location_TATests.release.xcconfig"; path = "Target Support Files/Pods-Send_Location_TA-Send_Location_TATests/Pods-Send_Location_TA-Send_Location_TATests.release.xcconfig"; sourceTree = "<group>"; }; |
|
47 |
- ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; |
|
48 |
-/* End PBXFileReference section */ |
|
49 |
- |
|
50 |
-/* Begin PBXFrameworksBuildPhase section */ |
|
51 |
- 00E356EB1AD99517003FC87E /* Frameworks */ = { |
|
52 |
- isa = PBXFrameworksBuildPhase; |
|
53 |
- buildActionMask = 2147483647; |
|
54 |
- files = ( |
|
55 |
- 7699B88040F8A987B510C191 /* libPods-Send_Location_TA-Send_Location_TATests.a in Frameworks */, |
|
56 |
- ); |
|
57 |
- runOnlyForDeploymentPostprocessing = 0; |
|
58 |
- }; |
|
59 |
- 13B07F8C1A680F5B00A75B9A /* Frameworks */ = { |
|
60 |
- isa = PBXFrameworksBuildPhase; |
|
61 |
- buildActionMask = 2147483647; |
|
62 |
- files = ( |
|
63 |
- 0C80B921A6F3F58F76C31292 /* libPods-Send_Location_TA.a in Frameworks */, |
|
64 |
- ); |
|
65 |
- runOnlyForDeploymentPostprocessing = 0; |
|
66 |
- }; |
|
67 |
-/* End PBXFrameworksBuildPhase section */ |
|
68 |
- |
|
69 |
-/* Begin PBXGroup section */ |
|
70 |
- 00E356EF1AD99517003FC87E /* Send_Location_TATests */ = { |
|
71 |
- isa = PBXGroup; |
|
72 |
- children = ( |
|
73 |
- 00E356F21AD99517003FC87E /* Send_Location_TATests.m */, |
|
74 |
- 00E356F01AD99517003FC87E /* Supporting Files */, |
|
75 |
- ); |
|
76 |
- path = Send_Location_TATests; |
|
77 |
- sourceTree = "<group>"; |
|
78 |
- }; |
|
79 |
- 00E356F01AD99517003FC87E /* Supporting Files */ = { |
|
80 |
- isa = PBXGroup; |
|
81 |
- children = ( |
|
82 |
- 00E356F11AD99517003FC87E /* Info.plist */, |
|
83 |
- ); |
|
84 |
- name = "Supporting Files"; |
|
85 |
- sourceTree = "<group>"; |
|
86 |
- }; |
|
87 |
- 13B07FAE1A68108700A75B9A /* Send_Location_TA */ = { |
|
88 |
- isa = PBXGroup; |
|
89 |
- children = ( |
|
90 |
- 13B07FAF1A68108700A75B9A /* AppDelegate.h */, |
|
91 |
- 13B07FB01A68108700A75B9A /* AppDelegate.mm */, |
|
92 |
- 13B07FB51A68108700A75B9A /* Images.xcassets */, |
|
93 |
- 13B07FB61A68108700A75B9A /* Info.plist */, |
|
94 |
- 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */, |
|
95 |
- 13B07FB71A68108700A75B9A /* main.m */, |
|
96 |
- 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */, |
|
97 |
- ); |
|
98 |
- name = Send_Location_TA; |
|
99 |
- sourceTree = "<group>"; |
|
100 |
- }; |
|
101 |
- 2D16E6871FA4F8E400B85C8A /* Frameworks */ = { |
|
102 |
- isa = PBXGroup; |
|
103 |
- children = ( |
|
104 |
- ED297162215061F000B7C4FE /* JavaScriptCore.framework */, |
|
105 |
- 5DCACB8F33CDC322A6C60F78 /* libPods-Send_Location_TA.a */, |
|
106 |
- 19F6CBCC0A4E27FBF8BF4A61 /* libPods-Send_Location_TA-Send_Location_TATests.a */, |
|
107 |
- ); |
|
108 |
- name = Frameworks; |
|
109 |
- sourceTree = "<group>"; |
|
110 |
- }; |
|
111 |
- 832341AE1AAA6A7D00B99B32 /* Libraries */ = { |
|
112 |
- isa = PBXGroup; |
|
113 |
- children = ( |
|
114 |
- ); |
|
115 |
- name = Libraries; |
|
116 |
- sourceTree = "<group>"; |
|
117 |
- }; |
|
118 |
- 83CBB9F61A601CBA00E9B192 = { |
|
119 |
- isa = PBXGroup; |
|
120 |
- children = ( |
|
121 |
- 13B07FAE1A68108700A75B9A /* Send_Location_TA */, |
|
122 |
- 832341AE1AAA6A7D00B99B32 /* Libraries */, |
|
123 |
- 00E356EF1AD99517003FC87E /* Send_Location_TATests */, |
|
124 |
- 83CBBA001A601CBA00E9B192 /* Products */, |
|
125 |
- 2D16E6871FA4F8E400B85C8A /* Frameworks */, |
|
126 |
- BBD78D7AC51CEA395F1C20DB /* Pods */, |
|
127 |
- ); |
|
128 |
- indentWidth = 2; |
|
129 |
- sourceTree = "<group>"; |
|
130 |
- tabWidth = 2; |
|
131 |
- usesTabs = 0; |
|
132 |
- }; |
|
133 |
- 83CBBA001A601CBA00E9B192 /* Products */ = { |
|
134 |
- isa = PBXGroup; |
|
135 |
- children = ( |
|
136 |
- 13B07F961A680F5B00A75B9A /* Send_Location_TA.app */, |
|
137 |
- 00E356EE1AD99517003FC87E /* Send_Location_TATests.xctest */, |
|
138 |
- ); |
|
139 |
- name = Products; |
|
140 |
- sourceTree = "<group>"; |
|
141 |
- }; |
|
142 |
- BBD78D7AC51CEA395F1C20DB /* Pods */ = { |
|
143 |
- isa = PBXGroup; |
|
144 |
- children = ( |
|
145 |
- 3B4392A12AC88292D35C810B /* Pods-Send_Location_TA.debug.xcconfig */, |
|
146 |
- 5709B34CF0A7D63546082F79 /* Pods-Send_Location_TA.release.xcconfig */, |
|
147 |
- 5B7EB9410499542E8C5724F5 /* Pods-Send_Location_TA-Send_Location_TATests.debug.xcconfig */, |
|
148 |
- 89C6BE57DB24E9ADA2F236DE /* Pods-Send_Location_TA-Send_Location_TATests.release.xcconfig */, |
|
149 |
- ); |
|
150 |
- path = Pods; |
|
151 |
- sourceTree = "<group>"; |
|
152 |
- }; |
|
153 |
-/* End PBXGroup section */ |
|
154 |
- |
|
155 |
-/* Begin PBXNativeTarget section */ |
|
156 |
- 00E356ED1AD99517003FC87E /* Send_Location_TATests */ = { |
|
157 |
- isa = PBXNativeTarget; |
|
158 |
- buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "Send_Location_TATests" */; |
|
159 |
- buildPhases = ( |
|
160 |
- A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */, |
|
161 |
- 00E356EA1AD99517003FC87E /* Sources */, |
|
162 |
- 00E356EB1AD99517003FC87E /* Frameworks */, |
|
163 |
- 00E356EC1AD99517003FC87E /* Resources */, |
|
164 |
- C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */, |
|
165 |
- F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */, |
|
166 |
- ); |
|
167 |
- buildRules = ( |
|
168 |
- ); |
|
169 |
- dependencies = ( |
|
170 |
- 00E356F51AD99517003FC87E /* PBXTargetDependency */, |
|
171 |
- ); |
|
172 |
- name = Send_Location_TATests; |
|
173 |
- productName = Send_Location_TATests; |
|
174 |
- productReference = 00E356EE1AD99517003FC87E /* Send_Location_TATests.xctest */; |
|
175 |
- productType = "com.apple.product-type.bundle.unit-test"; |
|
176 |
- }; |
|
177 |
- 13B07F861A680F5B00A75B9A /* Send_Location_TA */ = { |
|
178 |
- isa = PBXNativeTarget; |
|
179 |
- buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Send_Location_TA" */; |
|
180 |
- buildPhases = ( |
|
181 |
- C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */, |
|
182 |
- 13B07F871A680F5B00A75B9A /* Sources */, |
|
183 |
- 13B07F8C1A680F5B00A75B9A /* Frameworks */, |
|
184 |
- 13B07F8E1A680F5B00A75B9A /* Resources */, |
|
185 |
- 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, |
|
186 |
- 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */, |
|
187 |
- E235C05ADACE081382539298 /* [CP] Copy Pods Resources */, |
|
188 |
- ); |
|
189 |
- buildRules = ( |
|
190 |
- ); |
|
191 |
- dependencies = ( |
|
192 |
- ); |
|
193 |
- name = Send_Location_TA; |
|
194 |
- productName = Send_Location_TA; |
|
195 |
- productReference = 13B07F961A680F5B00A75B9A /* Send_Location_TA.app */; |
|
196 |
- productType = "com.apple.product-type.application"; |
|
197 |
- }; |
|
198 |
-/* End PBXNativeTarget section */ |
|
199 |
- |
|
200 |
-/* Begin PBXProject section */ |
|
201 |
- 83CBB9F71A601CBA00E9B192 /* Project object */ = { |
|
202 |
- isa = PBXProject; |
|
203 |
- attributes = { |
|
204 |
- LastUpgradeCheck = 1210; |
|
205 |
- TargetAttributes = { |
|
206 |
- 00E356ED1AD99517003FC87E = { |
|
207 |
- CreatedOnToolsVersion = 6.2; |
|
208 |
- TestTargetID = 13B07F861A680F5B00A75B9A; |
|
209 |
- }; |
|
210 |
- 13B07F861A680F5B00A75B9A = { |
|
211 |
- LastSwiftMigration = 1120; |
|
212 |
- }; |
|
213 |
- }; |
|
214 |
- }; |
|
215 |
- buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Send_Location_TA" */; |
|
216 |
- compatibilityVersion = "Xcode 12.0"; |
|
217 |
- developmentRegion = en; |
|
218 |
- hasScannedForEncodings = 0; |
|
219 |
- knownRegions = ( |
|
220 |
- en, |
|
221 |
- Base, |
|
222 |
- ); |
|
223 |
- mainGroup = 83CBB9F61A601CBA00E9B192; |
|
224 |
- productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */; |
|
225 |
- projectDirPath = ""; |
|
226 |
- projectRoot = ""; |
|
227 |
- targets = ( |
|
228 |
- 13B07F861A680F5B00A75B9A /* Send_Location_TA */, |
|
229 |
- 00E356ED1AD99517003FC87E /* Send_Location_TATests */, |
|
230 |
- ); |
|
231 |
- }; |
|
232 |
-/* End PBXProject section */ |
|
233 |
- |
|
234 |
-/* Begin PBXResourcesBuildPhase section */ |
|
235 |
- 00E356EC1AD99517003FC87E /* Resources */ = { |
|
236 |
- isa = PBXResourcesBuildPhase; |
|
237 |
- buildActionMask = 2147483647; |
|
238 |
- files = ( |
|
239 |
- ); |
|
240 |
- runOnlyForDeploymentPostprocessing = 0; |
|
241 |
- }; |
|
242 |
- 13B07F8E1A680F5B00A75B9A /* Resources */ = { |
|
243 |
- isa = PBXResourcesBuildPhase; |
|
244 |
- buildActionMask = 2147483647; |
|
245 |
- files = ( |
|
246 |
- 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */, |
|
247 |
- 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, |
|
248 |
- ); |
|
249 |
- runOnlyForDeploymentPostprocessing = 0; |
|
250 |
- }; |
|
251 |
-/* End PBXResourcesBuildPhase section */ |
|
252 |
- |
|
253 |
-/* Begin PBXShellScriptBuildPhase section */ |
|
254 |
- 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = { |
|
255 |
- isa = PBXShellScriptBuildPhase; |
|
256 |
- buildActionMask = 2147483647; |
|
257 |
- files = ( |
|
258 |
- ); |
|
259 |
- inputPaths = ( |
|
260 |
- "$(SRCROOT)/.xcode.env.local", |
|
261 |
- "$(SRCROOT)/.xcode.env", |
|
262 |
- ); |
|
263 |
- name = "Bundle React Native code and images"; |
|
264 |
- outputPaths = ( |
|
265 |
- ); |
|
266 |
- runOnlyForDeploymentPostprocessing = 0; |
|
267 |
- shellPath = /bin/sh; |
|
268 |
- shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n"; |
|
269 |
- }; |
|
270 |
- 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = { |
|
271 |
- isa = PBXShellScriptBuildPhase; |
|
272 |
- buildActionMask = 2147483647; |
|
273 |
- files = ( |
|
274 |
- ); |
|
275 |
- inputFileListPaths = ( |
|
276 |
- "${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA/Pods-Send_Location_TA-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
|
277 |
- ); |
|
278 |
- name = "[CP] Embed Pods Frameworks"; |
|
279 |
- outputFileListPaths = ( |
|
280 |
- "${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA/Pods-Send_Location_TA-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
|
281 |
- ); |
|
282 |
- runOnlyForDeploymentPostprocessing = 0; |
|
283 |
- shellPath = /bin/sh; |
|
284 |
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA/Pods-Send_Location_TA-frameworks.sh\"\n"; |
|
285 |
- showEnvVarsInLog = 0; |
|
286 |
- }; |
|
287 |
- A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */ = { |
|
288 |
- isa = PBXShellScriptBuildPhase; |
|
289 |
- buildActionMask = 2147483647; |
|
290 |
- files = ( |
|
291 |
- ); |
|
292 |
- inputFileListPaths = ( |
|
293 |
- ); |
|
294 |
- inputPaths = ( |
|
295 |
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
|
296 |
- "${PODS_ROOT}/Manifest.lock", |
|
297 |
- ); |
|
298 |
- name = "[CP] Check Pods Manifest.lock"; |
|
299 |
- outputFileListPaths = ( |
|
300 |
- ); |
|
301 |
- outputPaths = ( |
|
302 |
- "$(DERIVED_FILE_DIR)/Pods-Send_Location_TA-Send_Location_TATests-checkManifestLockResult.txt", |
|
303 |
- ); |
|
304 |
- runOnlyForDeploymentPostprocessing = 0; |
|
305 |
- shellPath = /bin/sh; |
|
306 |
- 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"; |
|
307 |
- showEnvVarsInLog = 0; |
|
308 |
- }; |
|
309 |
- C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = { |
|
310 |
- isa = PBXShellScriptBuildPhase; |
|
311 |
- buildActionMask = 2147483647; |
|
312 |
- files = ( |
|
313 |
- ); |
|
314 |
- inputFileListPaths = ( |
|
315 |
- ); |
|
316 |
- inputPaths = ( |
|
317 |
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
|
318 |
- "${PODS_ROOT}/Manifest.lock", |
|
319 |
- ); |
|
320 |
- name = "[CP] Check Pods Manifest.lock"; |
|
321 |
- outputFileListPaths = ( |
|
322 |
- ); |
|
323 |
- outputPaths = ( |
|
324 |
- "$(DERIVED_FILE_DIR)/Pods-Send_Location_TA-checkManifestLockResult.txt", |
|
325 |
- ); |
|
326 |
- runOnlyForDeploymentPostprocessing = 0; |
|
327 |
- shellPath = /bin/sh; |
|
328 |
- 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"; |
|
329 |
- showEnvVarsInLog = 0; |
|
330 |
- }; |
|
331 |
- C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */ = { |
|
332 |
- isa = PBXShellScriptBuildPhase; |
|
333 |
- buildActionMask = 2147483647; |
|
334 |
- files = ( |
|
335 |
- ); |
|
336 |
- inputFileListPaths = ( |
|
337 |
- "${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA-Send_Location_TATests/Pods-Send_Location_TA-Send_Location_TATests-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
|
338 |
- ); |
|
339 |
- name = "[CP] Embed Pods Frameworks"; |
|
340 |
- outputFileListPaths = ( |
|
341 |
- "${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA-Send_Location_TATests/Pods-Send_Location_TA-Send_Location_TATests-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
|
342 |
- ); |
|
343 |
- runOnlyForDeploymentPostprocessing = 0; |
|
344 |
- shellPath = /bin/sh; |
|
345 |
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA-Send_Location_TATests/Pods-Send_Location_TA-Send_Location_TATests-frameworks.sh\"\n"; |
|
346 |
- showEnvVarsInLog = 0; |
|
347 |
- }; |
|
348 |
- E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = { |
|
349 |
- isa = PBXShellScriptBuildPhase; |
|
350 |
- buildActionMask = 2147483647; |
|
351 |
- files = ( |
|
352 |
- ); |
|
353 |
- inputFileListPaths = ( |
|
354 |
- "${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA/Pods-Send_Location_TA-resources-${CONFIGURATION}-input-files.xcfilelist", |
|
355 |
- ); |
|
356 |
- name = "[CP] Copy Pods Resources"; |
|
357 |
- outputFileListPaths = ( |
|
358 |
- "${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA/Pods-Send_Location_TA-resources-${CONFIGURATION}-output-files.xcfilelist", |
|
359 |
- ); |
|
360 |
- runOnlyForDeploymentPostprocessing = 0; |
|
361 |
- shellPath = /bin/sh; |
|
362 |
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA/Pods-Send_Location_TA-resources.sh\"\n"; |
|
363 |
- showEnvVarsInLog = 0; |
|
364 |
- }; |
|
365 |
- F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */ = { |
|
366 |
- isa = PBXShellScriptBuildPhase; |
|
367 |
- buildActionMask = 2147483647; |
|
368 |
- files = ( |
|
369 |
- ); |
|
370 |
- inputFileListPaths = ( |
|
371 |
- "${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA-Send_Location_TATests/Pods-Send_Location_TA-Send_Location_TATests-resources-${CONFIGURATION}-input-files.xcfilelist", |
|
372 |
- ); |
|
373 |
- name = "[CP] Copy Pods Resources"; |
|
374 |
- outputFileListPaths = ( |
|
375 |
- "${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA-Send_Location_TATests/Pods-Send_Location_TA-Send_Location_TATests-resources-${CONFIGURATION}-output-files.xcfilelist", |
|
376 |
- ); |
|
377 |
- runOnlyForDeploymentPostprocessing = 0; |
|
378 |
- shellPath = /bin/sh; |
|
379 |
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA-Send_Location_TATests/Pods-Send_Location_TA-Send_Location_TATests-resources.sh\"\n"; |
|
380 |
- showEnvVarsInLog = 0; |
|
381 |
- }; |
|
382 |
-/* End PBXShellScriptBuildPhase section */ |
|
383 |
- |
|
384 |
-/* Begin PBXSourcesBuildPhase section */ |
|
385 |
- 00E356EA1AD99517003FC87E /* Sources */ = { |
|
386 |
- isa = PBXSourcesBuildPhase; |
|
387 |
- buildActionMask = 2147483647; |
|
388 |
- files = ( |
|
389 |
- 00E356F31AD99517003FC87E /* Send_Location_TATests.m in Sources */, |
|
390 |
- ); |
|
391 |
- runOnlyForDeploymentPostprocessing = 0; |
|
392 |
- }; |
|
393 |
- 13B07F871A680F5B00A75B9A /* Sources */ = { |
|
394 |
- isa = PBXSourcesBuildPhase; |
|
395 |
- buildActionMask = 2147483647; |
|
396 |
- files = ( |
|
397 |
- 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */, |
|
398 |
- 13B07FC11A68108700A75B9A /* main.m in Sources */, |
|
399 |
- ); |
|
400 |
- runOnlyForDeploymentPostprocessing = 0; |
|
401 |
- }; |
|
402 |
-/* End PBXSourcesBuildPhase section */ |
|
403 |
- |
|
404 |
-/* Begin PBXTargetDependency section */ |
|
405 |
- 00E356F51AD99517003FC87E /* PBXTargetDependency */ = { |
|
406 |
- isa = PBXTargetDependency; |
|
407 |
- target = 13B07F861A680F5B00A75B9A /* Send_Location_TA */; |
|
408 |
- targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */; |
|
409 |
- }; |
|
410 |
-/* End PBXTargetDependency section */ |
|
411 |
- |
|
412 |
-/* Begin XCBuildConfiguration section */ |
|
413 |
- 00E356F61AD99517003FC87E /* Debug */ = { |
|
414 |
- isa = XCBuildConfiguration; |
|
415 |
- baseConfigurationReference = 5B7EB9410499542E8C5724F5 /* Pods-Send_Location_TA-Send_Location_TATests.debug.xcconfig */; |
|
416 |
- buildSettings = { |
|
417 |
- BUNDLE_LOADER = "$(TEST_HOST)"; |
|
418 |
- GCC_PREPROCESSOR_DEFINITIONS = ( |
|
419 |
- "DEBUG=1", |
|
420 |
- "$(inherited)", |
|
421 |
- ); |
|
422 |
- INFOPLIST_FILE = Send_Location_TATests/Info.plist; |
|
423 |
- IPHONEOS_DEPLOYMENT_TARGET = 13.4; |
|
424 |
- LD_RUNPATH_SEARCH_PATHS = ( |
|
425 |
- "$(inherited)", |
|
426 |
- "@executable_path/Frameworks", |
|
427 |
- "@loader_path/Frameworks", |
|
428 |
- ); |
|
429 |
- OTHER_LDFLAGS = ( |
|
430 |
- "-ObjC", |
|
431 |
- "-lc++", |
|
432 |
- "$(inherited)", |
|
433 |
- ); |
|
434 |
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
|
435 |
- PRODUCT_NAME = "$(TARGET_NAME)"; |
|
436 |
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Send_Location_TA.app/Send_Location_TA"; |
|
437 |
- }; |
|
438 |
- name = Debug; |
|
439 |
- }; |
|
440 |
- 00E356F71AD99517003FC87E /* Release */ = { |
|
441 |
- isa = XCBuildConfiguration; |
|
442 |
- baseConfigurationReference = 89C6BE57DB24E9ADA2F236DE /* Pods-Send_Location_TA-Send_Location_TATests.release.xcconfig */; |
|
443 |
- buildSettings = { |
|
444 |
- BUNDLE_LOADER = "$(TEST_HOST)"; |
|
445 |
- COPY_PHASE_STRIP = NO; |
|
446 |
- INFOPLIST_FILE = Send_Location_TATests/Info.plist; |
|
447 |
- IPHONEOS_DEPLOYMENT_TARGET = 13.4; |
|
448 |
- LD_RUNPATH_SEARCH_PATHS = ( |
|
449 |
- "$(inherited)", |
|
450 |
- "@executable_path/Frameworks", |
|
451 |
- "@loader_path/Frameworks", |
|
452 |
- ); |
|
453 |
- OTHER_LDFLAGS = ( |
|
454 |
- "-ObjC", |
|
455 |
- "-lc++", |
|
456 |
- "$(inherited)", |
|
457 |
- ); |
|
458 |
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
|
459 |
- PRODUCT_NAME = "$(TARGET_NAME)"; |
|
460 |
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Send_Location_TA.app/Send_Location_TA"; |
|
461 |
- }; |
|
462 |
- name = Release; |
|
463 |
- }; |
|
464 |
- 13B07F941A680F5B00A75B9A /* Debug */ = { |
|
465 |
- isa = XCBuildConfiguration; |
|
466 |
- baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-Send_Location_TA.debug.xcconfig */; |
|
467 |
- buildSettings = { |
|
468 |
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
469 |
- CLANG_ENABLE_MODULES = YES; |
|
470 |
- CURRENT_PROJECT_VERSION = 1; |
|
471 |
- ENABLE_BITCODE = NO; |
|
472 |
- INFOPLIST_FILE = Send_Location_TA/Info.plist; |
|
473 |
- LD_RUNPATH_SEARCH_PATHS = ( |
|
474 |
- "$(inherited)", |
|
475 |
- "@executable_path/Frameworks", |
|
476 |
- ); |
|
477 |
- MARKETING_VERSION = 1.0; |
|
478 |
- OTHER_LDFLAGS = ( |
|
479 |
- "$(inherited)", |
|
480 |
- "-ObjC", |
|
481 |
- "-lc++", |
|
482 |
- ); |
|
483 |
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
|
484 |
- PRODUCT_NAME = Send_Location_TA; |
|
485 |
- SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
|
486 |
- SWIFT_VERSION = 5.0; |
|
487 |
- VERSIONING_SYSTEM = "apple-generic"; |
|
488 |
- }; |
|
489 |
- name = Debug; |
|
490 |
- }; |
|
491 |
- 13B07F951A680F5B00A75B9A /* Release */ = { |
|
492 |
- isa = XCBuildConfiguration; |
|
493 |
- baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-Send_Location_TA.release.xcconfig */; |
|
494 |
- buildSettings = { |
|
495 |
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
496 |
- CLANG_ENABLE_MODULES = YES; |
|
497 |
- CURRENT_PROJECT_VERSION = 1; |
|
498 |
- INFOPLIST_FILE = Send_Location_TA/Info.plist; |
|
499 |
- LD_RUNPATH_SEARCH_PATHS = ( |
|
500 |
- "$(inherited)", |
|
501 |
- "@executable_path/Frameworks", |
|
502 |
- ); |
|
503 |
- MARKETING_VERSION = 1.0; |
|
504 |
- OTHER_LDFLAGS = ( |
|
505 |
- "$(inherited)", |
|
506 |
- "-ObjC", |
|
507 |
- "-lc++", |
|
508 |
- ); |
|
509 |
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
|
510 |
- PRODUCT_NAME = Send_Location_TA; |
|
511 |
- SWIFT_VERSION = 5.0; |
|
512 |
- VERSIONING_SYSTEM = "apple-generic"; |
|
513 |
- }; |
|
514 |
- name = Release; |
|
515 |
- }; |
|
516 |
- 83CBBA201A601CBA00E9B192 /* Debug */ = { |
|
517 |
- isa = XCBuildConfiguration; |
|
518 |
- buildSettings = { |
|
519 |
- ALWAYS_SEARCH_USER_PATHS = NO; |
|
520 |
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
|
521 |
- CLANG_CXX_LANGUAGE_STANDARD = "c++20"; |
|
522 |
- CLANG_CXX_LIBRARY = "libc++"; |
|
523 |
- CLANG_ENABLE_MODULES = YES; |
|
524 |
- CLANG_ENABLE_OBJC_ARC = YES; |
|
525 |
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
|
526 |
- CLANG_WARN_BOOL_CONVERSION = YES; |
|
527 |
- CLANG_WARN_COMMA = YES; |
|
528 |
- CLANG_WARN_CONSTANT_CONVERSION = YES; |
|
529 |
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
|
530 |
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
|
531 |
- CLANG_WARN_EMPTY_BODY = YES; |
|
532 |
- CLANG_WARN_ENUM_CONVERSION = YES; |
|
533 |
- CLANG_WARN_INFINITE_RECURSION = YES; |
|
534 |
- CLANG_WARN_INT_CONVERSION = YES; |
|
535 |
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
|
536 |
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
|
537 |
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
|
538 |
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
|
539 |
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
|
540 |
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
|
541 |
- CLANG_WARN_STRICT_PROTOTYPES = YES; |
|
542 |
- CLANG_WARN_SUSPICIOUS_MOVE = YES; |
|
543 |
- CLANG_WARN_UNREACHABLE_CODE = YES; |
|
544 |
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
545 |
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
|
546 |
- COPY_PHASE_STRIP = NO; |
|
547 |
- ENABLE_STRICT_OBJC_MSGSEND = YES; |
|
548 |
- ENABLE_TESTABILITY = YES; |
|
549 |
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ""; |
|
550 |
- GCC_C_LANGUAGE_STANDARD = gnu99; |
|
551 |
- GCC_DYNAMIC_NO_PIC = NO; |
|
552 |
- GCC_NO_COMMON_BLOCKS = YES; |
|
553 |
- GCC_OPTIMIZATION_LEVEL = 0; |
|
554 |
- GCC_PREPROCESSOR_DEFINITIONS = ( |
|
555 |
- "DEBUG=1", |
|
556 |
- "$(inherited)", |
|
557 |
- ); |
|
558 |
- GCC_SYMBOLS_PRIVATE_EXTERN = NO; |
|
559 |
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
|
560 |
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
|
561 |
- GCC_WARN_UNDECLARED_SELECTOR = YES; |
|
562 |
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
|
563 |
- GCC_WARN_UNUSED_FUNCTION = YES; |
|
564 |
- GCC_WARN_UNUSED_VARIABLE = YES; |
|
565 |
- IPHONEOS_DEPLOYMENT_TARGET = 13.4; |
|
566 |
- LD_RUNPATH_SEARCH_PATHS = ( |
|
567 |
- /usr/lib/swift, |
|
568 |
- "$(inherited)", |
|
569 |
- ); |
|
570 |
- LIBRARY_SEARCH_PATHS = ( |
|
571 |
- "\"$(SDKROOT)/usr/lib/swift\"", |
|
572 |
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"", |
|
573 |
- "\"$(inherited)\"", |
|
574 |
- ); |
|
575 |
- MTL_ENABLE_DEBUG_INFO = YES; |
|
576 |
- ONLY_ACTIVE_ARCH = YES; |
|
577 |
- OTHER_CPLUSPLUSFLAGS = ( |
|
578 |
- "$(OTHER_CFLAGS)", |
|
579 |
- "-DFOLLY_NO_CONFIG", |
|
580 |
- "-DFOLLY_MOBILE=1", |
|
581 |
- "-DFOLLY_USE_LIBCPP=1", |
|
582 |
- "-DFOLLY_CFG_NO_COROUTINES=1", |
|
583 |
- "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
|
584 |
- ); |
|
585 |
- SDKROOT = iphoneos; |
|
586 |
- }; |
|
587 |
- name = Debug; |
|
588 |
- }; |
|
589 |
- 83CBBA211A601CBA00E9B192 /* Release */ = { |
|
590 |
- isa = XCBuildConfiguration; |
|
591 |
- buildSettings = { |
|
592 |
- ALWAYS_SEARCH_USER_PATHS = NO; |
|
593 |
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
|
594 |
- CLANG_CXX_LANGUAGE_STANDARD = "c++20"; |
|
595 |
- CLANG_CXX_LIBRARY = "libc++"; |
|
596 |
- CLANG_ENABLE_MODULES = YES; |
|
597 |
- CLANG_ENABLE_OBJC_ARC = YES; |
|
598 |
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
|
599 |
- CLANG_WARN_BOOL_CONVERSION = YES; |
|
600 |
- CLANG_WARN_COMMA = YES; |
|
601 |
- CLANG_WARN_CONSTANT_CONVERSION = YES; |
|
602 |
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
|
603 |
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
|
604 |
- CLANG_WARN_EMPTY_BODY = YES; |
|
605 |
- CLANG_WARN_ENUM_CONVERSION = YES; |
|
606 |
- CLANG_WARN_INFINITE_RECURSION = YES; |
|
607 |
- CLANG_WARN_INT_CONVERSION = YES; |
|
608 |
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
|
609 |
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
|
610 |
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
|
611 |
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
|
612 |
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
|
613 |
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
|
614 |
- CLANG_WARN_STRICT_PROTOTYPES = YES; |
|
615 |
- CLANG_WARN_SUSPICIOUS_MOVE = YES; |
|
616 |
- CLANG_WARN_UNREACHABLE_CODE = YES; |
|
617 |
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
618 |
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
|
619 |
- COPY_PHASE_STRIP = YES; |
|
620 |
- ENABLE_NS_ASSERTIONS = NO; |
|
621 |
- ENABLE_STRICT_OBJC_MSGSEND = YES; |
|
622 |
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ""; |
|
623 |
- GCC_C_LANGUAGE_STANDARD = gnu99; |
|
624 |
- GCC_NO_COMMON_BLOCKS = YES; |
|
625 |
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
|
626 |
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
|
627 |
- GCC_WARN_UNDECLARED_SELECTOR = YES; |
|
628 |
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
|
629 |
- GCC_WARN_UNUSED_FUNCTION = YES; |
|
630 |
- GCC_WARN_UNUSED_VARIABLE = YES; |
|
631 |
- IPHONEOS_DEPLOYMENT_TARGET = 13.4; |
|
632 |
- LD_RUNPATH_SEARCH_PATHS = ( |
|
633 |
- /usr/lib/swift, |
|
634 |
- "$(inherited)", |
|
635 |
- ); |
|
636 |
- LIBRARY_SEARCH_PATHS = ( |
|
637 |
- "\"$(SDKROOT)/usr/lib/swift\"", |
|
638 |
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"", |
|
639 |
- "\"$(inherited)\"", |
|
640 |
- ); |
|
641 |
- MTL_ENABLE_DEBUG_INFO = NO; |
|
642 |
- OTHER_CPLUSPLUSFLAGS = ( |
|
643 |
- "$(OTHER_CFLAGS)", |
|
644 |
- "-DFOLLY_NO_CONFIG", |
|
645 |
- "-DFOLLY_MOBILE=1", |
|
646 |
- "-DFOLLY_USE_LIBCPP=1", |
|
647 |
- "-DFOLLY_CFG_NO_COROUTINES=1", |
|
648 |
- "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
|
649 |
- ); |
|
650 |
- SDKROOT = iphoneos; |
|
651 |
- VALIDATE_PRODUCT = YES; |
|
652 |
- }; |
|
653 |
- name = Release; |
|
654 |
- }; |
|
655 |
-/* End XCBuildConfiguration section */ |
|
656 |
- |
|
657 |
-/* Begin XCConfigurationList section */ |
|
658 |
- 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "Send_Location_TATests" */ = { |
|
659 |
- isa = XCConfigurationList; |
|
660 |
- buildConfigurations = ( |
|
661 |
- 00E356F61AD99517003FC87E /* Debug */, |
|
662 |
- 00E356F71AD99517003FC87E /* Release */, |
|
663 |
- ); |
|
664 |
- defaultConfigurationIsVisible = 0; |
|
665 |
- defaultConfigurationName = Release; |
|
666 |
- }; |
|
667 |
- 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Send_Location_TA" */ = { |
|
668 |
- isa = XCConfigurationList; |
|
669 |
- buildConfigurations = ( |
|
670 |
- 13B07F941A680F5B00A75B9A /* Debug */, |
|
671 |
- 13B07F951A680F5B00A75B9A /* Release */, |
|
672 |
- ); |
|
673 |
- defaultConfigurationIsVisible = 0; |
|
674 |
- defaultConfigurationName = Release; |
|
675 |
- }; |
|
676 |
- 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Send_Location_TA" */ = { |
|
677 |
- isa = XCConfigurationList; |
|
678 |
- buildConfigurations = ( |
|
679 |
- 83CBBA201A601CBA00E9B192 /* Debug */, |
|
680 |
- 83CBBA211A601CBA00E9B192 /* Release */, |
|
681 |
- ); |
|
682 |
- defaultConfigurationIsVisible = 0; |
|
683 |
- defaultConfigurationName = Release; |
|
684 |
- }; |
|
685 |
-/* End XCConfigurationList section */ |
|
686 |
- }; |
|
687 |
- rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */; |
|
688 |
-} |
|
1 |
+// !$*UTF8*$! |
|
2 |
+{ |
|
3 |
+ archiveVersion = 1; |
|
4 |
+ classes = { |
|
5 |
+ }; |
|
6 |
+ objectVersion = 54; |
|
7 |
+ objects = { |
|
8 |
+ |
|
9 |
+/* Begin PBXBuildFile section */ |
|
10 |
+ 00E356F31AD99517003FC87E /* Send_Location_TATests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* Send_Location_TATests.m */; }; |
|
11 |
+ 0C80B921A6F3F58F76C31292 /* libPods-Send_Location_TA.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-Send_Location_TA.a */; }; |
|
12 |
+ 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; }; |
|
13 |
+ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; |
|
14 |
+ 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; |
|
15 |
+ 6EB7B823C0C79620081C8560 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 645728E2BC445B74A37122CC /* PrivacyInfo.xcprivacy */; }; |
|
16 |
+ 7699B88040F8A987B510C191 /* libPods-Send_Location_TA-Send_Location_TATests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-Send_Location_TA-Send_Location_TATests.a */; }; |
|
17 |
+ 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; |
|
18 |
+ F74624F82C5B4E7000B6E762 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = F74624F72C5B4E7000B6E762 /* File.swift */; }; |
|
19 |
+ F7B1583B2C5B68A300C6976F /* FontAwesome.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F7B158282C5B68A300C6976F /* FontAwesome.ttf */; }; |
|
20 |
+ F7B1583C2C5B68A300C6976F /* Ionicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F7B158292C5B68A300C6976F /* Ionicons.ttf */; }; |
|
21 |
+ F7B1583D2C5B68A300C6976F /* FontAwesome6_Brands.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F7B1582A2C5B68A300C6976F /* FontAwesome6_Brands.ttf */; }; |
|
22 |
+ F7B1583E2C5B68A300C6976F /* Octicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F7B1582B2C5B68A300C6976F /* Octicons.ttf */; }; |
|
23 |
+ F7B1583F2C5B68A300C6976F /* Zocial.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F7B1582C2C5B68A300C6976F /* Zocial.ttf */; }; |
|
24 |
+ F7B158402C5B68A300C6976F /* FontAwesome5_Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F7B1582D2C5B68A300C6976F /* FontAwesome5_Regular.ttf */; }; |
|
25 |
+ F7B158412C5B68A300C6976F /* FontAwesome5_Solid.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F7B1582E2C5B68A300C6976F /* FontAwesome5_Solid.ttf */; }; |
|
26 |
+ F7B158422C5B68A300C6976F /* EvilIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F7B1582F2C5B68A300C6976F /* EvilIcons.ttf */; }; |
|
27 |
+ F7B158432C5B68A300C6976F /* Entypo.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F7B158302C5B68A300C6976F /* Entypo.ttf */; }; |
|
28 |
+ F7B158442C5B68A300C6976F /* MaterialCommunityIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F7B158312C5B68A300C6976F /* MaterialCommunityIcons.ttf */; }; |
|
29 |
+ F7B158452C5B68A300C6976F /* FontAwesome6_Solid.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F7B158322C5B68A300C6976F /* FontAwesome6_Solid.ttf */; }; |
|
30 |
+ F7B158462C5B68A300C6976F /* MaterialIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F7B158332C5B68A300C6976F /* MaterialIcons.ttf */; }; |
|
31 |
+ F7B158472C5B68A300C6976F /* FontAwesome6_Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F7B158342C5B68A300C6976F /* FontAwesome6_Regular.ttf */; }; |
|
32 |
+ F7B158482C5B68A300C6976F /* Feather.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F7B158352C5B68A300C6976F /* Feather.ttf */; }; |
|
33 |
+ F7B158492C5B68A300C6976F /* SimpleLineIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F7B158362C5B68A300C6976F /* SimpleLineIcons.ttf */; }; |
|
34 |
+ F7B1584A2C5B68A300C6976F /* AntDesign.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F7B158372C5B68A300C6976F /* AntDesign.ttf */; }; |
|
35 |
+ F7B1584B2C5B68A300C6976F /* FontAwesome5_Brands.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F7B158382C5B68A300C6976F /* FontAwesome5_Brands.ttf */; }; |
|
36 |
+ F7B1584C2C5B68A300C6976F /* Foundation.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F7B158392C5B68A300C6976F /* Foundation.ttf */; }; |
|
37 |
+ F7B1584D2C5B68A300C6976F /* Fontisto.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F7B1583A2C5B68A300C6976F /* Fontisto.ttf */; }; |
|
38 |
+/* End PBXBuildFile section */ |
|
39 |
+ |
|
40 |
+/* Begin PBXContainerItemProxy section */ |
|
41 |
+ 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = { |
|
42 |
+ isa = PBXContainerItemProxy; |
|
43 |
+ containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; |
|
44 |
+ proxyType = 1; |
|
45 |
+ remoteGlobalIDString = 13B07F861A680F5B00A75B9A; |
|
46 |
+ remoteInfo = Send_Location_TA; |
|
47 |
+ }; |
|
48 |
+/* End PBXContainerItemProxy section */ |
|
49 |
+ |
|
50 |
+/* Begin PBXFileReference section */ |
|
51 |
+ 00E356EE1AD99517003FC87E /* Send_Location_TATests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Send_Location_TATests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
52 |
+ 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
53 |
+ 00E356F21AD99517003FC87E /* Send_Location_TATests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Send_Location_TATests.m; sourceTree = "<group>"; }; |
|
54 |
+ 13B07F961A680F5B00A75B9A /* Send_Location_TA.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Send_Location_TA.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
55 |
+ 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Send_Location_TA/AppDelegate.h; sourceTree = "<group>"; }; |
|
56 |
+ 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = Send_Location_TA/AppDelegate.mm; sourceTree = "<group>"; }; |
|
57 |
+ 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Send_Location_TA/Images.xcassets; sourceTree = "<group>"; }; |
|
58 |
+ 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Send_Location_TA/Info.plist; sourceTree = "<group>"; }; |
|
59 |
+ 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Send_Location_TA/main.m; sourceTree = "<group>"; }; |
|
60 |
+ 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = Send_Location_TA/PrivacyInfo.xcprivacy; sourceTree = "<group>"; }; |
|
61 |
+ 19F6CBCC0A4E27FBF8BF4A61 /* libPods-Send_Location_TA-Send_Location_TATests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Send_Location_TA-Send_Location_TATests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
62 |
+ 3B4392A12AC88292D35C810B /* Pods-Send_Location_TA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Send_Location_TA.debug.xcconfig"; path = "Target Support Files/Pods-Send_Location_TA/Pods-Send_Location_TA.debug.xcconfig"; sourceTree = "<group>"; }; |
|
63 |
+ 5709B34CF0A7D63546082F79 /* Pods-Send_Location_TA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Send_Location_TA.release.xcconfig"; path = "Target Support Files/Pods-Send_Location_TA/Pods-Send_Location_TA.release.xcconfig"; sourceTree = "<group>"; }; |
|
64 |
+ 5B7EB9410499542E8C5724F5 /* Pods-Send_Location_TA-Send_Location_TATests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Send_Location_TA-Send_Location_TATests.debug.xcconfig"; path = "Target Support Files/Pods-Send_Location_TA-Send_Location_TATests/Pods-Send_Location_TA-Send_Location_TATests.debug.xcconfig"; sourceTree = "<group>"; }; |
|
65 |
+ 5DCACB8F33CDC322A6C60F78 /* libPods-Send_Location_TA.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Send_Location_TA.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
66 |
+ 645728E2BC445B74A37122CC /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = Send_Location_TA/PrivacyInfo.xcprivacy; sourceTree = "<group>"; }; |
|
67 |
+ 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = Send_Location_TA/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
|
68 |
+ 89C6BE57DB24E9ADA2F236DE /* Pods-Send_Location_TA-Send_Location_TATests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Send_Location_TA-Send_Location_TATests.release.xcconfig"; path = "Target Support Files/Pods-Send_Location_TA-Send_Location_TATests/Pods-Send_Location_TA-Send_Location_TATests.release.xcconfig"; sourceTree = "<group>"; }; |
|
69 |
+ ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; |
|
70 |
+ F74624F62C5B4E7000B6E762 /* Send_Location_TA-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Send_Location_TA-Bridging-Header.h"; sourceTree = "<group>"; }; |
|
71 |
+ F74624F72C5B4E7000B6E762 /* File.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = File.swift; sourceTree = "<group>"; }; |
|
72 |
+ F7B158282C5B68A300C6976F /* FontAwesome.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = FontAwesome.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf"; sourceTree = "<group>"; }; |
|
73 |
+ F7B158292C5B68A300C6976F /* Ionicons.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = Ionicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf"; sourceTree = "<group>"; }; |
|
74 |
+ F7B1582A2C5B68A300C6976F /* FontAwesome6_Brands.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = FontAwesome6_Brands.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome6_Brands.ttf"; sourceTree = "<group>"; }; |
|
75 |
+ F7B1582B2C5B68A300C6976F /* Octicons.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = Octicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Octicons.ttf"; sourceTree = "<group>"; }; |
|
76 |
+ F7B1582C2C5B68A300C6976F /* Zocial.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = Zocial.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Zocial.ttf"; sourceTree = "<group>"; }; |
|
77 |
+ F7B1582D2C5B68A300C6976F /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = FontAwesome5_Regular.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf"; sourceTree = "<group>"; }; |
|
78 |
+ F7B1582E2C5B68A300C6976F /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = FontAwesome5_Solid.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf"; sourceTree = "<group>"; }; |
|
79 |
+ F7B1582F2C5B68A300C6976F /* EvilIcons.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = EvilIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf"; sourceTree = "<group>"; }; |
|
80 |
+ F7B158302C5B68A300C6976F /* Entypo.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = Entypo.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Entypo.ttf"; sourceTree = "<group>"; }; |
|
81 |
+ F7B158312C5B68A300C6976F /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = MaterialCommunityIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf"; sourceTree = "<group>"; }; |
|
82 |
+ F7B158322C5B68A300C6976F /* FontAwesome6_Solid.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = FontAwesome6_Solid.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome6_Solid.ttf"; sourceTree = "<group>"; }; |
|
83 |
+ F7B158332C5B68A300C6976F /* MaterialIcons.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = MaterialIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf"; sourceTree = "<group>"; }; |
|
84 |
+ F7B158342C5B68A300C6976F /* FontAwesome6_Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = FontAwesome6_Regular.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome6_Regular.ttf"; sourceTree = "<group>"; }; |
|
85 |
+ F7B158352C5B68A300C6976F /* Feather.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = Feather.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Feather.ttf"; sourceTree = "<group>"; }; |
|
86 |
+ F7B158362C5B68A300C6976F /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = SimpleLineIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf"; sourceTree = "<group>"; }; |
|
87 |
+ F7B158372C5B68A300C6976F /* AntDesign.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = AntDesign.ttf; path = "../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf"; sourceTree = "<group>"; }; |
|
88 |
+ F7B158382C5B68A300C6976F /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = FontAwesome5_Brands.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf"; sourceTree = "<group>"; }; |
|
89 |
+ F7B158392C5B68A300C6976F /* Foundation.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = Foundation.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Foundation.ttf"; sourceTree = "<group>"; }; |
|
90 |
+ F7B1583A2C5B68A300C6976F /* Fontisto.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = Fontisto.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Fontisto.ttf"; sourceTree = "<group>"; }; |
|
91 |
+/* End PBXFileReference section */ |
|
92 |
+ |
|
93 |
+/* Begin PBXFrameworksBuildPhase section */ |
|
94 |
+ 00E356EB1AD99517003FC87E /* Frameworks */ = { |
|
95 |
+ isa = PBXFrameworksBuildPhase; |
|
96 |
+ buildActionMask = 2147483647; |
|
97 |
+ files = ( |
|
98 |
+ 7699B88040F8A987B510C191 /* libPods-Send_Location_TA-Send_Location_TATests.a in Frameworks */, |
|
99 |
+ ); |
|
100 |
+ runOnlyForDeploymentPostprocessing = 0; |
|
101 |
+ }; |
|
102 |
+ 13B07F8C1A680F5B00A75B9A /* Frameworks */ = { |
|
103 |
+ isa = PBXFrameworksBuildPhase; |
|
104 |
+ buildActionMask = 2147483647; |
|
105 |
+ files = ( |
|
106 |
+ 0C80B921A6F3F58F76C31292 /* libPods-Send_Location_TA.a in Frameworks */, |
|
107 |
+ ); |
|
108 |
+ runOnlyForDeploymentPostprocessing = 0; |
|
109 |
+ }; |
|
110 |
+/* End PBXFrameworksBuildPhase section */ |
|
111 |
+ |
|
112 |
+/* Begin PBXGroup section */ |
|
113 |
+ 00E356EF1AD99517003FC87E /* Send_Location_TATests */ = { |
|
114 |
+ isa = PBXGroup; |
|
115 |
+ children = ( |
|
116 |
+ 00E356F21AD99517003FC87E /* Send_Location_TATests.m */, |
|
117 |
+ 00E356F01AD99517003FC87E /* Supporting Files */, |
|
118 |
+ ); |
|
119 |
+ path = Send_Location_TATests; |
|
120 |
+ sourceTree = "<group>"; |
|
121 |
+ }; |
|
122 |
+ 00E356F01AD99517003FC87E /* Supporting Files */ = { |
|
123 |
+ isa = PBXGroup; |
|
124 |
+ children = ( |
|
125 |
+ 00E356F11AD99517003FC87E /* Info.plist */, |
|
126 |
+ ); |
|
127 |
+ name = "Supporting Files"; |
|
128 |
+ sourceTree = "<group>"; |
|
129 |
+ }; |
|
130 |
+ 13B07FAE1A68108700A75B9A /* Send_Location_TA */ = { |
|
131 |
+ isa = PBXGroup; |
|
132 |
+ children = ( |
|
133 |
+ F7B158272C5B675200C6976F /* Font */, |
|
134 |
+ 13B07FAF1A68108700A75B9A /* AppDelegate.h */, |
|
135 |
+ 13B07FB01A68108700A75B9A /* AppDelegate.mm */, |
|
136 |
+ 13B07FB51A68108700A75B9A /* Images.xcassets */, |
|
137 |
+ 13B07FB61A68108700A75B9A /* Info.plist */, |
|
138 |
+ 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */, |
|
139 |
+ 13B07FB71A68108700A75B9A /* main.m */, |
|
140 |
+ 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */, |
|
141 |
+ 645728E2BC445B74A37122CC /* PrivacyInfo.xcprivacy */, |
|
142 |
+ F74624F72C5B4E7000B6E762 /* File.swift */, |
|
143 |
+ F74624F62C5B4E7000B6E762 /* Send_Location_TA-Bridging-Header.h */, |
|
144 |
+ ); |
|
145 |
+ name = Send_Location_TA; |
|
146 |
+ sourceTree = "<group>"; |
|
147 |
+ }; |
|
148 |
+ 2D16E6871FA4F8E400B85C8A /* Frameworks */ = { |
|
149 |
+ isa = PBXGroup; |
|
150 |
+ children = ( |
|
151 |
+ ED297162215061F000B7C4FE /* JavaScriptCore.framework */, |
|
152 |
+ 5DCACB8F33CDC322A6C60F78 /* libPods-Send_Location_TA.a */, |
|
153 |
+ 19F6CBCC0A4E27FBF8BF4A61 /* libPods-Send_Location_TA-Send_Location_TATests.a */, |
|
154 |
+ ); |
|
155 |
+ name = Frameworks; |
|
156 |
+ sourceTree = "<group>"; |
|
157 |
+ }; |
|
158 |
+ 832341AE1AAA6A7D00B99B32 /* Libraries */ = { |
|
159 |
+ isa = PBXGroup; |
|
160 |
+ children = ( |
|
161 |
+ ); |
|
162 |
+ name = Libraries; |
|
163 |
+ sourceTree = "<group>"; |
|
164 |
+ }; |
|
165 |
+ 83CBB9F61A601CBA00E9B192 = { |
|
166 |
+ isa = PBXGroup; |
|
167 |
+ children = ( |
|
168 |
+ 13B07FAE1A68108700A75B9A /* Send_Location_TA */, |
|
169 |
+ 832341AE1AAA6A7D00B99B32 /* Libraries */, |
|
170 |
+ 00E356EF1AD99517003FC87E /* Send_Location_TATests */, |
|
171 |
+ 83CBBA001A601CBA00E9B192 /* Products */, |
|
172 |
+ 2D16E6871FA4F8E400B85C8A /* Frameworks */, |
|
173 |
+ BBD78D7AC51CEA395F1C20DB /* Pods */, |
|
174 |
+ ); |
|
175 |
+ indentWidth = 2; |
|
176 |
+ sourceTree = "<group>"; |
|
177 |
+ tabWidth = 2; |
|
178 |
+ usesTabs = 0; |
|
179 |
+ }; |
|
180 |
+ 83CBBA001A601CBA00E9B192 /* Products */ = { |
|
181 |
+ isa = PBXGroup; |
|
182 |
+ children = ( |
|
183 |
+ 13B07F961A680F5B00A75B9A /* Send_Location_TA.app */, |
|
184 |
+ 00E356EE1AD99517003FC87E /* Send_Location_TATests.xctest */, |
|
185 |
+ ); |
|
186 |
+ name = Products; |
|
187 |
+ sourceTree = "<group>"; |
|
188 |
+ }; |
|
189 |
+ BBD78D7AC51CEA395F1C20DB /* Pods */ = { |
|
190 |
+ isa = PBXGroup; |
|
191 |
+ children = ( |
|
192 |
+ 3B4392A12AC88292D35C810B /* Pods-Send_Location_TA.debug.xcconfig */, |
|
193 |
+ 5709B34CF0A7D63546082F79 /* Pods-Send_Location_TA.release.xcconfig */, |
|
194 |
+ 5B7EB9410499542E8C5724F5 /* Pods-Send_Location_TA-Send_Location_TATests.debug.xcconfig */, |
|
195 |
+ 89C6BE57DB24E9ADA2F236DE /* Pods-Send_Location_TA-Send_Location_TATests.release.xcconfig */, |
|
196 |
+ ); |
|
197 |
+ path = Pods; |
|
198 |
+ sourceTree = "<group>"; |
|
199 |
+ }; |
|
200 |
+ F7B158272C5B675200C6976F /* Font */ = { |
|
201 |
+ isa = PBXGroup; |
|
202 |
+ children = ( |
|
203 |
+ F7B158372C5B68A300C6976F /* AntDesign.ttf */, |
|
204 |
+ F7B158302C5B68A300C6976F /* Entypo.ttf */, |
|
205 |
+ F7B1582F2C5B68A300C6976F /* EvilIcons.ttf */, |
|
206 |
+ F7B158352C5B68A300C6976F /* Feather.ttf */, |
|
207 |
+ F7B158282C5B68A300C6976F /* FontAwesome.ttf */, |
|
208 |
+ F7B158382C5B68A300C6976F /* FontAwesome5_Brands.ttf */, |
|
209 |
+ F7B1582D2C5B68A300C6976F /* FontAwesome5_Regular.ttf */, |
|
210 |
+ F7B1582E2C5B68A300C6976F /* FontAwesome5_Solid.ttf */, |
|
211 |
+ F7B1582A2C5B68A300C6976F /* FontAwesome6_Brands.ttf */, |
|
212 |
+ F7B158342C5B68A300C6976F /* FontAwesome6_Regular.ttf */, |
|
213 |
+ F7B158322C5B68A300C6976F /* FontAwesome6_Solid.ttf */, |
|
214 |
+ F7B1583A2C5B68A300C6976F /* Fontisto.ttf */, |
|
215 |
+ F7B158392C5B68A300C6976F /* Foundation.ttf */, |
|
216 |
+ F7B158292C5B68A300C6976F /* Ionicons.ttf */, |
|
217 |
+ F7B158312C5B68A300C6976F /* MaterialCommunityIcons.ttf */, |
|
218 |
+ F7B158332C5B68A300C6976F /* MaterialIcons.ttf */, |
|
219 |
+ F7B1582B2C5B68A300C6976F /* Octicons.ttf */, |
|
220 |
+ F7B158362C5B68A300C6976F /* SimpleLineIcons.ttf */, |
|
221 |
+ F7B1582C2C5B68A300C6976F /* Zocial.ttf */, |
|
222 |
+ ); |
|
223 |
+ name = Font; |
|
224 |
+ sourceTree = "<group>"; |
|
225 |
+ }; |
|
226 |
+/* End PBXGroup section */ |
|
227 |
+ |
|
228 |
+/* Begin PBXNativeTarget section */ |
|
229 |
+ 00E356ED1AD99517003FC87E /* Send_Location_TATests */ = { |
|
230 |
+ isa = PBXNativeTarget; |
|
231 |
+ buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "Send_Location_TATests" */; |
|
232 |
+ buildPhases = ( |
|
233 |
+ A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */, |
|
234 |
+ 00E356EA1AD99517003FC87E /* Sources */, |
|
235 |
+ 00E356EB1AD99517003FC87E /* Frameworks */, |
|
236 |
+ 00E356EC1AD99517003FC87E /* Resources */, |
|
237 |
+ C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */, |
|
238 |
+ F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */, |
|
239 |
+ ); |
|
240 |
+ buildRules = ( |
|
241 |
+ ); |
|
242 |
+ dependencies = ( |
|
243 |
+ 00E356F51AD99517003FC87E /* PBXTargetDependency */, |
|
244 |
+ ); |
|
245 |
+ name = Send_Location_TATests; |
|
246 |
+ productName = Send_Location_TATests; |
|
247 |
+ productReference = 00E356EE1AD99517003FC87E /* Send_Location_TATests.xctest */; |
|
248 |
+ productType = "com.apple.product-type.bundle.unit-test"; |
|
249 |
+ }; |
|
250 |
+ 13B07F861A680F5B00A75B9A /* Send_Location_TA */ = { |
|
251 |
+ isa = PBXNativeTarget; |
|
252 |
+ buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Send_Location_TA" */; |
|
253 |
+ buildPhases = ( |
|
254 |
+ C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */, |
|
255 |
+ 13B07F871A680F5B00A75B9A /* Sources */, |
|
256 |
+ 13B07F8C1A680F5B00A75B9A /* Frameworks */, |
|
257 |
+ 13B07F8E1A680F5B00A75B9A /* Resources */, |
|
258 |
+ 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, |
|
259 |
+ 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */, |
|
260 |
+ E235C05ADACE081382539298 /* [CP] Copy Pods Resources */, |
|
261 |
+ ); |
|
262 |
+ buildRules = ( |
|
263 |
+ ); |
|
264 |
+ dependencies = ( |
|
265 |
+ ); |
|
266 |
+ name = Send_Location_TA; |
|
267 |
+ productName = Send_Location_TA; |
|
268 |
+ productReference = 13B07F961A680F5B00A75B9A /* Send_Location_TA.app */; |
|
269 |
+ productType = "com.apple.product-type.application"; |
|
270 |
+ }; |
|
271 |
+/* End PBXNativeTarget section */ |
|
272 |
+ |
|
273 |
+/* Begin PBXProject section */ |
|
274 |
+ 83CBB9F71A601CBA00E9B192 /* Project object */ = { |
|
275 |
+ isa = PBXProject; |
|
276 |
+ attributes = { |
|
277 |
+ LastUpgradeCheck = 1210; |
|
278 |
+ TargetAttributes = { |
|
279 |
+ 00E356ED1AD99517003FC87E = { |
|
280 |
+ CreatedOnToolsVersion = 6.2; |
|
281 |
+ TestTargetID = 13B07F861A680F5B00A75B9A; |
|
282 |
+ }; |
|
283 |
+ 13B07F861A680F5B00A75B9A = { |
|
284 |
+ LastSwiftMigration = 1540; |
|
285 |
+ }; |
|
286 |
+ }; |
|
287 |
+ }; |
|
288 |
+ buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Send_Location_TA" */; |
|
289 |
+ compatibilityVersion = "Xcode 12.0"; |
|
290 |
+ developmentRegion = en; |
|
291 |
+ hasScannedForEncodings = 0; |
|
292 |
+ knownRegions = ( |
|
293 |
+ en, |
|
294 |
+ Base, |
|
295 |
+ ); |
|
296 |
+ mainGroup = 83CBB9F61A601CBA00E9B192; |
|
297 |
+ productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */; |
|
298 |
+ projectDirPath = ""; |
|
299 |
+ projectRoot = ""; |
|
300 |
+ targets = ( |
|
301 |
+ 13B07F861A680F5B00A75B9A /* Send_Location_TA */, |
|
302 |
+ 00E356ED1AD99517003FC87E /* Send_Location_TATests */, |
|
303 |
+ ); |
|
304 |
+ }; |
|
305 |
+/* End PBXProject section */ |
|
306 |
+ |
|
307 |
+/* Begin PBXResourcesBuildPhase section */ |
|
308 |
+ 00E356EC1AD99517003FC87E /* Resources */ = { |
|
309 |
+ isa = PBXResourcesBuildPhase; |
|
310 |
+ buildActionMask = 2147483647; |
|
311 |
+ files = ( |
|
312 |
+ ); |
|
313 |
+ runOnlyForDeploymentPostprocessing = 0; |
|
314 |
+ }; |
|
315 |
+ 13B07F8E1A680F5B00A75B9A /* Resources */ = { |
|
316 |
+ isa = PBXResourcesBuildPhase; |
|
317 |
+ buildActionMask = 2147483647; |
|
318 |
+ files = ( |
|
319 |
+ F7B1583F2C5B68A300C6976F /* Zocial.ttf in Resources */, |
|
320 |
+ F7B158432C5B68A300C6976F /* Entypo.ttf in Resources */, |
|
321 |
+ F7B158462C5B68A300C6976F /* MaterialIcons.ttf in Resources */, |
|
322 |
+ F7B1584A2C5B68A300C6976F /* AntDesign.ttf in Resources */, |
|
323 |
+ F7B158472C5B68A300C6976F /* FontAwesome6_Regular.ttf in Resources */, |
|
324 |
+ F7B158422C5B68A300C6976F /* EvilIcons.ttf in Resources */, |
|
325 |
+ F7B1584D2C5B68A300C6976F /* Fontisto.ttf in Resources */, |
|
326 |
+ F7B158492C5B68A300C6976F /* SimpleLineIcons.ttf in Resources */, |
|
327 |
+ F7B1583C2C5B68A300C6976F /* Ionicons.ttf in Resources */, |
|
328 |
+ 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */, |
|
329 |
+ F7B1584B2C5B68A300C6976F /* FontAwesome5_Brands.ttf in Resources */, |
|
330 |
+ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, |
|
331 |
+ F7B158452C5B68A300C6976F /* FontAwesome6_Solid.ttf in Resources */, |
|
332 |
+ F7B1583E2C5B68A300C6976F /* Octicons.ttf in Resources */, |
|
333 |
+ F7B158482C5B68A300C6976F /* Feather.ttf in Resources */, |
|
334 |
+ F7B158412C5B68A300C6976F /* FontAwesome5_Solid.ttf in Resources */, |
|
335 |
+ F7B1584C2C5B68A300C6976F /* Foundation.ttf in Resources */, |
|
336 |
+ 6EB7B823C0C79620081C8560 /* PrivacyInfo.xcprivacy in Resources */, |
|
337 |
+ F7B158402C5B68A300C6976F /* FontAwesome5_Regular.ttf in Resources */, |
|
338 |
+ F7B158442C5B68A300C6976F /* MaterialCommunityIcons.ttf in Resources */, |
|
339 |
+ F7B1583D2C5B68A300C6976F /* FontAwesome6_Brands.ttf in Resources */, |
|
340 |
+ F7B1583B2C5B68A300C6976F /* FontAwesome.ttf in Resources */, |
|
341 |
+ ); |
|
342 |
+ runOnlyForDeploymentPostprocessing = 0; |
|
343 |
+ }; |
|
344 |
+/* End PBXResourcesBuildPhase section */ |
|
345 |
+ |
|
346 |
+/* Begin PBXShellScriptBuildPhase section */ |
|
347 |
+ 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = { |
|
348 |
+ isa = PBXShellScriptBuildPhase; |
|
349 |
+ alwaysOutOfDate = 1; |
|
350 |
+ buildActionMask = 2147483647; |
|
351 |
+ files = ( |
|
352 |
+ ); |
|
353 |
+ inputPaths = ( |
|
354 |
+ "$(SRCROOT)/.xcode.env.local", |
|
355 |
+ "$(SRCROOT)/.xcode.env", |
|
356 |
+ ); |
|
357 |
+ name = "Bundle React Native code and images"; |
|
358 |
+ outputPaths = ( |
|
359 |
+ ); |
|
360 |
+ runOnlyForDeploymentPostprocessing = 0; |
|
361 |
+ shellPath = /bin/sh; |
|
362 |
+ shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n"; |
|
363 |
+ }; |
|
364 |
+ 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = { |
|
365 |
+ isa = PBXShellScriptBuildPhase; |
|
366 |
+ buildActionMask = 2147483647; |
|
367 |
+ files = ( |
|
368 |
+ ); |
|
369 |
+ inputFileListPaths = ( |
|
370 |
+ "${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA/Pods-Send_Location_TA-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
|
371 |
+ ); |
|
372 |
+ name = "[CP] Embed Pods Frameworks"; |
|
373 |
+ outputFileListPaths = ( |
|
374 |
+ "${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA/Pods-Send_Location_TA-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
|
375 |
+ ); |
|
376 |
+ runOnlyForDeploymentPostprocessing = 0; |
|
377 |
+ shellPath = /bin/sh; |
|
378 |
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA/Pods-Send_Location_TA-frameworks.sh\"\n"; |
|
379 |
+ showEnvVarsInLog = 0; |
|
380 |
+ }; |
|
381 |
+ A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */ = { |
|
382 |
+ isa = PBXShellScriptBuildPhase; |
|
383 |
+ buildActionMask = 2147483647; |
|
384 |
+ files = ( |
|
385 |
+ ); |
|
386 |
+ inputFileListPaths = ( |
|
387 |
+ ); |
|
388 |
+ inputPaths = ( |
|
389 |
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
|
390 |
+ "${PODS_ROOT}/Manifest.lock", |
|
391 |
+ ); |
|
392 |
+ name = "[CP] Check Pods Manifest.lock"; |
|
393 |
+ outputFileListPaths = ( |
|
394 |
+ ); |
|
395 |
+ outputPaths = ( |
|
396 |
+ "$(DERIVED_FILE_DIR)/Pods-Send_Location_TA-Send_Location_TATests-checkManifestLockResult.txt", |
|
397 |
+ ); |
|
398 |
+ runOnlyForDeploymentPostprocessing = 0; |
|
399 |
+ shellPath = /bin/sh; |
|
400 |
+ 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"; |
|
401 |
+ showEnvVarsInLog = 0; |
|
402 |
+ }; |
|
403 |
+ C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = { |
|
404 |
+ isa = PBXShellScriptBuildPhase; |
|
405 |
+ buildActionMask = 2147483647; |
|
406 |
+ files = ( |
|
407 |
+ ); |
|
408 |
+ inputFileListPaths = ( |
|
409 |
+ ); |
|
410 |
+ inputPaths = ( |
|
411 |
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
|
412 |
+ "${PODS_ROOT}/Manifest.lock", |
|
413 |
+ ); |
|
414 |
+ name = "[CP] Check Pods Manifest.lock"; |
|
415 |
+ outputFileListPaths = ( |
|
416 |
+ ); |
|
417 |
+ outputPaths = ( |
|
418 |
+ "$(DERIVED_FILE_DIR)/Pods-Send_Location_TA-checkManifestLockResult.txt", |
|
419 |
+ ); |
|
420 |
+ runOnlyForDeploymentPostprocessing = 0; |
|
421 |
+ shellPath = /bin/sh; |
|
422 |
+ 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"; |
|
423 |
+ showEnvVarsInLog = 0; |
|
424 |
+ }; |
|
425 |
+ C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */ = { |
|
426 |
+ isa = PBXShellScriptBuildPhase; |
|
427 |
+ buildActionMask = 2147483647; |
|
428 |
+ files = ( |
|
429 |
+ ); |
|
430 |
+ inputFileListPaths = ( |
|
431 |
+ "${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA-Send_Location_TATests/Pods-Send_Location_TA-Send_Location_TATests-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
|
432 |
+ ); |
|
433 |
+ name = "[CP] Embed Pods Frameworks"; |
|
434 |
+ outputFileListPaths = ( |
|
435 |
+ "${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA-Send_Location_TATests/Pods-Send_Location_TA-Send_Location_TATests-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
|
436 |
+ ); |
|
437 |
+ runOnlyForDeploymentPostprocessing = 0; |
|
438 |
+ shellPath = /bin/sh; |
|
439 |
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA-Send_Location_TATests/Pods-Send_Location_TA-Send_Location_TATests-frameworks.sh\"\n"; |
|
440 |
+ showEnvVarsInLog = 0; |
|
441 |
+ }; |
|
442 |
+ E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = { |
|
443 |
+ isa = PBXShellScriptBuildPhase; |
|
444 |
+ buildActionMask = 2147483647; |
|
445 |
+ files = ( |
|
446 |
+ ); |
|
447 |
+ inputFileListPaths = ( |
|
448 |
+ "${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA/Pods-Send_Location_TA-resources-${CONFIGURATION}-input-files.xcfilelist", |
|
449 |
+ ); |
|
450 |
+ name = "[CP] Copy Pods Resources"; |
|
451 |
+ outputFileListPaths = ( |
|
452 |
+ "${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA/Pods-Send_Location_TA-resources-${CONFIGURATION}-output-files.xcfilelist", |
|
453 |
+ ); |
|
454 |
+ runOnlyForDeploymentPostprocessing = 0; |
|
455 |
+ shellPath = /bin/sh; |
|
456 |
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA/Pods-Send_Location_TA-resources.sh\"\n"; |
|
457 |
+ showEnvVarsInLog = 0; |
|
458 |
+ }; |
|
459 |
+ F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */ = { |
|
460 |
+ isa = PBXShellScriptBuildPhase; |
|
461 |
+ buildActionMask = 2147483647; |
|
462 |
+ files = ( |
|
463 |
+ ); |
|
464 |
+ inputFileListPaths = ( |
|
465 |
+ "${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA-Send_Location_TATests/Pods-Send_Location_TA-Send_Location_TATests-resources-${CONFIGURATION}-input-files.xcfilelist", |
|
466 |
+ ); |
|
467 |
+ name = "[CP] Copy Pods Resources"; |
|
468 |
+ outputFileListPaths = ( |
|
469 |
+ "${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA-Send_Location_TATests/Pods-Send_Location_TA-Send_Location_TATests-resources-${CONFIGURATION}-output-files.xcfilelist", |
|
470 |
+ ); |
|
471 |
+ runOnlyForDeploymentPostprocessing = 0; |
|
472 |
+ shellPath = /bin/sh; |
|
473 |
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Send_Location_TA-Send_Location_TATests/Pods-Send_Location_TA-Send_Location_TATests-resources.sh\"\n"; |
|
474 |
+ showEnvVarsInLog = 0; |
|
475 |
+ }; |
|
476 |
+/* End PBXShellScriptBuildPhase section */ |
|
477 |
+ |
|
478 |
+/* Begin PBXSourcesBuildPhase section */ |
|
479 |
+ 00E356EA1AD99517003FC87E /* Sources */ = { |
|
480 |
+ isa = PBXSourcesBuildPhase; |
|
481 |
+ buildActionMask = 2147483647; |
|
482 |
+ files = ( |
|
483 |
+ 00E356F31AD99517003FC87E /* Send_Location_TATests.m in Sources */, |
|
484 |
+ ); |
|
485 |
+ runOnlyForDeploymentPostprocessing = 0; |
|
486 |
+ }; |
|
487 |
+ 13B07F871A680F5B00A75B9A /* Sources */ = { |
|
488 |
+ isa = PBXSourcesBuildPhase; |
|
489 |
+ buildActionMask = 2147483647; |
|
490 |
+ files = ( |
|
491 |
+ 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */, |
|
492 |
+ F74624F82C5B4E7000B6E762 /* File.swift in Sources */, |
|
493 |
+ 13B07FC11A68108700A75B9A /* main.m in Sources */, |
|
494 |
+ ); |
|
495 |
+ runOnlyForDeploymentPostprocessing = 0; |
|
496 |
+ }; |
|
497 |
+/* End PBXSourcesBuildPhase section */ |
|
498 |
+ |
|
499 |
+/* Begin PBXTargetDependency section */ |
|
500 |
+ 00E356F51AD99517003FC87E /* PBXTargetDependency */ = { |
|
501 |
+ isa = PBXTargetDependency; |
|
502 |
+ target = 13B07F861A680F5B00A75B9A /* Send_Location_TA */; |
|
503 |
+ targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */; |
|
504 |
+ }; |
|
505 |
+/* End PBXTargetDependency section */ |
|
506 |
+ |
|
507 |
+/* Begin XCBuildConfiguration section */ |
|
508 |
+ 00E356F61AD99517003FC87E /* Debug */ = { |
|
509 |
+ isa = XCBuildConfiguration; |
|
510 |
+ baseConfigurationReference = 5B7EB9410499542E8C5724F5 /* Pods-Send_Location_TA-Send_Location_TATests.debug.xcconfig */; |
|
511 |
+ buildSettings = { |
|
512 |
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
|
513 |
+ BUNDLE_LOADER = "$(TEST_HOST)"; |
|
514 |
+ GCC_PREPROCESSOR_DEFINITIONS = ( |
|
515 |
+ "DEBUG=1", |
|
516 |
+ "$(inherited)", |
|
517 |
+ ); |
|
518 |
+ INFOPLIST_FILE = Send_Location_TATests/Info.plist; |
|
519 |
+ IPHONEOS_DEPLOYMENT_TARGET = 13.4; |
|
520 |
+ LD_RUNPATH_SEARCH_PATHS = ( |
|
521 |
+ "$(inherited)", |
|
522 |
+ "@executable_path/Frameworks", |
|
523 |
+ "@loader_path/Frameworks", |
|
524 |
+ ); |
|
525 |
+ OTHER_LDFLAGS = ( |
|
526 |
+ "-ObjC", |
|
527 |
+ "-lc++", |
|
528 |
+ "$(inherited)", |
|
529 |
+ ); |
|
530 |
+ PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
|
531 |
+ PRODUCT_NAME = "$(TARGET_NAME)"; |
|
532 |
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Send_Location_TA.app/Send_Location_TA"; |
|
533 |
+ }; |
|
534 |
+ name = Debug; |
|
535 |
+ }; |
|
536 |
+ 00E356F71AD99517003FC87E /* Release */ = { |
|
537 |
+ isa = XCBuildConfiguration; |
|
538 |
+ baseConfigurationReference = 89C6BE57DB24E9ADA2F236DE /* Pods-Send_Location_TA-Send_Location_TATests.release.xcconfig */; |
|
539 |
+ buildSettings = { |
|
540 |
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
|
541 |
+ BUNDLE_LOADER = "$(TEST_HOST)"; |
|
542 |
+ COPY_PHASE_STRIP = NO; |
|
543 |
+ INFOPLIST_FILE = Send_Location_TATests/Info.plist; |
|
544 |
+ IPHONEOS_DEPLOYMENT_TARGET = 13.4; |
|
545 |
+ LD_RUNPATH_SEARCH_PATHS = ( |
|
546 |
+ "$(inherited)", |
|
547 |
+ "@executable_path/Frameworks", |
|
548 |
+ "@loader_path/Frameworks", |
|
549 |
+ ); |
|
550 |
+ OTHER_LDFLAGS = ( |
|
551 |
+ "-ObjC", |
|
552 |
+ "-lc++", |
|
553 |
+ "$(inherited)", |
|
554 |
+ ); |
|
555 |
+ PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
|
556 |
+ PRODUCT_NAME = "$(TARGET_NAME)"; |
|
557 |
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Send_Location_TA.app/Send_Location_TA"; |
|
558 |
+ }; |
|
559 |
+ name = Release; |
|
560 |
+ }; |
|
561 |
+ 13B07F941A680F5B00A75B9A /* Debug */ = { |
|
562 |
+ isa = XCBuildConfiguration; |
|
563 |
+ baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-Send_Location_TA.debug.xcconfig */; |
|
564 |
+ buildSettings = { |
|
565 |
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
566 |
+ CLANG_ENABLE_MODULES = YES; |
|
567 |
+ CURRENT_PROJECT_VERSION = 1; |
|
568 |
+ DEVELOPMENT_TEAM = NDN56USKZX; |
|
569 |
+ ENABLE_BITCODE = NO; |
|
570 |
+ INFOPLIST_FILE = Send_Location_TA/Info.plist; |
|
571 |
+ LD_RUNPATH_SEARCH_PATHS = ( |
|
572 |
+ "$(inherited)", |
|
573 |
+ "@executable_path/Frameworks", |
|
574 |
+ ); |
|
575 |
+ MARKETING_VERSION = 1.0; |
|
576 |
+ OTHER_LDFLAGS = ( |
|
577 |
+ "$(inherited)", |
|
578 |
+ "-ObjC", |
|
579 |
+ "-lc++", |
|
580 |
+ ); |
|
581 |
+ PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
|
582 |
+ PRODUCT_NAME = Send_Location_TA; |
|
583 |
+ SWIFT_OBJC_BRIDGING_HEADER = "Send_Location_TA-Bridging-Header.h"; |
|
584 |
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
|
585 |
+ SWIFT_VERSION = 5.0; |
|
586 |
+ VERSIONING_SYSTEM = "apple-generic"; |
|
587 |
+ }; |
|
588 |
+ name = Debug; |
|
589 |
+ }; |
|
590 |
+ 13B07F951A680F5B00A75B9A /* Release */ = { |
|
591 |
+ isa = XCBuildConfiguration; |
|
592 |
+ baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-Send_Location_TA.release.xcconfig */; |
|
593 |
+ buildSettings = { |
|
594 |
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
595 |
+ CLANG_ENABLE_MODULES = YES; |
|
596 |
+ CURRENT_PROJECT_VERSION = 1; |
|
597 |
+ DEVELOPMENT_TEAM = NDN56USKZX; |
|
598 |
+ INFOPLIST_FILE = Send_Location_TA/Info.plist; |
|
599 |
+ LD_RUNPATH_SEARCH_PATHS = ( |
|
600 |
+ "$(inherited)", |
|
601 |
+ "@executable_path/Frameworks", |
|
602 |
+ ); |
|
603 |
+ MARKETING_VERSION = 1.0; |
|
604 |
+ OTHER_LDFLAGS = ( |
|
605 |
+ "$(inherited)", |
|
606 |
+ "-ObjC", |
|
607 |
+ "-lc++", |
|
608 |
+ ); |
|
609 |
+ PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
|
610 |
+ PRODUCT_NAME = Send_Location_TA; |
|
611 |
+ SWIFT_OBJC_BRIDGING_HEADER = "Send_Location_TA-Bridging-Header.h"; |
|
612 |
+ SWIFT_VERSION = 5.0; |
|
613 |
+ VERSIONING_SYSTEM = "apple-generic"; |
|
614 |
+ }; |
|
615 |
+ name = Release; |
|
616 |
+ }; |
|
617 |
+ 83CBBA201A601CBA00E9B192 /* Debug */ = { |
|
618 |
+ isa = XCBuildConfiguration; |
|
619 |
+ buildSettings = { |
|
620 |
+ ALWAYS_SEARCH_USER_PATHS = NO; |
|
621 |
+ CC = ""; |
|
622 |
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
|
623 |
+ CLANG_CXX_LANGUAGE_STANDARD = "c++20"; |
|
624 |
+ CLANG_CXX_LIBRARY = "libc++"; |
|
625 |
+ CLANG_ENABLE_MODULES = YES; |
|
626 |
+ CLANG_ENABLE_OBJC_ARC = YES; |
|
627 |
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
|
628 |
+ CLANG_WARN_BOOL_CONVERSION = YES; |
|
629 |
+ CLANG_WARN_COMMA = YES; |
|
630 |
+ CLANG_WARN_CONSTANT_CONVERSION = YES; |
|
631 |
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
|
632 |
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
|
633 |
+ CLANG_WARN_EMPTY_BODY = YES; |
|
634 |
+ CLANG_WARN_ENUM_CONVERSION = YES; |
|
635 |
+ CLANG_WARN_INFINITE_RECURSION = YES; |
|
636 |
+ CLANG_WARN_INT_CONVERSION = YES; |
|
637 |
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
|
638 |
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
|
639 |
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
|
640 |
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
|
641 |
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
|
642 |
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
|
643 |
+ CLANG_WARN_STRICT_PROTOTYPES = YES; |
|
644 |
+ CLANG_WARN_SUSPICIOUS_MOVE = YES; |
|
645 |
+ CLANG_WARN_UNREACHABLE_CODE = YES; |
|
646 |
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
647 |
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
|
648 |
+ COPY_PHASE_STRIP = NO; |
|
649 |
+ CXX = ""; |
|
650 |
+ ENABLE_STRICT_OBJC_MSGSEND = YES; |
|
651 |
+ ENABLE_TESTABILITY = YES; |
|
652 |
+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ""; |
|
653 |
+ GCC_C_LANGUAGE_STANDARD = gnu99; |
|
654 |
+ GCC_DYNAMIC_NO_PIC = NO; |
|
655 |
+ GCC_NO_COMMON_BLOCKS = YES; |
|
656 |
+ GCC_OPTIMIZATION_LEVEL = 0; |
|
657 |
+ GCC_PREPROCESSOR_DEFINITIONS = ( |
|
658 |
+ "DEBUG=1", |
|
659 |
+ "$(inherited)", |
|
660 |
+ ); |
|
661 |
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO; |
|
662 |
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
|
663 |
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
|
664 |
+ GCC_WARN_UNDECLARED_SELECTOR = YES; |
|
665 |
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
|
666 |
+ GCC_WARN_UNUSED_FUNCTION = YES; |
|
667 |
+ GCC_WARN_UNUSED_VARIABLE = YES; |
|
668 |
+ IPHONEOS_DEPLOYMENT_TARGET = 13.4; |
|
669 |
+ LD = ""; |
|
670 |
+ LDPLUSPLUS = ""; |
|
671 |
+ LD_RUNPATH_SEARCH_PATHS = ( |
|
672 |
+ /usr/lib/swift, |
|
673 |
+ "$(inherited)", |
|
674 |
+ ); |
|
675 |
+ LIBRARY_SEARCH_PATHS = ( |
|
676 |
+ "\"$(SDKROOT)/usr/lib/swift\"", |
|
677 |
+ "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"", |
|
678 |
+ "\"$(inherited)\"", |
|
679 |
+ ); |
|
680 |
+ MTL_ENABLE_DEBUG_INFO = YES; |
|
681 |
+ ONLY_ACTIVE_ARCH = YES; |
|
682 |
+ OTHER_CPLUSPLUSFLAGS = ( |
|
683 |
+ "$(OTHER_CFLAGS)", |
|
684 |
+ "-DFOLLY_NO_CONFIG", |
|
685 |
+ "-DFOLLY_MOBILE=1", |
|
686 |
+ "-DFOLLY_USE_LIBCPP=1", |
|
687 |
+ "-DFOLLY_CFG_NO_COROUTINES=1", |
|
688 |
+ "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
|
689 |
+ ); |
|
690 |
+ OTHER_LDFLAGS = ( |
|
691 |
+ "$(inherited)", |
|
692 |
+ " ", |
|
693 |
+ ); |
|
694 |
+ REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
|
695 |
+ SDKROOT = iphoneos; |
|
696 |
+ USE_HERMES = true; |
|
697 |
+ }; |
|
698 |
+ name = Debug; |
|
699 |
+ }; |
|
700 |
+ 83CBBA211A601CBA00E9B192 /* Release */ = { |
|
701 |
+ isa = XCBuildConfiguration; |
|
702 |
+ buildSettings = { |
|
703 |
+ ALWAYS_SEARCH_USER_PATHS = NO; |
|
704 |
+ CC = ""; |
|
705 |
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
|
706 |
+ CLANG_CXX_LANGUAGE_STANDARD = "c++20"; |
|
707 |
+ CLANG_CXX_LIBRARY = "libc++"; |
|
708 |
+ CLANG_ENABLE_MODULES = YES; |
|
709 |
+ CLANG_ENABLE_OBJC_ARC = YES; |
|
710 |
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
|
711 |
+ CLANG_WARN_BOOL_CONVERSION = YES; |
|
712 |
+ CLANG_WARN_COMMA = YES; |
|
713 |
+ CLANG_WARN_CONSTANT_CONVERSION = YES; |
|
714 |
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
|
715 |
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
|
716 |
+ CLANG_WARN_EMPTY_BODY = YES; |
|
717 |
+ CLANG_WARN_ENUM_CONVERSION = YES; |
|
718 |
+ CLANG_WARN_INFINITE_RECURSION = YES; |
|
719 |
+ CLANG_WARN_INT_CONVERSION = YES; |
|
720 |
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
|
721 |
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
|
722 |
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
|
723 |
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
|
724 |
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
|
725 |
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
|
726 |
+ CLANG_WARN_STRICT_PROTOTYPES = YES; |
|
727 |
+ CLANG_WARN_SUSPICIOUS_MOVE = YES; |
|
728 |
+ CLANG_WARN_UNREACHABLE_CODE = YES; |
|
729 |
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
730 |
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
|
731 |
+ COPY_PHASE_STRIP = YES; |
|
732 |
+ CXX = ""; |
|
733 |
+ ENABLE_NS_ASSERTIONS = NO; |
|
734 |
+ ENABLE_STRICT_OBJC_MSGSEND = YES; |
|
735 |
+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ""; |
|
736 |
+ GCC_C_LANGUAGE_STANDARD = gnu99; |
|
737 |
+ GCC_NO_COMMON_BLOCKS = YES; |
|
738 |
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
|
739 |
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
|
740 |
+ GCC_WARN_UNDECLARED_SELECTOR = YES; |
|
741 |
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
|
742 |
+ GCC_WARN_UNUSED_FUNCTION = YES; |
|
743 |
+ GCC_WARN_UNUSED_VARIABLE = YES; |
|
744 |
+ IPHONEOS_DEPLOYMENT_TARGET = 13.4; |
|
745 |
+ LD = ""; |
|
746 |
+ LDPLUSPLUS = ""; |
|
747 |
+ LD_RUNPATH_SEARCH_PATHS = ( |
|
748 |
+ /usr/lib/swift, |
|
749 |
+ "$(inherited)", |
|
750 |
+ ); |
|
751 |
+ LIBRARY_SEARCH_PATHS = ( |
|
752 |
+ "\"$(SDKROOT)/usr/lib/swift\"", |
|
753 |
+ "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"", |
|
754 |
+ "\"$(inherited)\"", |
|
755 |
+ ); |
|
756 |
+ MTL_ENABLE_DEBUG_INFO = NO; |
|
757 |
+ ONLY_ACTIVE_ARCH = YES; |
|
758 |
+ OTHER_CPLUSPLUSFLAGS = ( |
|
759 |
+ "$(OTHER_CFLAGS)", |
|
760 |
+ "-DFOLLY_NO_CONFIG", |
|
761 |
+ "-DFOLLY_MOBILE=1", |
|
762 |
+ "-DFOLLY_USE_LIBCPP=1", |
|
763 |
+ "-DFOLLY_CFG_NO_COROUTINES=1", |
|
764 |
+ "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
|
765 |
+ ); |
|
766 |
+ OTHER_LDFLAGS = ( |
|
767 |
+ "$(inherited)", |
|
768 |
+ " ", |
|
769 |
+ ); |
|
770 |
+ REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
|
771 |
+ SDKROOT = iphoneos; |
|
772 |
+ USE_HERMES = true; |
|
773 |
+ VALIDATE_PRODUCT = YES; |
|
774 |
+ }; |
|
775 |
+ name = Release; |
|
776 |
+ }; |
|
777 |
+/* End XCBuildConfiguration section */ |
|
778 |
+ |
|
779 |
+/* Begin XCConfigurationList section */ |
|
780 |
+ 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "Send_Location_TATests" */ = { |
|
781 |
+ isa = XCConfigurationList; |
|
782 |
+ buildConfigurations = ( |
|
783 |
+ 00E356F61AD99517003FC87E /* Debug */, |
|
784 |
+ 00E356F71AD99517003FC87E /* Release */, |
|
785 |
+ ); |
|
786 |
+ defaultConfigurationIsVisible = 0; |
|
787 |
+ defaultConfigurationName = Debug; |
|
788 |
+ }; |
|
789 |
+ 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Send_Location_TA" */ = { |
|
790 |
+ isa = XCConfigurationList; |
|
791 |
+ buildConfigurations = ( |
|
792 |
+ 13B07F941A680F5B00A75B9A /* Debug */, |
|
793 |
+ 13B07F951A680F5B00A75B9A /* Release */, |
|
794 |
+ ); |
|
795 |
+ defaultConfigurationIsVisible = 0; |
|
796 |
+ defaultConfigurationName = Debug; |
|
797 |
+ }; |
|
798 |
+ 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Send_Location_TA" */ = { |
|
799 |
+ isa = XCConfigurationList; |
|
800 |
+ buildConfigurations = ( |
|
801 |
+ 83CBBA201A601CBA00E9B192 /* Debug */, |
|
802 |
+ 83CBBA211A601CBA00E9B192 /* Release */, |
|
803 |
+ ); |
|
804 |
+ defaultConfigurationIsVisible = 0; |
|
805 |
+ defaultConfigurationName = Debug; |
|
806 |
+ }; |
|
807 |
+/* End XCConfigurationList section */ |
|
808 |
+ }; |
|
809 |
+ rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */; |
|
810 |
+} |
+++ ios/Send_Location_TA.xcworkspace/contents.xcworkspacedata
... | ... | @@ -0,0 +1,10 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<Workspace | |
3 | + version = "1.0"> | |
4 | + <FileRef | |
5 | + location = "group:Send_Location_TA.xcodeproj"> | |
6 | + </FileRef> | |
7 | + <FileRef | |
8 | + location = "group:Pods/Pods.xcodeproj"> | |
9 | + </FileRef> | |
10 | +</Workspace> |
--- ios/Send_Location_TA/Info.plist
+++ ios/Send_Location_TA/Info.plist
... | ... | @@ -2,101 +2,125 @@ |
2 | 2 |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
3 | 3 |
<plist version="1.0"> |
4 | 4 |
<dict> |
5 |
- <key>CFBundleDevelopmentRegion</key> |
|
6 |
- <string>en</string> |
|
7 |
- <key>CFBundleDisplayName</key> |
|
8 |
- <string>Send_Location_TA</string> |
|
9 |
- <key>CFBundleExecutable</key> |
|
10 |
- <string>$(EXECUTABLE_NAME)</string> |
|
11 |
- <key>CFBundleIdentifier</key> |
|
12 |
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
|
13 |
- <key>CFBundleInfoDictionaryVersion</key> |
|
14 |
- <string>6.0</string> |
|
15 |
- <key>CFBundleName</key> |
|
16 |
- <string>$(PRODUCT_NAME)</string> |
|
17 |
- <key>CFBundlePackageType</key> |
|
18 |
- <string>APPL</string> |
|
19 |
- <key>CFBundleShortVersionString</key> |
|
20 |
- <string>$(MARKETING_VERSION)</string> |
|
21 |
- <key>CFBundleSignature</key> |
|
22 |
- <string>????</string> |
|
23 |
- <key>CFBundleVersion</key> |
|
24 |
- <string>$(CURRENT_PROJECT_VERSION)</string> |
|
25 |
- <key>LSRequiresIPhoneOS</key> |
|
26 |
- <true/> |
|
27 |
- <key>NSAppTransportSecurity</key> |
|
28 |
- <dict> |
|
29 |
- <key>NSAllowsArbitraryLoads</key> |
|
30 |
- <false/> |
|
31 |
- <key>NSExceptionDomains</key> |
|
32 |
- <dict> |
|
33 |
- <key>takensoftai.iptime.org</key> |
|
34 |
- <dict> |
|
35 |
- <key>NSExceptionAllowsInsecureHTTPLoads</key> |
|
36 |
- <true/> |
|
37 |
- <key>NSExceptionMinimumTLSVersion</key> |
|
38 |
- <string>TLSv1.2</string> |
|
39 |
- <key>NSIncludesSubdomains</key> |
|
40 |
- <true/> |
|
41 |
- </dict> |
|
42 |
- </dict> |
|
43 |
- </dict> |
|
44 |
- <key>NSAppleMusicUsageDescription</key> |
|
45 |
- <string>앱이 Apple Music에 접근하여 음악 재생 목록을 관리할 수 있도록 허용해주세요.</string> |
|
46 |
- <key>NSBluetoothAlwaysUsageDescription</key> |
|
47 |
- <string>앱이 Bluetooth 장치에 항상 연결될 수 있도록 허용해주세요.</string> |
|
48 |
- <key>NSBluetoothPeripheralUsageDescription</key> |
|
49 |
- <string>앱이 Bluetooth 장치에 접근하여 데이터를 송수신할 수 있도록 허용해주세요.</string> |
|
50 |
- <key>NSCalendarsFullAccessUsageDescription</key> |
|
51 |
- <string>앱이 캘린더에 완전히 접근하여 일정 관리를 도와줄 수 있도록 허용해주세요.</string> |
|
52 |
- <key>NSCalendarsWriteOnlyAccessUsageDescription</key> |
|
53 |
- <string>앱이 캘린더에 일정만 추가할 수 있도록 허용해주세요.</string> |
|
54 |
- <key>NSCameraUsageDescription</key> |
|
55 |
- <string>앱이 카메라에 접근하여 사진을 찍거나 동영상을 녹화할 수 있도록 허용해주세요.</string> |
|
56 |
- <key>NSContactsUsageDescription</key> |
|
57 |
- <string>앱이 연락처에 접근하여 연락처 정보를 제공할 수 있도록 허용해주세요.</string> |
|
58 |
- <key>NSFaceIDUsageDescription</key> |
|
59 |
- <string>앱이 Face ID를 사용하여 안전하게 인증할 수 있도록 허용해주세요.</string> |
|
60 |
- <key>NSLocationAlwaysAndWhenInUseUsageDescription</key> |
|
61 |
- <string>앱이 사용자의 위치 정보를 항상 및 사용 중에 접근하여 위치 기반 서비스를 제공할 수 있도록 허용해주세요.</string> |
|
62 |
- <key>NSLocationTemporaryUsageDescriptionDictionary</key> |
|
63 |
- <dict> |
|
64 |
- <key>NearbyEvents</key> |
|
65 |
- <string>앱이 주변 이벤트를 찾기 위해 일시적으로 위치 데이터를 사용합니다.</string> |
|
66 |
- </dict> |
|
67 |
- <key>NSLocationWhenInUseUsageDescription</key> |
|
68 |
- <string>앱이 사용 중에만 위치 정보를 접근하여 위치 기반 서비스를 제공할 수 있도록 허용해주세요.</string> |
|
69 |
- <key>NSMicrophoneUsageDescription</key> |
|
70 |
- <string>앱이 마이크에 접근하여 음성을 녹음할 수 있도록 허용해주세요.</string> |
|
71 |
- <key>NSMotionUsageDescription</key> |
|
72 |
- <string>앱이 모션 데이터를 사용하여 사용자 활동을 추적할 수 있도록 허용해주세요.</string> |
|
73 |
- <key>NSPhotoLibraryUsageDescription</key> |
|
74 |
- <string>앱이 사진 라이브러리에 접근하여 사진을 선택하거나 업로드할 수 있도록 허용해주세요.</string> |
|
75 |
- <key>NSPhotoLibraryAddUsageDescription</key> |
|
76 |
- <string>앱이 사진 라이브러리에 사진을 추가할 수 있도록 허용해주세요.</string> |
|
77 |
- <key>NSRemindersFullAccessUsageDescription</key> |
|
78 |
- <string>앱이 미리 알림에 완전히 접근하여 일정 관리를 도와줄 수 있도록 허용해주세요.</string> |
|
79 |
- <key>NSSpeechRecognitionUsageDescription</key> |
|
80 |
- <string>앱이 음성 인식을 사용하여 음성 명령을 처리할 수 있도록 허용해주세요.</string> |
|
81 |
- <key>NSSiriUsageDescription</key> |
|
82 |
- <string>앱이 Siri를 사용하여 음성 명령을 처리할 수 있도록 허용해주세요.</string> |
|
83 |
- <key>NSUserTrackingUsageDescription</key> |
|
84 |
- <string>앱이 사용자 활동을 추적하여 맞춤형 광고를 제공할 수 있도록 허용해주세요.</string> |
|
85 |
- <key>UILaunchStoryboardName</key> |
|
86 |
- <string>LaunchScreen</string> |
|
87 |
- <key>UIRequiredDeviceCapabilities</key> |
|
88 |
- <array> |
|
89 |
- <string>arm64</string> |
|
90 |
- </array> |
|
91 |
- <key>UIStatusBarStyle</key> |
|
92 |
- <string></string> |
|
93 |
- <key>UISupportedInterfaceOrientations</key> |
|
94 |
- <array> |
|
95 |
- <string>UIInterfaceOrientationPortrait</string> |
|
96 |
- <string>UIInterfaceOrientationLandscapeLeft</string> |
|
97 |
- <string>UIInterfaceOrientationLandscapeRight</string> |
|
98 |
- </array> |
|
99 |
- <key>UIViewControllerBasedStatusBarAppearance</key> |
|
100 |
- <false/> |
|
5 |
+ <key>CFBundleDevelopmentRegion</key> |
|
6 |
+ <string>en</string> |
|
7 |
+ <key>CFBundleDisplayName</key> |
|
8 |
+ <string>Send_Location_TA</string> |
|
9 |
+ <key>CFBundleExecutable</key> |
|
10 |
+ <string>$(EXECUTABLE_NAME)</string> |
|
11 |
+ <key>CFBundleIdentifier</key> |
|
12 |
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
|
13 |
+ <key>CFBundleInfoDictionaryVersion</key> |
|
14 |
+ <string>6.0</string> |
|
15 |
+ <key>CFBundleName</key> |
|
16 |
+ <string>$(PRODUCT_NAME)</string> |
|
17 |
+ <key>CFBundlePackageType</key> |
|
18 |
+ <string>APPL</string> |
|
19 |
+ <key>CFBundleShortVersionString</key> |
|
20 |
+ <string>$(MARKETING_VERSION)</string> |
|
21 |
+ <key>CFBundleSignature</key> |
|
22 |
+ <string>????</string> |
|
23 |
+ <key>CFBundleVersion</key> |
|
24 |
+ <string>$(CURRENT_PROJECT_VERSION)</string> |
|
25 |
+ <key>LSRequiresIPhoneOS</key> |
|
26 |
+ <true/> |
|
27 |
+ <key>NSAppTransportSecurity</key> |
|
28 |
+ <dict> |
|
29 |
+ <key>NSAllowsArbitraryLoads</key> |
|
30 |
+ <false/> |
|
31 |
+ <key>NSExceptionDomains</key> |
|
32 |
+ <dict> |
|
33 |
+ <key>takensoftai.iptime.org</key> |
|
34 |
+ <dict> |
|
35 |
+ <key>NSExceptionAllowsInsecureHTTPLoads</key> |
|
36 |
+ <true/> |
|
37 |
+ <key>NSExceptionMinimumTLSVersion</key> |
|
38 |
+ <string>TLSv1.2</string> |
|
39 |
+ <key>NSIncludesSubdomains</key> |
|
40 |
+ <true/> |
|
41 |
+ </dict> |
|
42 |
+ </dict> |
|
43 |
+ </dict> |
|
44 |
+ <key>NSAppleMusicUsageDescription</key> |
|
45 |
+ <string>앱이 Apple Music에 접근하여 음악 재생 목록을 관리할 수 있도록 허용해주세요.</string> |
|
46 |
+ <key>NSBluetoothAlwaysUsageDescription</key> |
|
47 |
+ <string>앱이 Bluetooth 장치에 항상 연결될 수 있도록 허용해주세요.</string> |
|
48 |
+ <key>NSBluetoothPeripheralUsageDescription</key> |
|
49 |
+ <string>앱이 Bluetooth 장치에 접근하여 데이터를 송수신할 수 있도록 허용해주세요.</string> |
|
50 |
+ <key>NSCalendarsFullAccessUsageDescription</key> |
|
51 |
+ <string>앱이 캘린더에 완전히 접근하여 일정 관리를 도와줄 수 있도록 허용해주세요.</string> |
|
52 |
+ <key>NSCalendarsWriteOnlyAccessUsageDescription</key> |
|
53 |
+ <string>앱이 캘린더에 일정만 추가할 수 있도록 허용해주세요.</string> |
|
54 |
+ <key>NSCameraUsageDescription</key> |
|
55 |
+ <string>앱이 카메라에 접근하여 사진을 찍거나 동영상을 녹화할 수 있도록 허용해주세요.</string> |
|
56 |
+ <key>NSContactsUsageDescription</key> |
|
57 |
+ <string>앱이 연락처에 접근하여 연락처 정보를 제공할 수 있도록 허용해주세요.</string> |
|
58 |
+ <key>NSFaceIDUsageDescription</key> |
|
59 |
+ <string>앱이 Face ID를 사용하여 안전하게 인증할 수 있도록 허용해주세요.</string> |
|
60 |
+ <key>NSLocationAlwaysAndWhenInUseUsageDescription</key> |
|
61 |
+ <string>앱이 사용자의 위치 정보를 항상 및 사용 중에 접근하여 위치 기반 서비스를 제공할 수 있도록 허용해주세요.</string> |
|
62 |
+ <key>NSLocationTemporaryUsageDescriptionDictionary</key> |
|
63 |
+ <dict> |
|
64 |
+ <key>NearbyEvents</key> |
|
65 |
+ <string>앱이 주변 이벤트를 찾기 위해 일시적으로 위치 데이터를 사용합니다.</string> |
|
66 |
+ </dict> |
|
67 |
+ <key>NSLocationWhenInUseUsageDescription</key> |
|
68 |
+ <string>앱을 사용할 때 위치 접근을 허용합니다.</string> |
|
69 |
+ <key>NSLocationAlwaysUsageDescription</key> |
|
70 |
+ <string>앱이 백그라운드에서도 위치 접근을 허용합니다.</string> |
|
71 |
+ <key>NSMicrophoneUsageDescription</key> |
|
72 |
+ <string>앱이 마이크에 접근하여 음성을 녹음할 수 있도록 허용해주세요.</string> |
|
73 |
+ <key>NSMotionUsageDescription</key> |
|
74 |
+ <string>앱이 모션 데이터를 사용하여 사용자 활동을 추적할 수 있도록 허용해주세요.</string> |
|
75 |
+ <key>NSPhotoLibraryUsageDescription</key> |
|
76 |
+ <string>앱이 사진 라이브러리에 접근하여 사진을 선택하거나 업로드할 수 있도록 허용해주세요.</string> |
|
77 |
+ <key>NSPhotoLibraryAddUsageDescription</key> |
|
78 |
+ <string>앱이 사진 라이브러리에 사진을 추가할 수 있도록 허용해주세요.</string> |
|
79 |
+ <key>NSRemindersFullAccessUsageDescription</key> |
|
80 |
+ <string>앱이 미리 알림에 완전히 접근하여 일정 관리를 도와줄 수 있도록 허용해주세요.</string> |
|
81 |
+ <key>NSSpeechRecognitionUsageDescription</key> |
|
82 |
+ <string>앱이 음성 인식을 사용하여 음성 명령을 처리할 수 있도록 허용해주세요.</string> |
|
83 |
+ <key>NSSiriUsageDescription</key> |
|
84 |
+ <string>앱이 Siri를 사용하여 음성 명령을 처리할 수 있도록 허용해주세요.</string> |
|
85 |
+ <key>NSUserTrackingUsageDescription</key> |
|
86 |
+ <string>앱이 사용자 활동을 추적하여 맞춤형 광고를 제공할 수 있도록 허용해주세요.</string> |
|
87 |
+ <key>UILaunchStoryboardName</key> |
|
88 |
+ <string>LaunchScreen</string> |
|
89 |
+ <key>UIRequiredDeviceCapabilities</key> |
|
90 |
+ <array> |
|
91 |
+ <string>arm64</string> |
|
92 |
+ </array> |
|
93 |
+ <key>UIStatusBarStyle</key> |
|
94 |
+ <string></string> |
|
95 |
+ <key>UISupportedInterfaceOrientations</key> |
|
96 |
+ <array> |
|
97 |
+ <string>UIInterfaceOrientationPortrait</string> |
|
98 |
+ <string>UIInterfaceOrientationLandscapeLeft</string> |
|
99 |
+ <string>UIInterfaceOrientationLandscapeRight</string> |
|
100 |
+ </array> |
|
101 |
+ <key>UIViewControllerBasedStatusBarAppearance</key> |
|
102 |
+ <false/> |
|
103 |
+ <key>UIAppFonts</key> |
|
104 |
+<array> |
|
105 |
+ <string>AntDesign.ttf</string> |
|
106 |
+ <string>Entypo.ttf</string> |
|
107 |
+ <string>EvilIcons.ttf</string> |
|
108 |
+ <string>Feather.ttf</string> |
|
109 |
+ <string>FontAwesome.ttf</string> |
|
110 |
+ <string>FontAwesome5_Brands.ttf</string> |
|
111 |
+ <string>FontAwesome5_Regular.ttf</string> |
|
112 |
+ <string>FontAwesome5_Solid.ttf</string> |
|
113 |
+ <string>FontAwesome6_Brands.ttf</string> |
|
114 |
+ <string>FontAwesome6_Regular.ttf</string> |
|
115 |
+ <string>FontAwesome6_Solid.ttf</string> |
|
116 |
+ <string>Foundation.ttf</string> |
|
117 |
+ <string>Ionicons.ttf</string> |
|
118 |
+ <string>MaterialIcons.ttf</string> |
|
119 |
+ <string>MaterialCommunityIcons.ttf</string> |
|
120 |
+ <string>SimpleLineIcons.ttf</string> |
|
121 |
+ <string>Octicons.ttf</string> |
|
122 |
+ <string>Zocial.ttf</string> |
|
123 |
+ <string>Fontisto.ttf</string> |
|
124 |
+</array> |
|
101 | 125 |
</dict> |
102 | 126 |
</plist> |
--- ios/Send_Location_TA/PrivacyInfo.xcprivacy
+++ ios/Send_Location_TA/PrivacyInfo.xcprivacy
... | ... | @@ -1,38 +1,37 @@ |
1 |
-<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
|
3 |
-<plist version="1.0"> |
|
4 |
-<dict> |
|
5 |
- <key>NSPrivacyCollectedDataTypes</key> |
|
6 |
- <array> |
|
7 |
- </array> |
|
8 |
- <key>NSPrivacyAccessedAPITypes</key> |
|
9 |
- <array> |
|
10 |
- <dict> |
|
11 |
- <key>NSPrivacyAccessedAPIType</key> |
|
12 |
- <string>NSPrivacyAccessedAPICategoryFileTimestamp</string> |
|
13 |
- <key>NSPrivacyAccessedAPITypeReasons</key> |
|
14 |
- <array> |
|
15 |
- <string>C617.1</string> |
|
16 |
- </array> |
|
17 |
- </dict> |
|
18 |
- <dict> |
|
19 |
- <key>NSPrivacyAccessedAPIType</key> |
|
20 |
- <string>NSPrivacyAccessedAPICategoryUserDefaults</string> |
|
21 |
- <key>NSPrivacyAccessedAPITypeReasons</key> |
|
22 |
- <array> |
|
23 |
- <string>CA92.1</string> |
|
24 |
- </array> |
|
25 |
- </dict> |
|
26 |
- <dict> |
|
27 |
- <key>NSPrivacyAccessedAPIType</key> |
|
28 |
- <string>NSPrivacyAccessedAPICategorySystemBootTime</string> |
|
29 |
- <key>NSPrivacyAccessedAPITypeReasons</key> |
|
30 |
- <array> |
|
31 |
- <string>35F9.1</string> |
|
32 |
- </array> |
|
33 |
- </dict> |
|
34 |
- </array> |
|
35 |
- <key>NSPrivacyTracking</key> |
|
36 |
- <false/> |
|
37 |
-</dict> |
|
38 |
-</plist> |
|
1 |
+<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
|
3 |
+<plist version="1.0"> |
|
4 |
+<dict> |
|
5 |
+ <key>NSPrivacyAccessedAPITypes</key> |
|
6 |
+ <array> |
|
7 |
+ <dict> |
|
8 |
+ <key>NSPrivacyAccessedAPIType</key> |
|
9 |
+ <string>NSPrivacyAccessedAPICategoryFileTimestamp</string> |
|
10 |
+ <key>NSPrivacyAccessedAPITypeReasons</key> |
|
11 |
+ <array> |
|
12 |
+ <string>C617.1</string> |
|
13 |
+ </array> |
|
14 |
+ </dict> |
|
15 |
+ <dict> |
|
16 |
+ <key>NSPrivacyAccessedAPIType</key> |
|
17 |
+ <string>NSPrivacyAccessedAPICategoryUserDefaults</string> |
|
18 |
+ <key>NSPrivacyAccessedAPITypeReasons</key> |
|
19 |
+ <array> |
|
20 |
+ <string>CA92.1</string> |
|
21 |
+ </array> |
|
22 |
+ </dict> |
|
23 |
+ <dict> |
|
24 |
+ <key>NSPrivacyAccessedAPIType</key> |
|
25 |
+ <string>NSPrivacyAccessedAPICategorySystemBootTime</string> |
|
26 |
+ <key>NSPrivacyAccessedAPITypeReasons</key> |
|
27 |
+ <array> |
|
28 |
+ <string>35F9.1</string> |
|
29 |
+ </array> |
|
30 |
+ </dict> |
|
31 |
+ </array> |
|
32 |
+ <key>NSPrivacyCollectedDataTypes</key> |
|
33 |
+ <array/> |
|
34 |
+ <key>NSPrivacyTracking</key> |
|
35 |
+ <false/> |
|
36 |
+</dict> |
|
37 |
+</plist> |
--- package.json
+++ package.json
... | ... | @@ -59,27 +59,6 @@ |
59 | 59 |
"react-test-renderer": "18.2.0", |
60 | 60 |
"typescript": "^5.0.4" |
61 | 61 |
}, |
62 |
- "reactNativePermissionsIOS": [ |
|
63 |
- "AppTrackingTransparency", |
|
64 |
- "BluetoothPeripheral", |
|
65 |
- "Calendars", |
|
66 |
- "Camera", |
|
67 |
- "Contacts", |
|
68 |
- "FaceID", |
|
69 |
- "LocationAccuracy", |
|
70 |
- "LocationAlways", |
|
71 |
- "LocationWhenInUse", |
|
72 |
- "MediaLibrary", |
|
73 |
- "Microphone", |
|
74 |
- "Motion", |
|
75 |
- "Notifications", |
|
76 |
- "PhotoLibrary", |
|
77 |
- "PhotoLibraryAddOnly", |
|
78 |
- "Reminders", |
|
79 |
- "Siri", |
|
80 |
- "SpeechRecognition", |
|
81 |
- "StoreKit" |
|
82 |
- ], |
|
83 | 62 |
"engines": { |
84 | 63 |
"node": ">=18" |
85 | 64 |
} |
+++ react-native.config.js
... | ... | @@ -0,0 +1,9 @@ |
1 | +module.exports = { | |
2 | + dependencies: { | |
3 | + 'react-native-vector-icons': { | |
4 | + platforms: { | |
5 | + ios: null, | |
6 | + }, | |
7 | + }, | |
8 | + }, | |
9 | + };(파일 끝에 줄바꿈 문자 없음) |
--- src/screen/GpsScreen.js
+++ src/screen/GpsScreen.js
... | ... | @@ -66,33 +66,35 @@ |
66 | 66 |
}; |
67 | 67 |
|
68 | 68 |
const requestLocationPermission = async () => { |
69 |
- try { |
|
70 |
- if (Platform.OS === 'android') { |
|
71 |
- const granted = await PermissionsAndroid.request( |
|
72 |
- PermissionsAndroid.PERMISSIONS.ACCESS_FINE_LOCATION |
|
73 |
- ); |
|
74 |
- if (granted !== PermissionsAndroid.RESULTS.GRANTED) { |
|
75 |
- Alert.alert('위치 권한 오류', '위치 권한을 허용해야 합니다.'); |
|
76 |
- } |
|
77 |
- } else if (Platform.OS === 'ios') { |
|
78 |
- const granted = await request(PERMISSIONS.IOS.LOCATION_WHEN_IN_USE); |
|
79 |
- if (granted !== RESULTS.GRANTED) { |
|
80 |
- Alert.alert('위치 권한 오류', '위치 권한을 허용해야 합니다.'); |
|
81 |
- } |
|
69 |
+ if (Platform.OS === 'ios') { |
|
70 |
+ const status = await request(PERMISSIONS.IOS.LOCATION_WHEN_IN_USE); |
|
71 |
+ console.log("권한요청:",status) |
|
72 |
+ if (status !== RESULTS.GRANTED) { |
|
73 |
+ Alert.alert('위치 권한 오류', '위치 권한을 허용해야 합니다.'); |
|
82 | 74 |
} |
83 |
- } catch (err) { |
|
84 |
- console.warn(err); |
|
75 |
+ } else if (Platform.OS === 'android') { |
|
76 |
+ const status = await request(PERMISSIONS.ANDROID.ACCESS_FINE_LOCATION); |
|
77 |
+ if (status !== RESULTS.GRANTED) { |
|
78 |
+ Alert.alert('위치 권한 오류', '위치 권한을 허용해야 합니다.'); |
|
79 |
+ } |
|
85 | 80 |
} |
86 | 81 |
}; |
87 | 82 |
|
88 | 83 |
const handleStart = async () => { |
89 |
- const permissionGranted = await PermissionsAndroid.check(PermissionsAndroid.PERMISSIONS.ACCESS_FINE_LOCATION); |
|
90 |
- if (!permissionGranted) { |
|
84 |
+ const permissionGranted = await check( |
|
85 |
+ Platform.OS === 'ios' |
|
86 |
+ ? PERMISSIONS.IOS.LOCATION_WHEN_IN_USE |
|
87 |
+ : PERMISSIONS.ANDROID.ACCESS_FINE_LOCATION |
|
88 |
+ ); |
|
89 |
+ |
|
90 |
+ console.log(permissionGranted); |
|
91 |
+ |
|
92 |
+ if (permissionGranted !== RESULTS.GRANTED) { |
|
91 | 93 |
Alert.alert('위치 권한 오류', '위치 권한을 허용해야 합니다.'); |
92 | 94 |
requestLocationPermission(); |
93 | 95 |
return; |
94 | 96 |
} |
95 |
- |
|
97 |
+ |
|
96 | 98 |
try { |
97 | 99 |
const newTripId = generateTripId(); |
98 | 100 |
setTripId(newTripId); |
... | ... | @@ -195,6 +197,8 @@ |
195 | 197 |
return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}.${milliseconds}`; |
196 | 198 |
}; |
197 | 199 |
|
200 |
+ |
|
201 |
+ |
|
198 | 202 |
return ( |
199 | 203 |
<View style={styles.container}> |
200 | 204 |
<View style={styles.timerContainer}> |
--- src/screen/LoginScreen.js
+++ src/screen/LoginScreen.js
... | ... | @@ -37,12 +37,14 @@ |
37 | 37 |
<TextInput |
38 | 38 |
style={styles.input} |
39 | 39 |
placeholder="아이디" |
40 |
+ placeholderTextColor={"#ddd"} |
|
40 | 41 |
value={userId} |
41 | 42 |
onChangeText={setUserId} |
42 | 43 |
/> |
43 | 44 |
<TextInput |
44 | 45 |
style={styles.input} |
45 | 46 |
placeholder="비밀번호" |
47 |
+ placeholderTextColor={"#ddd"} |
|
46 | 48 |
secureTextEntry |
47 | 49 |
value={password} |
48 | 50 |
onChangeText={setPassword} |
... | ... | @@ -84,6 +86,7 @@ |
84 | 86 |
marginBottom: 15, |
85 | 87 |
backgroundColor: '#FFFFFF', |
86 | 88 |
fontSize: 16, |
89 |
+ color:'#000' |
|
87 | 90 |
}, |
88 | 91 |
button: { |
89 | 92 |
backgroundColor: '#007AFF', |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?