Skip to content

Commit 4cb6883

Browse files
committed
Update acknowledgements.
1 parent 4bf69e9 commit 4cb6883

File tree

3 files changed

+88
-0
lines changed

3 files changed

+88
-0
lines changed

ElementX/SupportingFiles/Settings.bundle/Acknowledgements.plist

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,14 @@
178178
<key>Type</key>
179179
<string>PSChildPaneSpecifier</string>
180180
</dict>
181+
<dict>
182+
<key>File</key>
183+
<string>Packages/swift-clocks</string>
184+
<key>Title</key>
185+
<string>swift-clocks</string>
186+
<key>Type</key>
187+
<string>PSChildPaneSpecifier</string>
188+
</dict>
181189
<dict>
182190
<key>File</key>
183191
<string>Packages/swift-collections</string>
@@ -186,6 +194,14 @@
186194
<key>Type</key>
187195
<string>PSChildPaneSpecifier</string>
188196
</dict>
197+
<dict>
198+
<key>File</key>
199+
<string>Packages/swift-concurrency-extras</string>
200+
<key>Title</key>
201+
<string>swift-concurrency-extras</string>
202+
<key>Type</key>
203+
<string>PSChildPaneSpecifier</string>
204+
</dict>
189205
<dict>
190206
<key>File</key>
191207
<string>Packages/swift-custom-dump</string>
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>PreferenceSpecifiers</key>
6+
<array>
7+
<dict>
8+
<key>FooterText</key>
9+
<string>MIT License
10+
11+
Copyright (c) 2022 Point-Free
12+
13+
Permission is hereby granted, free of charge, to any person obtaining a copy
14+
of this software and associated documentation files (the "Software"), to deal
15+
in the Software without restriction, including without limitation the rights
16+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17+
copies of the Software, and to permit persons to whom the Software is
18+
furnished to do so, subject to the following conditions:
19+
20+
The above copyright notice and this permission notice shall be included in all
21+
copies or substantial portions of the Software.
22+
23+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
29+
SOFTWARE.
30+
</string>
31+
<key>Type</key>
32+
<string>PSGroupSpecifier</string>
33+
</dict>
34+
</array>
35+
</dict>
36+
</plist>
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>PreferenceSpecifiers</key>
6+
<array>
7+
<dict>
8+
<key>FooterText</key>
9+
<string>MIT License
10+
11+
Copyright (c) 2023 Point-Free
12+
13+
Permission is hereby granted, free of charge, to any person obtaining a copy
14+
of this software and associated documentation files (the "Software"), to deal
15+
in the Software without restriction, including without limitation the rights
16+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17+
copies of the Software, and to permit persons to whom the Software is
18+
furnished to do so, subject to the following conditions:
19+
20+
The above copyright notice and this permission notice shall be included in all
21+
copies or substantial portions of the Software.
22+
23+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
29+
SOFTWARE.
30+
</string>
31+
<key>Type</key>
32+
<string>PSGroupSpecifier</string>
33+
</dict>
34+
</array>
35+
</dict>
36+
</plist>

0 commit comments

Comments
 (0)