fix SDK check for arm64e

pull/265/head
Andrey Filipenkov 4 years ago
parent bd392c88df
commit c20c38612b
  1. 2
      scripts/function-apple.sh

@ -39,7 +39,7 @@ disable_ios_architecture_not_supported_on_detected_sdk_version() {
arm64e) arm64e)
# INTRODUCED IN IOS SDK 10.1 # INTRODUCED IN IOS SDK 10.1
if [[ $(compare_versions "$IOS_MIN_VERSION" "10.1") -ge 1 ]]; then if [[ $(compare_versions "$DETECTED_IOS_SDK_VERSION" "10.1") -ge 1 ]]; then
local SUPPORTED=1 local SUPPORTED=1
else else
local SUPPORTED=0 local SUPPORTED=0

Loading…
Cancel
Save