Skip to content

Commit

Permalink
Haptics improvement and plural bundle display name
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Es committed Mar 5, 2023
1 parent 1df8188 commit 9f8a446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Daily Calorie Tracker Watch.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Sources/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "Daily Calorie";
INFOPLIST_KEY_CFBundleDisplayName = "Daily Calories";
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
INFOPLIST_KEY_WKWatchOnly = YES;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -395,7 +395,7 @@
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Sources/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "Daily Calorie";
INFOPLIST_KEY_CFBundleDisplayName = "Daily Calories";
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
INFOPLIST_KEY_WKWatchOnly = YES;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down

0 comments on commit 9f8a446

Please sign in to comment.