Skip to content

Commit

Permalink
add export options
Browse files Browse the repository at this point in the history
  • Loading branch information
rickirby committed Nov 19, 2023
1 parent 3624cd3 commit af97a19
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 @@ -121,7 +121,10 @@ platform :ios do
workspace: "Scandocs.xcworkspace",
scheme: "Scandocs",
configuration: "AdHoc",
export_method: "ad-hoc"
export_method: "ad-hoc",
export_options: {
iCloudContainerEnvironment: "Development"
}
)

UI.message("Upload to Firebase")
Expand Down

0 comments on commit af97a19

Please sign in to comment.