Skip to content

Commit

Permalink
Fixed step counts incorrect when crossing dates (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuppejp committed Nov 13, 2022
1 parent ba35db8 commit 949e7ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Walkly.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
CODE_SIGN_ENTITLEMENTS = WalklyWidgetExtension.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = 358F964YVR;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = WalklyWidget/Info.plist;
Expand Down Expand Up @@ -409,7 +409,7 @@
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
CODE_SIGN_ENTITLEMENTS = WalklyWidgetExtension.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = 358F964YVR;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = WalklyWidget/Info.plist;
Expand Down Expand Up @@ -554,7 +554,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Walkly/Walkly.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_ASSET_PATHS = "\"Walkly/Preview Content\"";
DEVELOPMENT_TEAM = 358F964YVR;
ENABLE_PREVIEWS = YES;
Expand Down Expand Up @@ -592,7 +592,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Walkly/Walkly.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_ASSET_PATHS = "\"Walkly/Preview Content\"";
DEVELOPMENT_TEAM = 358F964YVR;
ENABLE_PREVIEWS = YES;
Expand Down

0 comments on commit 949e7ad

Please sign in to comment.