File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 10
10
11
11
## master
12
12
13
+ ## 2.3.6
14
+ * Recompiled for Xcode 11's toolchain (Swift 5.1)
15
+
13
16
## 2.3.5
14
17
* Adding support for ` buckLogFilePath ` for the extraction of Buck Build related rules - Bruno Rocha
15
18
* Adding Buck support to ` TestCountProvider ` - Bruno Rocha
Original file line number Diff line number Diff line change 1
1
class Swiftinfo < Formula
2
2
desc "📊 Extract and analyze the evolution of an iOS app's code."
3
3
homepage "https://github.com/rockbruno/SwiftInfo"
4
- version "2.3.5 "
4
+ version "2.3.6 "
5
5
url "https://github.com/rockbruno/SwiftInfo/releases/download/#{ version } /swiftinfo.zip"
6
6
# TODO: Try something to provide a SHA automatically
7
7
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ public struct Main {
7
7
static func run( ) {
8
8
let fileUtils = FileUtils ( )
9
9
let toolchainPath = getToolchainPath ( )
10
- log ( " SwiftInfo 2.3.5 " )
10
+ log ( " SwiftInfo 2.3.6 " )
11
11
if ProcessInfo . processInfo. arguments. contains ( " -version " ) {
12
12
exit ( 0 )
13
13
}
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'SwiftInfo'
3
3
s . module_name = 'SwiftInfo'
4
- s . version = '2.3.5 '
4
+ s . version = '2.3.6 '
5
5
s . license = { type : 'MIT' , file : 'LICENSE' }
6
6
s . summary = 'Extract and analyze the evolution of an iOS app\'s code.'
7
7
s . homepage = 'https://github.com/rockbruno/SwiftInfo'
You can’t perform that action at this time.
0 commit comments