diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2026-03-13 11:09:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-13 13:09:47 -0300 |
| commit | 3d882079075d7725d6c16049017149c4f2c0c531 (patch) | |
| tree | deba324de7c3eee125547b8ca1b7e97eea3986fe /Info.plist | |
| parent | 1bb941bcb1786d3ebf6d6349b4d35200a8328573 (diff) | |
Fix macOS CI (#243)
* Fix macOS CI
* fix switch
* Fix readme links
Diffstat (limited to 'Info.plist')
| -rw-r--r-- | Info.plist | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -33,6 +33,11 @@ <string>public.app-category.games</string> <key>LSMinimumSystemVersion</key> <string>10.15</string> + <key>LSEnvironment</key> + <dict> + <key>SHIP_HOME</key> + <string>~/Library/Application Support/com.Starship.Starship</string> + </dict> <key>LSArchitecturePriority</key> <array> <string>arm64</string> |
