File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ ruby.compile = false
1010[plugins ]
1111bundler = " jonathanmorley/asdf-bundler"
1212cocoapods = " 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"]
2625version = " {{ env['COCOAPODS_VERSION'] | default(value='1.14.3') }}"
2726os = [" 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
3630node = " {{ env['NODE_VERSION'] | default(value='22.13.1') }}"
You can’t perform that action at this time.
0 commit comments