Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aduryagin committed Dec 3, 2022
1 parent 0933531 commit 065c341
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Work Timer/README.md → README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Work Timer
A simple Pomodoro tracker app for MacOS.

![](https://github.com/aduryagin/Work-Timer/blob/main/demo.gif)
![](https://github.com/aduryagin/Work-Timer/blob/main/Work-Timer.gif)

## Description
Every vertical line or section on the progress bar is a 25 minute work session (1 pomodoro).
Expand Down
10 changes: 5 additions & 5 deletions Work Timer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
61C6F972293B93DB00BC66F8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 61C6F971293B93DB00BC66F8 /* Assets.xcassets */; };
61C6F975293B93DB00BC66F8 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 61C6F974293B93DB00BC66F8 /* Preview Assets.xcassets */; };
61C6F97F293BA91700BC66F8 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61C6F97E293BA91700BC66F8 /* AppDelegate.swift */; };
61C6F982293BDAB700BC66F8 /* demo.gif in Resources */ = {isa = PBXBuildFile; fileRef = 61C6F981293BDAB700BC66F8 /* demo.gif */; };
61C6F982293BDAB700BC66F8 /* Work-Timer.gif in Resources */ = {isa = PBXBuildFile; fileRef = 61C6F981293BDAB700BC66F8 /* Work-Timer.gif */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -24,7 +24,7 @@
61C6F976293B93DB00BC66F8 /* Work_Timer.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Work_Timer.entitlements; sourceTree = "<group>"; };
61C6F97E293BA91700BC66F8 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
61C6F980293BD70900BC66F8 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
61C6F981293BDAB700BC66F8 /* demo.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = demo.gif; sourceTree = "<group>"; };
61C6F981293BDAB700BC66F8 /* Work-Timer.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = "Work-Timer.gif"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -41,6 +41,8 @@
61C6F961293B93DA00BC66F8 = {
isa = PBXGroup;
children = (
61C6F980293BD70900BC66F8 /* README.md */,
61C6F981293BDAB700BC66F8 /* Work-Timer.gif */,
61C6F96C293B93DA00BC66F8 /* Work Timer */,
61C6F96B293B93DA00BC66F8 /* Products */,
);
Expand All @@ -63,8 +65,6 @@
61C6F976293B93DB00BC66F8 /* Work_Timer.entitlements */,
61C6F973293B93DB00BC66F8 /* Preview Content */,
61C6F97E293BA91700BC66F8 /* AppDelegate.swift */,
61C6F980293BD70900BC66F8 /* README.md */,
61C6F981293BDAB700BC66F8 /* demo.gif */,
);
path = "Work Timer";
sourceTree = "<group>";
Expand Down Expand Up @@ -136,7 +136,7 @@
buildActionMask = 2147483647;
files = (
61C6F975293B93DB00BC66F8 /* Preview Assets.xcassets in Resources */,
61C6F982293BDAB700BC66F8 /* demo.gif in Resources */,
61C6F982293BDAB700BC66F8 /* Work-Timer.gif in Resources */,
61C6F972293B93DB00BC66F8 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
File renamed without changes

0 comments on commit 065c341

Please sign in to comment.