Skip to content

Commit

Permalink
Enable xcode build in fastlane beta
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill committed Dec 23, 2024
1 parent f4e61dd commit e9cbe28
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ platform :ios do
lane :beta do |options|
xcodes(version: "15.4")

# FIXME: Build and publish the app
# build_app(scheme: "Jellyfin",
# workspace: "ios/Jellyfin.xcworkspace",
# configuration: "Release")
app_store_connect_api_key()

build_app(
scheme: "Jellyfin",
workspace: "ios/Jellyfin.xcworkspace",
configuration: "Release"
)
end
end

0 comments on commit e9cbe28

Please sign in to comment.