Skip to content

Commit acc3a9c

Browse files
nicklockwoodvitorgalvao
authored andcommitted
Add Swiftformat for Xcode 0.43.3 (#74981)
1 parent 786e9fd commit acc3a9c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Casks/swiftformat-for-xcode.rb

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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

0 commit comments

Comments
 (0)