Skip to content

Commit

Permalink
release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lgvv committed Feb 28, 2024
1 parent 2b49c49 commit ffe4416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FunchApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = FunchApp/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "황금펀치";
INFOPLIST_KEY_CFBundleDisplayName = funch;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
Expand Down Expand Up @@ -1323,7 +1323,7 @@
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = FunchApp/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "황금펀치";
INFOPLIST_KEY_CFBundleDisplayName = funch;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
Expand Down
1 change: 1 addition & 0 deletions FunchApp/Presentation/HomeScene/HomeViewBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ struct HomeViewBuilder: Buildable {
return view
}
}

0 comments on commit ffe4416

Please sign in to comment.