We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b2475 commit 636cc33Copy full SHA for 636cc33
.gitignore
@@ -1 +1,2 @@
1
-xcuserdata/
+xcuserdata/
2
+.devcontainer/
ci_scripts/ci_post_clone.sh
@@ -2,9 +2,9 @@
3
# Install AppCenter-CLI
4
mkdir -p /Users/local/Homebrew/Cellar/node-16/16/
5
-curl https://nodejs.org/download/release/latest-gallium/node-v16.15.1-darwin-x64.tar.xz --output node-16.tar.gz
+curl https://nodejs.org/dist/v16.16.0/node-v16.16.0-darwin-x64.tar.gz --output node-16.tar.gz
6
tar -xf node-16.tar.gz -C /Users/local/Homebrew/Cellar/node-16/16/ --strip-components=1
7
8
brew link node-16
9
10
-brew install swiftlint
+# brew install swiftlint
0 commit comments