mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 05:27:11 +00:00

* Bump the version for the next release. * Ignore all generated sources. * Use Pkl+XcodeGen to inject secrets instead of the project. * Inject the PostHog/Sentry/Rageshake configuration from the environment. * Fix bad unicode. * Fix unit tests.
18 lines
444 B
Plaintext
18 lines
444 B
Plaintext
--swiftversion 5.6
|
|
|
|
--exclude **/Sources/**/Generated,vendor,**/Package.swift,Secrets/**
|
|
|
|
--disable wrapMultiLineStatementBraces
|
|
--disable hoistPatternLet
|
|
--disable preferForLoop
|
|
--disable consistentSwitchCaseSpacing
|
|
|
|
--commas inline
|
|
--ifdef no-indent
|
|
--nospaceoperators ...,..<
|
|
--stripunusedargs closure-only
|
|
--trimwhitespace nonblank-lines
|
|
--wraparguments after-first
|
|
--wrapparameters after-first
|
|
--redundanttype inferred
|
|
--emptybraces spaced |