From 15fa539cb59e0182b740c866599eb1e03d0eb043 Mon Sep 17 00:00:00 2001 From: James H Ball Date: Tue, 31 Dec 2024 14:34:19 +0000 Subject: [PATCH] cat project file for debugging --- ci/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/build.sh b/ci/build.sh index cb0e7ac..7b41998 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -8,6 +8,7 @@ eval "$RESAVE_COMMAND" # Build mac version if [ "$OS" = "mac" ]; then + cat "$ROOT/Builds/MacOSX/$PLUGIN.xcodeproj/project.pbxproj" "$ROOT/ci/remove_embed_frameworks.sh" "$ROOT/Builds/MacOSX/$PLUGIN.xcodeproj/project.pbxproj" $PLUGIN cd "$ROOT/Builds/MacOSX"