We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034a097 commit cffa279Copy full SHA for cffa279
README.md
@@ -120,7 +120,7 @@ Global Flags:
120
121
To download a copy of the ipa file, use the `download` command.
122
123
-````
+```
124
Download (encrypted) iOS app packages from the App Store
125
126
Usage:
@@ -142,6 +142,7 @@ Global Flags:
142
```
143
144
To resolve an external version identifier, returned by the `list-versions` command, use the `get-version-metadata` command.
145
+
146
147
Retrieves the metadata for a specific version of an app
148
@@ -170,7 +171,7 @@ The tool can be compiled using the Go toolchain.
170
171
172
```shell
173
$ go build -o ipatool
174
175
176
Unit tests can be executed with the following commands.
177
0 commit comments