mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
Fix project path in preflight check script
This commit is contained in:
parent
484ad5b968
commit
acdadc71d3
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ echo ""
|
||||||
|
|
||||||
# Check if Xcode project uses version.xcconfig
|
# Check if Xcode project uses version.xcconfig
|
||||||
echo "📌 Xcode Project Configuration:"
|
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 [[ -f "$XCODEPROJ" ]]; then
|
||||||
if grep -q "version.xcconfig" "$XCODEPROJ"; then
|
if grep -q "version.xcconfig" "$XCODEPROJ"; then
|
||||||
check_pass "Xcode project references version.xcconfig"
|
check_pass "Xcode project references version.xcconfig"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue