1、添加注册登录模块
2、添加测试模块、完善Host和DataCenter相关逻辑
Showing
with
435 additions
and
242 deletions
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Module/GDTest/GDTest/GDTest.h
0 → 100644
| ... | ... | @@ -60,8 +60,6 @@ use_frameworks! |
| # pod 'HyphenateChat', '3.8.3.1' | ||
| # pod "TSVoiceConverter", '0.1.6' | ||
| # | ||
| # # 一键登录 | ||
| # pod 'mob_secverify' | ||
| # # Crashlytics Firebase 的崩溃统计 | ||
| # pod 'Firebase/Crashlytics' | ||
| # | ||
| ... | ... | @@ -119,6 +117,34 @@ target 'HostManager' do |
| end | ||
| target 'GDLoginAndRegistModule' do | ||
| use_frameworks! | ||
| inhibit_all_warnings! | ||
| project 'Module/GDLoginAndRegistModule/GDLoginAndRegistModule.xcodeproj' | ||
| pod 'GDToolBox', :path => './LocalPodSpec/GDToolBox' | ||
| pod 'GDRouter', :path => './LocalPodSpec/GDRouter' | ||
| # Lottie 动画 | ||
| pod 'lottie-ios', '2.5.2' | ||
| # 一键登录 | ||
| pod 'mob_secverify' | ||
| end | ||
| target 'GDTest' do | ||
| use_frameworks! | ||
| inhibit_all_warnings! | ||
| project 'Module/GDTest/GDTest.xcodeproj' | ||
| pod 'GDToolBox', :path => './LocalPodSpec/GDToolBox' | ||
| pod 'GDRouter', :path => './LocalPodSpec/GDRouter' | ||
| end | ||
| plugin 'cocoapods-pod-sign' | ||
| skip_pod_bundle_sign # 用来跳过Xcode对bundle资源的签名 | ||
| ... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment