]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-146444: Remove legacy iOS folder (#147993)
authorRussell Keith-Magee <russell@keith-magee.com>
Thu, 2 Apr 2026 03:46:20 +0000 (11:46 +0800)
committerGitHub <noreply@github.com>
Thu, 2 Apr 2026 03:46:20 +0000 (03:46 +0000)
Remove legacy iOS folder.

15 files changed:
iOS/Resources/bin/arm64-apple-ios-ar [deleted file]
iOS/Resources/bin/arm64-apple-ios-clang [deleted file]
iOS/Resources/bin/arm64-apple-ios-clang++ [deleted file]
iOS/Resources/bin/arm64-apple-ios-cpp [deleted file]
iOS/Resources/bin/arm64-apple-ios-simulator-ar [deleted file]
iOS/Resources/bin/arm64-apple-ios-simulator-clang [deleted file]
iOS/Resources/bin/arm64-apple-ios-simulator-clang++ [deleted file]
iOS/Resources/bin/arm64-apple-ios-simulator-cpp [deleted file]
iOS/Resources/bin/arm64-apple-ios-simulator-strip [deleted file]
iOS/Resources/bin/arm64-apple-ios-strip [deleted file]
iOS/Resources/bin/x86_64-apple-ios-simulator-ar [deleted file]
iOS/Resources/bin/x86_64-apple-ios-simulator-clang [deleted file]
iOS/Resources/bin/x86_64-apple-ios-simulator-clang++ [deleted file]
iOS/Resources/bin/x86_64-apple-ios-simulator-cpp [deleted file]
iOS/Resources/bin/x86_64-apple-ios-simulator-strip [deleted file]

diff --git a/iOS/Resources/bin/arm64-apple-ios-ar b/iOS/Resources/bin/arm64-apple-ios-ar
deleted file mode 100755 (executable)
index 3cf3eb2..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-xcrun --sdk iphoneos${IOS_SDK_VERSION} ar "$@"
diff --git a/iOS/Resources/bin/arm64-apple-ios-clang b/iOS/Resources/bin/arm64-apple-ios-clang
deleted file mode 100755 (executable)
index f50d5b5..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-xcrun --sdk iphoneos${IOS_SDK_VERSION} clang -target arm64-apple-ios${IPHONEOS_DEPLOYMENT_TARGET} "$@"
diff --git a/iOS/Resources/bin/arm64-apple-ios-clang++ b/iOS/Resources/bin/arm64-apple-ios-clang++
deleted file mode 100755 (executable)
index 0794731..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-xcrun --sdk iphoneos${IOS_SDK_VERSION} clang++ -target arm64-apple-ios${IPHONEOS_DEPLOYMENT_TARGET} "$@"
diff --git a/iOS/Resources/bin/arm64-apple-ios-cpp b/iOS/Resources/bin/arm64-apple-ios-cpp
deleted file mode 100755 (executable)
index 24fa150..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-xcrun --sdk iphoneos${IOS_SDK_VERSION} clang -target arm64-apple-ios${IPHONEOS_DEPLOYMENT_TARGET} -E "$@"
diff --git a/iOS/Resources/bin/arm64-apple-ios-simulator-ar b/iOS/Resources/bin/arm64-apple-ios-simulator-ar
deleted file mode 100755 (executable)
index b836b6d..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-xcrun --sdk iphonesimulator${IOS_SDK_VERSION} ar "$@"
diff --git a/iOS/Resources/bin/arm64-apple-ios-simulator-clang b/iOS/Resources/bin/arm64-apple-ios-simulator-clang
deleted file mode 100755 (executable)
index 4891a00..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang -target arm64-apple-ios${IPHONEOS_DEPLOYMENT_TARGET}-simulator "$@"
diff --git a/iOS/Resources/bin/arm64-apple-ios-simulator-clang++ b/iOS/Resources/bin/arm64-apple-ios-simulator-clang++
deleted file mode 100755 (executable)
index 58b2a5f..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang++ -target arm64-apple-ios${IPHONEOS_DEPLOYMENT_TARGET}-simulator "$@"
diff --git a/iOS/Resources/bin/arm64-apple-ios-simulator-cpp b/iOS/Resources/bin/arm64-apple-ios-simulator-cpp
deleted file mode 100755 (executable)
index c9df94e..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang -target arm64-apple-ios${IPHONEOS_DEPLOYMENT_TARGET}-simulator -E "$@"
diff --git a/iOS/Resources/bin/arm64-apple-ios-simulator-strip b/iOS/Resources/bin/arm64-apple-ios-simulator-strip
deleted file mode 100755 (executable)
index fd59d30..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-xcrun --sdk iphonesimulator${IOS_SDK_VERSION} strip -arch arm64 "$@"
diff --git a/iOS/Resources/bin/arm64-apple-ios-strip b/iOS/Resources/bin/arm64-apple-ios-strip
deleted file mode 100755 (executable)
index 75e823a..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-xcrun --sdk iphoneos${IOS_SDK_VERSION} strip -arch arm64 "$@"
diff --git a/iOS/Resources/bin/x86_64-apple-ios-simulator-ar b/iOS/Resources/bin/x86_64-apple-ios-simulator-ar
deleted file mode 100755 (executable)
index b836b6d..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-xcrun --sdk iphonesimulator${IOS_SDK_VERSION} ar "$@"
diff --git a/iOS/Resources/bin/x86_64-apple-ios-simulator-clang b/iOS/Resources/bin/x86_64-apple-ios-simulator-clang
deleted file mode 100755 (executable)
index f4739a7..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang -target x86_64-apple-ios${IPHONEOS_DEPLOYMENT_TARGET}-simulator "$@"
diff --git a/iOS/Resources/bin/x86_64-apple-ios-simulator-clang++ b/iOS/Resources/bin/x86_64-apple-ios-simulator-clang++
deleted file mode 100755 (executable)
index c348ae4..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang++ -target x86_64-apple-ios${IPHONEOS_DEPLOYMENT_TARGET}-simulator "$@"
diff --git a/iOS/Resources/bin/x86_64-apple-ios-simulator-cpp b/iOS/Resources/bin/x86_64-apple-ios-simulator-cpp
deleted file mode 100755 (executable)
index 6d7f808..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang -target x86_64-apple-ios${IPHONEOS_DEPLOYMENT_TARGET}-simulator -E "$@"
diff --git a/iOS/Resources/bin/x86_64-apple-ios-simulator-strip b/iOS/Resources/bin/x86_64-apple-ios-simulator-strip
deleted file mode 100755 (executable)
index c5cfb28..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-xcrun --sdk iphonesimulator${IOS_SDK_VERSION} strip -arch x86_64 "$@"