Skip to content

Commit

Permalink
Update fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JHawk0224 committed Nov 19, 2024
1 parent 4bc6203 commit 9f72a6c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,15 @@ platform :ios do
}
}
)
pilot(app_identifier: "org.pennlabs.PennMobile", api_key_path: "api_key.json", distribute_external: true, groups: "Penn Labs", changelog: "test CI")
pilot(
app_identifier: "org.pennlabs.PennMobile",
api_key_path: "api_key.json",
distribute_external: true,
groups: "Penn Labs",
changelog: "Test experimental features of Penn Mobile",
beta_app_description: "Test experimental features of Penn Mobile",
beta_app_feedback_email: "contact@pennlabs.org"
)
end

lane :deployBeta do
Expand Down

0 comments on commit 9f72a6c

Please sign in to comment.