Info.plist 858 B

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CFBundleURLTypes</key>
  6. <array>
  7. <dict>
  8. <key>CFBundleTypeRole</key>
  9. <string>Editor</string>
  10. <key>CFBundleURLName</key>
  11. <string>com.girl.music.wallpaper</string>
  12. <key>CFBundleURLSchemes</key>
  13. <array>
  14. <string>aiemoji</string>
  15. </array>
  16. </dict>
  17. </array>
  18. <key>ITSAppUsesNonExemptEncryption</key>
  19. <false/>
  20. <key>NSAppTransportSecurity</key>
  21. <dict>
  22. <key>NSAllowsArbitraryLoads</key>
  23. <true/>
  24. </dict>
  25. <key>UIAppFonts</key>
  26. <array>
  27. <string>Poppins-BoldItalic.otf</string>
  28. <string>Poppins-BlackItalic.ttf</string>
  29. <string>AccentURW-Reg.ttf</string>
  30. <string>Kelsi-fill.otf</string>
  31. <string>Kelsi-Regular.otf</string>
  32. </array>
  33. </dict>
  34. </plist>