Skip to content

Commit 71e6fca

Browse files
committed
adjust 3rd party acknowledgements to compress vertically
1 parent 23090b7 commit 71e6fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Pippin/Extensions/UIKit/UIViewController/InfoViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ private extension InfoViewController {
176176
"\n\n" +
177177
"version \(version) build \(build)" +
178178
(acknowledgements != nil ? "\n\n\(acknowledgements!)" : "") +
179-
(thirdPartyKits != nil ? "\n\n3rd party software used in this app:\n \(thirdPartyKits!.joined(separator: "\n"))" : "") +
180-
"\n\n\n" +
179+
(thirdPartyKits != nil ? "\n\n3rd party software used in this app:\n \(thirdPartyKits!.joined(separator: ", "))" : "") +
180+
"\n\n" +
181181
"\(tworingURL)"
182182
)
183183

0 commit comments

Comments
 (0)