- OS X 10.10
- Git
- XCode 6
git clone https://github.com/typcn/bilibili-mac-client.git
git submodule update --init
Create a file at bilibili/APIKey.h
NSString *APIKey = @"Your Bilibili API KEY";
NSString *APISecret = @"Your Bilibili API Secret";
( If you don't have it, please contact me )
Then open bilibili.xcodeproj to edit or build.
( If you don't have code signing , please set signing to "None" )
If you can't download libraries from git-lfs, please run following commands.
cd bilibili/libs/
rm -rf *.dylib
wget http://7xkd32.dl1.z0.glb.clouddn.com/bilibili/libs/1.tar.gz
tar zxvf 1.tar.gz