Skip to content

Commit

Permalink
Update ios fastlane to add new beta build to "iNat Staff Only" group
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Jan 9, 2025
1 parent 526730f commit d20b266
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ platform :ios do
build_app(scheme: "Seek",
workspace: "ios/Seek.xcworkspace",
include_bitcode: false)
upload_to_testflight(username: ENV["USERNAME"])
upload_to_testflight(username: ENV["USERNAME"],
groups: [
"iNat Staff Only"
])
app_store_build_number(live: false, username: ENV["USERNAME"], app_identifier: ENV["APPLE_ID"])
slack(
message: "Seek iOS beta successfully deployed!",
Expand Down

0 comments on commit d20b266

Please sign in to comment.