Skip to content

Commit 7767ed8

Browse files
committed
ci: change name of mobile provisioning profile for iOS
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
1 parent 8eb7a3b commit 7767ed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DesignToolbox/fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}",

0 commit comments

Comments
 (0)