BuildSettingExtractor
BuildSettingExtractor copied to clipboard
Extracts the build settings of an Xcode project into xcconfig build configuration files.
Both NetNewsWire and BuildSettingExtractor are open source projects with public repositories. When other developers download and build locally, they need to use various pieces of information to sign the software,...
Newer versions of Xcode, by default, have no Info.plist file in new projects, instead having the values all in various build settings. After a while, I invariably have to switch...
New API to create NSAttributedString from Markdown was added in macOS 12. This should be able to be used instead of the minor regex-based processing currently in place. It would...
Test with Xcode 15.3 and Xcode 16.0 project formats and add support.
Use https://keepachangelog.com/en/1.0.0/ as a guide, also change logs in projects like [apple/argument-parser](https://github.com/apple/swift-argument-parser).
The max line width for generated comments is 90 columns. Consider adding a preference to change this. I am using output from BSE in a blog post and want content...
Add a CONTRIBUTING file with information about contributing PRs to the project.
I really enjoy using BuildSettingExtractor and appreciate your efforts in maintaining it. I've been considering if there would be value in adding more useful content under the help menu. ###...