Commit graph

1344 commits

Author SHA1 Message Date
Ben Chatelain
a3b57574ab 💡 Comment and clean up runner config 2021-12-24 17:30:41 -07:00
Ben Chatelain
6935b3dfba 🔐 Add codeowners 2021-12-24 16:25:46 -07:00
Ben Chatelain
4863929b1e 🍺 Update brew lockfile 2021-12-24 15:59:23 -07:00
Ben Chatelain
4762a8906c ⚗️ Force shell commands to run outside Rosetta 2021-12-24 13:58:56 -07:00
Ben Chatelain
bb08df136b 🔈 Remove stderr redirect 2021-12-22 18:31:59 -07:00
Ben Chatelain
f7efffe81b 💚 Remove unnecessary pipefail 2021-12-22 18:31:59 -07:00
Ben Chatelain
305b537b21 Remove unnecessary xcpretty from swift test output 2021-12-22 18:31:43 -07:00
Ben Chatelain
5adf8e824d 👷🏻‍♂️ Switch to self-hosted runner 2021-12-22 18:31:29 -07:00
Chris Araman
560c89af2c 🌍 Localize queries 2021-12-20 15:41:54 -08:00
Chris Araman
fb2218d951 🧹 Lint 2021-12-10 15:23:47 -08:00
Chris Araman
88e3c53bd6 📦 Update dependencies 2021-12-10 15:23:47 -08:00
Chris Araman
7f38f3537c ♻️ Simplify pointer dance 2021-12-10 15:23:47 -08:00
Chris Araman
bea967ea80
📄 Add note about iOS apps 2021-12-09 01:09:27 -08:00
Chris Araman
edbb8ebed3
📄 Add note about iOS apps 2021-12-08 21:30:36 -08:00
Chris Araman
5a21f83324 🚧 Use Dependabot to keep GitHub Actions up-to-date 2021-11-29 17:03:03 -08:00
Chris Araman
dac61a3d4f 🚧 Remove Danger Ruby gem 2021-11-29 17:03:03 -08:00
Chris Araman
0e35ac7cac 🚧 Use Danger Swift GitHub Action 2021-11-29 17:03:03 -08:00
Chris Araman
425b935c2c 🚧 Remove use of xcpretty 2021-11-29 17:03:03 -08:00
Chris Araman
ce9c51f71d 🚧 Remove unused Jenkinsfile 2021-11-29 17:03:03 -08:00
Chris Araman
707a925b26 ⬆️ PromiseKit (6.16.2) 2021-11-29 16:53:18 -08:00
Chris Araman
b073c740ed 🧹 Lint 2021-11-11 18:09:51 -08:00
Chris Araman
4295d9c998 🍼 Check style 2021-11-11 18:09:51 -08:00
Chris Araman
766c152e21 🍼 Audit formula before bottling 2021-11-11 18:09:51 -08:00
Chris Araman
58e6e21b74 🍺 Update core formula for v1.8.5 2021-11-11 18:09:51 -08:00
Chris Araman
eb512adc19 🍺 Update custom formula for v1.8.5 2021-11-11 18:09:51 -08:00
Chris Araman
3e771a289c 🍼 Use the custom tap formula when bottling for the custom tap 2021-11-11 18:09:51 -08:00
Iulian Onofrei
8f2bd49ddd Fix typo in README 2021-11-11 10:33:51 -08:00
dependabot[bot]
55f09d4beb ⬆️(deps): Bump danger from 8.4.1 to 8.4.2
Bumps [danger](https://github.com/danger/danger) from 8.4.1 to 8.4.2.
- [Release notes](https://github.com/danger/danger/releases)
- [Changelog](https://github.com/danger/danger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/danger/danger/compare/8.4.1...8.4.2)

---
updated-dependencies:
- dependency-name: danger
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-11 10:25:12 -08:00
Ben Chatelain
9da3c3a1f7
Merge pull request #428 from mas-cli/monterey
🐛 Allow redownloads on macOS 12 Monterey
2021-11-03 19:32:02 -06:00
Chris Araman
73f2ca58d8
⚠️ Remove warning 2021-11-03 16:03:54 -07:00
Chris Araman
a499822dd8
🐛 Allow redownloads on macOS 12 2021-11-03 14:11:13 -07:00
Chris Araman
c7a104a250
🐛 Disable account command on macOS 12
Documents #417.
2021-11-03 14:11:12 -07:00
Chris Araman
4660b4505b
🐛 Disable purchase command on macOS 10.15
Documents #289.
2021-11-03 14:11:12 -07:00
Chris Araman
bfed0a7605
📄 Direct all disabled command warnings to #known-issues 2021-11-03 14:11:12 -07:00
Chris Araman
02ceea49cd ⚠️ Add a temporary warning about macOS Monterey 2021-11-02 20:16:17 -07:00
Chris Araman
9305160b2e 🧹 Lint 2021-11-02 20:16:17 -07:00
Chris Araman
3dc5789cdf 🐛 Print warnings and errors to stderr
Fixed #351.
2021-11-02 20:16:17 -07:00
Justin Lecher
7fe27fc693 Use posix compliant tail syntax
homebrew allows using gnu coreutils on MacOS. Therefore we should
comply with posix standards

```bash
$ mas help | tail +3
tail: cannot open '+3' for reading: No such file or directory
$ type tail
tail is /usr/local/opt/coreutils/libexec/gnubin/tail
```

Switching to posix compliant `-n` syntax is compatible with UNIX and GNU tooling.

```bash
$ mas help | /usr/bin/tail -n +3 | wc -l
18
$ mas help | tail -n +3 | wc -l
18
```
2021-11-01 22:02:12 -07:00
Ben Chatelain
8c0267da3d
Merge pull request #424 from mas-cli/bump
🍺 Include macOS 12 Monterey when bottling
2021-10-26 18:26:16 -06:00
Ben Chatelain
5c269773f0
Merge branch 'main' into bump 2021-10-26 17:40:15 -06:00
Ben Chatelain
dc465df231
Merge pull request #425 from mas-cli/pk6
⬆️ PromiseKit (6.16.1)
2021-10-26 17:37:58 -06:00
Chris Araman
affb5f1b12
⬆️ PromiseKit (6.16.1) 2021-10-25 17:00:41 -07:00
Chris Araman
8a939a821f
🍺 Include Monterey in bottle builds 2021-10-25 16:59:01 -07:00
Chris Araman
e06dfc428f
🍺 Specify main branch for --HEAD installs 2021-10-25 16:59:01 -07:00
Chris Araman
3dcf3d2ebd
🍺 Add macOS 12 Monterey to custom formula 2021-10-25 16:59:00 -07:00
Chris Araman
261087786e
🍺 Update core formula from upstream 2021-10-25 16:59:00 -07:00
Chris Araman
4feb354032
🍺 Update Homebrew dependencies 2021-10-25 16:35:31 -07:00
Chris Araman
f50406ef52
Merge pull request #423 from mas-cli/dependabot/bundler/danger-8.4.1
⬆️ danger (8.4.1)
2021-10-25 10:51:08 -07:00
dependabot[bot]
868ab60a09
⬆️(deps): Bump danger from 8.4.0 to 8.4.1
Bumps [danger](https://github.com/danger/danger) from 8.4.0 to 8.4.1.
- [Release notes](https://github.com/danger/danger/releases)
- [Changelog](https://github.com/danger/danger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/danger/danger/compare/v8.4.0...8.4.1)

---
updated-dependencies:
- dependency-name: danger
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 12:01:44 +00:00
Chris Araman
eafd2d5c7b
Merge pull request #422 from mas-cli/oudated-os
🐛 Don't consider an app outdated if the update can't be installed on the current OS
2021-10-19 11:56:48 -07:00