-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from Isvvc/v1-documentation
V1 documentation
- Loading branch information
Showing
34 changed files
with
189 additions
and
73 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,38 @@ | ||
# Tickmate-iOS | ||
# Tickmate | ||
|
||
1-bit journal | ||
|
||
### Screenshots | ||
|
||
<img src="Images/Screenshots/iPhone 11 Pro Max 1.jpeg" height=400 /> <img src="Images/Screenshots/iPhone 11 Pro Max 2 - Tracks.jpeg" height=400 /> <img src="Images/Screenshots/iPhone 11 Pro Max 3 - Track.jpeg" height=400 /> | ||
|
||
## Description | ||
|
||
Tickmate allows you to track any daily occurrences. | ||
It is a is a 1-bit journal, meaning each day is either ticked or not. | ||
You can track anything from habits you wish to build or break to how often you wash your hair. | ||
|
||
+ Use a "reversed" track for occurrences you don't want to happen, so they're automatically ticked unless you untick them. | ||
+ You can use the "allow multiple" feature to be able to tick a single day multiple times. | ||
+ With iCloud sync, all your data will be securely synced across all devices. | ||
|
||
### Inspiration | ||
|
||
Tickmate for iOS was designed after [lordi/tickmate](https://github.com/lordi/tickmate) for Android. | ||
|
||
## Build | ||
|
||
Building Tickmate requires Xcode 12+ on macOS 10.15 or later for | ||
+ iOS Swift Package Manager support | ||
+ SwiftUI 2 | ||
|
||
Dependencies: | ||
|
||
* [malcommac/SwiftDate](https://github.com/malcommac/SwiftDate) | ||
* [siteline/SwiftUI-Introspect](https://github.com/siteline/SwiftUI-Introspect) | ||
|
||
These dependencies should be automatically fetched by Xcode. | ||
|
||
## License | ||
|
||
This project is open-source and licensed under the [The 2-Clause BSD License](LICENSE). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,25 @@ | ||
{ | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
}, | ||
"images" : [ | ||
{ | ||
"idiom" : "ipad", | ||
"scale" : "1x", | ||
"filename" : "icon-40.png", | ||
"size" : "40x40", | ||
"idiom" : "ipad" | ||
"size" : "40x40" | ||
}, | ||
{ | ||
"filename" : "[email protected]", | ||
"size" : "40x40", | ||
"idiom" : "ipad", | ||
"size" : "40x40", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"filename" : "[email protected]", | ||
"size" : "60x60", | ||
"scale" : "2x", | ||
"size" : "60x60", | ||
"filename" : "[email protected]", | ||
"idiom" : "iphone" | ||
}, | ||
{ | ||
|
@@ -25,134 +29,130 @@ | |
"filename" : "icon-72.png" | ||
}, | ||
{ | ||
"filename" : "[email protected]", | ||
"size" : "72x72", | ||
"scale" : "2x", | ||
"idiom" : "ipad" | ||
"filename" : "[email protected]", | ||
"idiom" : "ipad", | ||
"size" : "72x72" | ||
}, | ||
{ | ||
"size" : "76x76", | ||
"filename" : "icon-76.png", | ||
"idiom" : "ipad", | ||
"scale" : "1x", | ||
"idiom" : "ipad" | ||
"size" : "76x76" | ||
}, | ||
{ | ||
"filename" : "[email protected]", | ||
"scale" : "2x", | ||
"idiom" : "ipad", | ||
"size" : "76x76" | ||
"filename" : "[email protected]", | ||
"size" : "76x76", | ||
"idiom" : "ipad" | ||
}, | ||
{ | ||
"scale" : "1x", | ||
"idiom" : "ipad", | ||
"filename" : "icon-small-50.png", | ||
"size" : "50x50" | ||
"size" : "50x50", | ||
"idiom" : "ipad" | ||
}, | ||
{ | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"size" : "50x50", | ||
"scale" : "2x", | ||
"idiom" : "ipad" | ||
"size" : "50x50" | ||
}, | ||
{ | ||
"filename" : "icon-small.png", | ||
"idiom" : "iphone", | ||
"scale" : "1x", | ||
"size" : "29x29", | ||
"idiom" : "iphone" | ||
"filename" : "icon-small.png" | ||
}, | ||
{ | ||
"filename" : "[email protected]", | ||
"idiom" : "iphone", | ||
"size" : "29x29", | ||
"scale" : "2x" | ||
"filename" : "[email protected]", | ||
"scale" : "2x", | ||
"size" : "29x29" | ||
}, | ||
{ | ||
"idiom" : "iphone", | ||
"size" : "57x57", | ||
"scale" : "1x", | ||
"filename" : "icon.png" | ||
"filename" : "icon.png", | ||
"idiom" : "iphone", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "57x57", | ||
"scale" : "2x", | ||
"filename" : "[email protected]", | ||
"idiom" : "iphone" | ||
"idiom" : "iphone", | ||
"scale" : "2x", | ||
"size" : "57x57" | ||
}, | ||
{ | ||
"idiom" : "iphone", | ||
"size" : "29x29", | ||
"filename" : "[email protected]", | ||
"scale" : "3x" | ||
"idiom" : "iphone", | ||
"scale" : "3x", | ||
"size" : "29x29" | ||
}, | ||
{ | ||
"filename" : "[email protected]", | ||
"idiom" : "iphone", | ||
"scale" : "3x", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"size" : "40x40" | ||
}, | ||
{ | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"scale" : "3x", | ||
"size" : "60x60", | ||
"scale" : "3x" | ||
"idiom" : "iphone" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"size" : "40x40", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "ipad", | ||
"filename" : "icon-small.png", | ||
"scale" : "1x", | ||
"idiom" : "ipad" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"scale" : "2x", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]" | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"size" : "83.5x83.5", | ||
"size" : "29x29", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "83.5x83.5", | ||
"idiom" : "ipad", | ||
"scale" : "2x", | ||
"filename" : "[email protected]" | ||
}, | ||
{ | ||
"filename" : "[email protected]", | ||
"idiom" : "iphone", | ||
"size" : "20x20" | ||
"size" : "20x20", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"idiom" : "iphone", | ||
"size" : "20x20", | ||
"idiom" : "iphone", | ||
"scale" : "3x", | ||
"filename" : "[email protected]" | ||
}, | ||
{ | ||
"filename" : "notification-icon~ipad.png", | ||
"size" : "20x20", | ||
"idiom" : "ipad", | ||
"scale" : "1x" | ||
"scale" : "1x", | ||
"idiom" : "ipad" | ||
}, | ||
{ | ||
"scale" : "2x", | ||
"filename" : "[email protected]", | ||
"size" : "20x20", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]" | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"filename" : "ios-marketing.png", | ||
"size" : "1024x1024", | ||
"idiom" : "ios-marketing", | ||
"scale" : "1x" | ||
"filename" : "ios-marketing.png", | ||
"scale" : "1x", | ||
"size" : "1024x1024" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
] | ||
} |
Binary file modified
BIN
+69 Bytes
(110%)
Tickmate/Tickmate/Resources/Assets.xcassets/AppIcon.appiconset/icon-40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-80 Bytes
(96%)
Tickmate/Tickmate/Resources/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-97 Bytes
(96%)
Tickmate/Tickmate/Resources/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-97 Bytes
(96%)
Tickmate/Tickmate/Resources/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-4 Bytes
(100%)
Tickmate/Tickmate/Resources/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+59 Bytes
(100%)
Tickmate/Tickmate/Resources/Assets.xcassets/AppIcon.appiconset/icon-72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-99 Bytes
(97%)
Tickmate/Tickmate/Resources/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+49 Bytes
(100%)
Tickmate/Tickmate/Resources/Assets.xcassets/AppIcon.appiconset/icon-76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+185 Bytes
(110%)
Tickmate/Tickmate/Resources/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+277 Bytes
(110%)
Tickmate/Tickmate/Resources/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-26 Bytes
(98%)
Tickmate/Tickmate/Resources/Assets.xcassets/AppIcon.appiconset/icon-small-50.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+112 Bytes
(100%)
...mate/Tickmate/Resources/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-8 Bytes
(99%)
Tickmate/Tickmate/Resources/Assets.xcassets/AppIcon.appiconset/icon-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+26 Bytes
(100%)
Tickmate/Tickmate/Resources/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-76 Bytes
(97%)
Tickmate/Tickmate/Resources/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-9 Bytes
(99%)
Tickmate/Tickmate/Resources/Assets.xcassets/AppIcon.appiconset/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+62 Bytes
(100%)
Tickmate/Tickmate/Resources/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+11.6 KB
(120%)
Tickmate/Tickmate/Resources/Assets.xcassets/AppIcon.appiconset/ios-marketing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+69 Bytes
(110%)
.../Tickmate/Resources/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-83 Bytes
(96%)
.../Tickmate/Resources/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-9 Bytes
(99%)
...ickmate/Resources/Assets.xcassets/AppIcon.appiconset/notification-icon~ipad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+69 Bytes
(110%)
...mate/Resources/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.