Skip to content

Commit 09bde78

Browse files
freakboy3742taegyunkim
authored andcommitted
pythongh-135968: Add iOS binary stubs for strip (python#135970)
Adds iOS binary stubs for invoking `strip`
1 parent 8ea255a commit 09bde78

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Stubs for ``strip`` are now provided as part of an iOS install.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} strip -arch arm64 "$@"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
xcrun --sdk iphoneos${IOS_SDK_VERSION} strip -arch arm64 "$@"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} strip -arch x86_64 "$@"

0 commit comments

Comments
 (0)