commit 2508c7f611759c20ed7f8e590493ccf6f6380d0f
parent 070aa138cbfc24b6e62c2f8438bff547a2c5dc99
Author: Marc Stibane <marc@taler.net>
Date: Sun, 29 Jan 2023 08:11:17 +0100
Build settings, gitignore
Diffstat:
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -7,3 +7,6 @@ cross/android-*.cross.txt
build-*
builddir
+
+# Xcode user data
+*.xcodeproj/**/xcuserdata
diff --git a/QuickJS-rt.xcodeproj/project.pbxproj b/QuickJS-rt.xcodeproj/project.pbxproj
@@ -5051,6 +5051,7 @@
);
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
+ SKIP_INSTALL = YES;
};
name = Debug;
};
@@ -5073,6 +5074,7 @@
);
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
+ SKIP_INSTALL = YES;
};
name = Release;
};