an old rule34 client for ios 5 to 10.
This project is not affiliated with rule34.xxx.
You can tag search, a post grid, image viewing, saved posts, and pagination.
Set the toolchain and sdk paths before building:
make -C tests test
make ipaIf the sdks are elsewhere, point the scripts at them:
export THEOS=/path/to/theos
export L34_SDK_V7=/path/to/iphoneos6.1.sdk
export L34_SDK_V64=/path/to/iphoneos16.5.sdkThe app uses the official rule34.xxx dapi json endpoint. images load separately and are downscaled before decoding so old devices avoid large image allocations.
The first launch opens the rule34 login page. after login, the app opens account options, creates an api key when needed, reads the user id and api key, and stores them in local preferences.