https://github.com/keith/fix-macosx-internal-sdk
`macosx.internal` -> `macosx`
https://github.com/keith/fix-macosx-internal-sdk
Last synced: 9 months ago
JSON representation
`macosx.internal` -> `macosx`
- Host: GitHub
- URL: https://github.com/keith/fix-macosx-internal-sdk
- Owner: keith
- License: mit
- Created: 2021-08-23T04:33:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-23T04:45:02.000Z (almost 5 years ago)
- Last Synced: 2025-01-09T03:21:28.357Z (over 1 year ago)
- Language: Swift
- Size: 5.86 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fix-macos-internal-sdk
A silly CLI for replacing `macosx.internal` SDK settings in `.xcodeproj`
files with `macosx`. This is useful when building projects from opensource.apple.com
## Usage
```sh
fix-macosx-internal-sdk path/to/ld64.xcodeproj
```
## Installation
```sh
brew install keith/formulae/fix-macosx-internal-sdk
```
## Notes
- This can change more things in the `.xcodeproj` than just the SDK, if
you're worried about that, check the project into version control
before running this
- Some of Apple's open source projects use `.xcconfig` files and set the
SDK there, this does not fix those. Run something like `rg
macosx.internal` to verify all references you care about are gone.