Commit bcc68fc0b350baf35761b477b653b27ac4a11f74
1 parent
0acdf7f7
no message
Showing
7 changed files
with
28 additions
and
0 deletions
CNLiveEnvironmentConfiguration.podspec
| ... | ... | @@ -37,6 +37,9 @@ TODO: Add long description of the pod here. |
| 37 | 37 | # s.public_header_files = 'Pod/Classes/**/*.h' |
| 38 | 38 | # s.frameworks = 'UIKit', 'MapKit' |
| 39 | 39 | # s.dependency 'AFNetworking', '~> 2.3' |
| 40 | + | |
| 41 | + ss.source_files = 'CNLiveEnvironmentConfiguration/Classes/CNLiveEnvironmentConfiguration.h' | |
| 42 | + | |
| 40 | 43 | # 测试个人 |
| 41 | 44 | s.subspec 'DebugPersonal' do |ss| |
| 42 | 45 | ss.source_files = 'CNLiveEnvironmentConfiguration/Classes/DebugPersonal/*' | ... | ... |
CNLiveEnvironmentConfiguration/Classes/CNLiveEnvironmentConfiguration.h
0 → 100644
| 1 | +// | |
| 2 | +// CNLiveEnvironmentConfiguration.h | |
| 3 | +// CNLiveNetAdd | |
| 4 | +// | |
| 5 | +// Created by CNLive-zxw on 2019/4/26. | |
| 6 | +// Copyright © 2019 cnlive. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#ifndef CNLiveEnvironmentConfiguration_h | |
| 10 | +#define CNLiveEnvironmentConfiguration_h | |
| 11 | + | |
| 12 | +#import "CNEnvironmentHeader.h" | |
| 13 | +#import "NetworkAPIs.h" | |
| 14 | + | |
| 15 | +#endif /* CNLiveEnvironmentConfiguration_h */ | ... | ... |
CNLiveEnvironmentConfiguration/Classes/DebugInHouse/CNEnvironmentHeader.h
CNLiveEnvironmentConfiguration/Classes/DebugInHouse/NetworkAPIs.h
CNLiveEnvironmentConfiguration/Classes/DebugPersonal/NetworkAPIs.h
CNLiveEnvironmentConfiguration/Classes/ReleaseInHouse/NetworkAPIs.h