Skip to content

Commit

Permalink
fixed issues with garmin devices
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshrvel committed Nov 4, 2022
1 parent 07dbc3d commit 35c87cd
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 4 deletions.
Binary file modified build/mac/bin/amd64/kalam.dylib
Binary file not shown.
Binary file modified build/mac/bin/amd64/kalam_debug_report
Binary file not shown.
Binary file modified build/mac/bin/arm64/kalam.dylib
Binary file not shown.
Binary file modified build/mac/bin/arm64/kalam_debug_report
Binary file not shown.
2 changes: 1 addition & 1 deletion config/dev-app-update.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
owner: ganeshrvel
repo: openmtp-testflight
repo: openmtp-testflight # use openmtp for testing the live release
provider: github
private: false
2 changes: 1 addition & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ npmRebuild: false
publish:
- provider: github
owner: ganeshrvel
repo: openmtp
repo: openmtp # use openmtp-testflight for publish to the test-flight account
private: false

files:
Expand Down
9 changes: 9 additions & 0 deletions ffi/kalam/native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ cd ffi/kalam/native
go get -u
```

- Upgrade a go package
```shell
cd ffi/kalam/native

# go get github.com/<org-name>/<package-name>@<git-commit-hash>

#example: go get github.com/ganeshrvel/go-mtpfs@<git-commit-hash>
#example: go get github.com/ganeshrvel/go-mtpx@<git-commit-hash>
```

```shell
# cd to the project root (ie ./openmtp)
Expand Down
14 changes: 13 additions & 1 deletion ffi/kalam/native/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,20 @@ module kalam
go 1.16

require (
github.com/ganeshrvel/go-mtpfs v1.0.4-0.20221101152421-27ccd6f3da48
github.com/ganeshrvel/go-mtpfs v1.0.4-0.20221104074511-0d40588840c5
github.com/ganeshrvel/go-mtpx v0.0.0-20221101160947-74b5217d9caa
github.com/json-iterator/go v1.1.12
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
)


///##### Upgrade a package
//go get github.com/<org-name>/<package-name>@<git-commit-hash>

//example: go get github.com/ganeshrvel/go-mtpfs@<git-commit-hash>
//example: go get github.com/ganeshrvel/go-mtpx@<git-commit-hash>

///##### Use a local package
// replace github.com/ganeshrvel/go-mtpfs vxxxxxx-xxxxxxxxxx
// with ../go-mtpfs

5 changes: 5 additions & 0 deletions ffi/kalam/native/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/ganeshrvel/go-mtpfs v1.0.4-0.20221101152421-27ccd6f3da48 h1:uvKKig6Coc7ZtlPMmqw0jCdAsZAR4HpgMEiaTjRyJd0=
github.com/ganeshrvel/go-mtpfs v1.0.4-0.20221101152421-27ccd6f3da48/go.mod h1:9YMioQ4ZX91bgYt9kW1tsQAUDhwAulrU18TN2w1VRYo=
github.com/ganeshrvel/go-mtpfs v1.0.4-0.20221104074511-0d40588840c5 h1:IRPH3s7zrSi0Gs+gaUHtiLThFj4FnsRMga6l0kBS93U=
github.com/ganeshrvel/go-mtpfs v1.0.4-0.20221104074511-0d40588840c5/go.mod h1:9YMioQ4ZX91bgYt9kW1tsQAUDhwAulrU18TN2w1VRYo=
github.com/ganeshrvel/go-mtpx v0.0.0-20221101160947-74b5217d9caa h1:wMJSiUPxkJVRWX82UECTMJDycQK6lWslKum9EmwxQH8=
github.com/ganeshrvel/go-mtpx v0.0.0-20221101160947-74b5217d9caa/go.mod h1:RuxddC8oT612m/f0o9ugTsU0nrovnTmoA3HWf8JkBjQ=
github.com/ganeshrvel/usb v0.0.0-20210103155855-14d96f5ae403 h1:TV7BaPjblLxwKn0pv5d9xDEMp0KrP+KT4DeoNPK8npk=
github.com/ganeshrvel/usb v0.0.0-20210103155855-14d96f5ae403/go.mod h1:2UUL4RuHDu1vhgX8t/QkPZqj2GaW/SCtTYdhx+Gxv5c=
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8=
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY=
github.com/hanwen/go-fuse v1.0.0 h1:GxS9Zrn6c35/BnfiVsZVWmsG803xwE7eVRDvcf/BEVc=
github.com/hanwen/go-fuse v1.0.0/go.mod h1:unqXarDXqzAk0rt98O2tVndEPIpUgLD9+rwFisZH3Ok=
github.com/hanwen/go-fuse/v2 v2.0.3 h1:kpV28BKeSyVgZREItBLnaVBvOEwv2PuhNdKetwnvNHo=
github.com/hanwen/go-fuse/v2 v2.0.3/go.mod h1:0EQM6aH2ctVpvZ6a+onrQ/vaykxh2GH7hy3e13vzTUY=
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
Expand All @@ -37,6 +41,7 @@ golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20201126233918-771906719818/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20201231184435-2d18734c6014 h1:joucsQqXmyBVxViHCPFjG3hx8JzIFSaym3l3MM/Jsdg=
golang.org/x/sys v0.0.0-20201231184435-2d18734c6014/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openmtp",
"productName": "OpenMTP",
"version": "3.2.0-beta.1",
"version": "3.2.0-beta.2",
"description": "OpenMTP | Android File Transfer for macOS",
"scripts": {
"build": "yarn lint && concurrently \"yarn build-main\" \"yarn build-renderer\"",
Expand Down

0 comments on commit 35c87cd

Please sign in to comment.