Skip to content

Commit

Permalink
feat 앱 아이콘, Display Name 지정 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe0929 committed Jun 2, 2024
1 parent 85948b5 commit 718dc48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,7 @@
FacebookDisplayName = "${FacebookDisplayName}";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "SOPKATHON-iOS-TEAM2/Common/Resources/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = "너 이거 알아?";
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
Expand Down Expand Up @@ -759,6 +760,7 @@
FacebookDisplayName = "${FacebookDisplayName}";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "SOPKATHON-iOS-TEAM2/Common/Resources/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = "너 이거 알아?";
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"images" : [
{
"filename" : "Frame 136.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 718dc48

Please sign in to comment.