27
loading...
This website collects cookies to deliver better user experience
set(CMAKE_OSX_SYSROOT ${HERMES_APPLE_TARGET_PLATFORM})
install(DIRECTORY ${DSYM_PATH} DESTINATION
Library/Frameworks/${HERMES_APPLE_TARGET_PLATFORM})
build_apple_framework "iphoneos" "armv7;armv7s;arm64" "10.0"
build_apple_framework "iphonesimulator" "x86_64;i386" "10.0"
build_apple_framework "macosx" "x86_64" "10.0"
Library/Frameworks/iphoneos/hermes.framework/hermes
Library/Frameworks/iphoneos/hermes.framework/hermes
Library/Frameworks/iphonesimulator/hermes.framework/hermes
create_universal_framework "iphoneos" "iphonesimulator"
spec.vendored_frameworks = "destroot/Library/Frameworks/hermes.framework"
spec.ios.vendored_frameworks = "destroot/Library/Frameworks/iphoneos/hermes.framework"
spec.osx.vendored_frameworks = "destroot/Library/Frameworks/macosx/hermes.framework"