Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Dec 6, 2015
1 parent 3fc737d commit a3231be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,12 @@ There are a lot of options available that define how to build your app, for exam
snapshot --scheme "UITests" --configuration "Release" --sdk "iphonesimulator"
```

Reinstall the app before running `snapshot`

```sh
snapshot --reinstall_app --app_identifier "tools.fastlane.app"
```

For a list for all available options run

```sh
Expand Down
1 change: 1 addition & 0 deletions lib/snapshot/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def self.available_options
is_string: false),
FastlaneCore::ConfigItem.new(key: :app_identifier,
env_name: 'SNAPSHOT_APP_IDENTIFIER',
short_option: "-a",
description: "The bundle identifier of the app to uninstall (only needed when enabling reinstall_app)",
default_value: ENV["SNAPSHOT_APP_IDENTITIFER"] || CredentialsManager::AppfileConfig.try_fetch_value(:app_identifier)),

Expand Down

0 comments on commit a3231be

Please sign in to comment.