We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad57bf commit 8b6abc2Copy full SHA for 8b6abc2
cmd/gomobile/version.go
@@ -53,7 +53,7 @@ func runVersion(cmd *command) (err error) {
53
// Supported platforms
54
platforms := "android"
55
if xcodeAvailable() {
56
- platforms = "android,ios"
+ platforms += "," + strings.Join(darwinPlatforms, ",")
57
}
58
59
// ANDROID_HOME, sdk build tool version
0 commit comments