1234567891011121314151617181920212223 |
- <?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>LSApplicationQueriesSchemes</key>
- <array>
- <string>garageband</string>
- </array>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <key>UIAppFonts</key>
- <array>
- <string>Poppins-BlackItalic.ttf</string>
- </array>
- <key>UIBackgroundModes</key>
- <array>
- <string>audio</string>
- </array>
- </dict>
- </plist>
|