M README.md => README.md +4 -0
@@ 2,6 2,10 @@
Tomatsupo is a macOS menu bar pomodoro timer that can automatically enable Do Not Disturb while the work timer is running
+## Downloads
+
+Latest Release: [0.0.1](https://git.sr.ht/~izzy/Tomatsupo/refs/0.0.1)
+
## Supported OS Versions
* macOS 11 Big Sur: Supported
M Tomatsupo.xcodeproj/project.pbxproj => Tomatsupo.xcodeproj/project.pbxproj +2 -0
@@ 302,6 302,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
+ MARKETING_VERSION = 0.0.1;
PRODUCT_BUNDLE_IDENTIFIER = fm.stardust.app.Tomatsupo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
@@ 327,6 328,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
+ MARKETING_VERSION = 0.0.1;
PRODUCT_BUNDLE_IDENTIFIER = fm.stardust.app.Tomatsupo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
M Tomatsupo/Info.plist => Tomatsupo/Info.plist +1 -1
@@ 15,7 15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
- <string>1.0</string>
+ <string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>