Skip to content

Commit

Permalink
Specify iCloudContainerEnvironment
Browse files Browse the repository at this point in the history
  • Loading branch information
ngs committed Aug 12, 2018
1 parent 5848124 commit 76ea7e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fastlane/Fastfile
Expand Up @@ -30,7 +30,10 @@ platform :ios do
xcode_select ENV['XCODE_PATH'] if ENV['XCODE_PATH']
build_app(
export_method: 'ad-hoc',
output_directory: './build/adhoc'
output_directory: './build/adhoc',
export_options: {
iCloudContainerEnvironment: 'Production'
}
)
end

Expand Down

0 comments on commit 76ea7e6

Please sign in to comment.