Fix project path in preflight check script

This commit is contained in:
Peter Steinberger 2025-06-23 04:26:53 +02:00
parent 484ad5b968
commit acdadc71d3

View file

@ -181,7 +181,7 @@ echo ""
# Check if Xcode project uses version.xcconfig
echo "📌 Xcode Project Configuration:"
XCODEPROJ="$PROJECT_ROOT/mac/VibeTunnel-Mac.xcodeproj/project.pbxproj"
XCODEPROJ="$PROJECT_ROOT/VibeTunnel-Mac.xcodeproj/project.pbxproj"
if [[ -f "$XCODEPROJ" ]]; then
if grep -q "version.xcconfig" "$XCODEPROJ"; then
check_pass "Xcode project references version.xcconfig"