From b82a308b174a98b469480636e73d1a9014db36bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tahir=20Toprak=20Karabekiro=C4=9Flu?= <152335332+TahirToprakKarabekiroglu@users.noreply.github.com> Date: Fri, 25 Oct 2024 04:45:12 +0300 Subject: [PATCH] Enable macOS support --- .gitignore | 2 ++ Project.xml | 8 +++++--- list.txt | 0 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 list.txt diff --git a/.gitignore b/.gitignore index 8155c8a2338..c93f18907c5 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,8 @@ vs_Community.exe # Local history which shouldn't be shared. .history .ionide +# macOS file attribute which can cause problems when uploading. +*.DS_Store # ! means a file should be added regardless of it it gets ignored prior. # Including to allow others to use already set-up configuration tweaked for the project. !.vscode/settings.json diff --git a/Project.xml b/Project.xml index 82b354cfee4..62791bded88 100644 --- a/Project.xml +++ b/Project.xml @@ -34,7 +34,7 @@
- +
@@ -98,10 +98,12 @@
- + +
- + +
diff --git a/list.txt b/list.txt new file mode 100644 index 00000000000..e69de29bb2d