File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,16 @@ default_platform(:ios)
33xcode_select "/Applications/Xcode.app"
44
55platform :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" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Free video dictionary of Auslan signs
33
44publish_to : ' none'
55
6- version : 1.19.18+836
6+ version : 1.19.20+838
77
88environment :
99 sdk : ' >=2.18.0 <3.0.0'
You can’t perform that action at this time.
0 commit comments