Skip to content

Commit

Permalink
[#510] Clean up unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ducbm051291 committed Aug 22, 2023
1 parent fa4a681 commit 71ef49a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion fastlane/Constants/Constant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ enum Constant {
static let projectPath: String = "./\(projectName).xcodeproj"
static let testOutputDirectoryPath = "./fastlane/test_output"
static let infoPlistPath = "\(projectName)/Configurations/Plists/Info.plist"
static let keychainPath = "~/Library/Keychains/\(keychainName)-db"

// MARK: Platform

Expand Down
3 changes: 0 additions & 3 deletions fastlane/Helpers/Keychain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ enum Keychain {
}

static func remove() {
guard FileManager.default.fileExists(atPath: Constant.keychainPath) else {
return log(message: "Couldn't find the Keychain")
}
deleteKeychain(
name: .userDefined(Constant.keychainName)
)
Expand Down

0 comments on commit 71ef49a

Please sign in to comment.