Skip to content

Commit

Permalink
Swiftlint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielDemarco committed Oct 31, 2024
1 parent 0ad7627 commit 6447346
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Examples/AppSizeTester/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let project = Project(
"UILaunchScreen": [
"UIColorName": "",
"UIImageName": ""
],
]
]
),
sources: ["AppSizeTester/Sources/**"],
Expand All @@ -39,7 +39,7 @@ let project = Project(
"UILaunchScreen": [
"UIColorName": "",
"UIImageName": ""
],
]
]
),
sources: ["AppSizeTester/Sources/**"],
Expand All @@ -57,7 +57,7 @@ let project = Project(
.release(name: "ReleaseWithSDK")
]
)
),
)
],
schemes: [
.scheme(
Expand Down

0 comments on commit 6447346

Please sign in to comment.