NeoMAD 4.7.2 release notes

March 16, 2020

Xcode 11 Ready

This version of NeoMAD is compatible with Xcode 11. Generated binaries can be installed on devices with iOS 13 Operating System.

Dark mode feature is not supported, you will have to force the iOS light mode directly in the NeoMAD project by adding the following code in your URS file :

<specific>
       <ios>
        <plist>
            <key>UIUserInterfaceStyle</key>
            <string>Light</string>
        </plist>
    </ios>
</specific>