Skip to content

Commit 1d3146a

Browse files
author
Noah Oleana
committed
weeehoo
1 parent c6d07c8 commit 1d3146a

File tree

1 file changed

+29
-24
lines changed

1 file changed

+29
-24
lines changed

Diff for: fastlane/Fastfile

+29-24
Original file line numberDiff line numberDiff line change
@@ -142,33 +142,38 @@ before_all do
142142

143143
# setup_ci if ENV['CI']
144144

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+
# )
152152

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+
# )
158158

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+
# )
167167

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,
172177
)
173178

174179
gym(

0 commit comments

Comments
 (0)