Skip to content

Commit b354001

Browse files
committed
Use shared match repo
1 parent 0610ec8 commit b354001

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

ios/fastlane/Fastfile

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ default_platform(:ios)
33
xcode_select "/Applications/Xcode.app"
44

55
platform :ios do
6-
desc Upload screenshots
6+
desc "Upload screenshots"
77
lane :screenshots do
88
create_keychain(
99
name: ENV['MATCH_KEYCHAIN_NAME'],
1010
password: ENV["MATCH_KEYCHAIN_PASSWORD"],
11-
default_keychain: true,
11+
default_keychain: false,
1212
unlock: true,
1313
timeout: 0,
14-
lock_when_sleeps: false
14+
lock_when_sleeps: false,
15+
add_to_search_list: true
1516
)
1617
match(
1718
type: "appstore",
@@ -33,10 +34,11 @@ platform :ios do
3334
create_keychain(
3435
name: ENV['MATCH_KEYCHAIN_NAME'],
3536
password: ENV["MATCH_KEYCHAIN_PASSWORD"],
36-
default_keychain: true,
37+
default_keychain: false,
3738
unlock: true,
3839
timeout: 0,
39-
lock_when_sleeps: false
40+
lock_when_sleeps: false,
41+
add_to_search_list: true
4042
)
4143
api_key = app_store_connect_api_key(
4244
key_id: "AKTDZ5L3QV",

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Free video dictionary of Auslan signs
33

44
publish_to: 'none'
55

6-
version: 1.19.18+836
6+
version: 1.19.20+838
77

88
environment:
99
sdk: '>=2.18.0 <3.0.0'

0 commit comments

Comments
 (0)