From b6576df4408c136c3410ad44748e3ecd8fc2adf3 Mon Sep 17 00:00:00 2001 From: sonlha Date: Wed, 11 Dec 2024 16:03:07 +0700 Subject: [PATCH] update ios version --- apps/mobile/ios/mobile.xcodeproj/project.pbxproj | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/apps/mobile/ios/mobile.xcodeproj/project.pbxproj b/apps/mobile/ios/mobile.xcodeproj/project.pbxproj index 2ae850d7c..64bf4d2ae 100644 --- a/apps/mobile/ios/mobile.xcodeproj/project.pbxproj +++ b/apps/mobile/ios/mobile.xcodeproj/project.pbxproj @@ -611,7 +611,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 3.1.18; + MARKETING_VERSION = 3.1.26; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -645,7 +645,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 3.1.18; + MARKETING_VERSION = 3.1.26; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -737,10 +737,7 @@ "-DFOLLY_MOBILE=1", "-DFOLLY_USE_LIBCPP=1", ); - OTHER_LDFLAGS = ( - "$(inherited)", - " ", - ); + OTHER_LDFLAGS = "$(inherited) "; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; }; @@ -818,10 +815,7 @@ "-DFOLLY_MOBILE=1", "-DFOLLY_USE_LIBCPP=1", ); - OTHER_LDFLAGS = ( - "$(inherited)", - " ", - ); + OTHER_LDFLAGS = "$(inherited) "; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; VALIDATE_PRODUCT = YES;