Skip to content

Commit 2e56c00

Browse files
committed
support(LIVE-26911): update mise configuration
1 parent 914051f commit 2e56c00

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

mise.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,3 @@ backend = "core:ruby"
3636
"platforms.macos-arm64" = { checksum = "sha256:20620b53d419c950ea44f1e0971b6e19194e0c72fd4f7954a38f2c70e5af41d0", url = "https://github.com/jdx/ruby/releases/download/3.3.7/ruby-3.3.7.macos.tar.gz"}
3737
"platforms.macos-x64" = { checksum = "sha256:9c37c3b12288c7aec20ca121ce76845be5bb5d77662a24919651aaf1d12c8628", url = "https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.7.tar.gz"}
3838
"platforms.windows-x64" = { checksum = "sha256:9c37c3b12288c7aec20ca121ce76845be5bb5d77662a24919651aaf1d12c8628", url = "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.7-1/rubyinstaller-3.3.7-1-x64.7z"}
39-
40-
[[tools.xcode]]
41-
version = "26.2.0"
42-
backend = "asdf:qasim/mise-xcode"

mise.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ruby.compile = false
1010
[plugins]
1111
bundler = "jonathanmorley/asdf-bundler"
1212
cocoapods = "mise-plugins/mise-cocoapods"
13-
xcode = "qasim/mise-xcode"
1413

1514
# Mobile dev ecosystem, this is only done on macos and linux.
1615
# We can ignore these tools on Windows
@@ -26,11 +25,6 @@ os = ["linux", "macos"]
2625
version = "{{ env['COCOAPODS_VERSION'] | default(value='1.14.3') }}"
2726
os = ["linux", "macos"]
2827

29-
# Only works on macos
30-
[tools.xcode]
31-
version = "{{ env['XCODE_VERSION'] | default(value='26.2') }}"
32-
os = ["macos"]
33-
3428
[tools]
3529
# Node.js ecosystem - versions from .prototools
3630
node = "{{ env['NODE_VERSION'] | default(value='22.13.1') }}"

0 commit comments

Comments
 (0)