Skip to content

Commit

Permalink
adding matchfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ogulcan keskin committed Sep 19, 2023
1 parent f92348a commit a8d0c96
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,9 @@ platform :ios do
result_bundle: true
)
end

lane :testFlight do
match(type: "appstore", readonly: true)
build_app
end
end
13 changes: 13 additions & 0 deletions Fastlane/Matchfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
git_url("https://github.com/ogulcankeskin93/certificates")

storage_mode("git")

type("development") # The default type, can be: appstore, adhoc, enterprise or development

# app_identifier(["tools.fastlane.app", "tools.fastlane.app2"])
# username("[email protected]") # Your Apple Developer Portal username

# For all available options run `fastlane match --help`
# Remove the # in the beginning of the line to enable the other options

# The docs are available on https://docs.fastlane.tools/actions/match
8 changes: 8 additions & 0 deletions Fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ Builds project and executes unit tests

Running iOS tests using fastlane

### ios testFlight

```sh
[bundle exec] fastlane ios testFlight
```



----

This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ GEM
faraday_middleware (1.2.0)
faraday (~> 1.0)
fastimage (2.2.7)
fastlane (2.215.0)
fastlane (2.215.1)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
Expand Down

0 comments on commit a8d0c96

Please sign in to comment.