From 53a4dad6e6e1e72403c04e66eaa4ff7baa3f6751 Mon Sep 17 00:00:00 2001 From: Avinash Date: Sun, 28 Dec 2025 13:56:21 +0530 Subject: [PATCH] Update ipabuild.sh --- ipabuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipabuild.sh b/ipabuild.sh index c11dcca..587d677 100755 --- a/ipabuild.sh +++ b/ipabuild.sh @@ -17,7 +17,7 @@ xcodebuild -project "$WORKING_LOCATION/$APPLICATION_NAME.xcodeproj" \ -scheme "$APPLICATION_NAME" \ -configuration Release \ -derivedDataPath "$WORKING_LOCATION/build/DerivedDataApp" \ - -destination 'generic/platform=iOS' \ + -destination 'generic/platform=tvos' \ clean build \ CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED="NO"