BuildSettingExtractor icon indicating copy to clipboard operation
BuildSettingExtractor copied to clipboard

Extracts the build settings of an Xcode project into xcconfig build configuration files.

Results 28 BuildSettingExtractor issues
Sort by recently updated
recently updated
newest added

Investigate Xcode 14 multiplatform projects to see if updates are necessary

Xcode 14 introduces a new project version. Add support for it.

bug

I noticed an issue when working with the BuildSettingExtractor repo that we've been having in our projects as well. When the code signing for the test target is set to...

bug

I've just discovered this super useful tool. Great work, thanks a lot 👍 I was wondering if you'd be interested to implement the same arrangement of name/value pairs in output...

Sparkle 2 can be used with sandboxed apps. It seems just about ready to be released. Consider adding automatic updates and figure out if that can be done with a...

✚✚

Currently the version of Xcode at /Applications/Xcode is searched for build setting info strings. Consider allowing the user to choose another version of Xcode instead, or possibly looking at multiple...

prefs

The fix for issues #66 and #67 is accomplished by extracting the project setting logic into its own class and using a closure to defer processing until project settings have...

At the moment BSE performs all of its consolidation on the same 'level'. Common settings across multiple build settings at the project or target level are consolidated into a shared...

prefs

A number of build setting descriptions now contain Markdown links: `You can find more information at [our online reference](https://developer.apple.com/etc/etc) ` It would make for a cleaner info comment to strip...

Currently, the user is asked for a destination and only after choosing, do we alert the user the Xcode project version is not valid. Would be better to alert the...