@@ -31,15 +31,15 @@ extension Post: CaseIterable {
3131 kind: . project,
3232 links: [
3333 . init(
34- title: " PrismUI on GitHub " ,
34+ title: " PrismUI on GitHub " ,
3535 href: " https://github.com/erikbdev/PrismUI " ,
3636 role: . primary
3737 ) ,
3838 . init(
39- title: " SSKeyboardHue on GitHub " ,
39+ title: " SSKeyboardHue on GitHub " ,
4040 href: " https://github.com/erikbdev/SSKeyboardHue " ,
4141 role: . secondary
42- )
42+ ) ,
4343 ]
4444 ) ,
4545 Self (
@@ -49,7 +49,7 @@ extension Post: CaseIterable {
4949 ) ,
5050 title: " Anime Now! \u{2014} An iOS and macOS App " ,
5151 content: """
52-
52+
5353 """ ,
5454 date: Date ( month: 9 , day: 15 , year: 2022 ) ,
5555 kind: . project
@@ -62,7 +62,7 @@ extension Post: CaseIterable {
6262 kind: . project,
6363 links: [
6464 . init(
65- title: " Mochi Website " ,
65+ title: " Mochi Website " ,
6666 href: " https://mochi.erikb.dev " ,
6767 role: . primary
6868 )
@@ -106,17 +106,17 @@ extension Post: CaseIterable {
106106 Self (
107107 title: " XTool is Awesome " ,
108108 content: """
109- [xtool](https://github.com/xtool-org/xtool) is a tool that attempts to replace Xcode and use Swift Package Manager to \
110- build and deploy iOS apps on macOS, Linux, and Windows! \
111- I have been working closely with the developer to support for App Extensions and also resolve additional issues.
109+ [xtool](https://github.com/xtool-org/xtool) is a tool that attempts to replace Xcode and use Swift Package Manager to \
110+ build and deploy iOS apps on macOS, Linux, and Windows! \
111+ I have been working closely with the developer to support for App Extensions and also resolve additional issues.
112112
113- I hope to also replace " AppleProductTypes " , a library used to build iOS and macOS apps using Swift Playgrounds, in favor of \
114- " XToolProductTypes. "
115- """ ,
113+ I hope to also replace " AppleProductTypes " , a library used to build iOS and macOS apps using Swift Playgrounds, in favor of \
114+ " XToolProductTypes. "
115+ """ ,
116116 date: Date ( month: 7 , day: 20 , year: 2025 ) ,
117117 kind: . blog,
118118 hidden: true
119- )
119+ ) ,
120120 ]
121121 . sorted { $0. date < $1. date }
122122 . filter { !$0. hidden }
0 commit comments