summaryrefslogtreecommitdiffstats
path: root/iOS/Resources
Commit message (Collapse)AuthorAgeFilesLines
* [3.13] gh-135968: Add iOS binary stubs for strip (GH-135970) (#136015)Miss Islington (bot)2025-06-273-0/+6
| | | | | | Adds iOS binary stubs for invoking `strip` (cherry picked from commit 0c6c09b7377e10dcf80844c961b578fbdc6f5375) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
* [3.13] gh-133183: Include IPHONEOS_DEPLOYMENT_TARGET in iOS shim targets. ↵Miss Islington (bot)2025-05-019-9/+9
| | | | | | | | (GH-133184) (#133234) Include IPHONEOS_DEPLOYMENT_TARGET in iOS shim targets. (cherry picked from commit 6e907c4d1f8583a3fc80ad70232981c589900378) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
* [3.13] gh-127434: Fix iOS `xcrun --sdk` clang/ar scripts to allow arguments ↵Russell Keith-Magee2024-12-0512-12/+12
| | | | | | | | with spaces (GH-127575) (#127624) Added shell escaping to ensure iOS compiler shims can accept arguments with spaces. (cherry picked from commit 6cf77949fba7b44f6885794b2028f091f42f5d6c) Co-authored-by: Feodor Fitsner <feodor@appveyor.com>
* [3.13] Add shims for iOS C++ compilation (GH-123620) (#123656)Miss Islington (bot)2024-09-043-0/+6
| | | | | | | | Add shims for iOS C++ compilation (GH-123620) Add shims for iOS C++ compilation. (cherry picked from commit 135dad9bd70bba5a7b432c744f2993476915cf07) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
* gh-114099: Additions to standard library to support iOS (GH-117052)Russell Keith-Magee2024-03-281-1/+1
| | | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Malcolm Smith <smith@chaquo.com> Co-authored-by: Ned Deily <nad@python.org>
* gh-114099 - Add iOS framework loading machinery. (GH-116454)Russell Keith-Magee2024-03-191-1/+1
| | | | Co-authored-by: Malcolm Smith <smith@chaquo.com> Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
* gh-114099: Add configure and Makefile targets to support iOS compilation. ↵Russell Keith-Magee2024-02-2612-0/+85
(GH-115390)