File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ Lib/test/test_android.py @mhsmith @freakboy3742
149149# iOS
150150Doc /using /ios.rst @ freakboy3742
151151Lib /_ios_support.py @ freakboy3742
152- iOS / @ freakboy3742
152+ Apple / @ freakboy3742
153153
154154# macOS
155155Mac / @ python/macos-team
Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ Lib/test/data/*
7474Apple /iOS /Frameworks /
7575Apple /iOS /Resources /Info.plist
7676Apple /testbed /build
77- Apple /testbed /Python.xcframework /* - * /bin
78- Apple /testbed /Python.xcframework /* - * /include
79- Apple /testbed /Python.xcframework /* - * /lib
80- Apple /testbed /Python.xcframework /* - * /Python.framework
77+ Apple /testbed /Python.xcframework /* /bin
78+ Apple /testbed /Python.xcframework /* /include
79+ Apple /testbed /Python.xcframework /* /lib
80+ Apple /testbed /Python.xcframework /* /Python.framework
8181Apple /testbed /* Testbed.xcodeproj /project.xcworkspace
8282Apple /testbed /* Testbed.xcodeproj /xcuserdata
8383Mac /Makefile
Original file line number Diff line number Diff line change @@ -3218,10 +3218,10 @@ clean-retain-profile: pycremoval
32183218 -find build -type f -a ! -name '*.gc??' -exec rm -f {} ';'
32193219 -rm -f Include/pydtrace_probes.h
32203220 -rm -f profile-gen-stamp
3221- -rm -rf iOS/testbed/Python.xcframework/ios-*/bin
3222- -rm -rf iOS/testbed/Python.xcframework/ios-*/lib
3223- -rm -rf iOS/testbed/Python.xcframework/ios-*/include
3224- -rm -rf iOS/testbed/Python.xcframework/ios-*/Python.framework
3221+ -rm -rf Apple/ iOS/testbed/Python.xcframework/ios-*/bin
3222+ -rm -rf Apple/ iOS/testbed/Python.xcframework/ios-*/lib
3223+ -rm -rf Apple/ iOS/testbed/Python.xcframework/ios-*/include
3224+ -rm -rf Apple/ iOS/testbed/Python.xcframework/ios-*/Python.framework
32253225
32263226.PHONY: profile-removal
32273227profile-removal:
You can’t perform that action at this time.
0 commit comments