|
1 | 1 | # |
2 | | -# Callstack Library - Library creating human-readable call stacks. |
| 2 | +# CallstackLibrary - Library creating human-readable call stacks. |
3 | 3 | # |
4 | 4 | # Copyright (C) 2022, 2024 mhahnFr |
5 | 5 | # |
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. |
10 | 7 | # |
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, |
12 | 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 | 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | 16 | # GNU General Public License for more details. |
15 | 17 | # |
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/>. |
18 | 20 | # |
19 | 21 |
|
20 | 22 | # Prerequisites |
@@ -67,6 +69,8 @@ dkms.conf |
67 | 69 |
|
68 | 70 | # Xcode project user data |
69 | 71 | xcuserdata/ |
| 72 | +*.xcodeproj/ |
| 73 | +*.xcworkspace/ |
70 | 74 |
|
71 | 75 | # macOS spcific |
72 | 76 | .DS_Store |
|
0 commit comments