This repository was archived by the owner on Mar 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ struct Credit: Identifiable {
1111
1212struct AboutView : View {
1313 private let credits : [ Credit ] = [
14+ Credit (
15+ name: " SuperGamer474 " ,
16+ role: " Developer " ,
17+ profileURL: URL ( string: " https://github.com/SuperGamer474 " ) !,
18+ avatarURL: URL ( string: " https://github.com/SuperGamer474.png " ) !
19+ ) ,
1420 Credit (
1521 name: " zhlynn " ,
1622 role: " Original zsign " ,
@@ -23,12 +29,6 @@ struct AboutView: View {
2329 profileURL: URL ( string: " https://github.com/khcrysalis " ) !,
2430 avatarURL: URL ( string: " https://github.com/khcrysalis.png " ) !
2531 ) ,
26- Credit (
27- name: " SuperGamer474 " ,
28- role: " Developer " ,
29- profileURL: URL ( string: " https://github.com/SuperGamer474 " ) !,
30- avatarURL: URL ( string: " https://github.com/SuperGamer474.png " ) !
31- ) ,
3232 Credit (
3333 name: " loyahdev " ,
3434 role: " iOS Certificates Source " ,
You can’t perform that action at this time.
0 commit comments