|
3 | 3 | archiveVersion = 1;
|
4 | 4 | classes = {
|
5 | 5 | };
|
6 |
| - objectVersion = 54; |
| 6 | + objectVersion = 46; |
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
|
11 | 11 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
12 | 12 | 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
| 13 | + 2832BA57F5DA4AEFB52C69E6 /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = D88D49B09C374A85931321F3 /* noop-file.swift */; }; |
13 | 14 | 3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */; };
|
14 | 15 | 96905EF65AED1B983A6B3ABC /* libPods-HardwareExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-HardwareExample.a */; };
|
15 | 16 | B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */; };
|
16 |
| - B44A8B9D11504076BB4FD5F5 /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B9D48BCBE2140F8AC657BC5 /* noop-file.swift */; }; |
17 | 17 | BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; };
|
18 | 18 | /* End PBXBuildFile section */
|
19 | 19 |
|
20 | 20 | /* Begin PBXFileReference section */
|
21 |
| - 0B9D48BCBE2140F8AC657BC5 /* noop-file.swift */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.swift; name = "noop-file.swift"; path = "HardwareExample/noop-file.swift"; sourceTree = "<group>"; }; |
22 | 21 | 13B07F961A680F5B00A75B9A /* HardwareExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HardwareExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
23 | 22 | 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = HardwareExample/AppDelegate.h; sourceTree = "<group>"; };
|
24 | 23 | 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = HardwareExample/AppDelegate.mm; sourceTree = "<group>"; };
|
|
30 | 29 | 7A4D352CD337FB3A3BF06240 /* Pods-HardwareExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HardwareExample.release.xcconfig"; path = "Target Support Files/Pods-HardwareExample/Pods-HardwareExample.release.xcconfig"; sourceTree = "<group>"; };
|
31 | 30 | AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = HardwareExample/SplashScreen.storyboard; sourceTree = "<group>"; };
|
32 | 31 | BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = "<group>"; };
|
33 |
| - D1B1852D8BA14D6C8B9C8CE4 /* HardwareExample-Bridging-Header.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; name = "HardwareExample-Bridging-Header.h"; path = "HardwareExample/HardwareExample-Bridging-Header.h"; sourceTree = "<group>"; }; |
| 32 | + D88D49B09C374A85931321F3 /* noop-file.swift */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.swift; name = "noop-file.swift"; path = "HardwareExample/noop-file.swift"; sourceTree = "<group>"; }; |
| 33 | + DE9435231D7D4D6794E5A5D5 /* HardwareExample-Bridging-Header.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; name = "HardwareExample-Bridging-Header.h"; path = "HardwareExample/HardwareExample-Bridging-Header.h"; sourceTree = "<group>"; }; |
34 | 34 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
35 | 35 | FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-HardwareExample/ExpoModulesProvider.swift"; sourceTree = "<group>"; };
|
36 | 36 | /* End PBXFileReference section */
|
|
57 | 57 | 13B07FB61A68108700A75B9A /* Info.plist */,
|
58 | 58 | 13B07FB71A68108700A75B9A /* main.m */,
|
59 | 59 | AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */,
|
60 |
| - 0B9D48BCBE2140F8AC657BC5 /* noop-file.swift */, |
61 |
| - D1B1852D8BA14D6C8B9C8CE4 /* HardwareExample-Bridging-Header.h */, |
| 60 | + D88D49B09C374A85931321F3 /* noop-file.swift */, |
| 61 | + DE9435231D7D4D6794E5A5D5 /* HardwareExample-Bridging-Header.h */, |
62 | 62 | );
|
63 | 63 | name = HardwareExample;
|
64 | 64 | sourceTree = "<group>";
|
|
144 | 144 | buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "HardwareExample" */;
|
145 | 145 | buildPhases = (
|
146 | 146 | 08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */,
|
147 |
| - 3AAC0BDB17F1991340D97987 /* [Expo] Configure project */, |
| 147 | + 685DB4F011013F6E89B80406 /* [Expo] Configure project */, |
148 | 148 | 13B07F871A680F5B00A75B9A /* Sources */,
|
149 | 149 | 13B07F8C1A680F5B00A75B9A /* Frameworks */,
|
150 | 150 | 13B07F8E1A680F5B00A75B9A /* Resources */,
|
151 | 151 | 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
|
152 | 152 | 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */,
|
153 |
| - A5308144E4F2E02F577D1365 /* [CP] Embed Pods Frameworks */, |
| 153 | + 83B063A462FAC8F7976338FE /* [CP] Embed Pods Frameworks */, |
154 | 154 | );
|
155 | 155 | buildRules = (
|
156 | 156 | );
|
|
170 | 170 | LastUpgradeCheck = 1130;
|
171 | 171 | TargetAttributes = {
|
172 | 172 | 13B07F861A680F5B00A75B9A = {
|
| 173 | + DevelopmentTeam = 36YZKGR6QU; |
173 | 174 | LastSwiftMigration = 1250;
|
| 175 | + ProvisioningStyle = Automatic; |
174 | 176 | };
|
175 | 177 | };
|
176 | 178 | };
|
|
243 | 245 | 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";
|
244 | 246 | showEnvVarsInLog = 0;
|
245 | 247 | };
|
246 |
| - 3AAC0BDB17F1991340D97987 /* [Expo] Configure project */ = { |
| 248 | + 685DB4F011013F6E89B80406 /* [Expo] Configure project */ = { |
247 | 249 | isa = PBXShellScriptBuildPhase;
|
248 | 250 | alwaysOutOfDate = 1;
|
249 | 251 | buildActionMask = 2147483647;
|
|
270 | 272 | inputPaths = (
|
271 | 273 | "${PODS_ROOT}/Target Support Files/Pods-HardwareExample/Pods-HardwareExample-resources.sh",
|
272 | 274 | "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/EXConstants.bundle",
|
| 275 | + "${PODS_CONFIGURATION_BUILD_DIR}/ExpoFileSystem/ExpoFileSystem_privacy.bundle", |
| 276 | + "${PODS_CONFIGURATION_BUILD_DIR}/ExpoLocalization/ExpoLocalization_privacy.bundle", |
273 | 277 | "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/RCTI18nStrings.bundle",
|
274 | 278 | );
|
275 | 279 | name = "[CP] Copy Pods Resources";
|
276 | 280 | outputPaths = (
|
277 | 281 | "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXConstants.bundle",
|
| 282 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoFileSystem_privacy.bundle", |
| 283 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoLocalization_privacy.bundle", |
278 | 284 | "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RCTI18nStrings.bundle",
|
279 | 285 | );
|
280 | 286 | runOnlyForDeploymentPostprocessing = 0;
|
281 | 287 | shellPath = /bin/sh;
|
282 | 288 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HardwareExample/Pods-HardwareExample-resources.sh\"\n";
|
283 | 289 | showEnvVarsInLog = 0;
|
284 | 290 | };
|
285 |
| - A5308144E4F2E02F577D1365 /* [CP] Embed Pods Frameworks */ = { |
| 291 | + 83B063A462FAC8F7976338FE /* [CP] Embed Pods Frameworks */ = { |
286 | 292 | isa = PBXShellScriptBuildPhase;
|
287 | 293 | buildActionMask = 2147483647;
|
288 | 294 | files = (
|
|
310 | 316 | 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
|
311 | 317 | 13B07FC11A68108700A75B9A /* main.m in Sources */,
|
312 | 318 | B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */,
|
313 |
| - B44A8B9D11504076BB4FD5F5 /* noop-file.swift in Sources */, |
| 319 | + 2832BA57F5DA4AEFB52C69E6 /* noop-file.swift in Sources */, |
314 | 320 | );
|
315 | 321 | runOnlyForDeploymentPostprocessing = 0;
|
316 | 322 | };
|
|
324 | 330 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
325 | 331 | CLANG_ENABLE_MODULES = YES;
|
326 | 332 | CODE_SIGN_ENTITLEMENTS = HardwareExample/HardwareExample.entitlements;
|
| 333 | + CODE_SIGN_IDENTITY = "Apple Development"; |
| 334 | + CODE_SIGN_STYLE = Automatic; |
327 | 335 | CURRENT_PROJECT_VERSION = 1;
|
328 | 336 | DEVELOPMENT_TEAM = 36YZKGR6QU;
|
329 | 337 | ENABLE_BITCODE = NO;
|
|
333 | 341 | );
|
334 | 342 | INFOPLIST_FILE = HardwareExample/Info.plist;
|
335 | 343 | IPHONEOS_DEPLOYMENT_TARGET = 13.4;
|
336 |
| - LD_RUNPATH_SEARCH_PATHS = ( |
337 |
| - "$(inherited)", |
338 |
| - "@executable_path/Frameworks", |
339 |
| - ); |
| 344 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
340 | 345 | MARKETING_VERSION = 1.0;
|
341 | 346 | OTHER_LDFLAGS = (
|
342 | 347 | "$(inherited)",
|
|
361 | 366 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
362 | 367 | CLANG_ENABLE_MODULES = YES;
|
363 | 368 | CODE_SIGN_ENTITLEMENTS = HardwareExample/HardwareExample.entitlements;
|
| 369 | + CODE_SIGN_IDENTITY = "Apple Development"; |
| 370 | + CODE_SIGN_STYLE = Automatic; |
364 | 371 | CURRENT_PROJECT_VERSION = 1;
|
365 | 372 | DEVELOPMENT_TEAM = 36YZKGR6QU;
|
366 | 373 | INFOPLIST_FILE = HardwareExample/Info.plist;
|
367 | 374 | IPHONEOS_DEPLOYMENT_TARGET = 13.4;
|
368 |
| - LD_RUNPATH_SEARCH_PATHS = ( |
369 |
| - "$(inherited)", |
370 |
| - "@executable_path/Frameworks", |
371 |
| - ); |
| 375 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
372 | 376 | MARKETING_VERSION = 1.0;
|
373 | 377 | OTHER_LDFLAGS = (
|
374 | 378 | "$(inherited)",
|
|
434 | 438 | GCC_WARN_UNUSED_FUNCTION = YES;
|
435 | 439 | GCC_WARN_UNUSED_VARIABLE = YES;
|
436 | 440 | IPHONEOS_DEPLOYMENT_TARGET = 13.4;
|
437 |
| - LD_RUNPATH_SEARCH_PATHS = ( |
438 |
| - /usr/lib/swift, |
439 |
| - "$(inherited)", |
440 |
| - ); |
| 441 | + LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)"; |
441 | 442 | LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
|
442 | 443 | MTL_ENABLE_DEBUG_INFO = YES;
|
443 | 444 | ONLY_ACTIVE_ARCH = YES;
|
444 | 445 | OTHER_CFLAGS = "$(inherited)";
|
445 | 446 | OTHER_CPLUSPLUSFLAGS = "$(inherited)";
|
446 |
| - OTHER_LDFLAGS = "$(inherited) "; |
| 447 | + OTHER_LDFLAGS = ( |
| 448 | + "$(inherited)", |
| 449 | + " ", |
| 450 | + ); |
447 | 451 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../../node_modules/react-native";
|
448 | 452 | SDKROOT = iphoneos;
|
449 | 453 | USE_HERMES = true;
|
|
492 | 496 | GCC_WARN_UNUSED_FUNCTION = YES;
|
493 | 497 | GCC_WARN_UNUSED_VARIABLE = YES;
|
494 | 498 | IPHONEOS_DEPLOYMENT_TARGET = 13.4;
|
495 |
| - LD_RUNPATH_SEARCH_PATHS = ( |
496 |
| - /usr/lib/swift, |
497 |
| - "$(inherited)", |
498 |
| - ); |
| 499 | + LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)"; |
499 | 500 | LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
|
500 | 501 | MTL_ENABLE_DEBUG_INFO = NO;
|
501 | 502 | OTHER_CFLAGS = "$(inherited)";
|
502 | 503 | OTHER_CPLUSPLUSFLAGS = "$(inherited)";
|
503 |
| - OTHER_LDFLAGS = "$(inherited) "; |
| 504 | + OTHER_LDFLAGS = ( |
| 505 | + "$(inherited)", |
| 506 | + " ", |
| 507 | + ); |
504 | 508 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../../node_modules/react-native";
|
505 | 509 | SDKROOT = iphoneos;
|
506 | 510 | USE_HERMES = true;
|
|
0 commit comments