https://github.com/python/cpython/commit/7817651b21f4cc84541df02542292c2e20c762c8
commit: 7817651b21f4cc84541df02542292c2e20c762c8
branch: main
author: Russell Keith-Magee <[email protected]>
committer: freakboy3742 <[email protected]>
date: 2026-04-02T03:46:20Z
summary:

gh-146444: Remove legacy iOS folder (#147993)

Remove legacy iOS folder.

files:
D iOS/Resources/bin/arm64-apple-ios-ar
D iOS/Resources/bin/arm64-apple-ios-clang
D iOS/Resources/bin/arm64-apple-ios-clang++
D iOS/Resources/bin/arm64-apple-ios-cpp
D iOS/Resources/bin/arm64-apple-ios-simulator-ar
D iOS/Resources/bin/arm64-apple-ios-simulator-clang
D iOS/Resources/bin/arm64-apple-ios-simulator-clang++
D iOS/Resources/bin/arm64-apple-ios-simulator-cpp
D iOS/Resources/bin/arm64-apple-ios-simulator-strip
D iOS/Resources/bin/arm64-apple-ios-strip
D iOS/Resources/bin/x86_64-apple-ios-simulator-ar
D iOS/Resources/bin/x86_64-apple-ios-simulator-clang
D iOS/Resources/bin/x86_64-apple-ios-simulator-clang++
D iOS/Resources/bin/x86_64-apple-ios-simulator-cpp
D iOS/Resources/bin/x86_64-apple-ios-simulator-strip

diff --git a/iOS/Resources/bin/arm64-apple-ios-ar 
b/iOS/Resources/bin/arm64-apple-ios-ar
deleted file mode 100755
index 3cf3eb218741fa..00000000000000
--- a/iOS/Resources/bin/arm64-apple-ios-ar
+++ /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
index f50d5b5142fc76..00000000000000
--- a/iOS/Resources/bin/arm64-apple-ios-clang
+++ /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
index 0794731d7dcbda..00000000000000
--- a/iOS/Resources/bin/arm64-apple-ios-clang++
+++ /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
index 24fa1506bab827..00000000000000
--- a/iOS/Resources/bin/arm64-apple-ios-cpp
+++ /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
index b836b6db9025bb..00000000000000
--- a/iOS/Resources/bin/arm64-apple-ios-simulator-ar
+++ /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
index 4891a00876e0bd..00000000000000
--- a/iOS/Resources/bin/arm64-apple-ios-simulator-clang
+++ /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
index 58b2a5f6f18c2b..00000000000000
--- a/iOS/Resources/bin/arm64-apple-ios-simulator-clang++
+++ /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
index c9df94e8b7c837..00000000000000
--- a/iOS/Resources/bin/arm64-apple-ios-simulator-cpp
+++ /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
index fd59d309b73a20..00000000000000
--- a/iOS/Resources/bin/arm64-apple-ios-simulator-strip
+++ /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
index 75e823a3d02d61..00000000000000
--- a/iOS/Resources/bin/arm64-apple-ios-strip
+++ /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
index b836b6db9025bb..00000000000000
--- a/iOS/Resources/bin/x86_64-apple-ios-simulator-ar
+++ /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
index f4739a7b945d01..00000000000000
--- a/iOS/Resources/bin/x86_64-apple-ios-simulator-clang
+++ /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
index c348ae4c10395b..00000000000000
--- a/iOS/Resources/bin/x86_64-apple-ios-simulator-clang++
+++ /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
index 6d7f8084c9fdcc..00000000000000
--- a/iOS/Resources/bin/x86_64-apple-ios-simulator-cpp
+++ /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
index c5cfb28929195a..00000000000000
--- a/iOS/Resources/bin/x86_64-apple-ios-simulator-strip
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-xcrun --sdk iphonesimulator${IOS_SDK_VERSION} strip -arch x86_64 "$@"

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to