From f50d7fcee4874aef074dcb7160567d2d3f8d0544 Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Sat, 11 May 2024 10:15:51 +1000 Subject: [PATCH] Updated to the latest libSession, added new build arg --- LibSession-Util | 2 +- Scripts/build_libSession_util.sh | 1 + Session.xcodeproj/project.pbxproj | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/LibSession-Util b/LibSession-Util index f4bca74a5..b36c727f1 160000 --- a/LibSession-Util +++ b/LibSession-Util @@ -1 +1 @@ -Subproject commit f4bca74a5fd46619ce96a931d1373104c8429db7 +Subproject commit b36c727f1e1f6be87718ce2203332ae48f2d89a5 diff --git a/Scripts/build_libSession_util.sh b/Scripts/build_libSession_util.sh index b7371d3cb..9c2301d79 100755 --- a/Scripts/build_libSession_util.sh +++ b/Scripts/build_libSession_util.sh @@ -200,6 +200,7 @@ for i in "${!TARGET_ARCHS[@]}"; do -DENABLE_BITCODE=$ENABLE_BITCODE \ -DBUILD_TESTS=OFF \ -DBUILD_STATIC_DEPS=ON \ + -DENABLE_VISIBILITY=ON \ -DSUBMODULE_CHECK=$submodule_check # Capture the exit status of the ./utils/static-bundle.sh command diff --git a/Session.xcodeproj/project.pbxproj b/Session.xcodeproj/project.pbxproj index 9efa0daef..109317a59 100644 --- a/Session.xcodeproj/project.pbxproj +++ b/Session.xcodeproj/project.pbxproj @@ -7977,7 +7977,7 @@ CLANG_WARN__ARC_BRIDGE_CAST_NONARC = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 443; + CURRENT_PROJECT_VERSION = 444; ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -8055,7 +8055,7 @@ CLANG_WARN__ARC_BRIDGE_CAST_NONARC = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "iPhone Distribution"; - CURRENT_PROJECT_VERSION = 443; + CURRENT_PROJECT_VERSION = 444; ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES;