Skip to content

Pin signet to 0.21.0 and install before fastlane in xcode resource#309

Draft
nayanshah with Copilot wants to merge 2 commits into
masterfrom
copilot/pin-signet-version-0210
Draft

Pin signet to 0.21.0 and install before fastlane in xcode resource#309
nayanshah with Copilot wants to merge 2 commits into
masterfrom
copilot/pin-signet-version-0210

Conversation

Copilot AI commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Pins signet to 0.21.0 and installs it before fastlane so the pinned version is resolved first, preventing fastlane's dependency resolution from pulling in a newer incompatible version.

Changes

  • resources/xcode.rb — added explicit signet 0.21.0 install step ahead of fastlane in the install_gem action
#{gem_bin} install --no-document signet --force --version 0.21.0 && \
#{gem_bin} install --no-document fastlane --force --version 2.229.0 && \
#{gem_bin} install --no-document xcode-install --force

Copilot AI changed the title Pin signet to 0.21.0 before fastlane in xcode resource Pin signet to 0.21.0 and install before fastlane in xcode resource Jun 4, 2026
Copilot AI requested a review from nayanshah June 4, 2026 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants