]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146444: Move the Apple folder to the Platforms directory (#146497)
authorRussell Keith-Magee <russell@keith-magee.com>
Fri, 27 Mar 2026 02:50:35 +0000 (10:50 +0800)
committerGitHub <noreply@github.com>
Fri, 27 Mar 2026 02:50:35 +0000 (02:50 +0000)
commit36e4ffc1731fc939fde83a62ed547e81e94961af
tree8b53ad98ec67e28004a282283941a45e25022c3b
parent5684b3a04c6985e48b9a3d5394e3b7878901d6aa
gh-146444: Move the Apple folder to the Platforms directory (#146497)

Migrate the Apple/iOS XCframework build tools to the Platforms directory.
47 files changed:
.github/workflows/build.yml
.pre-commit-config.yaml
Makefile.pre.in
Misc/NEWS.d/next/Build/2026-03-26-12-27-42.gh-issue-146444.JKJuEa.rst [new file with mode: 0644]
Platforms/Apple/.ruff.toml [moved from Apple/.ruff.toml with 88% similarity]
Platforms/Apple/__main__.py [moved from Apple/__main__.py with 98% similarity]
Platforms/Apple/iOS/README.md [moved from Apple/iOS/README.md with 92% similarity]
Platforms/Apple/iOS/Resources/Info.plist.in [moved from Apple/iOS/Resources/Info.plist.in with 100% similarity]
Platforms/Apple/iOS/Resources/bin/arm64-apple-ios-ar [moved from Apple/iOS/Resources/bin/arm64-apple-ios-ar with 100% similarity]
Platforms/Apple/iOS/Resources/bin/arm64-apple-ios-clang [moved from Apple/iOS/Resources/bin/arm64-apple-ios-clang with 100% similarity]
Platforms/Apple/iOS/Resources/bin/arm64-apple-ios-clang++ [moved from Apple/iOS/Resources/bin/arm64-apple-ios-clang++ with 100% similarity]
Platforms/Apple/iOS/Resources/bin/arm64-apple-ios-cpp [moved from Apple/iOS/Resources/bin/arm64-apple-ios-cpp with 100% similarity]
Platforms/Apple/iOS/Resources/bin/arm64-apple-ios-simulator-ar [moved from Apple/iOS/Resources/bin/arm64-apple-ios-simulator-ar with 100% similarity]
Platforms/Apple/iOS/Resources/bin/arm64-apple-ios-simulator-clang [moved from Apple/iOS/Resources/bin/arm64-apple-ios-simulator-clang with 100% similarity]
Platforms/Apple/iOS/Resources/bin/arm64-apple-ios-simulator-clang++ [moved from Apple/iOS/Resources/bin/arm64-apple-ios-simulator-clang++ with 100% similarity]
Platforms/Apple/iOS/Resources/bin/arm64-apple-ios-simulator-cpp [moved from Apple/iOS/Resources/bin/arm64-apple-ios-simulator-cpp with 100% similarity]
Platforms/Apple/iOS/Resources/bin/arm64-apple-ios-simulator-strip [moved from Apple/iOS/Resources/bin/arm64-apple-ios-simulator-strip with 100% similarity]
Platforms/Apple/iOS/Resources/bin/arm64-apple-ios-strip [moved from Apple/iOS/Resources/bin/arm64-apple-ios-strip with 100% similarity]
Platforms/Apple/iOS/Resources/bin/x86_64-apple-ios-simulator-ar [moved from Apple/iOS/Resources/bin/x86_64-apple-ios-simulator-ar with 100% similarity]
Platforms/Apple/iOS/Resources/bin/x86_64-apple-ios-simulator-clang [moved from Apple/iOS/Resources/bin/x86_64-apple-ios-simulator-clang with 100% similarity]
Platforms/Apple/iOS/Resources/bin/x86_64-apple-ios-simulator-clang++ [moved from Apple/iOS/Resources/bin/x86_64-apple-ios-simulator-clang++ with 100% similarity]
Platforms/Apple/iOS/Resources/bin/x86_64-apple-ios-simulator-cpp [moved from Apple/iOS/Resources/bin/x86_64-apple-ios-simulator-cpp with 100% similarity]
Platforms/Apple/iOS/Resources/bin/x86_64-apple-ios-simulator-strip [moved from Apple/iOS/Resources/bin/x86_64-apple-ios-simulator-strip with 100% similarity]
Platforms/Apple/iOS/Resources/pyconfig.h [moved from Apple/iOS/Resources/pyconfig.h with 100% similarity]
Platforms/Apple/testbed/Python.xcframework/Info.plist [moved from Apple/testbed/Python.xcframework/Info.plist with 100% similarity]
Platforms/Apple/testbed/Python.xcframework/build/iOS-dylib-Info-template.plist [moved from Apple/testbed/Python.xcframework/build/iOS-dylib-Info-template.plist with 100% similarity]
Platforms/Apple/testbed/Python.xcframework/build/utils.sh [moved from Apple/testbed/Python.xcframework/build/utils.sh with 100% similarity]
Platforms/Apple/testbed/Python.xcframework/ios-arm64/README [moved from Apple/testbed/Python.xcframework/ios-arm64/README with 100% similarity]
Platforms/Apple/testbed/Python.xcframework/ios-arm64_x86_64-simulator/README [moved from Apple/testbed/Python.xcframework/ios-arm64_x86_64-simulator/README with 100% similarity]
Platforms/Apple/testbed/Testbed.lldbinit [moved from Apple/testbed/Testbed.lldbinit with 100% similarity]
Platforms/Apple/testbed/TestbedTests/TestbedTests.m [moved from Apple/testbed/TestbedTests/TestbedTests.m with 100% similarity]
Platforms/Apple/testbed/__main__.py [moved from Apple/testbed/__main__.py with 100% similarity]
Platforms/Apple/testbed/iOSTestbed.xcodeproj/project.pbxproj [moved from Apple/testbed/iOSTestbed.xcodeproj/project.pbxproj with 100% similarity]
Platforms/Apple/testbed/iOSTestbed.xcodeproj/xcshareddata/xcschemes/iOSTestbed.xcscheme [moved from Apple/testbed/iOSTestbed.xcodeproj/xcshareddata/xcschemes/iOSTestbed.xcscheme with 100% similarity]
Platforms/Apple/testbed/iOSTestbed.xctestplan [moved from Apple/testbed/iOSTestbed.xctestplan with 100% similarity]
Platforms/Apple/testbed/iOSTestbed/AppDelegate.h [moved from Apple/testbed/iOSTestbed/AppDelegate.h with 100% similarity]
Platforms/Apple/testbed/iOSTestbed/AppDelegate.m [moved from Apple/testbed/iOSTestbed/AppDelegate.m with 100% similarity]
Platforms/Apple/testbed/iOSTestbed/Assets.xcassets/AccentColor.colorset/Contents.json [moved from Apple/testbed/iOSTestbed/Assets.xcassets/AccentColor.colorset/Contents.json with 100% similarity]
Platforms/Apple/testbed/iOSTestbed/Assets.xcassets/AppIcon.appiconset/Contents.json [moved from Apple/testbed/iOSTestbed/Assets.xcassets/AppIcon.appiconset/Contents.json with 100% similarity]
Platforms/Apple/testbed/iOSTestbed/Assets.xcassets/Contents.json [moved from Apple/testbed/iOSTestbed/Assets.xcassets/Contents.json with 100% similarity]
Platforms/Apple/testbed/iOSTestbed/Base.lproj/LaunchScreen.storyboard [moved from Apple/testbed/iOSTestbed/Base.lproj/LaunchScreen.storyboard with 100% similarity]
Platforms/Apple/testbed/iOSTestbed/app/README [moved from Apple/testbed/iOSTestbed/app/README with 100% similarity]
Platforms/Apple/testbed/iOSTestbed/app_packages/README [moved from Apple/testbed/iOSTestbed/app_packages/README with 100% similarity]
Platforms/Apple/testbed/iOSTestbed/iOSTestbed-Info.plist [moved from Apple/testbed/iOSTestbed/iOSTestbed-Info.plist with 100% similarity]
Platforms/Apple/testbed/iOSTestbed/main.m [moved from Apple/testbed/iOSTestbed/main.m with 100% similarity]
configure
configure.ac