Skip to content

Commit

Permalink
Use underscore for the version of iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Youngjoon Lee committed May 6, 2021
1 parent 814fc18 commit ad7bd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build-android: build install-gomobile
gomobile bind -target=android -javapkg=org.medibloc.vc_sdk -o vc-${VERSION}.aar ./...

build-ios: build install-gomobile
gomobile bind -target=ios -o Vc-${VERSION}.framework ./...
gomobile bind -target=ios -o Vc_${VERSION}.framework ./...

clean:
gomobile clean
Expand Down

0 comments on commit ad7bd3f

Please sign in to comment.