Skip to content

Commit acaa0cc

Browse files
committed
Update README.md
1 parent 42ac211 commit acaa0cc

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,6 @@
77

88
Allows to spell out numbers in different languages and with many options. Unlike the standard `NSNumberFormatter` it also supports ordinal numbers with any additional modes that are applicable for specific language, such as gender (feminine and masculine) and grammatical cases.
99

10-
## IMPORTANT
11-
At the moment library uses ICU library that is shipped with iOS, however, the used API is not part of the iOS's publicly supported subsets.
12-
Therefore, last time when I tried to submit an app with it to AppStore, I received:
13-
14-
> **Non-public API usage:**
15-
>
16-
> The app references non-public symbols in Frameworks/NumberSpellOutFormatter.framework/NumberSpellOutFormatter: _unum_close, _unum_format, _unum_getTextAttribute, _unum_open, _unum_setTextAttribute
17-
18-
19-
The solution is to recompile ICU4C and embed it with the Framework. It should be done by the end of March, but if anyone could contribute, it would be very welcomed.
20-
2110
## Example
2211

2312
To run the example project, clone the repo, and run `pod install` from the Example directory first.

0 commit comments

Comments
 (0)