NeoMAD 4.9.2 release notes¶
May 12, 2023
Support of “entitlements” in URS¶
Entitlements can now be declared in the URS. This is particularly usefull with some iOS libraries
you may use in the specific code. Just declare the <entitlements>
tag in the URS with the raw
content to add to the entitlement file in the generated iOS project.
Support xcframework as third-party libraries for iOS¶
xcframework
can now be declared as third-party libraries in the URS in the <specific><ios><library>
tag.
Customize “strip swift symbols” for iOS¶
Use <specific><ios><stripSwiftSymbols>
tag in URS to allow / disallow strip swift symbols in iOS
generated project.
Fix¶
- Android
- Fix title of screens that where not truncated when too long to enter on a single line