更新地图模版

This commit is contained in:
ddisfriend
2024-04-16 10:59:59 +08:00
parent 4018a59c7a
commit 59ee74d9ec
8 changed files with 18 additions and 10 deletions

View File

@@ -66,4 +66,9 @@ lane :preRelease do
)
pgyer(api_key: "f024760fe1519016c3a61b7a29f19dcb", update_description: "模拟环境")
end
lane :release do
sync_code_signing(type: "appstore") # see code signing guide for more information
build_app(scheme: "MyApp")
upload_to_app_store # upload your app to App Store Connect
end
end