12345678910111213141516171819202122232425262728293031323334 |
- <?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">
- <dict>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLName</key>
- <string>com.girl.music.wallpaper</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>aiemoji</string>
- </array>
- </dict>
- </array>
- <key>ITSAppUsesNonExemptEncryption</key>
- <false/>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <key>UIAppFonts</key>
- <array>
- <string>Poppins-BoldItalic.otf</string>
- <string>Poppins-BlackItalic.ttf</string>
- <string>AccentURW-Reg.ttf</string>
- <string>Kelsi-fill.otf</string>
- <string>Kelsi-Regular.otf</string>
- </array>
- </dict>
- </plist>
|