Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking โ€œSign up for GitHubโ€, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

๐Ÿ”— :: (#48) XCConfig ์„ค์ • #89

Merged
merged 29 commits into from
Dec 21, 2023
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
47d00ad
๐Ÿ“ :: gitignore ์— XCConfig ์ถ”๊ฐ€
HongSJae Dec 16, 2023
4e69aab
๐Ÿงฉ :: ConfigurationPlugin ์ถ”๊ฐ€
HongSJae Dec 16, 2023
dc222b2
๐Ÿงฉ :: App/Tests ์ถ”๊ฐ€
HongSJae Dec 16, 2023
f280164
๐Ÿงฉ :: Project Template ์ˆ˜์ •
HongSJae Dec 16, 2023
76e6bc0
๐Ÿ› ๏ธ :: Presentation์— ์žˆ๋Š” Resource ๋ชจ๋‘ DesignSystem์œผ๋กœ ์ด๋™
HongSJae Dec 16, 2023
c6a2b12
๐Ÿงฉ :: OnboardingImage
HongSJae Dec 16, 2023
1bb998d
๐Ÿงฉ :: JobisLottieView
HongSJae Dec 16, 2023
06b8146
๐Ÿ› ๏ธ :: ๋ณต์ˆ˜๋ช…์‚ฌ๋กœ ๋ณ€์ˆ˜๋ช… ์ˆ˜์ •
HongSJae Dec 16, 2023
ab2fbf3
๐Ÿงฉ :: Plugins ์— ConfigurationPlugin ์ถ”๊ฐ€
HongSJae Dec 16, 2023
e2e0eb4
๐Ÿงฉ :: OnboardingVC Designsystem ์‚ฌ์šฉ
HongSJae Dec 16, 2023
1b373eb
๐Ÿงฉ :: Presentation Resources ์ œ๊ฑฐ
HongSJae Dec 16, 2023
c93a89b
๐Ÿงฉ :: entitlements
HongSJae Dec 16, 2023
5abe577
๐Ÿ› ๏ธ :: JwtPlugin init ๋„ฃ์–ด์ฃผ๊ธฐ
HongSJae Dec 16, 2023
31c8cce
๐Ÿ› ๏ธ :: staticLibarary
HongSJae Dec 16, 2023
7b43dc6
๐Ÿงฉ :: Info.plist ์ˆ˜์ •
HongSJae Dec 16, 2023
15b55f3
Revert "๐Ÿงฉ :: Info.plist ์ˆ˜์ •"
HongSJae Dec 17, 2023
7414d5f
๐Ÿงฉ :: Info.plist ํ™˜๊ฒฝ ๋ณ€์ˆ˜ ์„ค์ •
HongSJae Dec 17, 2023
d1055d5
๐Ÿงฉ :: Project Template
HongSJae Dec 17, 2023
a2ce4d2
๐Ÿ› ๏ธ :: Lib Dependency baseSetting
HongSJae Dec 17, 2023
06f70f6
๐Ÿงฉ :: Sources/Resources Template
HongSJae Dec 17, 2023
b5a5707
๐Ÿงฉ :: DesignSystem Demo ์ถ”๊ฐ€
HongSJae Dec 17, 2023
21437b3
๐Ÿงฉ :: Presentation/AppNetwork/Flow/Domain/Data TargetTest ์ถ”๊ฐ€
HongSJae Dec 17, 2023
1170bed
๐Ÿงฉ :: CodeSign ์ถ”๊ฐ€
HongSJae Dec 17, 2023
39958c8
๐Ÿงฉ :: Product Project.swift ํŒŒ์ผ ์ˆ˜์ •
HongSJae Dec 17, 2023
f23acc2
๐Ÿ› ๏ธ :: Path XCConfig ํŒŒ์ผ return ์ง€์›€
HongSJae Dec 17, 2023
b9de78c
๐Ÿ› ๏ธ :: BASE_URL -> API_BASE_URL
HongSJae Dec 17, 2023
668134a
๐Ÿงฉ :: Graph update
HongSJae Dec 17, 2023
c296a82
โ™ป๏ธ :: CI Scripts ์ˆ˜์ •
HongSJae Dec 17, 2023
5033c78
Merge branch 'develop' into feature/(#48)-xcconfig_setting
HongSJae Dec 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'develop' into feature/(#48)-xcconfig_setting
HongSJae authored Dec 21, 2023
commit 5033c784335604c1f239efefa71aa18da9e80962
18 changes: 18 additions & 0 deletions Projects/Modules/DesignSystem/Sources/Image/JobisIcon.swift
Original file line number Diff line number Diff line change
@@ -32,6 +32,8 @@ public enum JobisIcon {
switch self {
case .arrowRight:
return dsIcons.arrowRight.image
case .arrowNavigate:
return dsIcons.arrowNavigate.image
case .door:
return dsIcons.door.image
case .bugBox:
@@ -46,6 +48,22 @@ public enum JobisIcon {
return dsIcons.withdrawal.image
case .logout:
return dsIcons.logout.image
case .bookmarkOn:
return dsIcons.bookmarkOn.image
case .bookmarkOff:
return dsIcons.bookmarkOff.image
case .searchIcon:
return dsIcons.searchIcon.image
case .filterIcon:
return dsIcons.filterIcon.image
case .profile:
return dsIcons.profile.image
case .bell:
return dsIcons.bell.image
case .officeBuilding:
return dsIcons.officeBuilding.image
case .snowman:
return dsIcons.snowman.image
}
}
}
You are viewing a condensed version of this merge commit. You can view the full changes here.