and if you should be using it: Dont worry, its not as bad as it sounds.
I realized I ran into too many restrictions and complexities with iOSLib, and after the r2 update many things were not working anymore. Its structure made it necessary to add a lot of redundant code pragmas for 32 and 64 bit and so on. And I know many didnt like it because it forced you to install the whole beast or nothing.
After I started OSXLib, I felt the urge to bring iOSLib to the same, easier structure which allows you to use only the (admittedly more than a handful) core classes and remove everything else. On the other hand, I did not want to do everything again. Thats why I combined both libraries now into one repository that uses a lot of shared code. There are, of course, two different projects included: One for macOS, the other for iOS. But basically, it makes it possible to add declares for both systems at once where the frameworks are identical, while individual differences are still possible.
Currently, the iOSLib part does not offer any useful classes or controls at all. I still have to import and update a lot of things.
But this will follow soon, and in case you are developing for Mac, you already can use the features that were included in OSXLib. You find all stuff under
https://github.com/UBogun/Xojo-AppleLib/
To finish the title: , long live AppleLib!