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 +)