mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Removes trailing whitespace from source files. (#19329)
This commit is contained in:
parent
2d3a5c744d
commit
1cc036519c
@ -34,10 +34,10 @@ G
|
|||||||
H
|
H
|
||||||
H]
|
H]
|
||||||
\u0020\u0020
|
\u0020\u0020
|
||||||
IJ
|
I\u000cJ
|
||||||
K
|
\u000cK
|
||||||
K
|
K
|
||||||
|
\u000c
|
||||||
L
|
L
|
||||||
L L
|
L L
|
||||||
L L
|
L L
|
||||||
|
@ -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
|
|||||||
/// 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
|
|||||||
/// 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 = '''
|
|||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user