@@ -142,33 +142,38 @@ before_all do
142
142
143
143
# setup_ci if ENV['CI']
144
144
145
- app_store_connect_api_key (
146
- key_id : authentication_key_id ,
147
- issuer_id : authentication_key_issuer_id ,
148
- key_content : authentication_key_content ,
149
- is_key_content_base64 : true ,
150
- duration : 1200
151
- )
145
+ # app_store_connect_api_key(
146
+ # key_id: authentication_key_id,
147
+ # issuer_id: authentication_key_issuer_id,
148
+ # key_content: authentication_key_content,
149
+ # is_key_content_base64: true,
150
+ # duration: 1200
151
+ # )
152
152
153
- sync_code_signing (
154
- type : 'appstore' ,
155
- app_identifier : [ 'tt.kolektivo.mainnet' ] ,
156
- readonly : true ,
157
- )
153
+ # sync_code_signing(
154
+ # type: 'appstore',
155
+ # app_identifier: ['tt.kolektivo.mainnet'],
156
+ # readonly: true,
157
+ # )
158
158
159
- keychain_password = SecureRandom . base64
160
- create_keychain (
161
- name : "fastlane" ,
162
- unlock : true ,
163
- timeout : 3600 ,
164
- lock_when_sleeps : true ,
165
- password : keychain_password
166
- )
159
+ # keychain_password = SecureRandom.base64
160
+ # create_keychain(
161
+ # name: "fastlane",
162
+ # unlock: true,
163
+ # timeout: 3600,
164
+ # lock_when_sleeps: true,
165
+ # password: keychain_password
166
+ # )
167
167
168
- import_certificate (
169
- certificate_path : authentication_key_path ,
170
- keychain_name : "fastlane" ,
171
- keychain_password : keychain_password
168
+ # import_certificate(
169
+ # certificate_path: authentication_key_path,
170
+ # keychain_name: "fastlane",
171
+ # keychain_password: keychain_password
172
+ # )
173
+
174
+ match (
175
+ type : 'appstore' ,
176
+ readonly : true ,
172
177
)
173
178
174
179
gym (
0 commit comments