Skip to content

Commit 1e05e06

Browse files
committed
Removed the Xcode project
1 parent ba45319 commit 1e05e06

File tree

5 files changed

+12
-924
lines changed

5 files changed

+12
-924
lines changed

.gitignore

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
#
2-
# Callstack Library - Library creating human-readable call stacks.
2+
# CallstackLibrary - Library creating human-readable call stacks.
33
#
44
# Copyright (C) 2022, 2024 mhahnFr
55
#
6-
# This file is part of the CallstackLibrary. This library is free software:
7-
# you can redistribute it and/or modify it under the terms of the
8-
# GNU General Public License as published by the Free Software Foundation,
9-
# either version 3 of the License, or (at your option) any later version.
6+
# This file is part of the CallstackLibrary.
107
#
11-
# This library is distributed in the hope that it will be useful,
8+
# The CallstackLibrary is free software: you can redistribute it and/or modify
9+
# it under the terms of the GNU General Public License as published by
10+
# the Free Software Foundation, either version 3 of the License, or
11+
# (at your option) any later version.
12+
#
13+
# The CallstackLibrary is distributed in the hope that it will be useful,
1214
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1315
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1416
# GNU General Public License for more details.
1517
#
16-
# You should have received a copy of the GNU General Public License along with
17-
# this library, see the file LICENSE. If not, see <https://www.gnu.org/licenses/>.
18+
# You should have received a copy of the GNU General Public License along with the
19+
# CallstackLibrary, see the file LICENSE. If not, see <https://www.gnu.org/licenses/>.
1820
#
1921

2022
# Prerequisites
@@ -67,6 +69,8 @@ dkms.conf
6769

6870
# Xcode project user data
6971
xcuserdata/
72+
*.xcodeproj/
73+
*.xcworkspace/
7074

7175
# macOS spcific
7276
.DS_Store

0 commit comments

Comments
 (0)