Skip to content

Commit

Permalink
chore: create beta lane
Browse files Browse the repository at this point in the history
  • Loading branch information
WezSieTato committed Jan 28, 2023
1 parent 3085ad2 commit 55a2ca1
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.default.template
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD = TO_GENERATE
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ ScanNow.xcodeproj/project.xcworkspace/xcuserdata
fastlane/report.xml
*.xcodeproj/xcuserdata
ScanNow.xcodeproj/project.xcworkspace/xcshareddata/swiftpm
.env.default
*.ipa
*.app.dSYM.zip
2 changes: 2 additions & 0 deletions fastlane/Appfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
app_identifier "com.szwagrosoft.quick-scan"
itc_team_id "123917051"
9 changes: 9 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,13 @@ platform :ios do
error_message: "Generated code is different than sourcery output. Run `mint run sourcery` in `ScanNowTests` directory to re-generate code."
)
end

lane :beta do
build_app(project: "ScanNow.xcodeproj", scheme: "ScanNow")
changelog_from_git_commits
upload_to_testflight(
groups:["TeamA"],
distribute_external: true
)
end
end
8 changes: 8 additions & 0 deletions fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do



### ios beta

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



----

This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
Expand Down

0 comments on commit 55a2ca1

Please sign in to comment.