Skip to content

Commit

Permalink
chore: Update gon for CLI on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivshah3 committed Oct 31, 2023
1 parent 8b55ee5 commit b9370e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/cli-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,13 @@ jobs:
sudo apt-get install libudev-dev libusb-1.0-0-dev
- name: Install gon (macOS)
# https://github.com/mitchellh/gon
run: brew install mitchellh/gon/gon
# Fork of https://github.com/mitchellh/gon
# https://github.com/Bearer/gon
# Since we're dealing with code signing secrets we want to pin the version of gon
run: |
wget https://raw.githubusercontent.com/Bearer/homebrew-tap/366bc999e14a8d04e07e24f9387bcbaf89c1bc53/Formula/gon.rb
brew install --formula gon.rb
rm gon.rb
if: matrix.os == 'macos-latest'

- name: Install LLVM and Clang (Windows) # required for bindgen to work, see https://github.com/rust-lang/rust-bindgen/issues/1797
Expand Down
3 changes: 0 additions & 3 deletions cli/gon-config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"source": ["../target/production/wallet"],
"bundle_id": "org.iota.cli-wallet",
"apple_id": {
"password": "@env:AC_PASSWORD"
},
"sign": {
"application_identity": "Developer ID Application: IOTA Stiftung (UG77RJKZHH)"
},
Expand Down

0 comments on commit b9370e5

Please sign in to comment.