- Changed the default Xcode version from 16.4.0 to 26.0.0 in the setup-xcode action configuration.
This update ensures compatibility with the latest development requirements.
Signed-off-by: Innei <tukon479@gmail.com>
- Added a new step to check the CI environment, including user and Xcode path information.
- Implemented a robust Xcode setup process that accepts the license and sets the correct path using sudo if available.
- Introduced a method to start the Simulator Service with error handling for existing instances.
- Enhanced the iOS platform download process with checks for available SDKs and alternative download methods.
- Added a verification step to confirm successful setup and available SDKs.
This update aims to streamline the Xcode setup process in CI environments, ensuring a more reliable and informative workflow.
Signed-off-by: Innei <tukon479@gmail.com>
- Changed the default Xcode version from 16.4 to 16.2.0 in the setup-xcode action configuration.
This update ensures compatibility with the specified version for builds.
Signed-off-by: Innei <tukon479@gmail.com>
- Updated the version setup action to handle new tag formats for desktop and mobile releases.
- Introduced a new script to extract release information from commit messages, improving the tagging process.
- Modified workflows to create tags in the format of `desktop/v1.2.3` and `mobile/v1.2.3`.
- Enhanced the updater logic to accommodate the new tagging structure and ensure proper release handling.
Signed-off-by: Innei <tukon479@gmail.com>
- Changed default Xcode version in setup action to 16.4.
- Updated macOS runner labels from 'macos-latest' and 'macos-15' to 'macos-16' in multiple workflows for consistency.
Signed-off-by: Innei <tukon479@gmail.com>
- Add input parameter to specify app type (desktop or mobile)
- Modify version extraction logic to use correct package.json based on app type
- Update build workflow to explicitly set app type when setting up version
Signed-off-by: Innei <tukon479@gmail.com>