Skip to content

Commit 9901e9d

Browse files
committed
Release v1.2.0
1 parent b0073e6 commit 9901e9d

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,14 @@ Simply drag this .app file onto the finder toolbar in edit mode (more detailed d
3434

3535
# Changelog
3636

37-
## next
37+
## v1.2.0
3838

39-
- Completely signed and notarized app, which will run without security issues on your mac! \*️⃣
39+
- Completely signed and notarized app, which will run without security issues on your mac! \*
4040
- Distribution via beautiful,signed and notarized dmg file!
4141

42-
\*️⃣
43-
The App will run flawlessly as long as my developer certificate is valid!
44-
If I would have a Patreon or so, you could support me to ensure future validity of this certificate!
45-
Unfortunately, I don't have any pages in place yet for supporting me.
46-
But when I do, I'll let you know!
42+
> \*
43+
> As long as my apple developer certificate is valid.
44+
> Ways to support me will be available in the future, so that I can continue to pay the anual fee for the apple developer certificate.
4745
4846
## v1.1.0
4947

@@ -55,7 +53,7 @@ But when I do, I'll let you know!
5553

5654
## New Version release
5755

58-
1. increase version in Info.plist & ./version
56+
1. increase version in Info.plist & ./version file
5957
2. Update changelog in Readme.md
6058
3. Commit this changes as 'Release vx.x.x'
6159
4. Tag this release with 'vx.x.x'

mac-app-template/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>LSUIElement</key>
1616
<true/>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1.0</string>
18+
<string>1.2.0</string>
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
</dict>

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.2.0

0 commit comments

Comments
 (0)