@salesforce/plugin-lightning-dev 1.3.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -55,6 +55,10 @@ Unable to determine App Id for %s
55
55
 
56
56
  Unable to find device %s
57
57
 
58
+ # error.device.google.play
59
+
60
+ Google Play devices are not supported. %s is a Google Play device. Please use a Google APIs device instead.
61
+
58
62
  # spinner.device.boot
59
63
 
60
64
  Booting device %s
@@ -63,6 +67,14 @@ Booting device %s
63
67
 
64
68
  Generating self-signed certificate
65
69
 
70
+ # spinner.cert.install
71
+
72
+ Installing self-signed certificate
73
+
74
+ # spinner.app.install
75
+
76
+ Installing app %s
77
+
66
78
  # spinner.extract.archive
67
79
 
68
80
  Extracting archive
@@ -79,76 +91,6 @@ Downloading
79
91
 
80
92
  Note: Your desktop browser requires additional configuration to trust the local development server. See the documentation for more details.
81
93
 
82
- # certificate.installation.notice
83
-
84
- To use local preview on your device, you have to install a self-signed certificate on it. If you previously set up a certificate for your device, you can skip this step.
85
-
86
- # certificate.installation.skip.message
87
-
88
- Do you want to skip this step
89
-
90
- # certificate.installation.description
91
-
92
- Before proceeding, install the self-signed certificate on your device. The certificate file is located at
93
-
94
- `%s`
95
-
96
- To install the certificate, follow these steps:
97
-
98
- %s
99
-
100
- # certificate.installation.steps.ios
101
-
102
- 1. Drag and drop the file onto your booted simulator.
103
- 2. Click `Allow` to proceed with downloading the configuration file.
104
- 3. Click `Close` and navigate to `Settings > General > VPN & Device Management > localhost`.
105
- 4. Click `Install` in the title bar, in the warning window, and on the install button.
106
- 5. In the `Profile Installed` view, confirm that the profile displays `Verified` and then click `Done`.
107
- 6. Navigate to `Settings > General > About > Certificate Trust Settings`.
108
- 7. Enable full trust for `localhost`.
109
- 8. In the resulting warning pop-up, click `Continue`.
110
-
111
- # certificate.installation.steps.android
112
-
113
- 1. Drag and drop the file onto your booted emulator.
114
- 2. %s
115
- 3. Navigate to the certificate file from step 1. (It's usually located in `/sdcard/download`).
116
- 4. Follow the on-screen instructions to install it.
117
- 5. Click `User credentials` under `Credential storage` and verify that your certificate is listed there.
118
- 6. Click `Trusted credentials` under `Credential storage`. Then click `USER` and verify that page lists your certificate.
119
-
120
- # certificate.installation.steps.android.nav-target-api-24-25
121
-
122
- Navigate to `Settings > Security` and click `Install from SD card` under `Credential storage`.
123
-
124
- # certificate.installation.steps.android.nav-target-api-26-27
125
-
126
- Navigate to `Settings > Security & Location > Encryption & credentials` and click `Install from SD card` under `Credential storage`.
127
-
128
- # certificate.installation.steps.android.nav-target-api-28
129
-
130
- Navigate to `Settings > Security & Location > Advanced > Encryption & credentials` and click `Install from SD card` under `Credential storage`.
131
-
132
- # certificate.installation.steps.android.nav-target-api-29
133
-
134
- Navigate to `Settings > Security > Encryption & credentials` and click `Install from SD card` under `Credential storage`.
135
-
136
- # certificate.installation.steps.android.nav-target-api-30-32
137
-
138
- Navigate to `Settings > Security > Encryption & credentials` and click `Install a certificate` under `Credential storage`. Click `CA certificate`, and then click `Install anyway`.
139
-
140
- # certificate.installation.steps.android.nav-target-api-33
141
-
142
- Navigate to `Settings > Security > More security settings > Encryption & credentials` and click `Install a certificate` under `Credential storage`. Click `CA certificate`, and then click `Install anyway`.
143
-
144
- # certificate.installation.steps.android.nav-target-api-34-up
145
-
146
- Navigate to `Settings > Security & Privacy > More security & privacy > Encryption & credentials` and click `Install a certificate` under `Credential storage`. Click `CA certificate`, and then click `Install anyway`.
147
-
148
- # certificate.waiting
149
-
150
- After you install the certificate, press any key to continue...
151
-
152
94
  # mobileapp.notfound
153
95
 
154
96
  %s isn't installed on your device.