⬆️ :: Update dev-dependencies

This commit is contained in:
Felix Mau
2022-08-14 18:24:14 +02:00
parent c4294823e7
commit 8a85860ba1
7 changed files with 22 additions and 15 deletions
+5 -5
View File
@@ -4,8 +4,8 @@ PODS:
- LightweightObservable (2.2.1)
- SnapshotTesting (1.9.0)
- SwiftConfigurationFiles (0.0.1)
- SwiftFormat/CLI (0.49.13)
- SwiftLint (0.47.1)
- SwiftFormat/CLI (0.49.15)
- SwiftLint (0.48.0)
DEPENDENCIES:
- GradientLoadingBar (from `../`)
@@ -29,7 +29,7 @@ EXTERNAL SOURCES:
CHECKOUT OPTIONS:
SwiftConfigurationFiles:
:commit: bc225b564e963fa72d2bdae67b6de9ea98da3121
:commit: efe01ba39069e8957fb89217b8c7fed298254691
:git: https://github.com/fxm90/SwiftConfigurationFiles.git
SPEC CHECKSUMS:
@@ -37,8 +37,8 @@ SPEC CHECKSUMS:
LightweightObservable: 64d0f623a4eec857e2680476380a08f3117a1a92
SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b
SwiftConfigurationFiles: 1cf2228a911ebed9f42f8dec077bb634f04ca6c8
SwiftFormat: 53864d9acbae3a954eb413736729500fe7051435
SwiftLint: f80f1be7fa96d30e0aa68e58d45d4ea1ccaac519
SwiftFormat: 4798a30dd0706958ebe9e88aa9b481a1f79edae5
SwiftLint: 284cea64b6187c5d6bd83e9a548a64104d546447
PODFILE CHECKSUM: 236416c4c4856713b28b6bf3da014054e9b319f2
+5 -5
View File
@@ -4,8 +4,8 @@ PODS:
- LightweightObservable (2.2.1)
- SnapshotTesting (1.9.0)
- SwiftConfigurationFiles (0.0.1)
- SwiftFormat/CLI (0.49.13)
- SwiftLint (0.47.1)
- SwiftFormat/CLI (0.49.15)
- SwiftLint (0.48.0)
DEPENDENCIES:
- GradientLoadingBar (from `../`)
@@ -29,7 +29,7 @@ EXTERNAL SOURCES:
CHECKOUT OPTIONS:
SwiftConfigurationFiles:
:commit: bc225b564e963fa72d2bdae67b6de9ea98da3121
:commit: efe01ba39069e8957fb89217b8c7fed298254691
:git: https://github.com/fxm90/SwiftConfigurationFiles.git
SPEC CHECKSUMS:
@@ -37,8 +37,8 @@ SPEC CHECKSUMS:
LightweightObservable: 64d0f623a4eec857e2680476380a08f3117a1a92
SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b
SwiftConfigurationFiles: 1cf2228a911ebed9f42f8dec077bb634f04ca6c8
SwiftFormat: 53864d9acbae3a954eb413736729500fe7051435
SwiftLint: f80f1be7fa96d30e0aa68e58d45d4ea1ccaac519
SwiftFormat: 4798a30dd0706958ebe9e88aa9b481a1f79edae5
SwiftLint: 284cea64b6187c5d6bd83e9a548a64104d546447
PODFILE CHECKSUM: 236416c4c4856713b28b6bf3da014054e9b319f2
+2 -2
View File
@@ -23,11 +23,11 @@
#
--disable andOperator
--disable blankLinesAtStartOfScope
--disable sortedImports
--disable wrapMultilineStatementBraces
#
# Rule Configuration
#
--wraparguments "after-first"
--wrapcollections "before-first"
--wrapcollections "before-first"
--importgrouping testable-last
+8 -1
View File
@@ -1,2 +1,9 @@
# Swift Configuration Files 🛠
Repository containing configuration files for Swift development, e.g. for tools like [SwiftLint](https://github.com/realm/SwiftLint) or [SwiftFormat](https://github.com/nicklockwood/SwiftFormat).
Repository containing configuration files for Swift development, e.g. for tools like [SwiftLint](https://github.com/realm/SwiftLint) or [SwiftFormat](https://github.com/nicklockwood/SwiftFormat).
### Author
Felix Mau (me(@)felix.hamburg)
### License
Swift Configuration Files is available under the MIT license. See the LICENSE file for more info.
Binary file not shown.
+2 -2
View File
@@ -236,7 +236,7 @@ Alternatively, you might want to consider running SwiftFormat in [lint](#linting
To set up SwiftFormat as an Xcode build phase, do the following:
#### 1) Create a BuildTools folder & Package.swift
#### 1) Create a BuildTools folder and Package.swift
1. Create a folder called `BuildTools` in the same folder as your xcodeproj file
2. In this folder, create a file called `Package.swift`, with the following contents:
@@ -255,7 +255,7 @@ let package = Package(
```
3. If you are running Xcode 11.4 or later, in the `BuildTools` folder create a file called `Empty.swift` with nothing in it. This is to satisfy a change in Swift Package Manager.
#### 2) Add a Build phases to your app target
#### 2) Add a Build phase to your app target
1. Click on your project in the file list, choose your target under `TARGETS`, click the `Build Phases` tab
2. Add a `New Run Script Phase` by clicking the little plus icon in the top left
BIN
View File
Binary file not shown.