From 327d2054075e104a1d2d220dd21dce00336018d6 Mon Sep 17 00:00:00 2001 From: Jean-Romain Garnier Date: Tue, 21 Dec 2021 23:42:01 +0100 Subject: [PATCH] Update version number --- README.md | 8 +++++++- Watermarker.xcodeproj/project.pbxproj | 2 ++ Watermarker/Info.plist | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed1dc74..f62e5f7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Watermarker -Lightweight PDF & image watermarker for macOS, built using [SwiftUI](https://developer.apple.com/xcode/swiftui) +Lightweight PDF & image watermarker for macOS 10.15 and later, built using [SwiftUI](https://developer.apple.com/xcode/swiftui) ## Preview @@ -26,6 +26,12 @@ git checkout dev You will then be able to open the `Watermarker.xcodeproj` project. Swift's package manager should automatically download [swift-collections.git](https://github.com/apple/swift-collections.git). Don't forget to change the team and signing certificate before building. +## TODO + +* Allow setting an offset for the watermark +* Allow tilling the watermark +* Allow creating "profiles" to save watermark options + ## Contributing If you found a bug, or would like to see a new feature added, feel free to open an issue on the Github page. Pull requests are welcome! diff --git a/Watermarker.xcodeproj/project.pbxproj b/Watermarker.xcodeproj/project.pbxproj index b24e804..9a7a428 100644 --- a/Watermarker.xcodeproj/project.pbxproj +++ b/Watermarker.xcodeproj/project.pbxproj @@ -433,6 +433,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); + MARKETING_VERSION = 0.1; PRODUCT_BUNDLE_IDENTIFIER = com.JustKodding.Watermarker; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; @@ -454,6 +455,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); + MARKETING_VERSION = 0.1; PRODUCT_BUNDLE_IDENTIFIER = com.JustKodding.Watermarker; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; diff --git a/Watermarker/Info.plist b/Watermarker/Info.plist index 8aa8d09..a3f7a54 100644 --- a/Watermarker/Info.plist +++ b/Watermarker/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.0 + $(MARKETING_VERSION) CFBundleVersion 1 LSApplicationCategoryType