|
|
|
@ -28,7 +28,7 @@ platform :ios do
|
|
|
|
ensure_git_status_clean
|
|
|
|
ensure_git_status_clean
|
|
|
|
begin
|
|
|
|
begin
|
|
|
|
bump_build
|
|
|
|
bump_build
|
|
|
|
build_app
|
|
|
|
build
|
|
|
|
app_store_connect_api_key(
|
|
|
|
app_store_connect_api_key(
|
|
|
|
key_id: 'YQ64K5M9H3',
|
|
|
|
key_id: 'YQ64K5M9H3',
|
|
|
|
issuer_id: '67816921-cf8f-453f-b6a4-83293280f4a3',
|
|
|
|
issuer_id: '67816921-cf8f-453f-b6a4-83293280f4a3',
|
|
|
|
@ -62,12 +62,12 @@ platform :ios do
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
lane :testflight do
|
|
|
|
lane :publish_testflight do
|
|
|
|
ensure_git_status_clean
|
|
|
|
ensure_git_status_clean
|
|
|
|
|
|
|
|
|
|
|
|
begin
|
|
|
|
begin
|
|
|
|
bump_build
|
|
|
|
bump_build
|
|
|
|
build_app
|
|
|
|
build
|
|
|
|
|
|
|
|
|
|
|
|
app_store_connect_api_key(
|
|
|
|
app_store_connect_api_key(
|
|
|
|
key_id: 'YQ64K5M9H3',
|
|
|
|
key_id: 'YQ64K5M9H3',
|
|
|
|
@ -95,7 +95,7 @@ platform :ios do
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
private_lane :build_app do
|
|
|
|
private_lane :build do
|
|
|
|
build_ios_app(
|
|
|
|
build_ios_app(
|
|
|
|
workspace: ENV['WORKSPACE'],
|
|
|
|
workspace: ENV['WORKSPACE'],
|
|
|
|
configuration: 'Release',
|
|
|
|
configuration: 'Release',
|
|
|
|
|