fastlane/lib/fastlane/actions/update_project_provisioning.rb in fastlane-2.9.0 vs fastlane/lib/fastlane/actions/update_project_provisioning.rb in fastlane-2.10.0

- old
+ new

@@ -76,10 +76,10 @@ "Update projects code signing settings from your provisioning profile" end def self.details [ - "You should check out the code signing gide before using this action: https://github.com/fastlane/fastlane/tree/master/fastlane/docs/Codesigning", + "You should check out the code signing gide before using this action: https://docs.fastlane.tools/codesigning/getting-started/", "This action retrieves a provisioning profile UUID from a provisioning profile (.mobileprovision) to set", "up the xcode projects' code signing settings in *.xcodeproj/project.pbxproj", "The `target_filter` value can be used to only update code signing for specified targets", "The `build_configuration` value can be used to only update code signing for specified build configurations of the targets passing through the `target_filter`", "Example Usage is the WatchKit Extension or WatchKit App, where you need separate provisioning profiles",