From 7555e60856995813772b5f99bbbe9e814986a015 Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Tue, 30 Jun 2015 19:33:30 -0700 Subject: [PATCH] =?UTF-8?q?Nothing=20uses=20these=20iOS=20version=20vars,?= =?UTF-8?q?=20kill=20them=20off=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libretro-config.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libretro-config.sh b/libretro-config.sh index ec831b2e..e5471efc 100755 --- a/libretro-config.sh +++ b/libretro-config.sh @@ -26,10 +26,6 @@ case "$platform" in FORMAT_COMPILER_TARGET=ios FORMAT_COMPILER_TARGET_ALT=ios export IOSSDK=$(xcodebuild -version -sdk iphoneos Path) - iosver=$(xcodebuild -version -sdk iphoneos ProductVersion) - IOSVER_MAJOR=${iosver%.*} - IOSVER_MINOR=${iosver#*.} - IOSVER=${IOSVER_MAJOR}${IOSVER_MINOR} MIN_IOS5="-miphoneos-version-min=5.0" MIN_IOS7="-miphoneos-version-min=7.0"