-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrand.plist
26 lines (26 loc) · 1.34 KB
/
brand.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?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">
<plist version="1.0">
<array>
<dict>
<key>name</key>
<string>Apple</string>
<key>websiteUrl</key>
<string>https://www.apple.com/</string>
<key>detail</key>
<string>Apple Inc. is an American multinational technology company headquartered in Cupertino, California, that designs, develops, and sells consumer electronics, computer software, and online services. It is considered one of the Big Tech technology companies, alongside Amazon, Google, Microsoft and Facebook.</string>
<key>imageUrl</key>
<string>https://raw.githubusercontent.com/bachelora/phoneChoose/master/apple_logo_PNG19690.png</string>
</dict>
<dict>
<key>name</key>
<string>HuaWei</string>
<key>websiteUrl</key>
<string>https://www.huawei.com/en/</string>
<key>detail</key>
<string>Founded in 1987, Huawei is a leading global provider of information and communications technology (ICT) infrastructure and smart devices. We have more than 194,000 employees, and we operate in more than 170 countries and regions, serving more than three billion people around the world.</string>
<key>imageUrl</key>
<string>https://raw.githubusercontent.com/bachelora/phoneChoose/master/huawei-logo%402x.png</string>
</dict>
</array>
</plist>