Skip to content

Commit

Permalink
CocoaPods Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Keqing Li committed Dec 1, 2021
1 parent aaa64dc commit 1c70a84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cocoapods.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import Foundation

let fm = FileManager.default
try? fm.removeItem(at: URL(fileURLWithPath: NSHomeDirectory()).appendingPathComponent(".cocoapods"))

0 comments on commit 1c70a84

Please sign in to comment.