Skip to content

Commit fde4d3f

Browse files
authored
Merge branch 'develop' into bugfix/json_yaml_bool
2 parents 9f01a3e + 16ec01a commit fde4d3f

File tree

20 files changed

+43
-43
lines changed

20 files changed

+43
-43
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defaults:
66
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
77
BUNDLE_PATH: vendor/bundle
88
macos:
9-
xcode: "11.4.0"
9+
xcode: "12.0.0"
1010
shell: /bin/bash --login -eo pipefail
1111
- &prepare-storage
1212
run:

.swiftlint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
swiftlint_version: 0.39.2
1+
swiftlint_version: 0.40.3
22

33
opt_in_rules:
44
- anyobject_protocol
@@ -52,6 +52,7 @@ opt_in_rules:
5252
- overridden_super_call
5353
- override_in_extension
5454
- prefer_self_type_over_type_of_self
55+
- prefer_zero_over_explicit_init
5556
- private_action
5657
- private_outlet
5758
- prohibited_super_call

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ _None_
3939
* Update Yams from `3.0.0` to `4.0.0`.
4040
[@hungrxyz](https://github.com/hungrxyz)
4141
[#772](https://github.com/SwiftGen/SwiftGen/issues/772)
42+
* Updated Pods and Gems dependencies, and Xcode 12.
43+
[David Jennes](https://github.com/djbe)
44+
[#782](https://github.com/SwiftGen/SwiftGen/pull/782)
4245

4346
## 6.3.0
4447

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GEM
99
tzinfo (~> 1.1)
1010
addressable (2.7.0)
1111
public_suffix (>= 2.0.2, < 5.0)
12-
algoliasearch (1.27.3)
12+
algoliasearch (1.27.4)
1313
httpclient (~> 2.8, >= 2.8.3)
1414
json (>= 1.5.1)
1515
ast (2.4.1)
@@ -57,18 +57,18 @@ GEM
5757
netrc (~> 0.11)
5858
cocoapods-try (1.2.0)
5959
colored2 (3.1.2)
60-
concurrent-ruby (1.1.6)
60+
concurrent-ruby (1.1.7)
6161
cork (0.3.0)
6262
colored2 (~> 3.1)
63-
danger (8.0.4)
63+
danger (8.0.5)
6464
claide (~> 1.0)
6565
claide-plugins (>= 0.9.2)
6666
colored2 (~> 3.1)
6767
cork (~> 0.1)
6868
faraday (>= 0.9.0, < 2.0)
6969
faraday-http-cache (~> 2.0)
7070
git (~> 1.7)
71-
kramdown (~> 2.0)
71+
kramdown (~> 2.3)
7272
kramdown-parser-gfm (~> 1.0)
7373
no_proxy_fix
7474
octokit (~> 4.7)
@@ -94,7 +94,7 @@ GEM
9494
rexml
9595
kramdown-parser-gfm (1.1.0)
9696
kramdown (~> 2.0)
97-
minitest (5.14.1)
97+
minitest (5.14.2)
9898
molinillo (0.6.6)
9999
multipart-post (2.1.1)
100100
nanaimo (0.3.0)
@@ -106,27 +106,27 @@ GEM
106106
sawyer (~> 0.8.0, >= 0.5.3)
107107
open4 (1.3.4)
108108
parallel (1.19.2)
109-
parser (2.7.1.4)
109+
parser (2.7.1.5)
110110
ast (~> 2.4.1)
111111
plist (3.5.0)
112-
public_suffix (4.0.5)
112+
public_suffix (4.0.6)
113113
rainbow (3.0.0)
114114
rake (13.0.1)
115115
rchardet (1.8.0)
116-
regexp_parser (1.7.1)
116+
regexp_parser (1.8.1)
117117
rexml (3.2.4)
118118
rouge (2.0.7)
119-
rubocop (0.88.0)
119+
rubocop (0.92.0)
120120
parallel (~> 1.10)
121-
parser (>= 2.7.1.1)
121+
parser (>= 2.7.1.5)
122122
rainbow (>= 2.2.2, < 4.0)
123123
regexp_parser (>= 1.7)
124124
rexml
125-
rubocop-ast (>= 0.1.0, < 1.0)
125+
rubocop-ast (>= 0.5.0)
126126
ruby-progressbar (~> 1.7)
127127
unicode-display_width (>= 1.4.0, < 2.0)
128-
rubocop-ast (0.3.0)
129-
parser (>= 2.7.1.4)
128+
rubocop-ast (0.7.1)
129+
parser (>= 2.7.1.5)
130130
ruby-macho (1.4.0)
131131
ruby-progressbar (1.10.1)
132132
sawyer (0.8.2)
@@ -140,7 +140,7 @@ GEM
140140
tzinfo (1.2.7)
141141
thread_safe (~> 0.1)
142142
unicode-display_width (1.7.0)
143-
xcodeproj (1.17.1)
143+
xcodeproj (1.18.0)
144144
CFPropertyList (>= 2.3.3, < 4.0)
145145
atomos (~> 0.1.3)
146146
claide (>= 1.0.2, < 2.0)

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PODS:
66
- PathKit (~> 0.9.0)
77
- StencilSwiftKit (2.7.2):
88
- Stencil (~> 0.13.1)
9-
- SwiftLint (0.39.2)
9+
- SwiftLint (0.40.3)
1010
- Yams (4.0.0)
1111

1212
DEPENDENCIES:
@@ -33,7 +33,7 @@ SPEC CHECKSUMS:
3333
PathKit: 273f59a38e3218eb95abd9f6a61730a8bcfd2f06
3434
Stencil: b5128a0a43ece9225db5cbd94d6569fe6fba609b
3535
StencilSwiftKit: 9ebd42556b6c7396440f286b6c9aca1549c963ff
36-
SwiftLint: 22ccbbe3b8008684be5955693bab135e0ed6a447
36+
SwiftLint: dfd554ff0dff17288ee574814ccdd5cea85d76f7
3737
Yams: 9d49b85824751ee13d31e9ec6617c4dfb9a8c3cd
3838

3939
PODFILE CHECKSUM: f7eacff17036060bfc85488a45bd989d99e359f3

Pods/.project_cache/installation_cache.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Manifest.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/SwiftLint/swiftlint

148 KB
Binary file not shown.

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SCHEME_NAME = 'swiftgen'
1717
CONFIGURATION = 'Debug'
1818
RELEASE_CONFIGURATION = 'Release'
1919
POD_NAME = 'SwiftGen'
20-
MIN_XCODE_VERSION = 11.4
20+
MIN_XCODE_VERSION = 12.0
2121

2222
BUILD_DIR = File.absolute_path('./build')
2323
BIN_NAME = 'swiftgen'

Sources/SwiftGen/Commander/Path+Commander.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ import PathKit
99

1010
// MARK: Validators
1111

12-
// swiftlint:disable opening_brace
1312
func checkPath(type: String, assertion: @escaping (Path) -> Bool) -> ((Path) throws -> Path) {
1413
{ (path: Path) throws -> Path in
1514
guard assertion(path) else { throw ArgumentError.invalidType(value: path.description, type: type, argument: nil) }
1615
return path
1716
}
1817
}
19-
// swiftlint:enable opening_brace
2018

2119
typealias PathValidator = ([Path]) throws -> ([Path])
2220
let pathsExist: PathValidator = { paths in try paths.map(checkPath(type: "path") { $0.exists }) }

0 commit comments

Comments
 (0)