Skip to content

Commit

Permalink
Rename .mise.toml to mise.toml in the project created by tuist init (t…
Browse files Browse the repository at this point in the history
…uist#7237)

* fix(Templates/default): change generated mise configuration file name to mise.toml

* fix: rename .mise.toml -> mise.toml

* feat: bump mise version v2024.11.8 -> v2025.1.3

* fix(mise.toml): revert http_timeout changes

* chore: rename .mise.toml file in fixtures

* feat: bump mise version v2025.1.3 -> v2025.1.5

* fix(app_with_revenue_cat): remove mise.toml file
  • Loading branch information
dxmvsh authored Jan 13, 2025
1 parent 5154d13 commit e4c830c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Templates/default/default.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ let template = Template(
templatePath: "Gitignore.stencil"
),
.file(
path: ".mise.toml",
path: "mise.toml",
templatePath: "mise.stencil"
),
]
Expand Down
22 changes: 11 additions & 11 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ workflows:
echo "MISE_EXPERIMENTAL=1" >> $CM_ENV
- name: Install Mise
script: |
curl https://mise.run | MISE_VERSION=v2024.11.8 sh
curl https://mise.run | MISE_VERSION=v2025.1.5 sh
mise install
- name: Install Tuist dependencies
script: mise x -- tuist install
Expand Down Expand Up @@ -41,7 +41,7 @@ workflows:
echo "MISE_EXPERIMENTAL=1" >> $CM_ENV
- name: Install Mise
script: |
curl https://mise.run | MISE_VERSION=v2024.11.8 sh
curl https://mise.run | MISE_VERSION=v2025.1.5 sh
mise install
- name: Build
script: swift build --configuration debug
Expand All @@ -61,7 +61,7 @@ workflows:
echo "MISE_EXPERIMENTAL=1" >> $CM_ENV
- name: Install Mise
script: |
curl https://mise.run | MISE_VERSION=v2024.11.8 sh
curl https://mise.run | MISE_VERSION=v2025.1.3 sh
mise install
- name: Install dependencies
script: mise run install
Expand All @@ -88,7 +88,7 @@ workflows:
echo "MISE_EXPERIMENTAL=1" >> $CM_ENV
- name: Install Mise
script: |
curl https://mise.run | MISE_VERSION=v2024.11.8 sh
curl https://mise.run | MISE_VERSION=v2025.1.5 sh
mise install
- name: Install Tuist dependencies
script: mise x -- tuist install
Expand All @@ -113,7 +113,7 @@ workflows:
echo "MISE_EXPERIMENTAL=1" >> $CM_ENV
- name: Install Mise
script: |
curl https://mise.run | MISE_VERSION=v2024.11.8 sh
curl https://mise.run | MISE_VERSION=v2025.1.5 sh
mise install
- name: Install Tuist dependencies
script: mise x -- tuist install
Expand Down Expand Up @@ -143,7 +143,7 @@ workflows:
echo "CLOUDFLARE_ACCOUNT_ID=cc0237353f2f825680b0463629cd4a86" >> $CM_ENV
- name: Install Mise
script: |
curl https://mise.run | MISE_VERSION=v2024.11.8 sh
curl https://mise.run | MISE_VERSION=v2025.1.5 sh
mise install
- name: Install dependencies
script: mise run install
Expand Down Expand Up @@ -180,7 +180,7 @@ workflows:
echo "MISE_EXPERIMENTAL=1" >> $CM_ENV
- name: Install Mise
script: |
curl https://mise.run | MISE_VERSION=v2024.11.8 sh
curl https://mise.run | MISE_VERSION=v2025.1.5 sh
mise install
- name: Skip Xcode Macro Fingerprint Validation
script: defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES
Expand Down Expand Up @@ -210,7 +210,7 @@ workflows:
echo "MISE_EXPERIMENTAL=1" >> $CM_ENV
- name: Install Mise
script: |
curl https://mise.run | MISE_VERSION=v2024.11.8 sh
curl https://mise.run | MISE_VERSION=v2025.1.5 sh
mise install
- name: Skip Xcode Macro Fingerprint Validation
script: defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES
Expand Down Expand Up @@ -249,7 +249,7 @@ workflows:
echo "MISE_EXPERIMENTAL=1" >> $CM_ENV
- name: Install Mise
script: |
curl https://mise.run | MISE_VERSION=v2024.11.8 sh
curl https://mise.run | MISE_VERSION=v2025.1.5 sh
mise install
- name: Skip Xcode Macro Fingerprint Validation
script: defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES
Expand Down Expand Up @@ -279,7 +279,7 @@ workflows:
echo "MISE_EXPERIMENTAL=1" >> $CM_ENV
- name: Install Mise
script: |
curl https://mise.run | MISE_VERSION=v2024.11.8 sh
curl https://mise.run | MISE_VERSION=v2025.1.5 sh
mise install
- name: Skip Xcode Macro Fingerprint Validation
script: defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES
Expand Down Expand Up @@ -308,7 +308,7 @@ workflows:
echo "MISE_EXPERIMENTAL=1" >> $CM_ENV
- name: Install Mise
script: |
curl https://mise.run | MISE_VERSION=v2024.11.8 sh
curl https://mise.run | MISE_VERSION=v2025.1.5 sh
mise install
- name: Skip Xcode Macro Fingerprint Validation
script: defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES
Expand Down
2 changes: 0 additions & 2 deletions fixtures/app_with_revenue_cat/.mise.toml

This file was deleted.

File renamed without changes.

0 comments on commit e4c830c

Please sign in to comment.