Fix no UIScene configuration dictionary warning
This commit is contained in:
parent
788adee1a7
commit
a2d3926b7a
3 changed files with 24 additions and 3 deletions
|
|
@ -2,6 +2,13 @@
|
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>UIApplicationSceneManifest</key>
|
||||
<dict>
|
||||
<key>UIApplicationSupportsMultipleScenes</key>
|
||||
<true/>
|
||||
<key>UISceneConfigurations</key>
|
||||
<dict/>
|
||||
</dict>
|
||||
<key>com.apple.developer.nfc.readersession.iso7816.select-identifiers</key>
|
||||
<array>
|
||||
<string>A000000527471117</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue