a youtube music client for iOS 5-10.
The project is not affiliated with Google or YouTube.
- Theos toolchain with
clangandldid - iPhoneOS SDK that can build the armv7 slice
- iPhoneOS SDK that can build the arm64 slice
Set the toolchain and sdk paths before building:
export THEOS=/path/to/theos
export TUNETUBE_SDK_V7=/path/to/iPhoneOS6.1.sdk
export TUNETUBE_SDK_V64=/path/to/iPhoneOS16.5.sdkRun the model tests and build a IPA:
make -C tests test
make ipaor for deb package
make debapp/- Objective-C UI, player, API client, and image cachecore/- small C layertests/- some testsbuild_*.shandMakefile- packaging and build scripts