From 49f777d6389de662192153601fa2666711417698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8B=B8=E5=B0=8F=E5=8D=8E?= <2838666797@qq.com> Date: Tue, 29 Dec 2020 17:37:41 +0800 Subject: [PATCH] Update CMakeLists.txt --- ios/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ios/CMakeLists.txt b/ios/CMakeLists.txt index a32d039..29826b1 100644 --- a/ios/CMakeLists.txt +++ b/ios/CMakeLists.txt @@ -15,7 +15,10 @@ set_target_properties(ffiquickjs PROPERTIES VERSION 1.0.0 # "compatibility version" in semantic format in Mach-O binary file SOVERSION 1.0.0 + MACOSX_FRAMEWORK_BUNDLE_VERSION 100 + MACOSX_FRAMEWORK_SHORT_VERSION_STRING 100 + XCODE_ATTRIBUTE_DYLIB_INSTALL_NAME_BASE "@rpath" PUBLIC_HEADER ffi.h XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "Apple Development" # RESOURCE "${RESOURCE_FILES}" -) \ No newline at end of file +)