[TIMOB-28289] iOS: Replace OSAtomic APIs with atomic_fetch_* APIs
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Medium |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Vijay Singh |
| Assignee | Vijay Singh |
| Created | 2020-12-14T20:19:14.000+0000 |
| Updated | 2021-08-12T16:03:43.000+0000 |
Description
OSAtomic (APIs mentioned in OSAtomic.h) has deprecated in iOS 10 with replacement of atomic_fetch_* (APIs mentioned in ).
In TitaniumKit framework, OSAtomic APIs are used many places, which gives warning.
Replace OSAtomic with atomic_fetch_*.
No comments