-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[platform] Update dependencies (#122)
* [platform] Update dependencies * Update to next major version of SwiftCLI * Update tools version for devtools * Revert "Update to next major version of SwiftCLI" This reverts commit 4229dca. * Update gems * Update circle requirements * Add swiftpm to gitignore * Start using mint to manage tools * Correct make dir * Update snapshot-testing * Use swift test directly for debugging * Use swift build/run vs make * Add verbose for debugging * Run lint on mac * Use git/make * Update resolved; add hack to ensure test target builds
- Loading branch information
Showing
12 changed files
with
126 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
brew 'mint' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"entries": { | ||
"brew": { | ||
"mint": { | ||
"version": "0.16.0", | ||
"bottle": { | ||
"cellar": ":any_skip_relocation", | ||
"prefix": "/usr/local", | ||
"files": { | ||
"arm64_big_sur": { | ||
"url": "https://homebrew.bintray.com/bottles/mint-0.16.0.arm64_big_sur.bottle.tar.gz", | ||
"sha256": "eaf4c91e17438d0968ff29a6429c55f93c0aa02614f2c3f7a1a4b106375dd085" | ||
}, | ||
"big_sur": { | ||
"url": "https://homebrew.bintray.com/bottles/mint-0.16.0.big_sur.bottle.tar.gz", | ||
"sha256": "599c2482d15b729dc72ffa23d38599d551a42b70b81079b9a573cd91bc78d8d0" | ||
}, | ||
"catalina": { | ||
"url": "https://homebrew.bintray.com/bottles/mint-0.16.0.catalina.bottle.tar.gz", | ||
"sha256": "376d67667e9003d503368e39d89a2592dd91daec615310bb2fad3d9ee971d8a8" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"system": { | ||
"macos": { | ||
"big_sur": { | ||
"HOMEBREW_VERSION": "2.7.7", | ||
"HOMEBREW_PREFIX": "/usr/local", | ||
"Homebrew/homebrew-core": "07b6a53b00d094c92f72bff72e94dff812bd36d9", | ||
"CLT": "1103.0.32.62", | ||
"Xcode": "12.3", | ||
"macOS": "11.2.1" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.