-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from YAPP-Github/TNT-221-appFlowUI
[TNT-221] ์ ์ฒด ํ๋ฉด ํ๋ฆ ๊ด๋ จ ๋ณด์ ๋ก์ง ์์ฑ
- Loading branch information
Showing
30 changed files
with
447 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-270 KB
TnT/Projects/DesignSystem/Resources/Assets.xcassets/AppIcon.appiconset/AppIcon.png
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
TnT/Projects/DesignSystem/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+598 KB
TnT/Projects/DesignSystem/Resources/Assets.xcassets/AppIcon.appiconset/LOGO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions
6
...jects/DesignSystem/Resources/Assets.xcassets/Images/img_app_splash.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-4.54 KB
...tem/Resources/Assets.xcassets/Images/img_app_splash.imageset/img_app_splash.png
Binary file not shown.
Binary file added
BIN
+1.98 KB
...m/Resources/Assets.xcassets/Images/img_app_splash.imageset/img_app_splash1x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.89 KB
...m/Resources/Assets.xcassets/Images/img_app_splash.imageset/img_app_splash2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.87 KB
...m/Resources/Assets.xcassets/Images/img_app_splash.imageset/img_app_splash3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-9.87 KB
.../Resources/Assets.xcassets/Images/img_app_splash.imageset/[email protected]
Binary file not shown.
Binary file removed
BIN
-15.7 KB
.../Resources/Assets.xcassets/Images/img_app_splash.imageset/[email protected]
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// | ||
// AppLinks.swift | ||
// Domain | ||
// | ||
// Created by ๋ฐ๋ฏผ์ on 2/10/25. | ||
// Copyright ยฉ 2025 yapp25thTeamTnT. All rights reserved. | ||
// | ||
|
||
import Foundation | ||
|
||
public enum AppLinks { | ||
public static let termsOfService: String = "https://yapp25thteam.com/terms" | ||
public static let privacyPolicy: String = "https://yapp25thteam.com/privacy" | ||
public static let openSourceLicense: String = "https://yapp25thteam.com/license" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// | ||
// AppStorage.swift | ||
// Domain | ||
// | ||
// Created by ๋ฐ๋ฏผ์ on 2/10/25. | ||
// Copyright ยฉ 2025 yapp25thTeamTnT. All rights reserved. | ||
// | ||
|
||
import Foundation | ||
|
||
public enum AppStorage { | ||
public static let hideHomePopupUntil: String = "hideHomePopupUntil" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.