Skip to content

Commit

Permalink
Align version (1.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
majd committed May 24, 2021
1 parent 6db68b6 commit 8619332
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Source/Commands/IPATool.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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])
}
}
6 changes: 3 additions & 3 deletions ipatool.xcodeproj/xcshareddata/xcschemes/ipatool.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "download com.apple.TestFlight"
isEnabled = "NO">
argument = "download -b com.apple.TestFlight"
isEnabled = "YES">
</CommandLineArgument>
<CommandLineArgument
argument = "search --help"
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "search TestFlight --limit 1"
isEnabled = "YES">
isEnabled = "NO">
</CommandLineArgument>
</CommandLineArguments>
</LaunchAction>
Expand Down

0 comments on commit 8619332

Please sign in to comment.