Post

Replies

Boosts

Views

Activity

Comment on Xcode 16 no longer sets ENABLE_PREVIEWS=YES for preview builds
This is our exact use case as well. We've always had this in our build scripts: if which swiftlint > /dev/null; then if [ "${ENABLE_PREVIEWS}" = "YES" ]; then exit 0; else swiftlint --fix; swiftlint; fi else echo "warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint" fi
Replies
Boosts
Views
Activity
Oct ’24