File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -503,13 +503,13 @@ platform :ios do
503503
504504 # Disable automatic code signing for release / distribution builds.
505505 # Thus we won't use any Xcode with plugged account in, and use only needed certificates and provisioning profiles.
506- # Mobile provisioning profile named "OUDS demo app (release)" must be placed in runner.
506+ # Mobile provisioning profile named "OUDS iOS app (release)" must be placed in runner.
507507 # The certificate(s) used to build (with bundle ID) the provisionning profile must be available in the keychain of the runner
508508 # (both .cer and .p12), here a distribution certificate.
509509 # This way is more agile and allows to use VM-based solution with on the fly configuration like with Tart.
510510 update_code_signing_settings ( path : "#{ OUDS_PROJECT } " ,
511511 use_automatic_signing : false ,
512- profile_name : 'OUDS demo app (release)' ,
512+ profile_name : 'OUDS iOS app (release)' ,
513513 targets : OUDS_SCHEME )
514514
515515 gym ( workspace : "#{ OUDS_WORKSPACE } " ,
You can’t perform that action at this time.
0 commit comments