We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tested to send an iOS build to Apple again after they finally fixed my account...
There seems to be one small problem still with the Info.plist.xml
Just add: <key>UIRequiresFullScreen</key> <true/> Somewhere in the dict. See Invalid Bundle. iPad Multitasking support requires launch story board in bundle
<key>UIRequiresFullScreen</key> <true/>
The text was updated successfully, but these errors were encountered:
ee82a2c
Thanks a bunch; this is now included in Info.plist.xml .
Sorry, something went wrong.
Fix #40 , thanks @JojoIce !
7c1f5cf
This also changes the hard-coded Gradle Plugin portal URL to the specific name Gradle uses for it in case it ever changes.
No branches or pull requests
Tested to send an iOS build to Apple again after they finally fixed my account...
There seems to be one small problem still with the Info.plist.xml
Just add:
<key>UIRequiresFullScreen</key> <true/>
Somewhere in the dict. See Invalid Bundle. iPad Multitasking support requires launch story board in bundle
The text was updated successfully, but these errors were encountered: