commit fd29ee059407210b4e8f671e15dfd9ced30764fb
parent 35fce508d7363e633b4c232dc6f27c96bd5090be
Author: Marc Stibane <marc@taler.net>
Date: Sun, 29 Jan 2023 08:11:17 +0100
Build settings, gitignore
Diffstat:
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -8,4 +8,7 @@ cross/android-*.cross.txt
build-*
builddir
-.env
-\ No newline at end of file
+# Xcode user data
+*.xcodeproj/**/xcuserdata
+
+.env
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;
};