Info.plist 534 B

1234567891011121314151617181920212223
  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>LSApplicationQueriesSchemes</key>
  6. <array>
  7. <string>garageband</string>
  8. </array>
  9. <key>NSAppTransportSecurity</key>
  10. <dict>
  11. <key>NSAllowsArbitraryLoads</key>
  12. <true/>
  13. </dict>
  14. <key>UIAppFonts</key>
  15. <array>
  16. <string>Poppins-BlackItalic.ttf</string>
  17. </array>
  18. <key>UIBackgroundModes</key>
  19. <array>
  20. <string>audio</string>
  21. </array>
  22. </dict>
  23. </plist>