Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DesignToolbox/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ platform :ios, '15.0'

target 'DesignToolbox (iOS)' do
pod 'SwiftLint', '0.62.1'
pod 'SwiftFormat/CLI', '0.58.3'
pod 'SwiftFormat/CLI', '0.58.5'
end

post_install do |installer|
Expand Down
8 changes: 4 additions & 4 deletions DesignToolbox/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- SwiftFormat/CLI (0.58.3)
- SwiftFormat/CLI (0.58.5)
- SwiftLint (0.62.1)

DEPENDENCIES:
- SwiftFormat/CLI (= 0.58.3)
- SwiftFormat/CLI (= 0.58.5)
- SwiftLint (= 0.62.1)

SPEC REPOS:
Expand All @@ -12,9 +12,9 @@ SPEC REPOS:
- SwiftLint

SPEC CHECKSUMS:
SwiftFormat: 6f8d2d6c8c0e9539d1f4ec56b2132c9b72f8ee03
SwiftFormat: c6c5deb5c69c5893d9012b17a0df3c3784921c8f
SwiftLint: 6a9eb020853558a7eaf00f655636b5d6ad15bd02

PODFILE CHECKSUM: 0245a78760163ebd7781381a0567cf15a23901e9
PODFILE CHECKSUM: 0f5473d03fcf57758f08ecdb331b606edee99975

COCOAPODS: 1.16.2
Loading