Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix macOS Python Launcher reported as iOS app in System Profiler
Add CFBundleSupportedPlatforms key with MacOSX to the Info.plist to
properly identify the Python Launcher as a macOS application on Apple
Silicon systems.

Fixes #137673
  • Loading branch information
RoomWithOutRoof committed Apr 16, 2026
commit 363651e65195bc5637029eeb08b71aab1f6651e3
4 changes: 4 additions & 0 deletions Mac/PythonLauncher/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
<string>%VERSION%</string>
<key>CFBundleSignature</key>
<string>PytL</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>%VERSION%</string>
<key>NSMainNibFile</key>
Expand Down