mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-15 11:59:21 +01:00
Update Fastfile
This commit is contained in:
parent
bb6d443670
commit
54166c0592
1 changed files with 11 additions and 0 deletions
|
@ -511,6 +511,17 @@ end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
desc "Delete temporary keychain"
|
||||||
|
lane :delete_temp_keychain do
|
||||||
|
UI.message("Deleting temporary keychain...")
|
||||||
|
|
||||||
|
delete_keychain(
|
||||||
|
name: "temp_keychain"
|
||||||
|
) if File.exist?(File.expand_path("~/Library/Keychains/temp_keychain-db"))
|
||||||
|
|
||||||
|
UI.message("Temporary keychain deleted successfully.")
|
||||||
|
end
|
||||||
|
|
||||||
# Helper method to determine which iOS version to use
|
# Helper method to determine which iOS version to use
|
||||||
private_lane :determine_ios_version do
|
private_lane :determine_ios_version do
|
||||||
# Get available iOS simulator runtimes
|
# Get available iOS simulator runtimes
|
||||||
|
|
Loading…
Add table
Reference in a new issue