fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

Fuse.Text: upgrade ICU for iOS to v68.2 #1403

Closed mortend closed 3 years ago

mortend commented 3 years ago

This fixes an error when uploading some apps to App Store Connect. The error only triggers on apps using certain functionality from Fuse.Text.

ITMS-90338: Non-public API usage - The app references non-public symbols in APP_NAME: _ubidi_close, _ubidi_getLevels, _ubidi_open, _ubidi_setPara. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. For further information, visit the Technical Support Information at http://developer.apple.com/support/technical/

The new ICU version includes new versions of the symbols, which fixes the problem.

The new ICU version was built using a fork of icu4c-iosx, located at https://github.com/mortend/icu4c-iosx.

This PR contains:

mortend commented 3 years ago

Thanks for testing. :)

mortend commented 3 years ago