|
22 | 22 | BUNDLE_ID: com.jsonify.clickit |
23 | 23 |
|
24 | 24 | # macOS deployment target |
25 | | - MACOSX_DEPLOYMENT_TARGET: "15.0" |
| 25 | + MACOSX_DEPLOYMENT_TARGET: "14.0" |
26 | 26 |
|
27 | 27 | # Swift configuration |
28 | 28 | SWIFT_VERSION: "6.1" |
@@ -206,7 +206,7 @@ jobs: |
206 | 206 | fi |
207 | 207 | |
208 | 208 | CHANGELOG="⚠️ **This is a beta release for testing purposes.**\n\n${CHANGELOG}" |
209 | | - CHANGELOG="${CHANGELOG}\n\n---\n🤖 Generated with [Claude Code](https://claude.ai/code)\n📱 Compatible with macOS 15.0 or later" |
| 209 | + CHANGELOG="${CHANGELOG}\n\n---\n🤖 Generated with [Claude Code](https://claude.ai/code)\n📱 Compatible with macOS 14.0 or later" |
210 | 210 | |
211 | 211 | echo "changelog<<EOF" >> $GITHUB_OUTPUT |
212 | 212 | echo -e "$CHANGELOG" >> $GITHUB_OUTPUT |
@@ -320,7 +320,7 @@ jobs: |
320 | 320 | <link>\(release.htmlUrl)</link> |
321 | 321 | <sparkle:version>\(version)</sparkle:version> |
322 | 322 | <sparkle:shortVersionString>\(version)</sparkle:shortVersionString> |
323 | | - <sparkle:minimumSystemVersion>15.0</sparkle:minimumSystemVersion> |
| 323 | + <sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion> |
324 | 324 | <pubDate>\(pubDate)</pubDate> |
325 | 325 | <enclosure url="\(zipAsset.browserDownloadUrl)" |
326 | 326 | length="\(zipAsset.size)" |
@@ -452,7 +452,7 @@ jobs: |
452 | 452 | done |
453 | 453 | fi |
454 | 454 | |
455 | | - CHANGELOG="${CHANGELOG}\n\n---\n🤖 Generated with [Claude Code](https://claude.ai/code)\n📱 Compatible with macOS 15.0 or later" |
| 455 | + CHANGELOG="${CHANGELOG}\n\n---\n🤖 Generated with [Claude Code](https://claude.ai/code)\n📱 Compatible with macOS 14.0 or later" |
456 | 456 | |
457 | 457 | echo "changelog<<EOF" >> $GITHUB_OUTPUT |
458 | 458 | echo -e "$CHANGELOG" >> $GITHUB_OUTPUT |
@@ -559,7 +559,7 @@ jobs: |
559 | 559 | <link>\(release.htmlUrl)</link> |
560 | 560 | <sparkle:version>\(version)</sparkle:version> |
561 | 561 | <sparkle:shortVersionString>\(version)</sparkle:shortVersionString> |
562 | | - <sparkle:minimumSystemVersion>15.0</sparkle:minimumSystemVersion> |
| 562 | + <sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion> |
563 | 563 | <pubDate>\(pubDate)</pubDate> |
564 | 564 | <enclosure url="\(zipAsset.browserDownloadUrl)" |
565 | 565 | length="\(zipAsset.size)" |
@@ -723,7 +723,7 @@ jobs: |
723 | 723 | <link>\(release.htmlUrl)</link> |
724 | 724 | <sparkle:version>\(version)</sparkle:version> |
725 | 725 | <sparkle:shortVersionString>\(version)</sparkle:shortVersionString> |
726 | | - <sparkle:minimumSystemVersion>15.0</sparkle:minimumSystemVersion> |
| 726 | + <sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion> |
727 | 727 | <pubDate>\(pubDate)</pubDate> |
728 | 728 | <enclosure url="\(zipAsset.browserDownloadUrl)" |
729 | 729 | length="\(zipAsset.size)" |
|
0 commit comments