yaoxin2017 / TIMSDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TIMSDK

腾讯云通信IM服务

检出 Android

git init TIM_Android
cd TIM_Android
git remote add origin https://github.com/tencentyun/TIMSDK.git
git config core.sparsecheckout true
echo "Android/*" >> .git/info/sparse-checkout
git pull origin master

检出 iOS

git init TIM_iOS
cd TIM_iOS
git remote add origin https://github.com/tencentyun/TIMSDK.git
git config core.sparsecheckout true
echo "iOS/*" >> .git/info/sparse-checkout
git pull origin master

检出 Mac

git init TIM_Mac
cd TIM_Mac
git remote add origin https://github.com/tencentyun/TIMSDK.git
git config core.sparsecheckout true
echo "Mac/*" >> .git/info/sparse-checkout
git pull origin master

检出 Windows

git init TIM_Windows
cd TIM_Windows
git remote add origin https://github.com/tencentyun/TIMSDK.git
git config core.sparsecheckout true
echo "Windows/*" >> .git/info/sparse-checkout
git pull origin master

About


Languages

Language:Java 38.2%Language:JavaScript 36.5%Language:Objective-C 21.7%Language:HTML 2.6%Language:Objective-C++ 0.5%Language:CSS 0.2%Language:C 0.2%Language:Ruby 0.1%Language:C++ 0.0%