Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JRomainG committed Dec 21, 2021
1 parent ee7ff14 commit 327d205
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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!
Expand Down
2 changes: 2 additions & 0 deletions Watermarker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion Watermarker/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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>LSApplicationCategoryType</key>
Expand Down

0 comments on commit 327d205

Please sign in to comment.