Fix the Update Glia iOS Widgets SDK Version workflow#143
Merged
Andrii-Horishnii-Glia merged 3 commits intodevelopmentfrom Feb 16, 2026
Merged
Fix the Update Glia iOS Widgets SDK Version workflow#143Andrii-Horishnii-Glia merged 3 commits intodevelopmentfrom
Andrii-Horishnii-Glia merged 3 commits intodevelopmentfrom
Conversation
Create a Gemfile in example-app/ to manage CocoaPods via bundler, following the React Native pattern. This enables reproducible builds and proper bundler caching in CI workflows. Phase 1 of MOB-5042 iOS SDK version workflow fix.
Update the workflow to properly update both the podspec and Podfile.lock when changing the iOS Widgets SDK version: - Switch from ubuntu-latest to macos-latest runner (required for CocoaPods) - Add Node.js 20.x setup for npm dependencies - Add Ruby 3.2 setup with bundler cache for CocoaPods management - Fix sed syntax for macOS (sed -i '' instead of sed -i) - Install npm dependencies before updating pods - Add pod update step using bundler to update Podfile.lock Phase 2 of MOB-5042 iOS SDK version workflow fix.
Add working-directory parameter to Ruby setup in run-tests.yml iOS job to enable bundler cache for the Gemfile in example-app/. Capacitor 6 automatically uses 'bundle exec pod install' when bundler is detected, so no additional bundle install step is needed. Also commit Gemfile.lock to lock gem versions for reproducible builds. Phase 3 of MOB-5042 iOS SDK version workflow fix.
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
DavDo
approved these changes
Feb 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://glia.atlassian.net/browse/MOB-5042
Fix the Update Glia iOS Widgets SDK Version workflow