Version 1.4
This release adds a number of new generation options which can be configured in the new preferences window. Each preference pane has a preview of generated file layout and contents based on current preference settings.
Folders Per Target
Generated xcconfig files can now be grouped in folders by target. Project-level xcconfig files can also be grouped into their own subfolder.
Destination Folder
The name of the folder that will contain all of the generated xcconfig files is now specified in preferences. This removes the previously necessary step of creating and naming a new folder to contain the generated files.
Automatic Saving
BuildSettingExtractor can now be set to automatically save the generated files in the same directory as the source project file.
Line Spacing
The number of lines between settings in the generated xcconfig files can now be configured. This value can be different depending on whether build setting info comments are displayed or not.
Align Setting Values
The values of build settings can be aligned so values line up neatly. This is especially useful if build setting info comments are not generated.
Additional Changes
– Added Close command to the File menu.
– Added shared xcscheme file to allow Xcode Server usage.
– Updated list of build setting info files for Xcode 11.4.
– Updated minimum macOS deployment target to 10.14.
– Tested on macOS 10.15.4 Catalina.
– Built with Xcode 11.4.1 on macOS 10.15.4 Catalina.