Arkadiusz Fal
5cfdd36237
Fix SPM cache clearing in macOS notarized build workflow
...
Expands cache clearing to include DerivedData and .build directories
to prevent corrupted artifact issues during dependency resolution.
Renames workflow file and updates job title to include macOS and
Xcode versions for clarity.
2025-11-15 23:13:58 +01:00
Arkadiusz Fal
e0cf927ebb
Add GitHub Action for macOS notarized builds
...
Creates a standalone workflow to build and notarize macOS-only builds
without creating a GitHub release. Uses macOS 15 and Xcode 16.4.
The notarized build is available as a workflow artifact.
2025-11-15 23:10:01 +01:00
Arkadiusz Fal
2f0966973c
Fix GitHub Actions build by clearing SPM cache
2025-11-15 21:22:11 +01:00
Arkadiusz Fal
25a07aa666
Update GitHub Actions to use latest macOS and Xcode versions
...
- Update macOS build job to use macos-latest and Xcode 26.0.1 (matching iOS/tvOS)
- Update bump-build workflow to use latest action versions (checkout@v4, create-pull-request@v7)
- Add cache-version to ruby/setup-ruby for consistency
2025-11-15 19:24:12 +01:00
Arkadiusz Fal
2959f0b387
Lower macOS build runner to macOS 15 with Xcode 16.4
...
Changed mac_notarized job to use:
- runs-on: macos-15 (was macos-latest)
- xcode-version: 16.4 (was 26.0.1)
This configuration was previously working for Yattee builds.
iOS and tvOS builds remain on macos-latest with Xcode 26.0.1.
Reference: https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md
🤖 Generated with Claude Code (https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-10 12:36:15 +01:00
Arkadiusz Fal
b0aaf0080b
Fix Xcode version to 26.0.1 in release workflow
...
Use Xcode 26.0.1 (the default stable version on macOS 26 runners) instead
of latest-stable to avoid selecting Xcode 26.1 RC which has missing SDK
components. This fixes the "iOS 26.1 is not installed" error during builds.
Reference: https://github.com/actions/runner-images/blob/main/images/macos/macos-26-arm64-Readme.md
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-09 18:38:23 +01:00
Arkadiusz Fal
3c63aa51be
Update Ruby version to 3.1 in GitHub Actions workflows
...
Bundler 2.6.3 requires Ruby >= 3.1.0, but workflows were using Ruby 3.0.7,
causing build failures. Updated both release and bump-build workflows to use
Ruby 3.1.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-09 18:31:25 +01:00
Arkadiusz Fal
8e4b9ea440
Fix bundler cache version
2025-06-17 16:26:24 +02:00
Arkadiusz Fal
4d662115e4
Update GitHub release workflow
2025-03-23 15:07:15 +01:00
Arkadiusz Fal
8b809fb0f1
Update GitHub release workflow
2025-03-23 15:04:16 +01:00
Arkadiusz Fal
d3e80f500e
Update GitHub release workflow
2025-03-23 13:38:51 +01:00
Arkadiusz Fal
7baab7a88a
Update github actions checkout version
2024-11-08 15:26:55 +01:00
Arkadiusz Fal
43e5eae658
Use latest stable Xcode for build
2024-02-28 13:50:03 +01:00
Arkadiusz Fal
d5b81ceba1
Use macOS 13 in release workflow
2024-02-03 22:00:00 +01:00
Arkadiusz Fal
e616022278
Use Xcode 14.3.1 for fastlane builds
2024-02-03 21:49:45 +01:00
Arkadiusz Fal
8f9de6d1be
Disable mac beta lane in release workflow
2023-05-21 19:13:42 +02:00
Arkadiusz Fal
2844838485
Update workflows
2023-02-26 18:54:12 +01:00
Arkadiusz Fal
f39accdf7e
Update workflows
2023-02-26 18:42:43 +01:00
Arkadiusz Fal
0d3138b36e
Update release workflow
2023-02-25 22:18:24 +01:00
Arkadiusz Fal
0c7af0351b
Add bump build action
2023-02-25 14:51:50 +01:00
Arkadiusz Fal
528863bf1b
Update release workflow
2023-02-25 14:51:50 +01:00
Arkadiusz Fal
de153ab9ac
Add workflow for building and TestFlight
2023-02-24 18:17:44 +01:00
Arkadiusz Fal
7248b50600
Create FUNDING.yml
2022-12-26 11:26:04 +01:00
Arkadiusz Fal
fbfe319b36
Update templates
2022-12-05 00:32:08 +01:00
Bharathi
8b5a3c2af1
Create config.yml
...
adding the issues template config.yml
2022-12-05 00:31:20 +01:00
Bharathi
922da341f0
Update feature-request.yaml
2022-12-05 00:31:20 +01:00
Bharathi
c9a60b0d02
Rename feature_request.yaml to feature-request.yaml
2022-12-05 00:31:20 +01:00
Bharathi
b293f68d44
Create feature_request.yaml
...
adding updated feature request template
2022-12-05 00:31:20 +01:00
Bharathi
f2b4f1680f
Create bug-report.yaml
...
adding updated bug report
2022-12-05 00:31:19 +01:00