Skip to content

Commit 899f0db

Browse files
committed
chore: ios build
1 parent 7a3aba0 commit 899f0db

File tree

1 file changed

+23
-16
lines changed

1 file changed

+23
-16
lines changed

ios/suuudokuuu.xcodeproj/project.pbxproj

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -27,10 +27,10 @@
2727
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = suuudokuuu/Info.plist; sourceTree = "<group>"; };
2828
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = suuudokuuu/main.m; sourceTree = "<group>"; };
2929
58EEBF8E8E6FB1BC6CAF49B5 /* libPods-suuudokuuu.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-suuudokuuu.a"; sourceTree = BUILT_PRODUCTS_DIR; };
30-
63324FEBAB708F9461518D1D /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = suuudokuuu/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
30+
63324FEBAB708F9461518D1D /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = suuudokuuu/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
3131
6C2E3173556A471DD304B334 /* Pods-suuudokuuu.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-suuudokuuu.debug.xcconfig"; path = "Target Support Files/Pods-suuudokuuu/Pods-suuudokuuu.debug.xcconfig"; sourceTree = "<group>"; };
3232
7A4D352CD337FB3A3BF06240 /* Pods-suuudokuuu.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-suuudokuuu.release.xcconfig"; path = "Target Support Files/Pods-suuudokuuu/Pods-suuudokuuu.release.xcconfig"; sourceTree = "<group>"; };
33-
8FF6592D4BC540A2898F3303 /* Inter_900Black.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined; includeInIndex = 0; lastKnownFileType = unknown; name = Inter_900Black.ttf; path = "../node_modules/@expo-google-fonts/inter/Inter_900Black.ttf"; sourceTree = "<group>"; };
33+
8FF6592D4BC540A2898F3303 /* Inter_900Black.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Inter_900Black.ttf; path = "../node_modules/@expo-google-fonts/inter/Inter_900Black.ttf"; sourceTree = "<group>"; };
3434
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = suuudokuuu/SplashScreen.storyboard; sourceTree = "<group>"; };
3535
BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = "<group>"; };
3636
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
@@ -83,7 +83,6 @@
8383
8FF6592D4BC540A2898F3303 /* Inter_900Black.ttf */,
8484
);
8585
name = Resources;
86-
path = "";
8786
sourceTree = "<group>";
8887
};
8988
832341AE1AAA6A7D00B99B32 /* Libraries */ = {
@@ -362,14 +361,18 @@
362361
CLANG_ENABLE_MODULES = YES;
363362
CODE_SIGN_ENTITLEMENTS = suuudokuuu/suuudokuuu.entitlements;
364363
CURRENT_PROJECT_VERSION = 1;
364+
DEVELOPMENT_TEAM = 3R8589YV24;
365365
ENABLE_BITCODE = NO;
366366
GCC_PREPROCESSOR_DEFINITIONS = (
367367
"$(inherited)",
368368
"FB_SONARKIT_ENABLED=1",
369369
);
370370
INFOPLIST_FILE = suuudokuuu/Info.plist;
371371
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
372-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
372+
LD_RUNPATH_SEARCH_PATHS = (
373+
"$(inherited)",
374+
"@executable_path/Frameworks",
375+
);
373376
MARKETING_VERSION = 1.0;
374377
OTHER_LDFLAGS = (
375378
"$(inherited)",
@@ -395,9 +398,13 @@
395398
CLANG_ENABLE_MODULES = YES;
396399
CODE_SIGN_ENTITLEMENTS = suuudokuuu/suuudokuuu.entitlements;
397400
CURRENT_PROJECT_VERSION = 1;
401+
DEVELOPMENT_TEAM = 3R8589YV24;
398402
INFOPLIST_FILE = suuudokuuu/Info.plist;
399403
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
400-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
404+
LD_RUNPATH_SEARCH_PATHS = (
405+
"$(inherited)",
406+
"@executable_path/Frameworks",
407+
);
401408
MARKETING_VERSION = 1.0;
402409
OTHER_LDFLAGS = (
403410
"$(inherited)",
@@ -462,14 +469,14 @@
462469
GCC_WARN_UNUSED_FUNCTION = YES;
463470
GCC_WARN_UNUSED_VARIABLE = YES;
464471
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
465-
LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
472+
LD_RUNPATH_SEARCH_PATHS = (
473+
/usr/lib/swift,
474+
"$(inherited)",
475+
);
466476
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
467477
MTL_ENABLE_DEBUG_INFO = YES;
468478
ONLY_ACTIVE_ARCH = YES;
469-
OTHER_LDFLAGS = (
470-
"$(inherited)",
471-
" ",
472-
);
479+
OTHER_LDFLAGS = "$(inherited) ";
473480
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
474481
SDKROOT = iphoneos;
475482
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -518,13 +525,13 @@
518525
GCC_WARN_UNUSED_FUNCTION = YES;
519526
GCC_WARN_UNUSED_VARIABLE = YES;
520527
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
521-
LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
522-
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
523-
MTL_ENABLE_DEBUG_INFO = NO;
524-
OTHER_LDFLAGS = (
528+
LD_RUNPATH_SEARCH_PATHS = (
529+
/usr/lib/swift,
525530
"$(inherited)",
526-
" ",
527531
);
532+
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
533+
MTL_ENABLE_DEBUG_INFO = NO;
534+
OTHER_LDFLAGS = "$(inherited) ";
528535
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
529536
SDKROOT = iphoneos;
530537
USE_HERMES = true;

0 commit comments

Comments
 (0)