docs: typo in launch-app-from-url-in-another-app.md (#30566)
* Typo in launch-app-from-url-in-another-app.md Code snippet for the info.plist example had html formatting. Removed. * Fix paddings Co-authored-by: Cheng Zhao <github@zcbenz.com>
This commit is contained in:
parent
ea889b423d
commit
11de995d38
1 changed files with 19 additions and 25 deletions
|
@ -127,9 +127,6 @@ can add the flag `--extend-info` with a path to the `plist` you've created. The
|
||||||
### Plist
|
### Plist
|
||||||
|
|
||||||
```XML
|
```XML
|
||||||
<p>
|
|
||||||
<h5>macOS plist</h5>
|
|
||||||
<pre><code>
|
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
|
@ -149,9 +146,6 @@ can add the flag `--extend-info` with a path to the `plist` you've created. The
|
||||||
<string>VEKTX9H2N7</string>
|
<string>VEKTX9H2N7</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
</code>
|
|
||||||
</pre>
|
|
||||||
<p>
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Conclusion
|
## Conclusion
|
||||||
|
|
Loading…
Reference in a new issue