From 11fbe19f80db29d2b9b08eb4d766e6dae0915b9d Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sat, 4 Jan 2025 20:57:57 +0100 Subject: [PATCH] Update build-ios.yaml --- .github/workflows/build-ios.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-ios.yaml b/.github/workflows/build-ios.yaml index 98a87ebc..edd4baba 100644 --- a/.github/workflows/build-ios.yaml +++ b/.github/workflows/build-ios.yaml @@ -27,8 +27,8 @@ jobs: pods-path: "ios/Podfile" configuration: Release # Change later to app-store if wanted - #export-method: app-store - export-method: ad-hoc + export-method: app-store + #export-method: ad-hoc workspace-path: "ios/Streamyfin.xcodeproj/project.xcworkspace/" project-path: "ios/Streamyfin.xcodeproj" scheme: Streamyfin