Skip to content

Commit

Permalink
Test building the ios app with an export_method set to ad-hoc
Browse files Browse the repository at this point in the history
  • Loading branch information
negativetwelve committed Aug 12, 2017
1 parent 098baf6 commit 9eea2b2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ xcode-select --install

# Available Actions
## Android
### android build
```
fastlane android build
```
Builds the app
### android test
```
fastlane android test
Expand Down
1 change: 1 addition & 0 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ platform :ios do
workspace: workspace,
scheme: scheme,
clean: true,
export_method: "ad-hoc",
)
end

Expand Down
5 changes: 5 additions & 0 deletions ios/fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ xcode-select --install

# Available Actions
## iOS
### ios build
```
fastlane ios build
```
Builds the app
### ios test
```
fastlane ios test
Expand Down

0 comments on commit 9eea2b2

Please sign in to comment.