|
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" |
@@ -157,7 +157,7 @@ jobs: |
157 | 157 | |
158 | 158 | - name: 🏗️ Build App Bundle |
159 | 159 | run: | |
160 | | - ./build_app.sh release |
| 160 | + ./build_app_unified.sh release |
161 | 161 | echo "✅ App bundle created" |
162 | 162 | |
163 | 163 | - name: 📦 Create Release Assets |
@@ -206,14 +206,14 @@ 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 |
213 | 213 | echo "EOF" >> $GITHUB_OUTPUT |
214 | 214 | |
215 | 215 | - name: 🐙 Create GitHub Release |
216 | | - uses: ncipollo/create-release@v1 |
| 216 | + uses: ncipollo/create-release@v1.14.0 |
217 | 217 | with: |
218 | 218 | tag: ${{ github.ref_name }} |
219 | 219 | name: "${{ env.APP_NAME }} ${{ env.BETA_VERSION }}" |
@@ -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)" |
@@ -404,7 +404,7 @@ jobs: |
404 | 404 | |
405 | 405 | - name: 🏗️ Build App Bundle |
406 | 406 | run: | |
407 | | - ./build_app.sh release |
| 407 | + ./build_app_unified.sh release |
408 | 408 | echo "✅ App bundle created" |
409 | 409 | |
410 | 410 | - name: 📦 Create Release Assets |
@@ -452,14 +452,14 @@ 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 |
459 | 459 | echo "EOF" >> $GITHUB_OUTPUT |
460 | 460 | |
461 | 461 | - name: 🐙 Create GitHub Release |
462 | | - uses: ncipollo/create-release@v1 |
| 462 | + uses: ncipollo/create-release@v1.14.0 |
463 | 463 | with: |
464 | 464 | tag: ${{ github.ref_name }} |
465 | 465 | name: "${{ env.APP_NAME }} v${{ env.VERSION }}" |
@@ -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