Closed yongbeomkwak closed 1 month ago
์ฌ์ฌ ํ์์์ด ์๋ฒ์์ ๋ณด๋ด์ฃผ๋ ํ๋๊ทธ์ ๋ฐ๋ฅธ ์๋ง์ ์ฑ ์์ด์ฝ์ผ๋ก ๋ณ๊ฒฝ์ด ํ์ํฉ๋๋ค.
Resolves: #1320
enum SplashLogoType: String { case usual = "Splash_Logo_Main" case halloween = "Splash_Logo_Halloween" case xmas = "Splash_Logo_Xmas" var icon: String? { switch self { case .usual: return nil case .halloween: return "HalloweenAppIcon" case .xmas: return "XmasAppIcon" } } } func changeAppIcon(_ type: SplashLogoType) { guard UIApplication.shared.alternateIconName != type.icon else { return } UIApplication.shared.setAlternateIconName(type.icon) }
XCConfig
๋ ธ์
README
"API ๊ฐ๋ฐ ์๋ฃ๋์ด์"
"XCConfig ๊ฐ ์ถ๊ฐ๋์์ด์"
@yongbeomkwak
๐ก ๋ฐฐ๊ฒฝ ๋ฐ ๊ฐ์
์ฌ์ฌ ํ์์์ด ์๋ฒ์์ ๋ณด๋ด์ฃผ๋ ํ๋๊ทธ์ ๋ฐ๋ฅธ ์๋ง์ ์ฑ ์์ด์ฝ์ผ๋ก ๋ณ๊ฒฝ์ด ํ์ํฉ๋๋ค.
Resolves: #1320
๐ ์์ ๋ด์ฉ
๐โโ๏ธ ๋ฆฌ๋ทฐ๋ ธํธ
โ PR ์ฒดํฌ๋ฆฌ์คํธ
XCConfig
,๋ ธ์
,README
)"API ๊ฐ๋ฐ ์๋ฃ๋์ด์"
,"XCConfig ๊ฐ ์ถ๊ฐ๋์์ด์"
)๐ธ ๊ธฐํ