Skip to content

Commit

Permalink
remove create_keychain fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marxeille committed Oct 11, 2024
1 parent 660b0f2 commit 9356a77
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions apps/mobile/ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ end
platform :ios do
desc "Push a new beta build to TestFlight"
lane :release do
create_keychain(
name: ENV["KEYCHAIN_NAME"],
password: ENV["KEYCHAIN_PASSWORD"],
default_keychain: true,
unlock: true,
timeout: 3600,
lock_when_sleeps: false
)
# create_keychain(
# name: ENV["KEYCHAIN_NAME"],
# password: ENV["KEYCHAIN_PASSWORD"],
# default_keychain: true,
# unlock: true,
# timeout: 3600,
# lock_when_sleeps: false
# )
if ENV["MATCH_GIT_BASIC_AUTHORIZATION"]
match(
storage_mode:'git',
Expand Down

0 comments on commit 9356a77

Please sign in to comment.