Unverified Commit 1cc03651 authored by Greg Spencer's avatar Greg Spencer Committed by GitHub

Removes trailing whitespace from source files. (#19329)

parent 2d3a5c74
...@@ -34,10 +34,10 @@ G ...@@ -34,10 +34,10 @@ G
H H
H] H]
\u0020\u0020 \u0020\u0020
I J I\u000cJ
K \u000cK
K K
\u000c
L L
L L L L
L L L L
......
...@@ -20,7 +20,7 @@ const String noCertificatesInstruction = ''' ...@@ -20,7 +20,7 @@ const String noCertificatesInstruction = '''
════════════════════════════════════════════════════════════════════════════════ ════════════════════════════════════════════════════════════════════════════════
No valid code signing certificates were found No valid code signing certificates were found
You can connect to your Apple Developer account by signing in with your Apple ID You can connect to your Apple Developer account by signing in with your Apple ID
in Xcode and create an iOS Development Certificate as well as a Provisioning in Xcode and create an iOS Development Certificate as well as a Provisioning\u0020
Profile for your project by: Profile for your project by:
$fixWithDevelopmentTeamInstruction $fixWithDevelopmentTeamInstruction
5- Trust your newly created Development Certificate on your iOS device 5- Trust your newly created Development Certificate on your iOS device
...@@ -37,12 +37,12 @@ Or run on an iOS simulator without code signing ...@@ -37,12 +37,12 @@ Or run on an iOS simulator without code signing
/// The user did iOS development but never on this project and/or device. /// The user did iOS development but never on this project and/or device.
const String noProvisioningProfileInstruction = ''' const String noProvisioningProfileInstruction = '''
════════════════════════════════════════════════════════════════════════════════ ════════════════════════════════════════════════════════════════════════════════
No Provisioning Profile was found for your project's Bundle Identifier or your No Provisioning Profile was found for your project's Bundle Identifier or your\u0020
device. You can create a new Provisioning Profile for your project in Xcode for device. You can create a new Provisioning Profile for your project in Xcode for\u0020
your team by: your team by:
$fixWithDevelopmentTeamInstruction $fixWithDevelopmentTeamInstruction
It's also possible that a previously installed app with the same Bundle It's also possible that a previously installed app with the same Bundle\u0020
Identifier was signed with a different certificate. Identifier was signed with a different certificate.
For more information, please visit: For more information, please visit:
...@@ -55,7 +55,7 @@ Or run on an iOS simulator without code signing ...@@ -55,7 +55,7 @@ Or run on an iOS simulator without code signing
/// Couldn't auto sign the app but can likely solved by retracing the signing flow in Xcode. /// Couldn't auto sign the app but can likely solved by retracing the signing flow in Xcode.
const String noDevelopmentTeamInstruction = ''' const String noDevelopmentTeamInstruction = '''
════════════════════════════════════════════════════════════════════════════════ ════════════════════════════════════════════════════════════════════════════════
Building a deployable iOS app requires a selected Development Team with a Building a deployable iOS app requires a selected Development Team with a\u0020
Provisioning Profile. Please ensure that a Development Team is selected by: Provisioning Profile. Please ensure that a Development Team is selected by:
$fixWithDevelopmentTeamInstruction $fixWithDevelopmentTeamInstruction
...@@ -69,7 +69,7 @@ const String fixWithDevelopmentTeamInstruction = ''' ...@@ -69,7 +69,7 @@ const String fixWithDevelopmentTeamInstruction = '''
open ios/Runner.xcworkspace open ios/Runner.xcworkspace
2- Select the 'Runner' project in the navigator then the 'Runner' target 2- Select the 'Runner' project in the navigator then the 'Runner' target
in the project settings in the project settings
3- In the 'General' tab, make sure a 'Development Team' is selected. 3- In the 'General' tab, make sure a 'Development Team' is selected.\u0020
You may need to: You may need to:
- Log in with your Apple ID in Xcode first - Log in with your Apple ID in Xcode first
- Ensure you have a valid unique Bundle ID - Ensure you have a valid unique Bundle ID
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment