Align version (1.0.2)

This commit is contained in:
Majd Alfhaily 2021-05-24 12:36:33 +02:00
parent 48ed1df5c7
commit 1563a82a20
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ struct IPATool: ParsableCommand {
static var configuration: CommandConfiguration {
return .init(commandName: "ipatool",
abstract: "A cli tool for interacting with Apple's ipa files.",
version: "1.0.1",
version: "1.0.2",
subcommands: [Download.self, Search.self])
}
}

View File

@ -56,8 +56,8 @@
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "download com.apple.TestFlight"
isEnabled = "NO">
argument = "download -b com.apple.TestFlight"
isEnabled = "YES">
</CommandLineArgument>
<CommandLineArgument
argument = "search --help"
@ -65,7 +65,7 @@
</CommandLineArgument>
<CommandLineArgument
argument = "search TestFlight --limit 1"
isEnabled = "YES">
isEnabled = "NO">
</CommandLineArgument>
</CommandLineArguments>
</LaunchAction>