File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ cask 'swiftformat-for-xcode' do
2
+ version '0.43.3'
3
+ sha256 'b79c9bd9a4e48d29eb8d678fcb9e9d93abfe71cac4b3025e575769181d6f585c'
4
+
5
+ url "https://github.com/nicklockwood/SwiftFormat/archive/#{ version } .zip"
6
+ appcast 'https://github.com/nicklockwood/SwiftFormat/releases.atom'
7
+ name 'SwiftFormat for Xcode'
8
+ homepage 'https://github.com/nicklockwood/SwiftFormat'
9
+
10
+ depends_on macos : '>= :sierra'
11
+
12
+ app "SwiftFormat-#{ version } /EditorExtension/SwiftFormat for Xcode.app"
13
+
14
+ zap trash : [
15
+ '~/Library/Application Scripts/com.charcoaldesign.SwiftFormat-for-Xcode' ,
16
+ '~/Library/Application Scripts/com.charcoaldesign.SwiftFormat-for-Xcode.SourceEditorExtension' ,
17
+ '~/Library/Containers/com.charcoaldesign.SwiftFormat-for-Xcode' ,
18
+ '~/Library/Group Containers/com.charcoaldesign.SwiftFormat' ,
19
+ ]
20
+ end
You can’t perform that action at this time.
0 commit comments