added missing fastfile fields

This commit is contained in:
Violet Caulfield
2025-02-13 09:20:43 -06:00
parent efea3800dd
commit 420c2cac44
+4 -1
View File
@@ -54,8 +54,11 @@ platform :ios do
# http://docs.fastlane.tools/actions/upload_to_testflight/#upload_to_testflight
upload_to_testflight(
api_key_path: "fastlane/appstore_connect_api_key.json",
beta_app_feedback_email: "violet@cosmonautical.cloud",
beta_app_description: "A music app for Jellyfin",
expire_previous_builds: true,
distribute_external: true
distribute_external: true,
changelog: "General Functionality, User Experience"
)
end
end