Skip to content

Version 1.3.2

Compare
Choose a tag to compare
@dempseyatgithub dempseyatgithub released this 13 Oct 05:52
· 19 commits to master since this release

– Spaces are now replaced with separator in generated xcconfig file names.
– Added BSE-CodeSigning.xcconfig file to store easily accessible code signing settings.
– Enabled hardened runtime to allow app notarization.
– Enabled sandboxing with entitlement for read-write access to user-selected files.
– Added support for Xcode beta as build setting info souce.
– Added error reporting if no build setting info source is found.
– Refactored error creation, handling and presentation.
– Refactored AppKit-dependent category methods into separate file.
– Removed precompiled headers.
– Moved to explicit @import statements.
– Tested on macOS 10.15 Catalina.
– Built with Xcode 11.1 on macOS 10.14.6 Mojave.