This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Read more at: | |
| # https://stackedheaps.com/2023/07/02/optimise-xcode-builds-with-input-output-file-lists | |
| # Script Arguments: | |
| # $1 = xcfilelist name without extension. | |
| # Example: ChangedFiles | |
| # $2 = Optional Output directory | |
| # Path relative to $SRCROOT for saving xcfilelist. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Read more at: | |
| # https://stackedheaps.com/2023/07/02/optimise-xcode-builds-with-input-output-file-lists | |
| # Script Arguments: | |
| # $1 = xcfilelist name without extension. | |
| # Example: SwiftFiles | |
| # $2 = Space separated list of file extensions (case sensitive). | |
| # Examples: "swift json" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # https://stackedheaps.com/2023/06/10/restrict-changes-in-xcode-build-settings | |
| # ********************************************************************************** | |
| # Verified on Xcode 12, 13 & 14 | |
| # Running Script | |
| # Apple.xcodeproj |