Skip to content

Commit 3dd9877

Browse files
committed
Drop SwiftUINavigation acknowledgement entry
1 parent 2c411de commit 3dd9877

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

AppPackage/Sources/Resources/Resources/en.lproj/Constant.strings

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
"app.acknowledgement.link.uiImageColors" = "https://github.com/jathu/UIImageColors";
6666
"app.acknowledgement.link.sfSafeSymbols" = "https://github.com/SFSafeSymbols/SFSafeSymbols";
6767
"app.acknowledgement.link.systemNotification" = "https://github.com/danielsaidi/SystemNotification";
68-
"app.acknowledgement.link.swiftUINavigation" = "https://github.com/pointfreeco/swiftui-navigation";
6968
"app.acknowledgement.link.swiftCommonMark" = "https://github.com/gonzalezreal/SwiftCommonMark";
7069
"app.acknowledgement.link.ehTagTranslationDatabase" = "https://github.com/EhTagTranslation/Database";
7170
"app.acknowledgement.link.tca" = "https://github.com/pointfreeco/swift-composable-architecture";

AppPackage/Sources/SettingFeature/Components/AboutView.swift

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -150,14 +150,14 @@ struct AboutView: View {
150150
urlString: L10n.Constant.App.Acknowledgement.Link.kanna,
151151
text: L10n.Constant.App.Acknowledgement.Text.kanna
152152
),
153-
.init(
154-
urlString: L10n.Constant.App.Acknowledgement.Link.swiftGen,
155-
text: L10n.Constant.App.Acknowledgement.Text.swiftGen
156-
),
157153
.init(
158154
urlString: L10n.Constant.App.Acknowledgement.Link.colorful,
159155
text: L10n.Constant.App.Acknowledgement.Text.colorful
160156
),
157+
.init(
158+
urlString: L10n.Constant.App.Acknowledgement.Link.swiftGen,
159+
text: L10n.Constant.App.Acknowledgement.Text.swiftGen
160+
),
161161
.init(
162162
urlString: L10n.Constant.App.Acknowledgement.Link.kingfisher,
163163
text: L10n.Constant.App.Acknowledgement.Text.kingfisher
@@ -186,10 +186,6 @@ struct AboutView: View {
186186
urlString: L10n.Constant.App.Acknowledgement.Link.systemNotification,
187187
text: L10n.Constant.App.Acknowledgement.Text.systemNotification
188188
),
189-
.init(
190-
urlString: L10n.Constant.App.Acknowledgement.Link.swiftUINavigation,
191-
text: L10n.Constant.App.Acknowledgement.Text.swiftUINavigation
192-
),
193189
.init(
194190
urlString: L10n.Constant.App.Acknowledgement.Link.swiftCommonMark,
195191
text: L10n.Constant.App.Acknowledgement.Text.swiftCommonMark

0 commit comments

Comments
 (0)