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;