Skip to content

Commit

Permalink
🎨 :: μ½”λ“œ Formatting 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
yongbeomkwak committed Oct 26, 2024
1 parent 57e1807 commit 0219f3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Projects/App/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ let alternativeAppIconNames: [String] = ["HalloweenAppIcon", " XmasAppIcon"]

let settinges: Settings =
.settings(
base: env.baseSetting.merging(["ASSETCATALOG_COMPILER_ALTERNATE_APPICON_NAMES" : .array(alternativeAppIconNames)]),
base: env.baseSetting
.merging(["ASSETCATALOG_COMPILER_ALTERNATE_APPICON_NAMES": .array(alternativeAppIconNames)]),
configurations: [
.debug(name: .debug),
.debug(name: .qa),
Expand Down

0 comments on commit 0219f3a

Please sign in to comment.