Commit 9a47015cc7098f9327836babc0e8f0c7684c6da5
0 parents
0.0.3
Showing
137 changed files
with
6597 additions
and
0 deletions
DSLifeServiceModuleF.podspec
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF.podspec | |
| 1 | +Pod::Spec.new do |s| | |
| 2 | + | |
| 3 | + s.name = "DSLifeServiceModuleF" | |
| 4 | + s.version = "0.0.3" | |
| 5 | + s.summary = "DSLifeServiceModuleF" | |
| 6 | + s.homepage = "http://bj.gitlab.cnlive.com/DSIOSTeam" | |
| 7 | + s.authors = { "DSIOSTeam" => "694092596@qq.com" } | |
| 8 | + s.license = "MIT" | |
| 9 | + s.source = { :git => 'http://bj.gitlab.cnlive.com/DSIOSTeam/DSLifeServiceModuleF.git', :tag => s.version.to_s } | |
| 10 | + s.ios.deployment_target = '9.0' | |
| 11 | + s.vendored_frameworks = "DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework" | |
| 12 | + s.frameworks = 'Foundation', 'UIKit' | |
| 13 | + s.xcconfig = { | |
| 14 | + 'ENABLE_BITCODE' => 'NO' | |
| 15 | + } | |
| 16 | + s.pod_target_xcconfig = { | |
| 17 | + 'VALID_ARCHS' => 'arm64' | |
| 18 | + } | |
| 19 | + | |
| 20 | + s.dependency 'MGJRouter', '~> 0.10.0' | |
| 21 | + | |
| 22 | + s.dependency 'DSBaseModuleF', '>=0.0.0', '<1.0.0' | |
| 23 | + s.dependency 'DSToolsModuleF', '>=0.0.0', '<1.0.0' | |
| 24 | + s.dependency 'DSCommonModuleF', '>=0.0.0', '<1.0.0' | |
| 25 | + s.dependency 'DSAddressModuleF', '>=0.0.0', '<1.0.0' | |
| 26 | + s.dependency 'DSPayModuleF', '>=0.0.0', '<1.0.0' | |
| 27 | + s.dependency 'DSWebViewModuleF', '>=0.0.0', '<1.0.0' | |
| 28 | + | |
| 29 | +end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/DSLifeServiceModule
0 → 100755
No preview for this file type
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/DSLifeServiceModule.bundle/Assets.car
0 → 100644
No preview for this file type
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/DSLifeServiceModule.bundle/Info.plist
0 → 100644
No preview for this file type
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceCleanerDetailsModel.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceCleanerDetailsModel.h | |
| 1 | +// | |
| 2 | +// BKLifeServiceCleanerDetailsModel.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/7/25. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | + | |
| 11 | +@interface BKLifeServiceCleanerDetailsGroupTitleModel : NSObject | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 标题 | |
| 15 | + */ | |
| 16 | +@property (nonatomic,copy) NSString * title; | |
| 17 | +/** | |
| 18 | + 价格 | |
| 19 | + */ | |
| 20 | +@property (nonatomic,copy) NSString * price; | |
| 21 | +/** | |
| 22 | + 单位 | |
| 23 | + */ | |
| 24 | +@property (nonatomic,copy) NSString * unit_desc; | |
| 25 | + | |
| 26 | +@end | |
| 27 | + | |
| 28 | +@interface BKLifeServiceCleanerDetailsSecondGroupModel : NSObject | |
| 29 | + | |
| 30 | +/** | |
| 31 | + 标题 | |
| 32 | + */ | |
| 33 | +@property (nonatomic,copy) NSString * title; | |
| 34 | +/** | |
| 35 | + 价格 | |
| 36 | + */ | |
| 37 | +@property (nonatomic,copy) NSString * price; | |
| 38 | +/** | |
| 39 | + 单位 | |
| 40 | + */ | |
| 41 | +@property (nonatomic,copy) NSString * unit_desc; | |
| 42 | +/** | |
| 43 | + id | |
| 44 | + */ | |
| 45 | +@property (nonatomic,copy) NSString * id; | |
| 46 | +/** | |
| 47 | + 上一级id | |
| 48 | + */ | |
| 49 | +@property (nonatomic,copy) NSString * pid; | |
| 50 | +/** | |
| 51 | + 时间(分钟) | |
| 52 | + */ | |
| 53 | +@property (nonatomic,copy) NSString * time; | |
| 54 | + | |
| 55 | +@end | |
| 56 | + | |
| 57 | +@interface BKLifeServiceCleanerDetailsGroupModel : NSObject | |
| 58 | + | |
| 59 | +/** | |
| 60 | + 标题 | |
| 61 | + */ | |
| 62 | +@property (nonatomic,copy) NSString * title; | |
| 63 | +/** | |
| 64 | + 价格 | |
| 65 | + */ | |
| 66 | +@property (nonatomic,copy) NSString * price; | |
| 67 | +/** | |
| 68 | + 单位 | |
| 69 | + */ | |
| 70 | +@property (nonatomic,copy) NSString * unit_desc; | |
| 71 | +/** | |
| 72 | + id | |
| 73 | + */ | |
| 74 | +@property (nonatomic,copy) NSString * id; | |
| 75 | +/** | |
| 76 | + 上一级id | |
| 77 | + */ | |
| 78 | +@property (nonatomic,copy) NSString * pid; | |
| 79 | +/** | |
| 80 | + 分类数组 | |
| 81 | + */ | |
| 82 | +@property (nonatomic,copy) NSArray * group; | |
| 83 | + | |
| 84 | +@end | |
| 85 | + | |
| 86 | +@interface BKLifeServiceCleanerDetailsImgModel : NSObject | |
| 87 | + | |
| 88 | +/** | |
| 89 | + 图片 | |
| 90 | + */ | |
| 91 | +@property (nonatomic,copy) NSString * simg; | |
| 92 | +/** | |
| 93 | + 宽 | |
| 94 | + */ | |
| 95 | +@property (nonatomic,copy) NSString * w; | |
| 96 | +/** | |
| 97 | + 高 | |
| 98 | + */ | |
| 99 | +@property (nonatomic,copy) NSString * h; | |
| 100 | + | |
| 101 | +@end | |
| 102 | + | |
| 103 | +@interface BKLifeServiceCleanerDetailsShopModel : NSObject | |
| 104 | + | |
| 105 | +/** | |
| 106 | + id | |
| 107 | + */ | |
| 108 | +@property (nonatomic,copy) NSString * id; | |
| 109 | +/** | |
| 110 | + 名称 | |
| 111 | + */ | |
| 112 | +@property (nonatomic,copy) NSString * title; | |
| 113 | +/** | |
| 114 | + 联系电话 | |
| 115 | + */ | |
| 116 | +@property (nonatomic,copy) NSString * phone; | |
| 117 | +/** | |
| 118 | + 图片 | |
| 119 | + */ | |
| 120 | +@property (nonatomic,copy) NSString * simg; | |
| 121 | +/** | |
| 122 | + 简介 | |
| 123 | + */ | |
| 124 | +@property (nonatomic,copy) NSString * desc; | |
| 125 | + | |
| 126 | +@end | |
| 127 | + | |
| 128 | +@interface BKLifeServiceCleanerDetailsScheduleTimeModel : NSObject | |
| 129 | + | |
| 130 | +/** | |
| 131 | + 时间 | |
| 132 | + */ | |
| 133 | +@property (nonatomic,copy) NSString * time; | |
| 134 | +/** | |
| 135 | + 状态 1未预定 2已预订 | |
| 136 | + */ | |
| 137 | +@property (nonatomic,copy) NSString * state; | |
| 138 | +/** | |
| 139 | + 时间戳 | |
| 140 | + */ | |
| 141 | +@property (nonatomic,copy) NSString * timestamp; | |
| 142 | + | |
| 143 | +@end | |
| 144 | + | |
| 145 | +@interface BKLifeServiceCleanerDetailsScheduleModel : NSObject | |
| 146 | + | |
| 147 | +/** | |
| 148 | + 周期 | |
| 149 | + */ | |
| 150 | +@property (nonatomic,copy) NSString * day; | |
| 151 | +/** | |
| 152 | + 开始时间 | |
| 153 | + */ | |
| 154 | +@property (nonatomic,copy) NSString * start; | |
| 155 | +/** | |
| 156 | + 周 | |
| 157 | + */ | |
| 158 | +@property (nonatomic,copy) NSString * week; | |
| 159 | +/** | |
| 160 | + 当日档期 | |
| 161 | + */ | |
| 162 | +@property (nonatomic,copy) NSArray * time; | |
| 163 | + | |
| 164 | +@end | |
| 165 | + | |
| 166 | +@interface BKLifeServiceCleanerDetailsModel : NSObject | |
| 167 | + | |
| 168 | +/** | |
| 169 | + id | |
| 170 | + */ | |
| 171 | +@property (nonatomic,copy) NSString * id; | |
| 172 | +/** | |
| 173 | + 姓名 | |
| 174 | + */ | |
| 175 | +@property (nonatomic,copy) NSString * name; | |
| 176 | +/** | |
| 177 | + 广告 | |
| 178 | + */ | |
| 179 | +@property (nonatomic,copy) NSString * ads; | |
| 180 | +/** | |
| 181 | + 标签 | |
| 182 | + */ | |
| 183 | +@property (nonatomic,copy) NSString * label; | |
| 184 | +/** | |
| 185 | + 价格(半小时) | |
| 186 | + */ | |
| 187 | +@property (nonatomic,copy) NSString * price; | |
| 188 | +/** | |
| 189 | + 接单量 | |
| 190 | + */ | |
| 191 | +@property (nonatomic,copy) NSString * sale; | |
| 192 | +/** | |
| 193 | + 店铺id | |
| 194 | + */ | |
| 195 | +@property (nonatomic,copy) NSString * shopid; | |
| 196 | +/** | |
| 197 | + 保洁图片 | |
| 198 | + */ | |
| 199 | +@property (nonatomic,copy) NSString * simg; | |
| 200 | +/** | |
| 201 | + 星级 | |
| 202 | + */ | |
| 203 | +@property (nonatomic,copy) NSString * star; | |
| 204 | +/** | |
| 205 | + 满意度 | |
| 206 | + */ | |
| 207 | +@property (nonatomic,copy) NSString * satisfaction; | |
| 208 | +/** | |
| 209 | + 饱和度 | |
| 210 | + */ | |
| 211 | +@property (nonatomic,copy) NSString * saturation; | |
| 212 | +/** | |
| 213 | + 服务时间 | |
| 214 | + */ | |
| 215 | +@property (nonatomic,copy) NSString * service_hours; | |
| 216 | +/** | |
| 217 | + 0不显示店铺 1显示店铺 | |
| 218 | + */ | |
| 219 | +@property (nonatomic,copy) NSString * cleaning_shop_state; | |
| 220 | +/** | |
| 221 | + 服务开始时间 | |
| 222 | + */ | |
| 223 | +@property (nonatomic,copy) NSString * service_starttime; | |
| 224 | +/** | |
| 225 | + 服务结束时间 | |
| 226 | + */ | |
| 227 | +@property (nonatomic,copy) NSString * service_endtime; | |
| 228 | +/** | |
| 229 | + 小时工起约基数 小时单位 | |
| 230 | + */ | |
| 231 | +@property (nonatomic,copy) NSString * base; | |
| 232 | +/** | |
| 233 | + 分类标题数组 | |
| 234 | + */ | |
| 235 | +@property (nonatomic,copy) NSArray * grouptitle; | |
| 236 | +/** | |
| 237 | + 分类数组 | |
| 238 | + */ | |
| 239 | +@property (nonatomic,copy) NSArray * group; | |
| 240 | +/** | |
| 241 | + 详情图片数组 | |
| 242 | + */ | |
| 243 | +@property (nonatomic,copy) NSArray * img; | |
| 244 | +/** | |
| 245 | + 店铺数据 | |
| 246 | + */ | |
| 247 | +@property (nonatomic,strong) BKLifeServiceCleanerDetailsShopModel * shop; | |
| 248 | +/** | |
| 249 | + 档期数组 | |
| 250 | + */ | |
| 251 | +@property (nonatomic,copy) NSArray * schedule; | |
| 252 | + | |
| 253 | +/** | |
| 254 | + 小时工个人技能 | |
| 255 | + */ | |
| 256 | +@property (nonatomic,copy) NSString * specialty; | |
| 257 | + | |
| 258 | + | |
| 259 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceCleanerDetailsTableFooterView.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceCleanerDetailsTableFooterView.h | |
| 1 | +// | |
| 2 | +// BKLifeServiceCleanerDetailsTableFooterView.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/7/26. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import "BKLifeServiceCleanerDetailsModel.h" | |
| 11 | + | |
| 12 | +@interface BKLifeServiceCleanerDetailsTableFooterView : UIView | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 当有详情图片时 内容高度传5 当无详情图片时 内容高度传0 | |
| 16 | + | |
| 17 | + @param y 内容高度 | |
| 18 | + @param dataModel 数据 | |
| 19 | + @return BKLifeServiceCleanerDetailsTableFooterView | |
| 20 | + */ | |
| 21 | +-(instancetype)initWithContentViewY:(CGFloat)y dataModel:(BKLifeServiceCleanerDetailsModel*)dataModel; | |
| 22 | + | |
| 23 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceCleanerDetailsTableHeaderView.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceCleanerDetailsTableHeaderView.h | |
| 1 | +// | |
| 2 | +// BKLifeServiceCleanerDetailsTableHeaderView.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/7/25. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import "BKLifeServiceCleanerDetailsModel.h" | |
| 11 | + | |
| 12 | +@interface BKLifeServiceCleanerDetailsTableHeaderView : UIView | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 动画开始高度 | |
| 16 | + */ | |
| 17 | +@property (nonatomic,assign) CGFloat animateBeginHeight; | |
| 18 | + | |
| 19 | +@property (nonatomic,copy) void (^tapOrderAction)(void); | |
| 20 | + | |
| 21 | +@property (nonatomic,copy) void (^tapPhoneCallAction)(void); | |
| 22 | + | |
| 23 | +/** | |
| 24 | + 查看未来可约时间 | |
| 25 | + */ | |
| 26 | +@property (nonatomic,copy) void (^checkFutureDateAction)(void); | |
| 27 | + | |
| 28 | +-(instancetype)initWithData:(BKLifeServiceCleanerDetailsModel*)model type:(NSInteger)type; | |
| 29 | + | |
| 30 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceCleanerDetailsViewController.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceCleanerDetailsViewController.h | |
| 1 | +// | |
| 2 | +// BKLifeServiceCleanerDetailsViewController.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/7/25. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +@interface BKLifeServiceCleanerDetailsViewController : DSBaseViewController | |
| 12 | + | |
| 13 | +/** | |
| 14 | + id | |
| 15 | + */ | |
| 16 | +@property (nonatomic,strong) NSString * id; | |
| 17 | + | |
| 18 | +/** | |
| 19 | + 1保洁师 2小时工 | |
| 20 | + */ | |
| 21 | +@property (nonatomic,assign) NSInteger type; | |
| 22 | + | |
| 23 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceDetailsModel.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceDetailsModel.h | |
| 1 | +// | |
| 2 | +// BKLifeServiceDetailsModel.h | |
| 3 | +// iosZhaoLinNeighbouraide | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/4/19. | |
| 6 | +// Copyright © 2017年 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | +#import <UIKit/UIKit.h> | |
| 11 | + | |
| 12 | +@interface BKLifeServiceDetailsImagesModel : NSObject | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 高(需计算) | |
| 16 | + */ | |
| 17 | +@property (nonatomic,assign) CGFloat h; | |
| 18 | +/** | |
| 19 | + 宽(需计算) | |
| 20 | + */ | |
| 21 | +@property (nonatomic,assign) CGFloat w; | |
| 22 | +/** | |
| 23 | + 图片 | |
| 24 | + */ | |
| 25 | +@property (nonatomic,copy) NSString * simg; | |
| 26 | + | |
| 27 | +@end | |
| 28 | + | |
| 29 | +@interface BKLifeServiceDetailsShopModel : NSObject | |
| 30 | + | |
| 31 | +/** | |
| 32 | + id | |
| 33 | + */ | |
| 34 | +@property (nonatomic,copy) NSString * id; | |
| 35 | +/** | |
| 36 | + 名称 | |
| 37 | + */ | |
| 38 | +@property (nonatomic,copy) NSString * title; | |
| 39 | +/** | |
| 40 | + 联系电话 | |
| 41 | + */ | |
| 42 | +@property (nonatomic,copy) NSString * phone; | |
| 43 | +/** | |
| 44 | + 图片 | |
| 45 | + */ | |
| 46 | +@property (nonatomic,copy) NSString * simg; | |
| 47 | +/** | |
| 48 | + 简介 | |
| 49 | + */ | |
| 50 | +@property (nonatomic,copy) NSString * desc; | |
| 51 | + | |
| 52 | +@end | |
| 53 | + | |
| 54 | +@interface BKLifeServiceDetailsScheduleTimeModel : NSObject | |
| 55 | + | |
| 56 | +/** | |
| 57 | + 时间 | |
| 58 | + */ | |
| 59 | +@property (nonatomic,copy) NSString * time; | |
| 60 | +/** | |
| 61 | + 状态 1未预定 2已预订 | |
| 62 | + */ | |
| 63 | +@property (nonatomic,copy) NSString * state; | |
| 64 | +/** | |
| 65 | + 时间戳 | |
| 66 | + */ | |
| 67 | +@property (nonatomic,copy) NSString * timestamp; | |
| 68 | + | |
| 69 | +@end | |
| 70 | + | |
| 71 | +@interface BKLifeServiceDetailsScheduleModel : NSObject | |
| 72 | + | |
| 73 | +/** | |
| 74 | + 周期 | |
| 75 | + */ | |
| 76 | +@property (nonatomic,copy) NSString * day; | |
| 77 | +/** | |
| 78 | + 开始时间 | |
| 79 | + */ | |
| 80 | +@property (nonatomic,copy) NSString * start; | |
| 81 | +/** | |
| 82 | + 周 | |
| 83 | + */ | |
| 84 | +@property (nonatomic,copy) NSString * week; | |
| 85 | +/** | |
| 86 | + 当日档期 | |
| 87 | + */ | |
| 88 | +@property (nonatomic,copy) NSArray * time; | |
| 89 | + | |
| 90 | +@end | |
| 91 | + | |
| 92 | +@interface BKLifeServiceDetailsModel : NSObject | |
| 93 | + | |
| 94 | +/** | |
| 95 | + 产品id | |
| 96 | + */ | |
| 97 | +@property (nonatomic,copy) NSString * id; | |
| 98 | +/** | |
| 99 | + 标题 | |
| 100 | + */ | |
| 101 | +@property (nonatomic,copy) NSString * title; | |
| 102 | +/** | |
| 103 | + 图片 | |
| 104 | + */ | |
| 105 | +@property (nonatomic,copy) NSString * simg; | |
| 106 | +/** | |
| 107 | + 价格 | |
| 108 | + */ | |
| 109 | +@property (nonatomic,copy) NSString * price; | |
| 110 | +/** | |
| 111 | + 销量 | |
| 112 | + */ | |
| 113 | +@property (nonatomic,copy) NSString * sale; | |
| 114 | +/** | |
| 115 | + 描述 | |
| 116 | + */ | |
| 117 | +@property (nonatomic,copy) NSString * ads; | |
| 118 | +/** | |
| 119 | + 详情图片数组 | |
| 120 | + */ | |
| 121 | +@property (nonatomic,copy) NSArray * img; | |
| 122 | + | |
| 123 | +/** | |
| 124 | + 1、数量 2、时间 (时间是半个小时一个单位) | |
| 125 | + */ | |
| 126 | +@property (nonatomic,strong) NSString * unit; | |
| 127 | + | |
| 128 | +/** | |
| 129 | + 计量单位 | |
| 130 | + */ | |
| 131 | +@property (nonatomic,strong) NSString * unit_desc; | |
| 132 | + | |
| 133 | +/** | |
| 134 | + 店铺电话 | |
| 135 | + */ | |
| 136 | +@property (nonatomic,strong) NSString * shop_phone; | |
| 137 | + | |
| 138 | +/** | |
| 139 | + 起售数量 时间为小时 | |
| 140 | + */ | |
| 141 | +@property (nonatomic,strong) NSString * base; | |
| 142 | + | |
| 143 | +/** | |
| 144 | + 0不显示店铺 1显示店铺 | |
| 145 | + */ | |
| 146 | +@property (nonatomic,copy) NSString * cleaning_shop_state; | |
| 147 | +/** | |
| 148 | + 店铺数据 | |
| 149 | + */ | |
| 150 | +@property (nonatomic,strong) BKLifeServiceDetailsShopModel * shop; | |
| 151 | +/** | |
| 152 | + 档期数组 | |
| 153 | + */ | |
| 154 | +@property (nonatomic,copy) NSArray * schedule; | |
| 155 | + | |
| 156 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceDetailsTableFooterView.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceDetailsTableFooterView.h | |
| 1 | +// | |
| 2 | +// BKLifeServiceDetailsTableFooterView.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/2. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import "BKLifeServiceDetailsModel.h" | |
| 11 | + | |
| 12 | +@interface BKLifeServiceDetailsTableFooterView : UIView | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 当有详情图片时 内容高度传5 当无详情图片时 内容高度传0 | |
| 16 | + | |
| 17 | + @param y 内容高度 | |
| 18 | + @param dataModel 数据 | |
| 19 | + @return BKLifeServiceCleanerDetailsTableFooterView | |
| 20 | + */ | |
| 21 | +-(instancetype)initWithContentViewY:(CGFloat)y dataModel:(BKLifeServiceDetailsModel*)dataModel; | |
| 22 | + | |
| 23 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceDetailsTableHeaderView.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceDetailsTableHeaderView.h | |
| 1 | +// | |
| 2 | +// BKLifeServiceDetailsTableHeaderView.h | |
| 3 | +// iosZhaoLinNeighbouraide | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/4/19. | |
| 6 | +// Copyright © 2017年 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import "BKLifeServiceDetailsModel.h" | |
| 11 | + | |
| 12 | +@interface BKLifeServiceDetailsTableHeaderView : UIView | |
| 13 | + | |
| 14 | +@property (nonatomic,copy) void (^tapOrderAction)(void); | |
| 15 | + | |
| 16 | +@property (nonatomic,copy) void (^tapPhoneCallAction)(void); | |
| 17 | + | |
| 18 | +@property (nonatomic,strong) BKLifeServiceDetailsModel * dataModel; | |
| 19 | + | |
| 20 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceDetailsViewController.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceDetailsViewController.h | |
| 1 | +// | |
| 2 | +// BKLifeServiceDetailsViewController.h | |
| 3 | +// iosZhaoLinNeighbouraide | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/4/19. | |
| 6 | +// Copyright © 2017年 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +@interface BKLifeServiceDetailsViewController : DSBaseViewController | |
| 12 | + | |
| 13 | +/// 服务id | |
| 14 | +@property (nonatomic,copy) NSString * serviceid; | |
| 15 | + | |
| 16 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceFutureDateView.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceFutureDateView.h | |
| 1 | +// | |
| 2 | +// BKLifeServiceFutureDateView.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/7/31. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | + | |
| 11 | +@interface BKLifeServiceFutureDateView : UIView | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 创建 | |
| 15 | + | |
| 16 | + @param type 1为日类型 2为月类型 | |
| 17 | + @param dataArr 数据 | |
| 18 | + @return BKLifeServiceFutureDateView | |
| 19 | + */ | |
| 20 | +-(instancetype)initWithType:(NSInteger)type dataArr:(NSArray *)dataArr; | |
| 21 | + | |
| 22 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceOrderDetailsFirstTypeTableViewCell.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceOrderDetailsFirstTypeTableViewCell.h | |
| 1 | +// | |
| 2 | +// BKLifeServiceOrderDetailsFirstTypeTableViewCell.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/14. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +@interface BKLifeServiceOrderDetailsFirstTypeTableViewCell : DSTableViewCell | |
| 12 | + | |
| 13 | +@property (nonatomic,strong) UILabel * titleLab; | |
| 14 | + | |
| 15 | +@property (nonatomic,strong) UILabel * descLab; | |
| 16 | + | |
| 17 | +@property (nonatomic,strong) DSImageView * line; | |
| 18 | + | |
| 19 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceOrderDetailsFourthTypeTableViewCell.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceOrderDetailsFourthTypeTableViewCell.h | |
| 1 | +// | |
| 2 | +// BKLifeServiceOrderDetailsFourthTypeTableViewCell.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/14. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +@interface BKLifeServiceOrderDetailsFourthTypeTableViewCell : DSTableViewCell | |
| 12 | + | |
| 13 | +@property (nonatomic,strong) UILabel * totalPriceMarkLab; | |
| 14 | +@property (nonatomic,strong) UILabel * totalPriceLab; | |
| 15 | +@property (nonatomic,strong) UILabel * youhuiMarkLab; | |
| 16 | +@property (nonatomic,strong) UILabel * youhuiLab; | |
| 17 | +@property (nonatomic,strong) UILabel * priceLab; | |
| 18 | + | |
| 19 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceOrderDetailsSecondTypeTableViewCell.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceOrderDetailsSecondTypeTableViewCell.h | |
| 1 | +// | |
| 2 | +// BKLifeServiceOrderDetailsSecondTypeTableViewCell.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/14. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +@interface BKLifeServiceOrderDetailsSecondTypeTableViewCell : DSTableViewCell | |
| 12 | + | |
| 13 | +@property (nonatomic,strong) DSImageView * showImageView; | |
| 14 | +@property (nonatomic,strong) UILabel * startTimeLab; | |
| 15 | +@property (nonatomic,strong) UILabel * serviceTimeLab; | |
| 16 | +@property (nonatomic,strong) UILabel * serviceProjectLab; | |
| 17 | +@property (nonatomic,strong) UILabel * serviceStoreLab; | |
| 18 | +@property (nonatomic,strong) UILabel * moneyLab; | |
| 19 | + | |
| 20 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceOrderDetailsThirdTypeTableViewCell.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceOrderDetailsThirdTypeTableViewCell.h | |
| 1 | +// | |
| 2 | +// BKLifeServiceOrderDetailsThirdTypeTableViewCell.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/14. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +@interface BKLifeServiceOrderDetailsThirdTypeTableViewCell : DSTableViewCell | |
| 12 | + | |
| 13 | +@property (nonatomic,strong) UILabel * leftLab; | |
| 14 | +@property (nonatomic,strong) UILabel * rightLab; | |
| 15 | + | |
| 16 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceRefundRemindView.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceRefundRemindView.h | |
| 1 | +// | |
| 2 | +// BKLifeServiceRefundRemindView.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/15. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | + | |
| 11 | +@interface BKLifeServiceRefundRemindView : UIView | |
| 12 | + | |
| 13 | +-(instancetype)initWithContent:(NSString*)content; | |
| 14 | + | |
| 15 | +@property (nonatomic,copy) void (^affirmAciton)(void); | |
| 16 | + | |
| 17 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceSecondTypeDetailsModel.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceSecondTypeDetailsModel.h | |
| 1 | +// | |
| 2 | +// BKLifeServiceSecondTypeDetailsModel.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/7/27. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | + | |
| 11 | +@interface BKLifeServiceSecondTypeDetailsAbilityModel : NSObject | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 标题 | |
| 15 | + */ | |
| 16 | +@property (nonatomic,copy) NSString * title; | |
| 17 | +/** | |
| 18 | + 图片 | |
| 19 | + */ | |
| 20 | +@property (nonatomic,copy) NSString * simg; | |
| 21 | + | |
| 22 | +@end | |
| 23 | + | |
| 24 | +@interface BKLifeServiceSecondTypeDetailsTrainingModel : NSObject | |
| 25 | + | |
| 26 | +/** | |
| 27 | + 培训学校 | |
| 28 | + */ | |
| 29 | +@property (nonatomic,copy) NSString * title; | |
| 30 | +/** | |
| 31 | + 主题 | |
| 32 | + */ | |
| 33 | +@property (nonatomic,copy) NSString * theme; | |
| 34 | +/** | |
| 35 | + 培训类型 | |
| 36 | + */ | |
| 37 | +@property (nonatomic,copy) NSString * types; | |
| 38 | +/** | |
| 39 | + 培训时间 | |
| 40 | + */ | |
| 41 | +@property (nonatomic,copy) NSString * themetime; | |
| 42 | + | |
| 43 | + | |
| 44 | +@end | |
| 45 | + | |
| 46 | +@interface BKLifeServiceSecondTypeDetailsShopModel : NSObject | |
| 47 | + | |
| 48 | +/** | |
| 49 | + 店铺名称 | |
| 50 | + */ | |
| 51 | +@property (nonatomic,copy) NSString * title; | |
| 52 | +/** | |
| 53 | + 店铺图片 | |
| 54 | + */ | |
| 55 | +@property (nonatomic,copy) NSString * simg; | |
| 56 | +/** | |
| 57 | + 预约百分比 | |
| 58 | + */ | |
| 59 | +@property (nonatomic,copy) NSString * yuesao; | |
| 60 | +/** | |
| 61 | + 电话 | |
| 62 | + */ | |
| 63 | +@property (nonatomic,copy) NSString * phone; | |
| 64 | +/** | |
| 65 | + 地址 | |
| 66 | + */ | |
| 67 | +@property (nonatomic,copy) NSString * address; | |
| 68 | + | |
| 69 | +@end | |
| 70 | + | |
| 71 | +@interface BKLifeServiceSecondTypeDetailsRecommendModel : NSObject | |
| 72 | + | |
| 73 | +/** | |
| 74 | + 月嫂id | |
| 75 | + */ | |
| 76 | +@property (nonatomic,copy) NSString * id; | |
| 77 | +/** | |
| 78 | + 姓名 | |
| 79 | + */ | |
| 80 | +@property (nonatomic,copy) NSString * name; | |
| 81 | +/** | |
| 82 | + 头像 | |
| 83 | + */ | |
| 84 | +@property (nonatomic,copy) NSString * simg; | |
| 85 | +/** | |
| 86 | + 每月价格 | |
| 87 | + */ | |
| 88 | +@property (nonatomic,copy) NSString * price; | |
| 89 | +/** | |
| 90 | + 在岗天数 | |
| 91 | + */ | |
| 92 | +@property (nonatomic,copy) NSString * onduty; | |
| 93 | +/** | |
| 94 | + 标签 | |
| 95 | + */ | |
| 96 | +@property (nonatomic,copy) NSString * label; | |
| 97 | +/** | |
| 98 | + 好评 | |
| 99 | + */ | |
| 100 | +@property (nonatomic,copy) NSString * praise; | |
| 101 | + | |
| 102 | +@end | |
| 103 | + | |
| 104 | +@interface BKLifeServiceSecondTypeDetailsScheduleTimeModel : NSObject | |
| 105 | + | |
| 106 | +/** | |
| 107 | + 时间 | |
| 108 | + */ | |
| 109 | +@property (nonatomic,copy) NSString * time; | |
| 110 | +/** | |
| 111 | + 状态 1未预定 2已预订 | |
| 112 | + */ | |
| 113 | +@property (nonatomic,copy) NSString * state; | |
| 114 | +/** | |
| 115 | + 时间戳 | |
| 116 | + */ | |
| 117 | +@property (nonatomic,copy) NSString * timestamp; | |
| 118 | + | |
| 119 | +@end | |
| 120 | + | |
| 121 | +@interface BKLifeServiceSecondTypeDetailsScheduleModel : NSObject | |
| 122 | + | |
| 123 | +/** | |
| 124 | + 月份 | |
| 125 | + */ | |
| 126 | +@property (nonatomic,copy) NSString * month; | |
| 127 | +/** | |
| 128 | + 当月天数 | |
| 129 | + */ | |
| 130 | +@property (nonatomic,copy) NSString * monthNum; | |
| 131 | +/** | |
| 132 | + 档期数组天数 | |
| 133 | + */ | |
| 134 | +@property (nonatomic,copy) NSArray * time; | |
| 135 | + | |
| 136 | +@end | |
| 137 | + | |
| 138 | +@interface BKLifeServiceSecondTypeDetailsModel : NSObject | |
| 139 | + | |
| 140 | +/** | |
| 141 | + 月嫂id | |
| 142 | + */ | |
| 143 | +@property (nonatomic,copy) NSString * id; | |
| 144 | +/** | |
| 145 | + 姓名 | |
| 146 | + */ | |
| 147 | +@property (nonatomic,copy) NSString * name; | |
| 148 | +/** | |
| 149 | + 头像 | |
| 150 | + */ | |
| 151 | +@property (nonatomic,copy) NSString * simg; | |
| 152 | +/** | |
| 153 | + 每月价格(半月) | |
| 154 | + */ | |
| 155 | +@property (nonatomic,copy) NSString * price; | |
| 156 | +/** | |
| 157 | + 每日价格 | |
| 158 | + */ | |
| 159 | +@property (nonatomic,copy) NSString * prices; | |
| 160 | +/** | |
| 161 | + 在岗天数 | |
| 162 | + */ | |
| 163 | +@property (nonatomic,copy) NSString * onduty; | |
| 164 | +/** | |
| 165 | + 标签 | |
| 166 | + */ | |
| 167 | +@property (nonatomic,copy) NSString * label; | |
| 168 | +/** | |
| 169 | + 接单量 | |
| 170 | + */ | |
| 171 | +@property (nonatomic,copy) NSString * sale; | |
| 172 | +/** | |
| 173 | + 星级 | |
| 174 | + */ | |
| 175 | +@property (nonatomic,copy) NSString * star; | |
| 176 | +/** | |
| 177 | + 起约基数(1个月) | |
| 178 | + */ | |
| 179 | +@property (nonatomic,copy) NSString * base; | |
| 180 | +/** | |
| 181 | + 起约基数(日) | |
| 182 | + */ | |
| 183 | +@property (nonatomic,copy) NSString * bases; | |
| 184 | +/** | |
| 185 | + 广告 | |
| 186 | + */ | |
| 187 | +@property (nonatomic,copy) NSString * ads; | |
| 188 | +/** | |
| 189 | + 手机号 | |
| 190 | + */ | |
| 191 | +@property (nonatomic,copy) NSString * phone; | |
| 192 | +/** | |
| 193 | + 身份证号 | |
| 194 | + */ | |
| 195 | +@property (nonatomic,copy) NSString * cardno; | |
| 196 | +/** | |
| 197 | + 基本信息(类型) | |
| 198 | + */ | |
| 199 | +@property (nonatomic,copy) NSString * types; | |
| 200 | +/** | |
| 201 | + 民族 | |
| 202 | + */ | |
| 203 | +@property (nonatomic,copy) NSString * nation; | |
| 204 | +/** | |
| 205 | + 1未婚 2已婚 0保密 | |
| 206 | + */ | |
| 207 | +@property (nonatomic,copy) NSString * marriage; | |
| 208 | +/** | |
| 209 | + 年龄 | |
| 210 | + */ | |
| 211 | +@property (nonatomic,copy) NSString * age; | |
| 212 | +/** | |
| 213 | + 星座 | |
| 214 | + */ | |
| 215 | +@property (nonatomic,copy) NSString * constellation; | |
| 216 | +/** | |
| 217 | + 属相 | |
| 218 | + */ | |
| 219 | +@property (nonatomic,copy) NSString * genus; | |
| 220 | +/** | |
| 221 | + 住址 | |
| 222 | + */ | |
| 223 | +@property (nonatomic,copy) NSString * address; | |
| 224 | +/** | |
| 225 | + 每月休息几天 | |
| 226 | + */ | |
| 227 | +@property (nonatomic,copy) NSString * rest; | |
| 228 | +/** | |
| 229 | + 个人特长 | |
| 230 | + */ | |
| 231 | +@property (nonatomic,copy) NSString * specialty; | |
| 232 | +/** | |
| 233 | + (工作信息)工作经验 | |
| 234 | + */ | |
| 235 | +@property (nonatomic,copy) NSString * jobs; | |
| 236 | +/** | |
| 237 | + 自我介绍 | |
| 238 | + */ | |
| 239 | +@property (nonatomic,copy) NSString * introduction; | |
| 240 | +/** | |
| 241 | + 工作经验(月) | |
| 242 | + */ | |
| 243 | +@property (nonatomic,copy) NSString * experience; | |
| 244 | +/** | |
| 245 | + 好评 | |
| 246 | + */ | |
| 247 | +@property (nonatomic,copy) NSString * praise; | |
| 248 | +/** | |
| 249 | + 浏览量 | |
| 250 | + */ | |
| 251 | +@property (nonatomic,copy) NSString * pv; | |
| 252 | +/** | |
| 253 | + 学历 0保密 1小学 2初中 3高中 4中专 5大专 6本科 | |
| 254 | + */ | |
| 255 | +@property (nonatomic,copy) NSString * education; | |
| 256 | +/** | |
| 257 | + 籍贯 | |
| 258 | + */ | |
| 259 | +@property (nonatomic,copy) NSString * place_title; | |
| 260 | +/** | |
| 261 | + 1待岗 2在岗 | |
| 262 | + */ | |
| 263 | +@property (nonatomic,copy) NSString * status; | |
| 264 | +/** | |
| 265 | + 更新时间 | |
| 266 | + */ | |
| 267 | +@property (nonatomic,copy) NSString * edittime; | |
| 268 | +/** | |
| 269 | + 证件照数组 以,隔开 | |
| 270 | + */ | |
| 271 | +@property (nonatomic,copy) NSString * paperwork; | |
| 272 | +/** | |
| 273 | + 能力数组 | |
| 274 | + */ | |
| 275 | +@property (nonatomic,copy) NSArray * ability; | |
| 276 | +/** | |
| 277 | + 培训数组 | |
| 278 | + */ | |
| 279 | +@property (nonatomic,copy) NSArray * training; | |
| 280 | +/** | |
| 281 | + 店铺数据 | |
| 282 | + */ | |
| 283 | +@property (nonatomic,strong) BKLifeServiceSecondTypeDetailsShopModel * shop; | |
| 284 | +/** | |
| 285 | + 推荐月嫂 | |
| 286 | + */ | |
| 287 | +@property (nonatomic,copy) NSArray * recommend; | |
| 288 | +/** | |
| 289 | + 档期数组 | |
| 290 | + */ | |
| 291 | +@property (nonatomic,copy) NSArray * schedule; | |
| 292 | +/** | |
| 293 | + 距小区距离m | |
| 294 | + */ | |
| 295 | +@property (nonatomic,copy) NSString * juli; | |
| 296 | +/** | |
| 297 | + 2已收藏 1未收藏 | |
| 298 | + */ | |
| 299 | +@property (nonatomic,copy) NSString * is_cell; | |
| 300 | + | |
| 301 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceSecondTypeDetailsTableHeaderView.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceSecondTypeDetailsTableHeaderView.h | |
| 1 | +// | |
| 2 | +// BKLifeServiceSecondTypeDetailsTableHeaderView.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/7/27. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import "BKLifeServiceSecondTypeDetailsModel.h" | |
| 11 | + | |
| 12 | +@interface BKLifeServiceSecondTypeDetailsTableHeaderView : UIView | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 更改头部高度 | |
| 16 | + */ | |
| 17 | +@property (nonatomic,copy) void (^changeTableHeaderViewOption)(BKLifeServiceSecondTypeDetailsTableHeaderView * headerView); | |
| 18 | + | |
| 19 | +/** | |
| 20 | + 查看未来可约时间 | |
| 21 | + */ | |
| 22 | +@property (nonatomic,copy) void (^checkFutureDateAction)(void); | |
| 23 | + | |
| 24 | +-(instancetype)initWithData:(BKLifeServiceSecondTypeDetailsModel*)dataModel; | |
| 25 | + | |
| 26 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceSecondTypeDetailsTableViewCell.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceSecondTypeDetailsTableViewCell.h | |
| 1 | +// | |
| 2 | +// BKLifeServiceSecondTypeDetailsTableViewCell.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/7/27. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | +#import "BKLifeServiceSecondTypeDetailsModel.h" | |
| 11 | + | |
| 12 | +@interface BKLifeServiceSecondTypeDetailsTableViewCell : DSTableViewCell | |
| 13 | + | |
| 14 | +@property (nonatomic,strong) BKLifeServiceSecondTypeDetailsRecommendModel * dataModel; | |
| 15 | + | |
| 16 | +@property (nonatomic,strong) DSImageView * line; | |
| 17 | + | |
| 18 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceSecondTypeDetailsViewController.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceSecondTypeDetailsViewController.h | |
| 1 | +// | |
| 2 | +// BKLifeServiceSecondTypeDetailsViewController.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/7/26. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +@interface BKLifeServiceSecondTypeDetailsViewController : DSBaseViewController | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 1月嫂 2保姆 | |
| 15 | + */ | |
| 16 | +@property (nonatomic,assign) NSInteger type; | |
| 17 | + | |
| 18 | +/** | |
| 19 | + id | |
| 20 | + */ | |
| 21 | +@property (nonatomic,strong) NSString * id; | |
| 22 | + | |
| 23 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceTimetableView.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/BKLifeServiceTimetableView.h | |
| 1 | +// | |
| 2 | +// BKLifeServiceTimetableView.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/7/31. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | + | |
| 11 | +@interface BKLifeServiceTimetableView : UIView | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 创建时间表 | |
| 15 | + | |
| 16 | + @param frame 大小 | |
| 17 | + @param type 1为日类型 2为月类型 | |
| 18 | + @param dataArr 数据 | |
| 19 | + @return 时间表 | |
| 20 | + */ | |
| 21 | +-(instancetype)initWithFrame:(CGRect)frame type:(NSInteger)type dataArr:(NSArray *)dataArr; | |
| 22 | + | |
| 23 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSComplaintCollectionReusableFooterView.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSComplaintCollectionReusableFooterView.h | |
| 1 | +// | |
| 2 | +// DSLSComplaintCollectionReusableFooterView.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/2/18. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <UIKit/UIKit.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSLSComplaintCollectionReusableFooterView : UICollectionReusableView | |
| 13 | + | |
| 14 | +@property (nonatomic,strong) DSTextView * descTextView; | |
| 15 | + | |
| 16 | +@end | |
| 17 | + | |
| 18 | +NS_ASSUME_NONNULL_END | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSComplaintCollectionReusableHeaderView.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSComplaintCollectionReusableHeaderView.h | |
| 1 | +// | |
| 2 | +// DSLSComplaintCollectionReusableHeaderView.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/2/18. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <UIKit/UIKit.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSLSComplaintCollectionReusableHeaderView : UICollectionReusableView | |
| 13 | + | |
| 14 | +@end | |
| 15 | + | |
| 16 | +NS_ASSUME_NONNULL_END | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSComplaintCollectionViewCell.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSComplaintCollectionViewCell.h | |
| 1 | +// | |
| 2 | +// DSLSComplaintCollectionViewCell.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/2/18. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <UIKit/UIKit.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSLSComplaintCollectionViewCell : UICollectionViewCell | |
| 13 | + | |
| 14 | +@property (nonatomic,copy,readonly) NSString * title; | |
| 15 | +@property (nonatomic,assign,readonly) BOOL isSelect; | |
| 16 | + | |
| 17 | +-(void)setTitle:(NSString*)title isSelect:(BOOL)isSelect; | |
| 18 | + | |
| 19 | +@end | |
| 20 | + | |
| 21 | +NS_ASSUME_NONNULL_END | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSComplaintCollectionViewFlowLayout.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSComplaintCollectionViewFlowLayout.h | |
| 1 | +// | |
| 2 | +// DSLSComplaintCollectionViewFlowLayout.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/2/18. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <UIKit/UIKit.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSLSComplaintCollectionViewFlowLayout : UICollectionViewFlowLayout | |
| 13 | + | |
| 14 | +@end | |
| 15 | + | |
| 16 | +NS_ASSUME_NONNULL_END | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSComplaintViewController.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSComplaintViewController.h | |
| 1 | +// | |
| 2 | +// DSLSComplaintViewController.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/2/16. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <DSBaseModule/DSBaseModule.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSLSComplaintViewController : DSBaseViewController | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 订单Id | |
| 16 | + */ | |
| 17 | +@property (nonatomic,copy) NSString * orderId; | |
| 18 | + | |
| 19 | +@end | |
| 20 | + | |
| 21 | +NS_ASSUME_NONNULL_END | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSConfirmOrderTableViewCell.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSConfirmOrderTableViewCell.h | |
| 1 | +// | |
| 2 | +// DSLSConfirmOrderTableViewCell.h | |
| 3 | +// iosZhaoLinNeighbouraide | |
| 4 | +// | |
| 5 | +// Created by 张魁 on 2017/4/18. | |
| 6 | +// Copyright © 2017年 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +@interface DSLSConfirmOrderTableViewCell : DSTableViewCell | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 预约时间等名称 | |
| 15 | + */ | |
| 16 | +@property (nonatomic,strong) UILabel * nameLabel; | |
| 17 | +/** | |
| 18 | + 详情数据 | |
| 19 | + */ | |
| 20 | +@property (nonatomic,strong) UILabel * detailsLabel; | |
| 21 | +/** | |
| 22 | + 右侧imageView | |
| 23 | + */ | |
| 24 | +@property (nonatomic,strong) DSImageView * rightImageView; | |
| 25 | +/** | |
| 26 | + 备注背景view | |
| 27 | + */ | |
| 28 | +@property (nonatomic,strong) DSRoundedRectView * contentTextBgView; | |
| 29 | +/** | |
| 30 | + 备注信息 | |
| 31 | + */ | |
| 32 | +@property (nonatomic,strong) DSTextView * contentTextView; | |
| 33 | +/** | |
| 34 | + 减号按钮 | |
| 35 | + */ | |
| 36 | +@property (nonatomic,strong) UIButton * subtractBtn; | |
| 37 | +/** | |
| 38 | + 加号按钮 | |
| 39 | + */ | |
| 40 | +@property (nonatomic,strong) UIButton * addBtn; | |
| 41 | +/** | |
| 42 | + 底部白色线 | |
| 43 | + */ | |
| 44 | +@property (nonatomic,strong) UIView * lineView; | |
| 45 | + | |
| 46 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSFStyleConfirmOrderViewController.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSFStyleConfirmOrderViewController.h | |
| 1 | +// | |
| 2 | +// DSLSFStyleConfirmOrderViewController.h | |
| 3 | +// iosZhaoLinNeighbouraide | |
| 4 | +// | |
| 5 | +// Created by 张魁 on 2017/4/18. | |
| 6 | +// Copyright © 2017年 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | +#import "BKLifeServiceDetailsModel.h" | |
| 11 | +#import "BKLifeServiceCleanerDetailsModel.h" | |
| 12 | + | |
| 13 | +@interface DSLSFStyleConfirmOrderViewController : DSBaseViewController | |
| 14 | + | |
| 15 | +/** | |
| 16 | + 人员类型 1保洁项目 2保洁师 3小时工 | |
| 17 | + */ | |
| 18 | +@property (nonatomic,copy) NSString * type; | |
| 19 | + | |
| 20 | +/** | |
| 21 | + 保洁项目详情model | |
| 22 | + */ | |
| 23 | +@property (nonatomic,strong) BKLifeServiceDetailsModel * serviceDetailsModel; | |
| 24 | + | |
| 25 | +/** | |
| 26 | + 保洁师、小时工预约 | |
| 27 | + */ | |
| 28 | +@property (nonatomic,strong) BKLifeServiceCleanerDetailsModel * cleanDetailModel; | |
| 29 | + | |
| 30 | + | |
| 31 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSHomePageModel.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSHomePageModel.h | |
| 1 | +// | |
| 2 | +// DSLSHomePageModel.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/7/25. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | + | |
| 11 | +@interface DSLSHomePageBannerModel : NSObject | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 图片 | |
| 15 | + */ | |
| 16 | +@property (nonatomic,copy) NSString * simg; | |
| 17 | +/** | |
| 18 | + 跳转方式 0不跳转 1h5 | |
| 19 | + */ | |
| 20 | +@property (nonatomic,copy) NSString * type; | |
| 21 | +/** | |
| 22 | + 跳转给的参数 | |
| 23 | + */ | |
| 24 | +@property (nonatomic,copy) NSString * to; | |
| 25 | + | |
| 26 | +@end | |
| 27 | + | |
| 28 | +@interface DSLSHomePageTypeModel : NSObject | |
| 29 | + | |
| 30 | +/** | |
| 31 | + 1保洁师 2月嫂 3保姆 4小时工 | |
| 32 | + */ | |
| 33 | +@property (nonatomic,copy) NSString * type; | |
| 34 | +/** | |
| 35 | + 分类标题 | |
| 36 | + */ | |
| 37 | +@property (nonatomic,copy) NSString * title; | |
| 38 | +/** | |
| 39 | + 图标 | |
| 40 | + */ | |
| 41 | +@property (nonatomic,copy) NSString * simg; | |
| 42 | +/** | |
| 43 | + 标签 | |
| 44 | + */ | |
| 45 | +@property (nonatomic,copy) NSString * label; | |
| 46 | +/** | |
| 47 | + 内容 | |
| 48 | + */ | |
| 49 | +@property (nonatomic,copy) NSString * desc; | |
| 50 | + | |
| 51 | +@end | |
| 52 | + | |
| 53 | +@interface DSLSHomePageModel : NSObject | |
| 54 | + | |
| 55 | +/** | |
| 56 | + 首页幻灯片 | |
| 57 | + */ | |
| 58 | +@property (nonatomic,copy) NSArray * banner; | |
| 59 | +/** | |
| 60 | + 列表 | |
| 61 | + */ | |
| 62 | +@property (nonatomic,copy) NSArray * type; | |
| 63 | + | |
| 64 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSHomePageTableViewCell.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSHomePageTableViewCell.h | |
| 1 | +// | |
| 2 | +// DSLSHomePageTableViewCell.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/7/25. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | +#import "DSLSHomePageModel.h" | |
| 11 | + | |
| 12 | +@interface DSLSHomePageTableViewCell : DSTableViewCell | |
| 13 | + | |
| 14 | +@property (nonatomic,strong) DSLSHomePageTypeModel * dataModel; | |
| 15 | + | |
| 16 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSHomePageViewController.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSHomePageViewController.h | |
| 1 | +// | |
| 2 | +// DSLSHomePageViewController.h | |
| 3 | +// iosZhaoLinNeighbouraide | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/4/18. | |
| 6 | +// Copyright © 2017年 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +@interface DSLSHomePageViewController : DSBaseViewController | |
| 12 | + | |
| 13 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListCleanerModel.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListCleanerModel.h | |
| 1 | +// | |
| 2 | +// DSLSListCleanerModel.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/7/25. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | + | |
| 11 | +@interface DSLSListCleanerModel : NSObject | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 保洁师id | |
| 15 | + */ | |
| 16 | +@property (nonatomic,copy) NSString * id; | |
| 17 | +/** | |
| 18 | + 店铺id | |
| 19 | + */ | |
| 20 | +@property (nonatomic,copy) NSString * shopid; | |
| 21 | +/** | |
| 22 | + 姓名 | |
| 23 | + */ | |
| 24 | +@property (nonatomic,copy) NSString * name; | |
| 25 | +/** | |
| 26 | + 保洁图片 | |
| 27 | + */ | |
| 28 | +@property (nonatomic,copy) NSString * simg; | |
| 29 | +/** | |
| 30 | + 星级 | |
| 31 | + */ | |
| 32 | +@property (nonatomic,copy) NSString * star; | |
| 33 | +/** | |
| 34 | + 接单量 | |
| 35 | + */ | |
| 36 | +@property (nonatomic,copy) NSString * sale; | |
| 37 | +/** | |
| 38 | + 分类标题 | |
| 39 | + */ | |
| 40 | +@property (nonatomic,copy) NSString * group; | |
| 41 | +/** | |
| 42 | + 标签(英文逗号隔开) | |
| 43 | + */ | |
| 44 | +@property (nonatomic,copy) NSString * label; | |
| 45 | +/** | |
| 46 | + 满意度 | |
| 47 | + */ | |
| 48 | +@property (nonatomic,copy) NSString * satisfaction; | |
| 49 | +/** | |
| 50 | + 小时工个人技能 | |
| 51 | + */ | |
| 52 | +@property (nonatomic,copy) NSString * specialty; | |
| 53 | + | |
| 54 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListCleanerTableViewCell.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListCleanerTableViewCell.h | |
| 1 | +// | |
| 2 | +// DSLSListCleanerTableViewCell.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/7/25. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | +#import "DSLSListCleanerModel.h" | |
| 11 | + | |
| 12 | +@interface DSLSListCleanerTableViewCell : DSTableViewCell | |
| 13 | + | |
| 14 | +@property (nonatomic,strong) DSLSListCleanerModel * dataModel; | |
| 15 | + | |
| 16 | +/** | |
| 17 | + 1保洁师 2小时工 | |
| 18 | + */ | |
| 19 | +@property (nonatomic,assign) NSInteger type; | |
| 20 | + | |
| 21 | +-(void)setDataModel:(DSLSListCleanerModel *)dataModel type:(NSInteger)type; | |
| 22 | + | |
| 23 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListCleanerViewController.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListCleanerViewController.h | |
| 1 | +// | |
| 2 | +// DSLSListCleanerViewController.h | |
| 3 | +// iosZhaoLinNeighbouraide | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/4/18. | |
| 6 | +// Copyright © 2017年 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +typedef NS_ENUM(NSUInteger, DSLSListCleanerType) { | |
| 12 | + DSLSListCleanerTypeStaff = 0, //保洁师 | |
| 13 | + DSLSListCleanerTypeHourlyWorker //小时工 | |
| 14 | +}; | |
| 15 | + | |
| 16 | +@interface DSLSListCleanerViewController : DSBaseViewController | |
| 17 | + | |
| 18 | +/** | |
| 19 | + 创建 | |
| 20 | + */ | |
| 21 | +-(instancetype)initWithType:(DSLSListCleanerType)type; | |
| 22 | + | |
| 23 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterCollectionReusableHeaderView.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterCollectionReusableHeaderView.h | |
| 1 | +// | |
| 2 | +// DSLSListFilterCollectionReusableHeaderView.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/8. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | + | |
| 11 | +@interface DSLSListFilterCollectionReusableHeaderView : UICollectionReusableView | |
| 12 | + | |
| 13 | +@property (nonatomic,strong) UILabel * titleLab; | |
| 14 | + | |
| 15 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterFirstStyleCollectionViewCell.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterFirstStyleCollectionViewCell.h | |
| 1 | +// | |
| 2 | +// DSLSListFilterFirstStyleCollectionViewCell.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/7. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | + | |
| 11 | +@interface DSLSListFilterFirstStyleCollectionViewCell : UICollectionViewCell | |
| 12 | + | |
| 13 | +@property (nonatomic,strong) UILabel * titleLab; | |
| 14 | +@property (nonatomic,strong) DSImageView * line; | |
| 15 | + | |
| 16 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterFirstStyleView.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterFirstStyleView.h | |
| 1 | +// | |
| 2 | +// DSLSListFilterFirstStyleView.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/7. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | + | |
| 11 | +@interface DSLSListFilterFirstStyleView : UIView | |
| 12 | + | |
| 13 | +-(instancetype)initWithFrame:(CGRect)frame type:(NSInteger)type dataArr:(NSArray*)dataArr; | |
| 14 | + | |
| 15 | +-(void)removeSelf; | |
| 16 | + | |
| 17 | +@property (nonatomic,copy) void (^removeSelfAction)(void); | |
| 18 | + | |
| 19 | +//---------------------------- 筛选参数 -------------------------------- | |
| 20 | +/** | |
| 21 | + 排序 1在岗天数 2月薪 3工作经验 4更新时间 5综合排序 6好评 | |
| 22 | + */ | |
| 23 | +@property (nonatomic,copy) NSString * order; | |
| 24 | + | |
| 25 | +-(void)setPlace:(NSString*)place place2:(NSString*)place2; | |
| 26 | + | |
| 27 | +-(void)setSalary:(NSString*)salary restSmall:(NSString*)restSmall restBig:(NSString*)restBig; | |
| 28 | + | |
| 29 | +@property (nonatomic,copy) void (^resetFirstFilterAction)(NSString * order); | |
| 30 | +@property (nonatomic,copy) void (^resetSecondFilterAction)(NSString * place,NSString * place2); | |
| 31 | +@property (nonatomic,copy) void (^resetThirdFilterAction)(NSString * salary,NSString * restSmall,NSString * restBig); | |
| 32 | + | |
| 33 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterJiguanModel.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterJiguanModel.h | |
| 1 | +// | |
| 2 | +// DSLSListFilterJiguanModel.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/8. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | + | |
| 11 | +@interface DSLSListFilterJiguanPlaceModel : NSObject | |
| 12 | + | |
| 13 | +/** | |
| 14 | + id | |
| 15 | + */ | |
| 16 | +@property (nonatomic,copy) NSString * id; | |
| 17 | +/** | |
| 18 | + 籍贯名称 | |
| 19 | + */ | |
| 20 | +@property (nonatomic,copy) NSString * title; | |
| 21 | + | |
| 22 | +@end | |
| 23 | + | |
| 24 | +@interface DSLSListFilterJiguanSecondModel : NSObject | |
| 25 | + | |
| 26 | +/** | |
| 27 | + 名称 | |
| 28 | + */ | |
| 29 | +@property (nonatomic,copy) NSString * title; | |
| 30 | +/** | |
| 31 | + 数组 | |
| 32 | + */ | |
| 33 | +@property (nonatomic,copy) NSArray * place; | |
| 34 | + | |
| 35 | +@end | |
| 36 | + | |
| 37 | +@interface DSLSListFilterJiguanModel : NSObject | |
| 38 | + | |
| 39 | +/** | |
| 40 | + 标题 | |
| 41 | + */ | |
| 42 | +@property (nonatomic,copy) NSString * title; | |
| 43 | +/** | |
| 44 | + 籍贯一级数组 | |
| 45 | + */ | |
| 46 | +@property (nonatomic,copy) NSArray * place; | |
| 47 | +/** | |
| 48 | + 籍贯二级数组 | |
| 49 | + */ | |
| 50 | +@property (nonatomic,copy) NSArray * place2; | |
| 51 | + | |
| 52 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterMoreModel.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterMoreModel.h | |
| 1 | +// | |
| 2 | +// DSLSListFilterMoreModel.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/8. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | + | |
| 11 | +@interface DSLSListFilterMoreExperienceModel : NSObject | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 名称 | |
| 15 | + */ | |
| 16 | +@property (nonatomic,copy) NSString * title; | |
| 17 | +/** | |
| 18 | + 最小参数 | |
| 19 | + */ | |
| 20 | +@property (nonatomic,copy) NSString * small; | |
| 21 | +/** | |
| 22 | + 最大参数 | |
| 23 | + */ | |
| 24 | +@property (nonatomic,copy) NSString * big; | |
| 25 | + | |
| 26 | +@end | |
| 27 | + | |
| 28 | +@interface DSLSListFilterMoreAgeModel : NSObject | |
| 29 | + | |
| 30 | +/** | |
| 31 | + 名称 | |
| 32 | + */ | |
| 33 | +@property (nonatomic,copy) NSString * title; | |
| 34 | +/** | |
| 35 | + 最小参数 | |
| 36 | + */ | |
| 37 | +@property (nonatomic,copy) NSString * small; | |
| 38 | +/** | |
| 39 | + 最大参数 | |
| 40 | + */ | |
| 41 | +@property (nonatomic,copy) NSString * big; | |
| 42 | + | |
| 43 | +@end | |
| 44 | + | |
| 45 | +@interface DSLSListFilterMoreDutiesModel : NSObject | |
| 46 | + | |
| 47 | +/** | |
| 48 | + 名称 | |
| 49 | + */ | |
| 50 | +@property (nonatomic,copy) NSString * title; | |
| 51 | +/** | |
| 52 | + id | |
| 53 | + */ | |
| 54 | +@property (nonatomic,copy) NSString * id; | |
| 55 | + | |
| 56 | +@end | |
| 57 | + | |
| 58 | +@interface DSLSListFilterMoreAbilityModel : NSObject | |
| 59 | + | |
| 60 | +/** | |
| 61 | + 名称 | |
| 62 | + */ | |
| 63 | +@property (nonatomic,copy) NSString * title; | |
| 64 | +/** | |
| 65 | + id | |
| 66 | + */ | |
| 67 | +@property (nonatomic,copy) NSString * id; | |
| 68 | + | |
| 69 | +@end | |
| 70 | + | |
| 71 | +@interface DSLSListFilterMoreEducationModel : NSObject | |
| 72 | + | |
| 73 | +/** | |
| 74 | + 名称 | |
| 75 | + */ | |
| 76 | +@property (nonatomic,copy) NSString * title; | |
| 77 | +/** | |
| 78 | + id | |
| 79 | + */ | |
| 80 | +@property (nonatomic,copy) NSString * id; | |
| 81 | + | |
| 82 | +@end | |
| 83 | + | |
| 84 | +@interface DSLSListFilterMoreOndutyModel : NSObject | |
| 85 | + | |
| 86 | +/** | |
| 87 | + 名称 | |
| 88 | + */ | |
| 89 | +@property (nonatomic,copy) NSString * title; | |
| 90 | +/** | |
| 91 | + 最小参数 | |
| 92 | + */ | |
| 93 | +@property (nonatomic,copy) NSString * small; | |
| 94 | +/** | |
| 95 | + 最大参数 | |
| 96 | + */ | |
| 97 | +@property (nonatomic,copy) NSString * big; | |
| 98 | + | |
| 99 | +@end | |
| 100 | + | |
| 101 | +@interface DSLSListFilterMoreTrainingModel : NSObject | |
| 102 | + | |
| 103 | +/** | |
| 104 | + 名称 | |
| 105 | + */ | |
| 106 | +@property (nonatomic,copy) NSString * title; | |
| 107 | +/** | |
| 108 | + 是否有 | |
| 109 | + */ | |
| 110 | +@property (nonatomic,copy) NSString * is; | |
| 111 | + | |
| 112 | +@end | |
| 113 | + | |
| 114 | +@interface DSLSListFilterMorePaperworkModel : NSObject | |
| 115 | + | |
| 116 | +/** | |
| 117 | + 名称 | |
| 118 | + */ | |
| 119 | +@property (nonatomic,copy) NSString * title; | |
| 120 | +/** | |
| 121 | + 是否有 | |
| 122 | + */ | |
| 123 | +@property (nonatomic,copy) NSString * is; | |
| 124 | + | |
| 125 | +@end | |
| 126 | + | |
| 127 | +@interface DSLSListFilterMoreInsuranceModel : NSObject | |
| 128 | + | |
| 129 | +/** | |
| 130 | + 名称 | |
| 131 | + */ | |
| 132 | +@property (nonatomic,copy) NSString * title; | |
| 133 | +/** | |
| 134 | + 是否有 | |
| 135 | + */ | |
| 136 | +@property (nonatomic,copy) NSString * is; | |
| 137 | + | |
| 138 | +@end | |
| 139 | + | |
| 140 | +@interface DSLSListFilterMoreModel : NSObject | |
| 141 | + | |
| 142 | +/** | |
| 143 | + 名称 | |
| 144 | + */ | |
| 145 | +@property (nonatomic,copy) NSString * title; | |
| 146 | +/** | |
| 147 | + 经验数组 | |
| 148 | + */ | |
| 149 | +@property (nonatomic,copy) NSArray * experience; | |
| 150 | +/** | |
| 151 | + 年龄数组 | |
| 152 | + */ | |
| 153 | +@property (nonatomic,copy) NSArray * age; | |
| 154 | +/** | |
| 155 | + 职务数组 | |
| 156 | + */ | |
| 157 | +@property (nonatomic,copy) NSArray * duties; | |
| 158 | +/** | |
| 159 | + 能力数组 | |
| 160 | + */ | |
| 161 | +@property (nonatomic,copy) NSArray * ability; | |
| 162 | +/** | |
| 163 | + 学历数组 | |
| 164 | + */ | |
| 165 | +@property (nonatomic,copy) NSArray * education; | |
| 166 | +/** | |
| 167 | + 在岗天数数组 | |
| 168 | + */ | |
| 169 | +@property (nonatomic,copy) NSArray * onduty; | |
| 170 | +/** | |
| 171 | + 培训经历数组 | |
| 172 | + */ | |
| 173 | +@property (nonatomic,copy) NSArray * training; | |
| 174 | +/** | |
| 175 | + 证件照数组 | |
| 176 | + */ | |
| 177 | +@property (nonatomic,copy) NSArray * paperwork; | |
| 178 | +/** | |
| 179 | + 保险数组 | |
| 180 | + */ | |
| 181 | +@property (nonatomic,copy) NSArray * insurance; | |
| 182 | + | |
| 183 | + | |
| 184 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterSecondStyleCollectionViewCell.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterSecondStyleCollectionViewCell.h | |
| 1 | +// | |
| 2 | +// DSLSListFilterSecondStyleCollectionViewCell.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/8. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | + | |
| 11 | +@interface DSLSListFilterSecondStyleCollectionViewCell : UICollectionViewCell | |
| 12 | + | |
| 13 | +@property (nonatomic,strong) DSRoundedRectView * colorView; | |
| 14 | +@property (nonatomic,strong) UILabel * titleLab; | |
| 15 | + | |
| 16 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterSecondStyleView.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterSecondStyleView.h | |
| 1 | +// | |
| 2 | +// DSLSListFilterSecondStyleView.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/8. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | + | |
| 11 | +@interface DSLSListFilterSecondStyleView : UIView | |
| 12 | + | |
| 13 | +-(instancetype)initWithFrame:(CGRect)frame dataArr:(NSArray*)dataArr; | |
| 14 | + | |
| 15 | +-(void)removeSelf; | |
| 16 | + | |
| 17 | +@property (nonatomic,copy) void (^removeSelfAction)(void); | |
| 18 | + | |
| 19 | +//---------------------------- 筛选参数 -------------------------------- | |
| 20 | +-(void)setAgeSmall:(NSString*)ageSmall ageBig:(NSString*)ageBig duties:(NSString*)duties ability:(NSString*)ability education:(NSString*)education cardno_img:(NSString*)cardno_img insurance:(NSString*)insurance oudutySmall:(NSString*)oudutySmall oudutyBig:(NSString*)oudutyBig experienceSmall:(NSString*)experienceSmall experienceBig:(NSString*)experienceBig training:(NSString*)training; | |
| 21 | + | |
| 22 | +@property (nonatomic,copy) void (^resetFourthFilterAction)(NSString * ageSmall,NSString * ageBig,NSString * duties,NSString * ability,NSString * education,NSString * cardno_img,NSString * insurance,NSString * oudutySmall,NSString * oudutyBig,NSString * experienceSmall,NSString * experienceBig,NSString * training); | |
| 23 | + | |
| 24 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterXinshuiModel.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFilterXinshuiModel.h | |
| 1 | +// | |
| 2 | +// DSLSListFilterXinshuiModel.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/8. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | + | |
| 11 | +@interface DSLSListFilterXinshuiSalaryModel : NSObject | |
| 12 | + | |
| 13 | +/** | |
| 14 | + id | |
| 15 | + */ | |
| 16 | +@property (nonatomic,copy) NSString * id; | |
| 17 | +/** | |
| 18 | + 名称 | |
| 19 | + */ | |
| 20 | +@property (nonatomic,copy) NSString * title; | |
| 21 | +/** | |
| 22 | + 最小参数 | |
| 23 | + */ | |
| 24 | +@property (nonatomic,copy) NSString * small; | |
| 25 | +/** | |
| 26 | + 最大参数 | |
| 27 | + */ | |
| 28 | +@property (nonatomic,copy) NSString * big; | |
| 29 | + | |
| 30 | +@end | |
| 31 | + | |
| 32 | +@interface DSLSListFilterXinshuiHughModel : NSObject | |
| 33 | + | |
| 34 | +/** | |
| 35 | + 名称 | |
| 36 | + */ | |
| 37 | +@property (nonatomic,copy) NSString * title; | |
| 38 | +/** | |
| 39 | + 最小参数 | |
| 40 | + */ | |
| 41 | +@property (nonatomic,copy) NSString * small; | |
| 42 | +/** | |
| 43 | + 最大参数 | |
| 44 | + */ | |
| 45 | +@property (nonatomic,copy) NSString * big; | |
| 46 | + | |
| 47 | +@end | |
| 48 | + | |
| 49 | +@interface DSLSListFilterXinshuiModel : NSObject | |
| 50 | + | |
| 51 | +/** | |
| 52 | + 名称 | |
| 53 | + */ | |
| 54 | +@property (nonatomic,copy) NSString * title; | |
| 55 | +/** | |
| 56 | + 待遇数组 | |
| 57 | + */ | |
| 58 | +@property (nonatomic,copy) NSArray * salary; | |
| 59 | +/** | |
| 60 | + 月休数组 | |
| 61 | + */ | |
| 62 | +@property (nonatomic,copy) NSArray * hugh; | |
| 63 | + | |
| 64 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFirstTypeViewController.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListFirstTypeViewController.h | |
| 1 | +// | |
| 2 | +// DSLSListFirstTypeViewController.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/7/25. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +@interface DSLSListFirstTypeViewController : DSBaseViewController | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 0保洁项目 1保洁师 | |
| 15 | + */ | |
| 16 | +@property (nonatomic,assign) NSInteger lookIndex; | |
| 17 | + | |
| 18 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListProjectCategoryModel.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListProjectCategoryModel.h | |
| 1 | +// | |
| 2 | +// DSLSListProjectCategoryModel.h | |
| 3 | +// iosZhaoLinNeighbouraide | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/4/19. | |
| 6 | +// Copyright © 2017年 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | + | |
| 11 | +@interface DSLSListProjectCategoryBannerModel : NSObject | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 跳转目标 为0不跳转 | |
| 15 | + */ | |
| 16 | +@property (nonatomic,copy) NSString * to; | |
| 17 | +/** | |
| 18 | + 跳转方式 0不跳转 1跳5 2商品 | |
| 19 | + */ | |
| 20 | +@property (nonatomic,copy) NSString * type; | |
| 21 | +/** | |
| 22 | + 图标 为空不显示 | |
| 23 | + */ | |
| 24 | +@property (nonatomic,copy) NSString * simg; | |
| 25 | + | |
| 26 | +@end | |
| 27 | + | |
| 28 | +@interface DSLSListProjectCategoryGroupModel : NSObject | |
| 29 | + | |
| 30 | +/** | |
| 31 | + 分类id | |
| 32 | + */ | |
| 33 | +@property (nonatomic,copy) NSString * id; | |
| 34 | +/** | |
| 35 | + 分类标题 | |
| 36 | + */ | |
| 37 | +@property (nonatomic,copy) NSString * title; | |
| 38 | +/** | |
| 39 | + 图标 | |
| 40 | + */ | |
| 41 | +@property (nonatomic,copy) NSString * simg; | |
| 42 | +/** | |
| 43 | + 选中图标 | |
| 44 | + */ | |
| 45 | +@property (nonatomic,copy) NSString * bg_simg; | |
| 46 | + | |
| 47 | +@end | |
| 48 | + | |
| 49 | +@interface DSLSListProjectCategoryModel : NSObject | |
| 50 | + | |
| 51 | +/** | |
| 52 | + banner | |
| 53 | + */ | |
| 54 | +@property (nonatomic,copy) NSArray * banner; | |
| 55 | +/** | |
| 56 | + 分类 | |
| 57 | + */ | |
| 58 | +@property (nonatomic,copy) NSArray * group; | |
| 59 | + | |
| 60 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListProjectCollectionReusableView.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListProjectCollectionReusableView.h | |
| 1 | +// | |
| 2 | +// DSLSListProjectCollectionReusableView.h | |
| 3 | +// iosZhaoLinNeighbouraide | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/4/18. | |
| 6 | +// Copyright © 2017年 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | +#import "DSLSListProjectCategoryModel.h" | |
| 11 | + | |
| 12 | +@interface DSLSListProjectCollectionReusableView : UICollectionReusableView | |
| 13 | + | |
| 14 | +@property (nonatomic,strong) BKCycleScrollView * bannerView; | |
| 15 | + | |
| 16 | +@property (nonatomic,strong) DSLSListProjectCategoryModel * categoryModel; | |
| 17 | + | |
| 18 | +@property (nonatomic,assign) NSInteger selectIndex; | |
| 19 | + | |
| 20 | +-(void)insertData:(DSLSListProjectCategoryModel *)categoryModel selectIndex:(NSInteger)selectIndex; | |
| 21 | + | |
| 22 | +@property (nonatomic,copy) void (^tapBannerAction)(NSString * to , NSString * type); | |
| 23 | +@property (nonatomic,copy) void (^selectCategoryIndex)(NSInteger index); | |
| 24 | + | |
| 25 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListProjectCollectionViewCell.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListProjectCollectionViewCell.h | |
| 1 | +// | |
| 2 | +// DSLSListProjectCollectionViewCell.h | |
| 3 | +// iosZhaoLinNeighbouraide | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/4/18. | |
| 6 | +// Copyright © 2017年 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | + | |
| 11 | +@interface DSLSListProjectCollectionViewCell : UICollectionViewCell | |
| 12 | + | |
| 13 | +@property (nonatomic,strong) DSImageView * showImageView; | |
| 14 | +@property (nonatomic,strong) UILabel * title; | |
| 15 | +@property (nonatomic,strong) UILabel * price; | |
| 16 | +@property (nonatomic,strong) UILabel * service_num; | |
| 17 | +@property (nonatomic,strong) UILabel * remind; | |
| 18 | + | |
| 19 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListProjectModel.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListProjectModel.h | |
| 1 | +// | |
| 2 | +// DSLSListProjectModel.h | |
| 3 | +// iosZhaoLinNeighbouraide | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/4/19. | |
| 6 | +// Copyright © 2017年 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | + | |
| 11 | +@interface DSLSListProjectModel : NSObject | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 产品id | |
| 15 | + */ | |
| 16 | +@property (nonatomic,copy) NSString * id; | |
| 17 | +/** | |
| 18 | + 标题 | |
| 19 | + */ | |
| 20 | +@property (nonatomic,copy) NSString * title; | |
| 21 | +/** | |
| 22 | + 图片 | |
| 23 | + */ | |
| 24 | +@property (nonatomic,copy) NSString * simg; | |
| 25 | +/** | |
| 26 | + 价格 | |
| 27 | + */ | |
| 28 | +@property (nonatomic,copy) NSString * price; | |
| 29 | +/** | |
| 30 | + 销量 | |
| 31 | + */ | |
| 32 | +@property (nonatomic,copy) NSString * sale; | |
| 33 | +/** | |
| 34 | + 由哪个商店提供 | |
| 35 | + */ | |
| 36 | +@property (nonatomic,copy) NSString * shop_title; | |
| 37 | + | |
| 38 | + | |
| 39 | +/** | |
| 40 | + 1、数量 2、时间 (时间是半个小时一个单位) | |
| 41 | + */ | |
| 42 | +@property ( nonatomic , strong ) NSString * unit; | |
| 43 | + | |
| 44 | +/** | |
| 45 | + 计量单位 | |
| 46 | + */ | |
| 47 | +@property ( nonatomic , strong ) NSString * unit_desc; | |
| 48 | + | |
| 49 | +/** | |
| 50 | + 店铺电话 | |
| 51 | + */ | |
| 52 | +@property ( nonatomic , strong ) NSString * shop_phone; | |
| 53 | + | |
| 54 | + | |
| 55 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListProjectViewController.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListProjectViewController.h | |
| 1 | +// | |
| 2 | +// DSLSListProjectViewController.h | |
| 3 | +// iosZhaoLinNeighbouraide | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/4/18. | |
| 6 | +// Copyright © 2017年 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +@interface DSLSListProjectViewController : DSBaseViewController | |
| 12 | + | |
| 13 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListSecondTypeModel.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListSecondTypeModel.h | |
| 1 | +// | |
| 2 | +// DSLSListSecondTypeModel.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/7/26. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | + | |
| 11 | +@interface DSLSListSecondTypeModel : NSObject | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 月嫂id | |
| 15 | + */ | |
| 16 | +@property (nonatomic,copy) NSString * id; | |
| 17 | +/** | |
| 18 | + 姓名 | |
| 19 | + */ | |
| 20 | +@property (nonatomic,copy) NSString * name; | |
| 21 | +/** | |
| 22 | + 头像 | |
| 23 | + */ | |
| 24 | +@property (nonatomic,copy) NSString * simg; | |
| 25 | +/** | |
| 26 | + 每月价格 | |
| 27 | + */ | |
| 28 | +@property (nonatomic,copy) NSString * price; | |
| 29 | +/** | |
| 30 | + 在岗天数 | |
| 31 | + */ | |
| 32 | +@property (nonatomic,copy) NSString * onduty; | |
| 33 | +/** | |
| 34 | + 标签 | |
| 35 | + */ | |
| 36 | +@property (nonatomic,copy) NSString * label; | |
| 37 | +/** | |
| 38 | + 好评 | |
| 39 | + */ | |
| 40 | +@property (nonatomic,copy) NSString * praise; | |
| 41 | + | |
| 42 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListSecondTypeTableViewCell.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListSecondTypeTableViewCell.h | |
| 1 | +// | |
| 2 | +// DSLSListSecondTypeTableViewCell.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/7/26. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | +#import "DSLSListSecondTypeModel.h" | |
| 11 | + | |
| 12 | +@interface DSLSListSecondTypeTableViewCell : DSTableViewCell | |
| 13 | + | |
| 14 | +@property (nonatomic,strong) DSLSListSecondTypeModel * dataModel; | |
| 15 | + | |
| 16 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListSecondTypeViewController.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSListSecondTypeViewController.h | |
| 1 | +// | |
| 2 | +// DSLSListSecondTypeViewController.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/7/25. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +@interface DSLSListSecondTypeViewController : DSBaseViewController | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 1月嫂 2保姆 | |
| 15 | + */ | |
| 16 | +@property (nonatomic,assign) NSInteger type; | |
| 17 | + | |
| 18 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderDetailsModel.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderDetailsModel.h | |
| 1 | +// | |
| 2 | +// DSLSOrderDetailsModel.h | |
| 3 | +// iosZhaoLinNeighbouraide | |
| 4 | +// | |
| 5 | +// Created by 张魁 on 2017/4/20. | |
| 6 | +// Copyright © 2017年 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | + | |
| 11 | +@interface DSLSOrderDetailsGoodsModel : NSObject | |
| 12 | + | |
| 13 | +/** | |
| 14 | + id 商品id | |
| 15 | + */ | |
| 16 | +@property (nonatomic,copy) NSString * id; | |
| 17 | + | |
| 18 | +/** | |
| 19 | + prices 划去的价格 | |
| 20 | + */ | |
| 21 | +@property (nonatomic,copy) NSString * prices; | |
| 22 | + | |
| 23 | +/** | |
| 24 | + simg 图片 | |
| 25 | + */ | |
| 26 | +@property (nonatomic,copy) NSString * simg; | |
| 27 | + | |
| 28 | +/** | |
| 29 | + price 价格 | |
| 30 | + */ | |
| 31 | +@property (nonatomic,copy) NSString * price; | |
| 32 | + | |
| 33 | +/** | |
| 34 | + title 标题 | |
| 35 | + */ | |
| 36 | +@property (nonatomic,copy) NSString * title; | |
| 37 | + | |
| 38 | +/** | |
| 39 | + ads 广告语 | |
| 40 | + */ | |
| 41 | +@property (nonatomic,copy) NSString * ads; | |
| 42 | + | |
| 43 | +/** | |
| 44 | + num 数量 | |
| 45 | + */ | |
| 46 | +@property (nonatomic,copy) NSString * num; | |
| 47 | + | |
| 48 | +/** | |
| 49 | + goods_id 产品id | |
| 50 | + */ | |
| 51 | +@property (nonatomic,copy) NSString * goods_id; | |
| 52 | + | |
| 53 | +/** | |
| 54 | + endtime 服务时间(实际服务时间) | |
| 55 | + */ | |
| 56 | +@property (nonatomic,copy) NSString * endtime; | |
| 57 | + | |
| 58 | +/** | |
| 59 | + shop_title 店铺名称 | |
| 60 | + */ | |
| 61 | +@property (nonatomic,copy) NSString * shop_title; | |
| 62 | +/** | |
| 63 | + 1、数量 2、时间 (时间是半个小时一个单位) | |
| 64 | + */ | |
| 65 | +@property (nonatomic,copy) NSString * unit; | |
| 66 | + | |
| 67 | +/** | |
| 68 | + 计量单位 | |
| 69 | + */ | |
| 70 | +@property (nonatomic,copy) NSString * unit_desc; | |
| 71 | + | |
| 72 | +/** | |
| 73 | + 店铺电话 | |
| 74 | + */ | |
| 75 | +@property (nonatomic,copy) NSString * shop_phone; | |
| 76 | + | |
| 77 | +@end | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | +@interface DSLSOrderDetailsModel : NSObject | |
| 82 | + | |
| 83 | +/** | |
| 84 | + id 订单id | |
| 85 | + */ | |
| 86 | +@property (nonatomic,copy) NSString * id; | |
| 87 | +/** | |
| 88 | + orderid 订单号 | |
| 89 | + */ | |
| 90 | +@property (nonatomic,copy) NSString * orderid; | |
| 91 | +/** | |
| 92 | + price 实付价格或定金 | |
| 93 | + */ | |
| 94 | +@property (nonatomic,copy) NSString * price; | |
| 95 | +/** | |
| 96 | + price 总价格 | |
| 97 | + */ | |
| 98 | +@property (nonatomic,copy) NSString * prices; | |
| 99 | +/** | |
| 100 | + uid 会员id | |
| 101 | + */ | |
| 102 | +@property (nonatomic,copy) NSString * uid; | |
| 103 | +/** | |
| 104 | + payment 支付方式 0未支付 1支付宝 2微信 3银联 4网家家支付 5货到付款 | |
| 105 | + */ | |
| 106 | +@property (nonatomic,copy) NSString * payment; | |
| 107 | +/** | |
| 108 | + addtime 下单时间 | |
| 109 | + */ | |
| 110 | +@property (nonatomic,copy) NSString * addtime; | |
| 111 | +/** | |
| 112 | + state 状态 1待付款 2待服务 3服务中 4已完成 5已取消 6已退款 | |
| 113 | + */ | |
| 114 | +@property (nonatomic,copy) NSString * state; | |
| 115 | +/** | |
| 116 | + uidtime state等于4时判断此值 等于0时为服务中 不为0时为已完成 | |
| 117 | + */ | |
| 118 | +@property (nonatomic,copy) NSString * uidtime; | |
| 119 | +/** | |
| 120 | + address_name 地址人名 | |
| 121 | + */ | |
| 122 | +@property (nonatomic,copy) NSString * address_name; | |
| 123 | +/** | |
| 124 | + address_phone 地址电话 | |
| 125 | + */ | |
| 126 | +@property (nonatomic,copy) NSString * address_phone; | |
| 127 | + | |
| 128 | +/** | |
| 129 | + address_address 地址 | |
| 130 | + */ | |
| 131 | +@property (nonatomic,copy) NSString * address_address; | |
| 132 | +/** | |
| 133 | + content 订单备注 | |
| 134 | + */ | |
| 135 | +@property (nonatomic,copy) NSString * content; | |
| 136 | +/** | |
| 137 | + is_tui 为2显示申请退款中 | |
| 138 | + */ | |
| 139 | +@property (nonatomic,copy) NSString * is_tui; | |
| 140 | +/** | |
| 141 | + is_refund 等于2时 不可以申请退款 | |
| 142 | + */ | |
| 143 | +@property (nonatomic,copy) NSString * is_refund; | |
| 144 | +/** | |
| 145 | + endtime 服务时间(实际服务时间) | |
| 146 | + */ | |
| 147 | +@property (nonatomic,copy) NSString * endtime; | |
| 148 | + | |
| 149 | +/** | |
| 150 | + edittime 修改时间 | |
| 151 | + */ | |
| 152 | +@property (nonatomic,copy) NSString * edittime; | |
| 153 | + | |
| 154 | +/** | |
| 155 | + edit_desc 修改服务时间备注 | |
| 156 | + */ | |
| 157 | +@property (nonatomic,copy) NSString * edit_desc; | |
| 158 | + | |
| 159 | +/** | |
| 160 | + formertime 服务时间(原服务时间) | |
| 161 | + */ | |
| 162 | +@property (nonatomic,copy) NSString * formertime; | |
| 163 | +/** | |
| 164 | + 商品列表 | |
| 165 | + */ | |
| 166 | +@property ( nonatomic , strong ) NSArray * goods; | |
| 167 | +/** | |
| 168 | + 售后id 为零则未申请售后 | |
| 169 | + */ | |
| 170 | +@property (nonatomic,copy) NSString * refund_id; | |
| 171 | +/** | |
| 172 | + (月嫂、保姆状态) 判断是否是预付订单 0预付订单 非0余额订单 | |
| 173 | + */ | |
| 174 | +@property (nonatomic,copy) NSString * pid; | |
| 175 | +/** | |
| 176 | + 面试时间 | |
| 177 | + */ | |
| 178 | +@property (nonatomic,copy) NSString * audition_time; | |
| 179 | +/** | |
| 180 | + 面试类型 1到店面试 2到家面试 | |
| 181 | + */ | |
| 182 | +@property (nonatomic,copy) NSString * audition_type; | |
| 183 | +/** | |
| 184 | + 面试地址 | |
| 185 | + */ | |
| 186 | +@property (nonatomic,copy) NSString * audition_address; | |
| 187 | +/** | |
| 188 | + (月嫂、保姆状态) 0预约中 非0面试中 | |
| 189 | + */ | |
| 190 | +@property (nonatomic,copy) NSString * shoptime; | |
| 191 | +/** | |
| 192 | + 订单类型 1保洁产品 2 预约保洁师 3月嫂 4保姆 5小时工 | |
| 193 | + */ | |
| 194 | +@property (nonatomic,copy) NSString * type; | |
| 195 | +/** | |
| 196 | + 1月 2天 | |
| 197 | + */ | |
| 198 | +@property (nonatomic,copy) NSString * timetype; | |
| 199 | + | |
| 200 | +@end | |
| 201 | + | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderDetailsViewController.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderDetailsViewController.h | |
| 1 | +// | |
| 2 | +// DSLSOrderDetailsViewController.h | |
| 3 | +// iosZhaoLinNeighbouraide | |
| 4 | +// | |
| 5 | +// Created by 张魁 on 2017/4/18. | |
| 6 | +// Copyright © 2017年 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +@interface DSLSOrderDetailsViewController : DSBaseViewController | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 订单id | |
| 15 | + */ | |
| 16 | +@property ( nonatomic , strong ) NSString * orderId; | |
| 17 | + | |
| 18 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderListModel.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderListModel.h | |
| 1 | +// | |
| 2 | +// DSLSOrderListModel.h | |
| 3 | +// iosZhaoLinNeighbouraide | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/4/20. | |
| 6 | +// Copyright © 2017年 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | + | |
| 11 | +@interface DSLSOrderListGoodsModel : NSObject | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 商品id | |
| 15 | + */ | |
| 16 | +@property (nonatomic,copy) NSString * id; | |
| 17 | +/** | |
| 18 | + 标题 | |
| 19 | + */ | |
| 20 | +@property (nonatomic,copy) NSString * title; | |
| 21 | +/** | |
| 22 | + 价格 | |
| 23 | + */ | |
| 24 | +@property (nonatomic,copy) NSString * price; | |
| 25 | +/** | |
| 26 | + 划去的价格 | |
| 27 | + */ | |
| 28 | +@property (nonatomic,copy) NSString * prices; | |
| 29 | +/** | |
| 30 | + 广告语 | |
| 31 | + */ | |
| 32 | +@property (nonatomic,copy) NSString * ads; | |
| 33 | +/** | |
| 34 | + 图片 | |
| 35 | + */ | |
| 36 | +@property (nonatomic,copy) NSString * simg; | |
| 37 | +/** | |
| 38 | + 数量 (半个小时一个单位) | |
| 39 | + */ | |
| 40 | +@property (nonatomic,copy) NSString * num; | |
| 41 | + | |
| 42 | + | |
| 43 | +/** | |
| 44 | + 1、数量 2、时间 (时间是半个小时一个单位) | |
| 45 | + */ | |
| 46 | +@property ( nonatomic , strong ) NSString * unit; | |
| 47 | + | |
| 48 | +/** | |
| 49 | + 计量单位 | |
| 50 | + */ | |
| 51 | +@property ( nonatomic , strong ) NSString * unit_desc; | |
| 52 | + | |
| 53 | +/** | |
| 54 | + 店铺电话 | |
| 55 | + */ | |
| 56 | +@property ( nonatomic , strong ) NSString * shop_phone; | |
| 57 | + | |
| 58 | +@end | |
| 59 | + | |
| 60 | +@interface DSLSOrderListModel : NSObject | |
| 61 | + | |
| 62 | +/** | |
| 63 | + 订单id | |
| 64 | + */ | |
| 65 | +@property (nonatomic,copy) NSString * id; | |
| 66 | +/** | |
| 67 | + 付款时用的订单号 | |
| 68 | + */ | |
| 69 | +@property (nonatomic,copy) NSString * orderid; | |
| 70 | +/** | |
| 71 | + 实付价格 | |
| 72 | + */ | |
| 73 | +@property (nonatomic,copy) NSString * price; | |
| 74 | +/** | |
| 75 | + 下单时间 | |
| 76 | + */ | |
| 77 | +@property (nonatomic,copy) NSString * addtime; | |
| 78 | +/** | |
| 79 | + 状态 1待付款 2待服务 3,4服务中 4已完成 5已取消 6已退款 | |
| 80 | + */ | |
| 81 | +@property (nonatomic,copy) NSString * state; | |
| 82 | +/** | |
| 83 | + state等于4时判断此值 等于0时为待确认 不为0时为已完成 | |
| 84 | + */ | |
| 85 | +@property (nonatomic,copy) NSString * uidtime; | |
| 86 | +/** | |
| 87 | + 小时(半个小时一个单位) | |
| 88 | + */ | |
| 89 | +@property (nonatomic,copy) NSString * count; | |
| 90 | +/** | |
| 91 | + 1。3不显示 2申请退款中(替换掉state状态) | |
| 92 | + */ | |
| 93 | +@property (nonatomic,copy) NSString * is_tui; | |
| 94 | +/** | |
| 95 | + 等于2时 不可以申请退款 | |
| 96 | + */ | |
| 97 | +@property (nonatomic,copy) NSString * is_refund; | |
| 98 | +/** | |
| 99 | + (商品) | |
| 100 | + */ | |
| 101 | +@property (nonatomic,copy) NSArray * goods; | |
| 102 | +/** | |
| 103 | + 服务开始时间 | |
| 104 | + */ | |
| 105 | +@property (nonatomic,copy) NSString * endtime; | |
| 106 | +/** | |
| 107 | + 订单类型 1保洁产品 2保洁师 3月嫂 4保姆 5小时工 | |
| 108 | + */ | |
| 109 | +@property (nonatomic,copy) NSString * type; | |
| 110 | +/** | |
| 111 | + (月嫂、保姆状态) 判断是否是预付订单 0预付订单 非0余额订单 | |
| 112 | + */ | |
| 113 | +@property (nonatomic,copy) NSString * pid; | |
| 114 | +/** | |
| 115 | + (月嫂、保姆状态) 0预约中 非0面试中 | |
| 116 | + */ | |
| 117 | +@property (nonatomic,copy) NSString * shoptime; | |
| 118 | +/** | |
| 119 | + 1月 2天 | |
| 120 | + */ | |
| 121 | +@property (nonatomic,copy) NSString * timetype; | |
| 122 | + | |
| 123 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderListSubViewController.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderListSubViewController.h | |
| 1 | +// | |
| 2 | +// DSLSOrderListSubViewController.h | |
| 3 | +// iosZhaoLinNeighbouraide | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/4/20. | |
| 6 | +// Copyright © 2017年 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +@interface DSLSOrderListSubViewController : DSBaseViewController | |
| 12 | + | |
| 13 | +/** | |
| 14 | + 刷新数据 | |
| 15 | + */ | |
| 16 | +-(void)resetData; | |
| 17 | + | |
| 18 | + | |
| 19 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderListTableViewCell.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderListTableViewCell.h | |
| 1 | +// | |
| 2 | +// DSLSOrderListTableViewCell.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/3/28. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <DSBaseModule/DSBaseModule.h> | |
| 9 | +#import "DSLSOrderListModel.h" | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSLSOrderListTableViewCell : DSTableViewCell | |
| 14 | + | |
| 15 | +@property (nonatomic,strong) DSLSOrderListModel * model; | |
| 16 | + | |
| 17 | +@end | |
| 18 | + | |
| 19 | +NS_ASSUME_NONNULL_END | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderListViewController.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSOrderListViewController.h | |
| 1 | +// | |
| 2 | +// DSLSOrderListViewController.h | |
| 3 | +// iosZhaoLinNeighbouraide | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/4/20. | |
| 6 | +// Copyright © 2017年 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | + | |
| 11 | +@interface DSLSOrderListViewController : DSBaseViewController | |
| 12 | + | |
| 13 | +@property (nonatomic,assign) NSInteger showIndex; | |
| 14 | + | |
| 15 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundApplyModel.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundApplyModel.h | |
| 1 | +// | |
| 2 | +// DSLSRefundApplyModel.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2020/1/9. | |
| 6 | +// Copyright © 2020 BIKE. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | + | |
| 11 | +NS_ASSUME_NONNULL_BEGIN | |
| 12 | + | |
| 13 | +@interface DSLSRefundApplyModel : NSObject | |
| 14 | + | |
| 15 | +/// 可退款金额 | |
| 16 | +@property (nonatomic,copy) NSString * price; | |
| 17 | + | |
| 18 | +@end | |
| 19 | + | |
| 20 | +NS_ASSUME_NONNULL_END | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundApplyTableViewCell.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundApplyTableViewCell.h | |
| 1 | +// | |
| 2 | +// DSLSRefundApplyTableViewCell.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/2/16. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <DSBaseModule/DSBaseModule.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSLSRefundApplyTableViewCell : DSTableViewCell | |
| 13 | + | |
| 14 | +@property (nonatomic,strong) DSTextView * descTextView; | |
| 15 | + | |
| 16 | +#pragma mark - 赋值 | |
| 17 | + | |
| 18 | +@property (nonatomic,assign,readonly) NSUInteger row; | |
| 19 | +@property (nonatomic,copy,readonly) NSAttributedString * title; | |
| 20 | +@property (nonatomic,copy,readonly) NSString * content; | |
| 21 | +@property (nonatomic,copy,readonly) NSString * placeholder; | |
| 22 | +@property (nonatomic,assign,readonly) BOOL isDisplayRightArrowImage; | |
| 23 | + | |
| 24 | +-(void)setRow:(NSUInteger)row title:(NSAttributedString*)title content:(NSString*)content placeholder:(NSString*)placeholder isDisplayRightArrowImage:(BOOL)isDisplayRightArrowImage; | |
| 25 | + | |
| 26 | +@end | |
| 27 | + | |
| 28 | +NS_ASSUME_NONNULL_END | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundApplyViewController.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundApplyViewController.h | |
| 1 | +// | |
| 2 | +// DSLSRefundApplyViewController.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/2/16. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <DSBaseModule/DSBaseModule.h> | |
| 9 | + | |
| 10 | +typedef NS_ENUM(NSUInteger, DSLSRefundApplyType) { | |
| 11 | + DSLSRefundApplyTypeApply = 0, //申请 | |
| 12 | + DSLSRefundApplyTypeEdit //修改 | |
| 13 | +}; | |
| 14 | + | |
| 15 | +NS_ASSUME_NONNULL_BEGIN | |
| 16 | + | |
| 17 | +@interface DSLSRefundApplyViewController : DSBaseViewController | |
| 18 | + | |
| 19 | +/** | |
| 20 | + 格式 | |
| 21 | + */ | |
| 22 | +@property (nonatomic,assign) DSLSRefundApplyType type; | |
| 23 | +/** | |
| 24 | + 订单Id | |
| 25 | + */ | |
| 26 | +@property (nonatomic,copy) NSString * orderId; | |
| 27 | + | |
| 28 | +#pragma mark - 下面是修改申请退款时用到的 | |
| 29 | + | |
| 30 | +/** | |
| 31 | + 退款Id | |
| 32 | + */ | |
| 33 | +@property (nonatomic,copy) NSString * refundId; | |
| 34 | +/** | |
| 35 | + 退款金额 (餐厅在申请退款时也用到了) | |
| 36 | + */ | |
| 37 | +@property (nonatomic,copy) NSString * price; | |
| 38 | +/** | |
| 39 | + 退款原因 | |
| 40 | + */ | |
| 41 | +@property (nonatomic,copy) NSString * reason; | |
| 42 | +/** | |
| 43 | + 退款说明 | |
| 44 | + */ | |
| 45 | +@property (nonatomic,copy) NSString * desc; | |
| 46 | + | |
| 47 | +@end | |
| 48 | + | |
| 49 | +NS_ASSUME_NONNULL_END | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundDetailsModel.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundDetailsModel.h | |
| 1 | +// | |
| 2 | +// DSLSRefundDetailsModel.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/2/19. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <Foundation/Foundation.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSLSRefundDetailsModel : NSObject | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 审核原因(取消退款状态显示) | |
| 16 | + */ | |
| 17 | +@property (nonatomic,copy) NSString * desc; | |
| 18 | +/** | |
| 19 | + 店铺名称 | |
| 20 | + */ | |
| 21 | +@property (nonatomic,copy) NSString * shop_name; | |
| 22 | +/** | |
| 23 | + 退款说明 | |
| 24 | + */ | |
| 25 | +@property (nonatomic,copy) NSString * content; | |
| 26 | +/** | |
| 27 | + 申请时间 | |
| 28 | + */ | |
| 29 | +@property (nonatomic,copy) NSString * addtime; | |
| 30 | +/** | |
| 31 | + 退款编号id | |
| 32 | + */ | |
| 33 | +@property (nonatomic,copy) NSString * id; | |
| 34 | +/** | |
| 35 | + 退款金额 | |
| 36 | + */ | |
| 37 | +@property (nonatomic,copy) NSString * price; | |
| 38 | +/** | |
| 39 | + 退款原因 | |
| 40 | + */ | |
| 41 | +@property (nonatomic,copy) NSString * title; | |
| 42 | +/** | |
| 43 | + 审核时间(关闭时间 退款时间都是 根据状态判断) | |
| 44 | + */ | |
| 45 | +@property (nonatomic,copy) NSString * statetime; | |
| 46 | +/** | |
| 47 | + 状态 1申请中 2已通过 3商家拒绝退款 5取消退款 | |
| 48 | + */ | |
| 49 | +@property (nonatomic,copy) NSString * state; | |
| 50 | +/** | |
| 51 | + 申请中判断 等于1时味可修改状态 为2时不可以修改 | |
| 52 | + */ | |
| 53 | +@property (nonatomic,copy) NSString * status; | |
| 54 | +/** | |
| 55 | + 退货方式 1退款退货 2退款不退货 | |
| 56 | + */ | |
| 57 | +@property (nonatomic,copy) NSString * tui_mode; | |
| 58 | +/** | |
| 59 | + 快递公司id | |
| 60 | + */ | |
| 61 | +@property (nonatomic,copy) NSString * express_ids; | |
| 62 | +/** | |
| 63 | + 申请退款 快递公司 | |
| 64 | + */ | |
| 65 | +@property (nonatomic,copy) NSString * express; | |
| 66 | +/** | |
| 67 | + 申请退款 快递编号 | |
| 68 | + */ | |
| 69 | +@property (nonatomic,copy) NSString * express_num; | |
| 70 | +/** | |
| 71 | + 快递修改状态 1可修改 2不可修改 | |
| 72 | + */ | |
| 73 | +@property (nonatomic,copy) NSString * express_edit_state; | |
| 74 | +/** | |
| 75 | + 快递修改信息 (一维数组) | |
| 76 | + */ | |
| 77 | +@property (nonatomic,copy) NSArray<NSString*> * express_record; | |
| 78 | +/** | |
| 79 | + 退货联系人 | |
| 80 | + */ | |
| 81 | +@property (nonatomic,copy) NSString * return_name; | |
| 82 | +/** | |
| 83 | + 退货联系电话 | |
| 84 | + */ | |
| 85 | +@property (nonatomic,copy) NSString * return_phone; | |
| 86 | +/** | |
| 87 | + 退货地址 | |
| 88 | + */ | |
| 89 | +@property (nonatomic,copy) NSString * return_address; | |
| 90 | + | |
| 91 | +#pragma mark - 自己加的 | |
| 92 | + | |
| 93 | +/** | |
| 94 | + 是否手动再次修改快递信息 | |
| 95 | + */ | |
| 96 | +@property (nonatomic,assign) BOOL isManualEditExpressMessage; | |
| 97 | + | |
| 98 | +@end | |
| 99 | + | |
| 100 | +NS_ASSUME_NONNULL_END | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundDetailsTableHeaderView.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundDetailsTableHeaderView.h | |
| 1 | +// | |
| 2 | +// DSLSRefundDetailsTableHeaderView.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/2/19. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <UIKit/UIKit.h> | |
| 9 | +#import "DSLSRefundDetailsModel.h" | |
| 10 | +#import "DSLSRefundDetailsViewController.h" | |
| 11 | + | |
| 12 | +NS_ASSUME_NONNULL_BEGIN | |
| 13 | + | |
| 14 | +@interface DSLSRefundDetailsTableHeaderView : UIView | |
| 15 | + | |
| 16 | +@property (nonatomic,strong) DSLSRefundDetailsModel * detailsModel; | |
| 17 | + | |
| 18 | +@property (nonatomic,copy) void (^editRefundCallBack)(void);//修改退款 | |
| 19 | +@property (nonatomic,copy) void (^cancelRefundCallBack)(void);//取消退款 | |
| 20 | + | |
| 21 | +@end | |
| 22 | + | |
| 23 | +NS_ASSUME_NONNULL_END | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundDetailsTableViewCell.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundDetailsTableViewCell.h | |
| 1 | +// | |
| 2 | +// DSLSRefundDetailsTableViewCell.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/2/19. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <DSBaseModule/DSBaseModule.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSLSRefundDetailsTableViewCell : DSTableViewCell | |
| 13 | + | |
| 14 | +@property (nonatomic,copy,readonly) NSString * title; | |
| 15 | +@property (nonatomic,copy,readonly) NSString * content; | |
| 16 | +@property (nonatomic,assign,readonly) BOOL isSectionHeader;//是否为区标题显示(省了写区头了) | |
| 17 | + | |
| 18 | +-(void)setTitle:(NSString*)title content:(NSString*)content isSectionHeader:(BOOL)isSectionHeader; | |
| 19 | + | |
| 20 | +@end | |
| 21 | + | |
| 22 | +NS_ASSUME_NONNULL_END | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundDetailsViewController.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSRefundDetailsViewController.h | |
| 1 | +// | |
| 2 | +// DSLSRefundDetailsViewController.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/2/19. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <DSBaseModule/DSBaseModule.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSLSRefundDetailsViewController : DSBaseViewController | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 订单id | |
| 16 | + */ | |
| 17 | +@property (nonatomic,copy) NSString * orderId; | |
| 18 | + | |
| 19 | +@end | |
| 20 | + | |
| 21 | +NS_ASSUME_NONNULL_END | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSStyleConfirmOrderModel.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSStyleConfirmOrderModel.h | |
| 1 | +// | |
| 2 | +// DSLSSStyleConfirmOrderModel.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/3/28. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <Foundation/Foundation.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSLSSStyleConfirmOrderModel : NSObject | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 1保洁项目 2保洁师 3 月嫂 4保姆 5小时工 | |
| 16 | + */ | |
| 17 | +@property (nonatomic,copy) NSString * type; | |
| 18 | +/** | |
| 19 | + 产品id | |
| 20 | + */ | |
| 21 | +@property (nonatomic,copy) NSString * ids; | |
| 22 | +/** | |
| 23 | + 开始时间(时间戳) | |
| 24 | + */ | |
| 25 | +@property (nonatomic,copy) NSString * endtime; | |
| 26 | +/** | |
| 27 | + 数量 | |
| 28 | + */ | |
| 29 | +@property (nonatomic,copy) NSString * num; | |
| 30 | +/** | |
| 31 | + 被服务人名 | |
| 32 | + */ | |
| 33 | +@property (nonatomic,copy) NSString * contactName; | |
| 34 | +/** | |
| 35 | + 被服务人电话 | |
| 36 | + */ | |
| 37 | +@property (nonatomic,copy) NSString * contactPhone; | |
| 38 | +/** | |
| 39 | + 地址(必传) | |
| 40 | + */ | |
| 41 | +@property (nonatomic,copy) NSString * address; | |
| 42 | +/** | |
| 43 | + 实际支付金额(必传)(订金) | |
| 44 | + */ | |
| 45 | +@property (nonatomic,copy) NSString * price; | |
| 46 | +/** | |
| 47 | + 订单备注 | |
| 48 | + */ | |
| 49 | +@property (nonatomic,copy) NSString * content; | |
| 50 | +/** | |
| 51 | + 全部金额 | |
| 52 | + */ | |
| 53 | +@property (nonatomic,copy) NSString * prices; | |
| 54 | +/** | |
| 55 | + 1月 2天 | |
| 56 | + */ | |
| 57 | +@property (nonatomic,copy) NSString * timetype; | |
| 58 | + | |
| 59 | +@end | |
| 60 | + | |
| 61 | +NS_ASSUME_NONNULL_END | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSStyleConfirmOrderNextViewController.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSStyleConfirmOrderNextViewController.h | |
| 1 | +// | |
| 2 | +// DSLSSStyleConfirmOrderNextViewController.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/7/28. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | +#import "BKLifeServiceSecondTypeDetailsModel.h" | |
| 11 | +#import <DSAddressModule/DSAddressViewController.h> | |
| 12 | +#import "DSLSSStyleConfirmOrderModel.h" | |
| 13 | + | |
| 14 | +@interface DSLSSStyleConfirmOrderNextViewController : DSBaseViewController | |
| 15 | + | |
| 16 | +/** | |
| 17 | + 月嫂详情数据 | |
| 18 | + */ | |
| 19 | +@property (nonatomic,strong) BKLifeServiceSecondTypeDetailsModel * secondTypeDetailsModel; | |
| 20 | + | |
| 21 | +/** | |
| 22 | + 请求下单部分数据 | |
| 23 | + */ | |
| 24 | +@property (nonatomic,strong) DSLSSStyleConfirmOrderModel * confirmOrderModel; | |
| 25 | + | |
| 26 | +/** | |
| 27 | + 上一级选择的服务地址 | |
| 28 | + */ | |
| 29 | +@property (nonatomic,strong) DSAddressModel * lastLevelVCAddressModel; | |
| 30 | + | |
| 31 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSStyleConfirmOrderViewController.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSStyleConfirmOrderViewController.h | |
| 1 | +// | |
| 2 | +// DSLSSStyleConfirmOrderViewController.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 张魁 on 2017/7/26. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | +#import "BKLifeServiceSecondTypeDetailsModel.h" | |
| 11 | + | |
| 12 | + | |
| 13 | +@interface DSLSSStyleConfirmOrderViewController : DSBaseViewController | |
| 14 | + | |
| 15 | +/** | |
| 16 | + 1月嫂 2保姆 | |
| 17 | + */ | |
| 18 | +@property (nonatomic,assign) NSInteger type; | |
| 19 | +/** | |
| 20 | + 月嫂详情数据 | |
| 21 | + */ | |
| 22 | +@property (nonatomic,strong) BKLifeServiceSecondTypeDetailsModel * secondTypeDetailsModel; | |
| 23 | + | |
| 24 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSelectTimeCollectionReusableFooterView.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSelectTimeCollectionReusableFooterView.h | |
| 1 | +// | |
| 2 | +// DSLSSelectTimeCollectionReusableFooterView.h | |
| 3 | +// guoguanjuyanglao | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2018/3/7. | |
| 6 | +// Copyright © 2018年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | + | |
| 11 | +@interface DSLSSelectTimeCollectionReusableFooterView : UICollectionReusableView | |
| 12 | + | |
| 13 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSelectTimeFirstCollectionViewCell.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSelectTimeFirstCollectionViewCell.h | |
| 1 | +// | |
| 2 | +// DSLSSelectTimeFirstCollectionViewCell.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/8/1. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <UIKit/UIKit.h> | |
| 10 | + | |
| 11 | +@interface DSLSSelectTimeFirstCollectionViewCell : UICollectionViewCell | |
| 12 | + | |
| 13 | +@property (nonatomic,strong) DSRoundedRectView * bgView; | |
| 14 | + | |
| 15 | +@property (nonatomic,strong) UILabel * titleLab; | |
| 16 | +@property (nonatomic,strong) UILabel * stateLab; | |
| 17 | + | |
| 18 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSelectTimeSubViewController.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSelectTimeSubViewController.h | |
| 1 | +// | |
| 2 | +// DSLSSelectTimeSubViewController.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/7/31. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | +#import "BKLifeServiceDetailsModel.h" | |
| 11 | +#import "BKLifeServiceSecondTypeDetailsModel.h" | |
| 12 | +#import "BKLifeServiceCleanerDetailsModel.h" | |
| 13 | + | |
| 14 | +@interface DSLSSelectTimeSubViewController : DSBaseViewController | |
| 15 | + | |
| 16 | +/** | |
| 17 | + 类型 1保洁项目 2保洁师 3月嫂 4保姆 5小时工 | |
| 18 | + */ | |
| 19 | +@property (nonatomic,assign) NSInteger type; | |
| 20 | + | |
| 21 | +/** | |
| 22 | + 保洁项目详情数据 | |
| 23 | + */ | |
| 24 | +@property (nonatomic,strong) BKLifeServiceDetailsModel * serviceDetailsModel; | |
| 25 | +/** | |
| 26 | + 保洁项目需要时间 | |
| 27 | + */ | |
| 28 | +@property (nonatomic,copy) NSString * selectServiceNeedTime; | |
| 29 | + | |
| 30 | +/** | |
| 31 | + 月嫂详情数据 | |
| 32 | + */ | |
| 33 | +@property (nonatomic,strong) BKLifeServiceSecondTypeDetailsModel * secondTypeDetailsModel; | |
| 34 | + | |
| 35 | +/** | |
| 36 | + 保洁师详情数据 | |
| 37 | + */ | |
| 38 | +@property (nonatomic,strong) BKLifeServiceCleanerDetailsModel * cleanDetailModel; | |
| 39 | +/** | |
| 40 | + 保洁师项目需要时间 | |
| 41 | + */ | |
| 42 | +@property (nonatomic,copy) NSString * selectProjecNeedTime; | |
| 43 | + | |
| 44 | +/** | |
| 45 | + 上一次选取的时间 | |
| 46 | + */ | |
| 47 | +@property (nonatomic,copy) NSString * lastSelectTime; | |
| 48 | + | |
| 49 | + | |
| 50 | +-(void)collectionReloadView; | |
| 51 | + | |
| 52 | +/** | |
| 53 | + 选取时间向上一级传值 | |
| 54 | + */ | |
| 55 | +@property (nonatomic,copy) void (^selectTimeAction)(NSString * selectTime); | |
| 56 | + | |
| 57 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSelectTimeViewController.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLSSelectTimeViewController.h | |
| 1 | +// | |
| 2 | +// DSLSSelectTimeViewController.h | |
| 3 | +// zhaolin | |
| 4 | +// | |
| 5 | +// Created by 兆林 on 2017/7/31. | |
| 6 | +// Copyright © 2017年 zhaolin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <DSBaseModule/DSBaseModule.h> | |
| 10 | +#import "BKLifeServiceDetailsModel.h" | |
| 11 | +#import "BKLifeServiceSecondTypeDetailsModel.h" | |
| 12 | +#import "BKLifeServiceCleanerDetailsModel.h" | |
| 13 | + | |
| 14 | +@interface DSLSSelectTimeViewController : DSBaseViewController | |
| 15 | + | |
| 16 | +/** | |
| 17 | + 类型 1保洁项目 2保洁师 3月嫂 4保姆 5小时工 | |
| 18 | + */ | |
| 19 | +@property (nonatomic,assign) NSInteger type; | |
| 20 | + | |
| 21 | +/** | |
| 22 | + 保洁项目详情数据 | |
| 23 | + */ | |
| 24 | +@property (nonatomic,strong) BKLifeServiceDetailsModel * serviceDetailsModel; | |
| 25 | +/** | |
| 26 | + 保洁项目需要时间 | |
| 27 | + */ | |
| 28 | +@property (nonatomic,copy) NSString * selectServiceNeedTime; | |
| 29 | + | |
| 30 | +/** | |
| 31 | + 月嫂、保姆详情数据 | |
| 32 | + */ | |
| 33 | +@property (nonatomic,strong) BKLifeServiceSecondTypeDetailsModel * secondTypeDetailsModel; | |
| 34 | + | |
| 35 | +/** | |
| 36 | + 保洁师、小时工详情数据 | |
| 37 | + */ | |
| 38 | +@property (nonatomic,strong) BKLifeServiceCleanerDetailsModel * cleanDetailModel; | |
| 39 | +/** | |
| 40 | + 保洁师、小时工项目需要时间 | |
| 41 | + */ | |
| 42 | +@property (nonatomic,copy) NSString * selectProjecNeedTime; | |
| 43 | + | |
| 44 | +/** | |
| 45 | + 上一次选取的时间 | |
| 46 | + */ | |
| 47 | +@property (nonatomic,copy) NSString * lastSelectTime; | |
| 48 | + | |
| 49 | +/** | |
| 50 | + 选取时间返回 | |
| 51 | + */ | |
| 52 | +@property (nonatomic,copy) void (^selectTimeAction)(NSString * selectTime); | |
| 53 | + | |
| 54 | +@end | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceBannerModel.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceBannerModel.h | |
| 1 | +// | |
| 2 | +// DSLifeServiceBannerModel.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/3/25. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <Foundation/Foundation.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSLifeServiceBannerModel : NSObject | |
| 13 | + | |
| 14 | +/** | |
| 15 | + 图片 | |
| 16 | + */ | |
| 17 | +@property (nonatomic,copy) NSString * simg; | |
| 18 | +/** | |
| 19 | + 跳转方式 0不跳转 1跳h5 | |
| 20 | + */ | |
| 21 | +@property (nonatomic,copy) NSString * type; | |
| 22 | +/** | |
| 23 | + 跳转目标 | |
| 24 | + */ | |
| 25 | +@property (nonatomic,copy) NSString * to; | |
| 26 | + | |
| 27 | +@end | |
| 28 | + | |
| 29 | +NS_ASSUME_NONNULL_END | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceModule-umbrella.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceModule-umbrella.h | |
| 1 | +#ifdef __OBJC__ | |
| 2 | +#import <UIKit/UIKit.h> | |
| 3 | +#else | |
| 4 | +#ifndef FOUNDATION_EXPORT | |
| 5 | +#if defined(__cplusplus) | |
| 6 | +#define FOUNDATION_EXPORT extern "C" | |
| 7 | +#else | |
| 8 | +#define FOUNDATION_EXPORT extern | |
| 9 | +#endif | |
| 10 | +#endif | |
| 11 | +#endif | |
| 12 | + | |
| 13 | +#import "DSLifeServiceModuleManager.h" | |
| 14 | +#import "DSLifeServiceModulePCH.h" | |
| 15 | +#import "DSLifeServiceModuleRouter.h" | |
| 16 | +#import "UIImage+DSLifeServiceModule.h" | |
| 17 | +#import "DSLifeServiceRequest.h" | |
| 18 | +#import "DSLSComplaintViewController.h" | |
| 19 | +#import "DSLSComplaintCollectionViewFlowLayout.h" | |
| 20 | +#import "DSLSComplaintCollectionReusableFooterView.h" | |
| 21 | +#import "DSLSComplaintCollectionReusableHeaderView.h" | |
| 22 | +#import "DSLSComplaintCollectionViewCell.h" | |
| 23 | +#import "DSLSFStyleConfirmOrderViewController.h" | |
| 24 | +#import "DSLSSStyleConfirmOrderNextViewController.h" | |
| 25 | +#import "DSLSSStyleConfirmOrderViewController.h" | |
| 26 | +#import "DSLSSStyleConfirmOrderModel.h" | |
| 27 | +#import "DSLSConfirmOrderTableViewCell.h" | |
| 28 | +#import "DSLSHomePageViewController.h" | |
| 29 | +#import "DSLSHomePageModel.h" | |
| 30 | +#import "DSLSHomePageTableViewCell.h" | |
| 31 | +#import "DSLSOrderDetailsViewController.h" | |
| 32 | +#import "DSLSOrderDetailsModel.h" | |
| 33 | +#import "BKLifeServiceOrderDetailsFirstTypeTableViewCell.h" | |
| 34 | +#import "BKLifeServiceOrderDetailsFourthTypeTableViewCell.h" | |
| 35 | +#import "BKLifeServiceOrderDetailsSecondTypeTableViewCell.h" | |
| 36 | +#import "BKLifeServiceOrderDetailsThirdTypeTableViewCell.h" | |
| 37 | +#import "BKLifeServiceRefundRemindView.h" | |
| 38 | +#import "DSLSOrderListSubViewController.h" | |
| 39 | +#import "DSLSOrderListViewController.h" | |
| 40 | +#import "DSLSOrderListModel.h" | |
| 41 | +#import "DSLSOrderListTableViewCell.h" | |
| 42 | +#import "DSLSRefundApplyViewController.h" | |
| 43 | +#import "DSLSRefundApplyModel.h" | |
| 44 | +#import "DSLSRefundApplyTableViewCell.h" | |
| 45 | +#import "DSLSRefundDetailsViewController.h" | |
| 46 | +#import "DSLSRefundDetailsModel.h" | |
| 47 | +#import "DSLSRefundDetailsTableHeaderView.h" | |
| 48 | +#import "DSLSRefundDetailsTableViewCell.h" | |
| 49 | +#import "DSLSSelectTimeSubViewController.h" | |
| 50 | +#import "DSLSSelectTimeViewController.h" | |
| 51 | +#import "DSLSSelectTimeCollectionReusableFooterView.h" | |
| 52 | +#import "DSLSSelectTimeFirstCollectionViewCell.h" | |
| 53 | +#import "BKLifeServiceCleanerDetailsViewController.h" | |
| 54 | +#import "BKLifeServiceDetailsViewController.h" | |
| 55 | +#import "BKLifeServiceSecondTypeDetailsViewController.h" | |
| 56 | +#import "BKLifeServiceCleanerDetailsModel.h" | |
| 57 | +#import "BKLifeServiceDetailsModel.h" | |
| 58 | +#import "BKLifeServiceSecondTypeDetailsModel.h" | |
| 59 | +#import "BKLifeServiceCleanerDetailsTableFooterView.h" | |
| 60 | +#import "BKLifeServiceCleanerDetailsTableHeaderView.h" | |
| 61 | +#import "BKLifeServiceDetailsTableFooterView.h" | |
| 62 | +#import "BKLifeServiceDetailsTableHeaderView.h" | |
| 63 | +#import "BKLifeServiceFutureDateView.h" | |
| 64 | +#import "BKLifeServiceSecondTypeDetailsTableHeaderView.h" | |
| 65 | +#import "BKLifeServiceSecondTypeDetailsTableViewCell.h" | |
| 66 | +#import "BKLifeServiceTimetableView.h" | |
| 67 | +#import "DSLSListCleanerViewController.h" | |
| 68 | +#import "DSLSListFirstTypeViewController.h" | |
| 69 | +#import "DSLSListProjectViewController.h" | |
| 70 | +#import "DSLSListSecondTypeViewController.h" | |
| 71 | +#import "DSLifeServiceBannerModel.h" | |
| 72 | +#import "DSLSListCleanerModel.h" | |
| 73 | +#import "DSLSListFilterJiguanModel.h" | |
| 74 | +#import "DSLSListFilterMoreModel.h" | |
| 75 | +#import "DSLSListFilterXinshuiModel.h" | |
| 76 | +#import "DSLSListProjectCategoryModel.h" | |
| 77 | +#import "DSLSListProjectModel.h" | |
| 78 | +#import "DSLSListSecondTypeModel.h" | |
| 79 | +#import "DSLSListCleanerTableViewCell.h" | |
| 80 | +#import "DSLSListFilterCollectionReusableHeaderView.h" | |
| 81 | +#import "DSLSListFilterFirstStyleCollectionViewCell.h" | |
| 82 | +#import "DSLSListFilterFirstStyleView.h" | |
| 83 | +#import "DSLSListFilterSecondStyleCollectionViewCell.h" | |
| 84 | +#import "DSLSListFilterSecondStyleView.h" | |
| 85 | +#import "DSLSListProjectCollectionReusableView.h" | |
| 86 | +#import "DSLSListProjectCollectionViewCell.h" | |
| 87 | +#import "DSLSListSecondTypeTableViewCell.h" | |
| 88 | + | |
| 89 | +FOUNDATION_EXPORT double DSLifeServiceModuleVersionNumber; | |
| 90 | +FOUNDATION_EXPORT const unsigned char DSLifeServiceModuleVersionString[]; | |
| 91 | + | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceModuleManager.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceModuleManager.h | |
| 1 | +// | |
| 2 | +// DSLifeServiceModuleManager.h | |
| 3 | +// DSLifeServiceModule | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2020/3/4. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <Foundation/Foundation.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSLifeServiceModuleManager : NSObject | |
| 13 | + | |
| 14 | +#pragma mark - 单例 | |
| 15 | + | |
| 16 | ++(instancetype)sharedManager; | |
| 17 | + | |
| 18 | +#pragma mark - 注册router | |
| 19 | + | |
| 20 | +-(void)registerRouter; | |
| 21 | + | |
| 22 | +@end | |
| 23 | + | |
| 24 | +NS_ASSUME_NONNULL_END | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceModulePCH.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceModulePCH.h | |
| 1 | +// | |
| 2 | +// DSLifeServiceModulePCH.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2020/3/2. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#ifndef DSLifeServiceModulePCH_h | |
| 9 | +#define DSLifeServiceModulePCH_h | |
| 10 | + | |
| 11 | +#import <DSBaseModule/DSBaseModule.h> | |
| 12 | +#import <DSToolsModule/DSToolsModule.h> | |
| 13 | +#import <DSCommonModule/DSCommonModule.h> | |
| 14 | + | |
| 15 | +#import "UIImage+DSLifeServiceModule.h" | |
| 16 | +#import "DSLifeServiceModuleRouter.h" | |
| 17 | + | |
| 18 | +#import <DSWebViewModule/DSWebViewController.h> | |
| 19 | + | |
| 20 | +#endif /* DSLifeServiceModulePCH_h */ | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceModuleRouter.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceModuleRouter.h | |
| 1 | +// | |
| 2 | +// DSLifeServiceModuleRouter.h | |
| 3 | +// DSLifeServiceModule | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2020/3/5. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <Foundation/Foundation.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface DSLifeServiceModuleRouter : NSObject | |
| 13 | + | |
| 14 | +@end | |
| 15 | + | |
| 16 | +NS_ASSUME_NONNULL_END | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceRequest.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/DSLifeServiceRequest.h | |
| 1 | +// | |
| 2 | +// DSLifeServiceRequest.h | |
| 3 | +// DSCnliveShopSDK | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2019/3/23. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <Foundation/Foundation.h> | |
| 9 | +#import "DSLSHomePageModel.h" | |
| 10 | +#import "DSLSListProjectCategoryModel.h" | |
| 11 | +#import "DSLSListProjectModel.h" | |
| 12 | +#import "DSLifeServiceBannerModel.h" | |
| 13 | +#import "DSLSListCleanerModel.h" | |
| 14 | +#import "DSLSListFilterJiguanModel.h" | |
| 15 | +#import "DSLSListFilterXinshuiModel.h" | |
| 16 | +#import "DSLSListFilterMoreModel.h" | |
| 17 | +#import "DSLSListSecondTypeModel.h" | |
| 18 | +#import "BKLifeServiceDetailsModel.h" | |
| 19 | +#import "BKLifeServiceSecondTypeDetailsModel.h" | |
| 20 | +#import "BKLifeServiceCleanerDetailsModel.h" | |
| 21 | +#import "DSLSOrderListModel.h" | |
| 22 | +#import "DSLSOrderDetailsModel.h" | |
| 23 | +#import "DSLSRefundDetailsModel.h" | |
| 24 | +//#import "ZKLifeServiceDrawBackModel.h" | |
| 25 | +//#import "ZKLifeServiceAfterMarkModel.h" | |
| 26 | + | |
| 27 | +NS_ASSUME_NONNULL_BEGIN | |
| 28 | + | |
| 29 | +@interface DSLifeServiceRequest : NSObject | |
| 30 | + | |
| 31 | +#pragma mark - 首页 | |
| 32 | + | |
| 33 | +/** | |
| 34 | + 生活服务首页banner | |
| 35 | + | |
| 36 | + @param result 结果 | |
| 37 | + */ | |
| 38 | ++(void)postCleaningIndexWithResult:(void (^)(DSLSHomePageModel * model, NSString * errorMessage))result; | |
| 39 | + | |
| 40 | +#pragma mark - 商品 | |
| 41 | + | |
| 42 | +/** | |
| 43 | + 保洁项目banner | |
| 44 | + | |
| 45 | + @param result 结果 | |
| 46 | + */ | |
| 47 | ++(void)postCleanProjectCleaningIndexWithResult:(void (^)(DSLSListProjectCategoryModel * model, NSString * errorMessage))result; | |
| 48 | + | |
| 49 | +/** | |
| 50 | + 保洁产品列表 | |
| 51 | + | |
| 52 | + @param groupId 保洁分类id | |
| 53 | + @param page 分页 一页20条 | |
| 54 | + @param result 结果 | |
| 55 | + */ | |
| 56 | ++(void)postCleaningGoodsWithGroupId:(NSString*)groupId page:(NSUInteger)page result:(void (^)(NSArray<DSLSListProjectModel*> * dataArr, NSString * errorMessage))result; | |
| 57 | + | |
| 58 | +/** | |
| 59 | + 本地生活列表顶部列表 | |
| 60 | + | |
| 61 | + @param pid 1保洁项目 2保洁师 3月嫂 4保姆 5小时工 | |
| 62 | + @param result 结果 | |
| 63 | + */ | |
| 64 | ++(void)postCleaningBannerWithPid:(NSString*)pid result:(void (^)(NSArray<DSLifeServiceBannerModel*> * dataArr, NSString * errorMessage))result; | |
| 65 | + | |
| 66 | +/** | |
| 67 | + 保洁师列表 | |
| 68 | + | |
| 69 | + @param order 按什么排序 1价格 2销量 3满意度 4星级 0和不传默认 | |
| 70 | + @param ord desc 高到低 asc低到高 | |
| 71 | + @param page 分页 一页20条 | |
| 72 | + @param result 结果 | |
| 73 | + */ | |
| 74 | ++(void)postCleaningPeopleWithOrder:(NSString*)order ord:(NSString*)ord page:(NSUInteger)page result:(void (^)(NSArray<DSLSListCleanerModel*> * dataArr, NSString * errorMessage))result; | |
| 75 | + | |
| 76 | +/** | |
| 77 | + 小时工列表 | |
| 78 | + | |
| 79 | + @param order 按什么排序 1价格 2销量 3满意度 4星级 0和不传默认 | |
| 80 | + @param ord desc 高到低 asc低到高 | |
| 81 | + @param page 分页 一页20条 | |
| 82 | + @param result 结果 | |
| 83 | + */ | |
| 84 | ++(void)postCleaningHourWithOrder:(NSString*)order ord:(NSString*)ord page:(NSUInteger)page result:(void (^)(NSArray<DSLSListCleanerModel*> * dataArr, NSString * errorMessage))result; | |
| 85 | + | |
| 86 | +/** | |
| 87 | + 月嫂籍贯 | |
| 88 | + | |
| 89 | + @param result 结果 | |
| 90 | + */ | |
| 91 | ++(void)postCleaningPlaceYuesaoWithResult:(void (^)(DSLSListFilterJiguanModel * model, NSString * errorMessage))result; | |
| 92 | + | |
| 93 | +/** | |
| 94 | + 保姆籍贯 | |
| 95 | + | |
| 96 | + @param result 结果 | |
| 97 | + */ | |
| 98 | ++(void)postCleaningPlaceBaomuWithResult:(void (^)(DSLSListFilterJiguanModel * model, NSString * errorMessage))result; | |
| 99 | + | |
| 100 | +/** | |
| 101 | + 月嫂薪水 | |
| 102 | + | |
| 103 | + @param result 结果 | |
| 104 | + */ | |
| 105 | ++(void)postCleaningTreatmentYuesaoWithResult:(void (^)(NSArray<DSLSListFilterXinshuiModel*> * dataArr, NSString * errorMessage))result; | |
| 106 | + | |
| 107 | +/** | |
| 108 | + 保姆薪水 | |
| 109 | + | |
| 110 | + @param result 结果 | |
| 111 | + */ | |
| 112 | ++(void)postCleaningTreatmentBaomuWithResult:(void (^)(NSArray<DSLSListFilterXinshuiModel*> * dataArr, NSString * errorMessage))result; | |
| 113 | + | |
| 114 | +/** | |
| 115 | + 月嫂筛选 | |
| 116 | + | |
| 117 | + @param result 结果 | |
| 118 | + */ | |
| 119 | ++(void)postCleaningYuesaoFilterWithResult:(void (^)(NSArray<DSLSListFilterMoreModel*> * dataArr, NSString * errorMessage))result; | |
| 120 | + | |
| 121 | +/** | |
| 122 | + 保姆筛选 | |
| 123 | + | |
| 124 | + @param result 结果 | |
| 125 | + */ | |
| 126 | ++(void)postCleaningBaomuFilterWithResult:(void (^)(NSArray<DSLSListFilterMoreModel*> * dataArr, NSString * errorMessage))result; | |
| 127 | + | |
| 128 | +/** | |
| 129 | + 月嫂列表 | |
| 130 | + | |
| 131 | + @param order 排序 1 在岗天数 2月薪 3工作经验 4更新时间 5综合排序 | |
| 132 | + @param place 一级籍贯id | |
| 133 | + @param place2 二级籍贯id | |
| 134 | + @param salary 待遇 id | |
| 135 | + @param restSmall 最小月休 | |
| 136 | + @param restBig 最大月休 | |
| 137 | + @param ageSmall 最小年龄 | |
| 138 | + @param ageBig 最大年龄 | |
| 139 | + @param duties 职务id | |
| 140 | + @param ability 能力id | |
| 141 | + @param education 学历 0 保密 1小学 2初中 3高中 4 中专 5大专 6本科 | |
| 142 | + @param cardnoImg 0 不限 1有证件照 | |
| 143 | + @param insurance 0 不限 1有保险 | |
| 144 | + @param oudutySmall 最小在岗天数 | |
| 145 | + @param oudutyBig 最大在岗天数 | |
| 146 | + @param experienceSmall 最小经验 | |
| 147 | + @param experienceBig 最大经验 | |
| 148 | + @param training 培训经历 0不限 1有培训经历 | |
| 149 | + @param page 分页 一页20条 | |
| 150 | + @param result 结果 | |
| 151 | + */ | |
| 152 | ++(void)postCleaningYuesaoWithOrder:(NSString*)order place:(NSString*)place place2:(NSString*)place2 salary:(NSString*)salary restSmall:(NSString*)restSmall restBig:(NSString*)restBig ageSmall:(NSString*)ageSmall ageBig:(NSString*)ageBig duties:(NSString*)duties ability:(NSString*)ability education:(NSString*)education cardnoImg:(NSString*)cardnoImg insurance:(NSString*)insurance oudutySmall:(NSString*)oudutySmall oudutyBig:(NSString*)oudutyBig experienceSmall:(NSString*)experienceSmall experienceBig:(NSString*)experienceBig training:(NSString*)training page:(NSUInteger)page result:(void (^)(NSArray<DSLSListSecondTypeModel*> * dataArr, NSString * errorMessage))result; | |
| 153 | + | |
| 154 | +/** | |
| 155 | + 保姆列表 | |
| 156 | + | |
| 157 | + @param order 排序 1 在岗天数 2月薪 3工作经验 4更新时间 5综合排序 | |
| 158 | + @param place 一级籍贯id | |
| 159 | + @param place2 二级籍贯id | |
| 160 | + @param salary 待遇 id | |
| 161 | + @param restSmall 最小月休 | |
| 162 | + @param restBig 最大月休 | |
| 163 | + @param ageSmall 最小年龄 | |
| 164 | + @param ageBig 最大年龄 | |
| 165 | + @param duties 职务id | |
| 166 | + @param ability 能力id | |
| 167 | + @param education 学历 0 保密 1小学 2初中 3高中 4 中专 5大专 6本科 | |
| 168 | + @param cardnoImg 0 不限 1有证件照 | |
| 169 | + @param insurance 0 不限 1有保险 | |
| 170 | + @param oudutySmall 最小在岗天数 | |
| 171 | + @param oudutyBig 最大在岗天数 | |
| 172 | + @param experienceSmall 最小经验 | |
| 173 | + @param experienceBig 最大经验 | |
| 174 | + @param training 培训经历 0不限 1有培训经历 | |
| 175 | + @param page 分页 一页20条 | |
| 176 | + @param result 结果 | |
| 177 | + */ | |
| 178 | ++(void)postCleaningBaomuWithOrder:(NSString*)order place:(NSString*)place place2:(NSString*)place2 salary:(NSString*)salary restSmall:(NSString*)restSmall restBig:(NSString*)restBig ageSmall:(NSString*)ageSmall ageBig:(NSString*)ageBig duties:(NSString*)duties ability:(NSString*)ability education:(NSString*)education cardnoImg:(NSString*)cardnoImg insurance:(NSString*)insurance oudutySmall:(NSString*)oudutySmall oudutyBig:(NSString*)oudutyBig experienceSmall:(NSString*)experienceSmall experienceBig:(NSString*)experienceBig training:(NSString*)training page:(NSUInteger)page result:(void (^)(NSArray<DSLSListSecondTypeModel*> * dataArr, NSString * errorMessage))result; | |
| 179 | + | |
| 180 | +/** | |
| 181 | + 保洁产品详情 | |
| 182 | + | |
| 183 | + @param serviceId 产品id | |
| 184 | + @param result 结果 | |
| 185 | + */ | |
| 186 | ++(void)postGoodsInfoWithServiceId:(NSString*)serviceId result:(void (^)(BKLifeServiceDetailsModel * model, NSString * errorMessage))result; | |
| 187 | + | |
| 188 | +/** | |
| 189 | + 月嫂产品详情 | |
| 190 | + | |
| 191 | + @param serviceId 产品id | |
| 192 | + @param uid 用户id | |
| 193 | + @param longitude 经度 | |
| 194 | + @param latitude 纬度 | |
| 195 | + @param result 结果 | |
| 196 | + */ | |
| 197 | ++(void)postCleaningYuesaoDetailsWithServiceId:(NSString*)serviceId uid:(NSString*)uid longitude:(double)longitude latitude:(double)latitude result:(void (^)(BKLifeServiceSecondTypeDetailsModel * model, NSString * errorMessage))result; | |
| 198 | + | |
| 199 | +/** | |
| 200 | + 保姆产品详情 | |
| 201 | + | |
| 202 | + @param serviceId 产品id | |
| 203 | + @param uid 用户id | |
| 204 | + @param longitude 经度 | |
| 205 | + @param latitude 纬度 | |
| 206 | + @param result 结果 | |
| 207 | + */ | |
| 208 | ++(void)postCleaningBaomuDetailsWithServiceId:(NSString*)serviceId uid:(NSString*)uid longitude:(double)longitude latitude:(double)latitude result:(void (^)(BKLifeServiceSecondTypeDetailsModel * model, NSString * errorMessage))result; | |
| 209 | + | |
| 210 | +/** | |
| 211 | + 保洁师详情 | |
| 212 | + | |
| 213 | + @param serviceId 产品id | |
| 214 | + @param result 结果 | |
| 215 | + */ | |
| 216 | ++(void)postCleaningPeopleInfoWithServiceId:(NSString*)serviceId result:(void (^)(BKLifeServiceCleanerDetailsModel * model, NSString * errorMessage))result; | |
| 217 | + | |
| 218 | +/** | |
| 219 | + 小时工详情 | |
| 220 | + | |
| 221 | + @param serviceId 产品id | |
| 222 | + @param result 结果 | |
| 223 | + */ | |
| 224 | ++(void)postCleaningHourInfoWithServiceId:(NSString*)serviceId result:(void (^)(BKLifeServiceCleanerDetailsModel * model, NSString * errorMessage))result; | |
| 225 | + | |
| 226 | +/** | |
| 227 | + 收藏产品 | |
| 228 | + | |
| 229 | + @param uid 用户id | |
| 230 | + @param pid 产品id | |
| 231 | + @param type 哪类产品 1月嫂 2保姆 | |
| 232 | + @param isCell 是取消还是收藏 YES收藏 NO取消 | |
| 233 | + @param result 结果 | |
| 234 | + */ | |
| 235 | ++(void)postCellWithUid:(NSString*)uid pid:(NSString*)pid type:(NSUInteger)type isCell:(BOOL)isCell result:(void (^)(NSString * errorMessage))result; | |
| 236 | + | |
| 237 | +#pragma mark - 订单 | |
| 238 | + | |
| 239 | +/** | |
| 240 | + 下单前检测 | |
| 241 | + | |
| 242 | + @param type 格式 1保洁项目 2保洁师 3月嫂 4 保姆 5 小时工 | |
| 243 | + @param ids 产品id | |
| 244 | + @param endtime 开始时间(时间戳) | |
| 245 | + @param num 数量 | |
| 246 | + @param timetype type == 3||4时传 1月 2天 | |
| 247 | + @param result 结果 | |
| 248 | + */ | |
| 249 | ++(void)postAddOrderCheckWithType:(NSString*)type ids:(NSString*)ids endtime:(NSString*)endtime num:(NSString*)num timetype:(NSString * _Nullable)timetype result:(void (^)(NSString * errorMessage))result; | |
| 250 | + | |
| 251 | +/** | |
| 252 | + 下单 | |
| 253 | + | |
| 254 | + @param type 1保洁项目 2保洁师 3 月嫂 4保姆 5小时工 | |
| 255 | + @param uid 用户id | |
| 256 | + @param ids 产品id | |
| 257 | + @param endtime 开始时间(时间戳) | |
| 258 | + @param num 数量 | |
| 259 | + @param contactName 被服务人名 | |
| 260 | + @param contactPhone 被服务人电话 | |
| 261 | + @param address 地址(必传) | |
| 262 | + @param price 实际支付金额(必传)(订金) | |
| 263 | + @param content 订单备注 | |
| 264 | + @param prices type == 3||4时传 全部金额 | |
| 265 | + @param timetype type == 3||4时传 1月 2天 | |
| 266 | + @param auditionTime type == 3||4时传 面试时间 | |
| 267 | + @param auditionType type == 3||4时传 面试类型 1到店 2到家 | |
| 268 | + @param auditionAddress type == 3||4时传 面试地址 | |
| 269 | + @param result 结果 | |
| 270 | + */ | |
| 271 | ++(void)postOrderAddWithType:(NSString*)type uid:(NSString*)uid ids:(NSString*)ids endtime:(NSString*)endtime num:(NSString*)num contactName:(NSString*)contactName contactPhone:(NSString*)contactPhone address:(NSString*)address price:(NSString*)price content:(NSString*)content prices:(NSString * _Nullable)prices timetype:(NSString * _Nullable)timetype auditionTime:(NSString * _Nullable)auditionTime auditionType:(NSString * _Nullable)auditionType auditionAddress:(NSString * _Nullable)auditionAddress result:(void (^)(NSString * orderId, NSString * orderNumber, NSString * errorMessage))result; | |
| 272 | + | |
| 273 | +/** | |
| 274 | + 我的订单列表 | |
| 275 | + | |
| 276 | + @param uid 用户id | |
| 277 | + @param state 0全部 1待付款 2待服务 3服务中 | |
| 278 | + @param page 页数(一页20) | |
| 279 | + @param result 结果 | |
| 280 | + */ | |
| 281 | ++(void)postMyOrderListWithUid:(NSString*)uid state:(NSUInteger)state page:(NSUInteger)page result:(void (^)(NSArray<DSLSOrderListModel*> * dataArr, NSString * errorMessage))result; | |
| 282 | + | |
| 283 | +/** | |
| 284 | + 订单详情 | |
| 285 | + | |
| 286 | + @param orderId 订单id | |
| 287 | + @param result 结果 | |
| 288 | + */ | |
| 289 | ++(void)postOrderInfoWithOrderId:(NSString*)orderId result:(void (^)(DSLSOrderDetailsModel * model, NSString * errorMessage))result; | |
| 290 | + | |
| 291 | +/** | |
| 292 | + 面试完成支付剩余金额 | |
| 293 | + | |
| 294 | + @param orderId 预订单id | |
| 295 | + @param price 支付剩余金额 | |
| 296 | + @param result 结果 | |
| 297 | + */ | |
| 298 | ++(void)postAuditionYesWithOrderId:(NSString*)orderId price:(NSString*)price result:(void (^)(NSString * orderId, NSString * errorMessage))result; | |
| 299 | + | |
| 300 | +/** | |
| 301 | + 服务完成 | |
| 302 | + | |
| 303 | + @param orderId 订单id | |
| 304 | + @param result 结果 | |
| 305 | + */ | |
| 306 | ++(void)postFinishOrderWithOrderId:(NSString*)orderId result:(void (^)(NSString * errorMessage))result; | |
| 307 | + | |
| 308 | +/** | |
| 309 | + 申请退款前提示 | |
| 310 | + | |
| 311 | + @param orderId 订单id | |
| 312 | + @param result 结果 | |
| 313 | + */ | |
| 314 | ++(void)postCleaningTuiDescWithOrderId:(NSString*)orderId result:(void (^)(NSString * desc, NSString * errorMessage))result; | |
| 315 | + | |
| 316 | +/** | |
| 317 | + 取消订单原因列表 | |
| 318 | + | |
| 319 | + @param result 结果 | |
| 320 | + */ | |
| 321 | ++(void)postCancelOrderGroupWithResult:(void (^)(NSArray * dataArr, NSString * errorMessage))result; | |
| 322 | + | |
| 323 | +/** | |
| 324 | + 取消订单 | |
| 325 | + | |
| 326 | + @param orderId 订单id | |
| 327 | + @param content 原因 | |
| 328 | + @param result 结果 | |
| 329 | + */ | |
| 330 | ++(void)postCancelOrderWithOrderId:(NSString*)orderId content:(NSString*)content result:(void (^)(NSString * errorMessage))result; | |
| 331 | + | |
| 332 | +/** | |
| 333 | + 删除订单 | |
| 334 | + | |
| 335 | + @param orderId 订单id | |
| 336 | + @param result 结果 | |
| 337 | + */ | |
| 338 | ++(void)postDelOrderWithOrderId:(NSString*)orderId result:(void (^)(NSString * errorMessage))result; | |
| 339 | + | |
| 340 | +#pragma mark - 投诉 | |
| 341 | + | |
| 342 | +/** | |
| 343 | + 获取生活服务投诉原因 | |
| 344 | + | |
| 345 | + @param result 结果 | |
| 346 | + */ | |
| 347 | ++(void)postComplainCleaningGroupWithResult:(void (^)(NSArray<NSString*> * dataArr, NSString * errorMessage))result; | |
| 348 | + | |
| 349 | +/** | |
| 350 | + 生活服务投诉 | |
| 351 | + | |
| 352 | + @param orderId 订单id | |
| 353 | + @param uid 用户id | |
| 354 | + @param title 投诉原因 用,隔开 | |
| 355 | + @param content 投诉说明 | |
| 356 | + @param simg 附加图片(图片用,隔开) | |
| 357 | + @param result 结果 | |
| 358 | + */ | |
| 359 | ++(void)postAddCleaningComplainWithOrderId:(NSString*)orderId uid:(NSString*)uid title:(NSString*)title content:(NSString * _Nullable)content simg:(NSString * _Nullable)simg result:(void (^)(NSString * errorMessage))result; | |
| 360 | + | |
| 361 | +#pragma mark - 退款 | |
| 362 | + | |
| 363 | +/** | |
| 364 | + 获取退款原因 | |
| 365 | + | |
| 366 | + @param result 结果 | |
| 367 | + */ | |
| 368 | ++(void)postLSOrderRefundGroupWithResult:(void (^)(NSArray * dataArr, NSString * errorMessage))result; | |
| 369 | + | |
| 370 | +/** | |
| 371 | + 获取退款金额 | |
| 372 | + | |
| 373 | + @param orderId 订单id | |
| 374 | + @param result 结果 | |
| 375 | + */ | |
| 376 | ++(void)postLSOrderRefundPriceWithOrderId:(NSString*)orderId result:(void (^)(NSString * price, NSString * errorMessage))result; | |
| 377 | + | |
| 378 | +/** | |
| 379 | + 订单申请退款 | |
| 380 | + | |
| 381 | + @param uid 用户id | |
| 382 | + @param orderId 订单id | |
| 383 | + @param title 原因 | |
| 384 | + @param content 内容 | |
| 385 | + @param simg 图片(,隔开) | |
| 386 | + @param result 结果 | |
| 387 | + */ | |
| 388 | ++(void)postLSAddOrderRefundWithUid:(NSString*)uid orderId:(NSString*)orderId title:(NSString*)title content:(NSString*)content simg:(NSString*)simg result:(void (^)(NSString * errorMessage))result; | |
| 389 | + | |
| 390 | +/** | |
| 391 | + 订单退款详情 | |
| 392 | + | |
| 393 | + @param orderId 订单id | |
| 394 | + @param result 结果 | |
| 395 | + */ | |
| 396 | ++(void)postLSOrderRefundInfoWithOrderId:(NSString*)orderId result:(void (^)(DSLSRefundDetailsModel * model, NSString * errorMessage))result; | |
| 397 | + | |
| 398 | +/** | |
| 399 | + 修改订单退款 | |
| 400 | + | |
| 401 | + @param uid 用户id | |
| 402 | + @param refundId 退款id | |
| 403 | + @param title 标题 | |
| 404 | + @param content 内容 | |
| 405 | + @param simg 图片(,隔开) | |
| 406 | + @param result 结果 | |
| 407 | + */ | |
| 408 | ++(void)postLSEditOrderRefundWithUid:(NSString*)uid refundId:(NSString*)refundId title:(NSString*)title content:(NSString*)content simg:(NSString*)simg result:(void (^)(NSString * errorMessage))result; | |
| 409 | + | |
| 410 | +/** | |
| 411 | + 取消订单退款 | |
| 412 | + | |
| 413 | + @param refundId 退款id | |
| 414 | + @param result 结果 | |
| 415 | + */ | |
| 416 | ++(void)postLSCancelOrderRefundWithRefundId:(NSString*)refundId result:(void (^)(NSString * errorMessage))result; | |
| 417 | + | |
| 418 | +//#pragma mark - 售后 | |
| 419 | +// | |
| 420 | +///** | |
| 421 | +// 可申请售后数据 | |
| 422 | +// | |
| 423 | +// @param uid 用户id | |
| 424 | +// @param page 页数 | |
| 425 | +// @param result 结果 | |
| 426 | +// */ | |
| 427 | +//+(void)postRefundOrderGoodsListWithUid:(NSString*)uid page:(NSUInteger)page result:(void (^)(NSArray<ZKLifeServiceAfterMarkModel*> * dataArr, NSString * errorMessage))result; | |
| 428 | +// | |
| 429 | +///** | |
| 430 | +// 已申请售后数据 | |
| 431 | +// | |
| 432 | +// @param uid 用户id | |
| 433 | +// @param page 页数 | |
| 434 | +// @param result 结果 | |
| 435 | +// */ | |
| 436 | +//+(void)postRefundGoodsWithUid:(NSString*)uid page:(NSUInteger)page result:(void (^)(NSArray<ZKLifeServiceAfterMarkModel*> * dataArr, NSString * errorMessage))result; | |
| 437 | +// | |
| 438 | +///** | |
| 439 | +// 获取售后原因 | |
| 440 | +// | |
| 441 | +// @param result 结果 | |
| 442 | +// */ | |
| 443 | +//+(void)postRefundGroupWithResult:(void (^)(NSArray * dataArr, NSString * errorMessage))result; | |
| 444 | +// | |
| 445 | +///** | |
| 446 | +// 订单申请售后 | |
| 447 | +// | |
| 448 | +// @param uid 用户id | |
| 449 | +// @param orderId 订单id | |
| 450 | +// @param pid 商品id | |
| 451 | +// @param num 数量 | |
| 452 | +// @param price 价格 | |
| 453 | +// @param title 原因 | |
| 454 | +// @param content 内容 | |
| 455 | +// @param simg 图片(,隔开) | |
| 456 | +// @param result 结果 | |
| 457 | +// */ | |
| 458 | +//+(void)postAddRefundWithUid:(NSString*)uid orderId:(NSString*)orderId pid:(NSString*)pid num:(NSString*)num price:(NSString*)price title:(NSString*)title content:(NSString*)content simg:(NSString*)simg result:(void (^)(NSString * errorMessage))result; | |
| 459 | +// | |
| 460 | +///** | |
| 461 | +// 订单售后详情 | |
| 462 | +// | |
| 463 | +// @param orderId 订单id | |
| 464 | +// @param result 结果 | |
| 465 | +// */ | |
| 466 | +//+(void)postRefundGoodsInfoWithOrderId:(NSString*)orderId result:(void (^)(ZKLifeServiceDrawBackModel * model, NSString * errorMessage))result; | |
| 467 | +// | |
| 468 | +///** | |
| 469 | +// 订单修改售后 | |
| 470 | +// | |
| 471 | +// @param afterSalesId 订单id | |
| 472 | +// @param price 价格 | |
| 473 | +// @param title 原因 | |
| 474 | +// @param content 内容 | |
| 475 | +// @param simg 图片(,隔开) | |
| 476 | +// @param result 结果 | |
| 477 | +// */ | |
| 478 | +//+(void)postEditRefundGoodsWithAfterSalesId:(NSString*)afterSalesId price:(NSString*)price title:(NSString*)title content:(NSString*)content simg:(NSString*)simg result:(void (^)(NSString * errorMessage))result; | |
| 479 | +// | |
| 480 | +///** | |
| 481 | +// 取消申请售后 | |
| 482 | +// | |
| 483 | +// @param afterSalesId 售后id | |
| 484 | +// @param result 结果 | |
| 485 | +// */ | |
| 486 | +//+(void)postCancelRefundGoodsWithAfterSalesId:(NSString*)afterSalesId result:(void (^)(NSString * errorMessage))result; | |
| 487 | + | |
| 488 | +@end | |
| 489 | + | |
| 490 | +NS_ASSUME_NONNULL_END | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/UIImage+DSLifeServiceModule.h
0 → 100644
| 1 | +++ a/DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Headers/UIImage+DSLifeServiceModule.h | |
| 1 | +// | |
| 2 | +// UIImage+DSLifeServiceModule.h | |
| 3 | +// DSBaseModule | |
| 4 | +// | |
| 5 | +// Created by zhaolin on 2020/3/4. | |
| 6 | +// | |
| 7 | + | |
| 8 | +#import <UIKit/UIKit.h> | |
| 9 | + | |
| 10 | +NS_ASSUME_NONNULL_BEGIN | |
| 11 | + | |
| 12 | +@interface UIImage (DSLifeServiceModule) | |
| 13 | + | |
| 14 | +#pragma mark - 获取图片 | |
| 15 | + | |
| 16 | +/// DSLifeServiceModule获取图片 | |
| 17 | +/// @param imageName 图片名称 | |
| 18 | ++(UIImage*)imageWithDSLifeServiceModuleImageName:(NSString*)imageName; | |
| 19 | + | |
| 20 | +@end | |
| 21 | + | |
| 22 | +NS_ASSUME_NONNULL_END | ... | ... |
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Info.plist
0 → 100644
No preview for this file type
DSLifeServiceModuleF/Frameworks/DSLifeServiceModule.framework/Modules/module.modulemap
0 → 100644
Example/DSLifeServiceModuleF.xcodeproj/project.pbxproj
0 → 100644
| 1 | +++ a/Example/DSLifeServiceModuleF.xcodeproj/project.pbxproj | |
| 1 | +// !$*UTF8*$! | |
| 2 | +{ | |
| 3 | + archiveVersion = 1; | |
| 4 | + classes = { | |
| 5 | + }; | |
| 6 | + objectVersion = 46; | |
| 7 | + objects = { | |
| 8 | + | |
| 9 | +/* Begin PBXBuildFile section */ | |
| 10 | + 559F0BFC137D7DA33953F66E /* Pods_DSLifeServiceModuleF_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D90985F7FEE8412C20F31C54 /* Pods_DSLifeServiceModuleF_Example.framework */; }; | |
| 11 | + 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; }; | |
| 12 | + 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; }; | |
| 13 | + 6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; }; | |
| 14 | + 6003F598195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F596195388D20070C39A /* InfoPlist.strings */; }; | |
| 15 | + 6003F59A195388D20070C39A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F599195388D20070C39A /* main.m */; }; | |
| 16 | + 6003F59E195388D20070C39A /* DSAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F59D195388D20070C39A /* DSAppDelegate.m */; }; | |
| 17 | + 6003F5A7195388D20070C39A /* DSViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5A6195388D20070C39A /* DSViewController.m */; }; | |
| 18 | + 6003F5A9195388D20070C39A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5A8195388D20070C39A /* Images.xcassets */; }; | |
| 19 | + 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F5AF195388D20070C39A /* XCTest.framework */; }; | |
| 20 | + 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; }; | |
| 21 | + 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; }; | |
| 22 | + 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; }; | |
| 23 | + 6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; }; | |
| 24 | + 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */; }; | |
| 25 | + 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */; }; | |
| 26 | + C92197CC2765581E4851C030 /* Pods_DSLifeServiceModuleF_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC8D367549A99F7AD363271A /* Pods_DSLifeServiceModuleF_Tests.framework */; }; | |
| 27 | +/* End PBXBuildFile section */ | |
| 28 | + | |
| 29 | +/* Begin PBXContainerItemProxy section */ | |
| 30 | + 6003F5B3195388D20070C39A /* PBXContainerItemProxy */ = { | |
| 31 | + isa = PBXContainerItemProxy; | |
| 32 | + containerPortal = 6003F582195388D10070C39A /* Project object */; | |
| 33 | + proxyType = 1; | |
| 34 | + remoteGlobalIDString = 6003F589195388D20070C39A; | |
| 35 | + remoteInfo = DSLifeServiceModuleF; | |
| 36 | + }; | |
| 37 | +/* End PBXContainerItemProxy section */ | |
| 38 | + | |
| 39 | +/* Begin PBXFileReference section */ | |
| 40 | + 06D1EA751BA7358E139844D0 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; }; | |
| 41 | + 407A97C62CF60BD607B01033 /* Pods-DSLifeServiceModuleF_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DSLifeServiceModuleF_Example.debug.xcconfig"; path = "Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example.debug.xcconfig"; sourceTree = "<group>"; }; | |
| 42 | + 6003F58A195388D20070C39A /* DSLifeServiceModuleF_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DSLifeServiceModuleF_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; | |
| 43 | + 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; | |
| 44 | + 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; | |
| 45 | + 6003F591195388D20070C39A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; | |
| 46 | + 6003F595195388D20070C39A /* DSLifeServiceModuleF-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "DSLifeServiceModuleF-Info.plist"; sourceTree = "<group>"; }; | |
| 47 | + 6003F597195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; | |
| 48 | + 6003F599195388D20070C39A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; | |
| 49 | + 6003F59B195388D20070C39A /* DSLifeServiceModuleF-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DSLifeServiceModuleF-Prefix.pch"; sourceTree = "<group>"; }; | |
| 50 | + 6003F59C195388D20070C39A /* DSAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DSAppDelegate.h; sourceTree = "<group>"; }; | |
| 51 | + 6003F59D195388D20070C39A /* DSAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DSAppDelegate.m; sourceTree = "<group>"; }; | |
| 52 | + 6003F5A5195388D20070C39A /* DSViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DSViewController.h; sourceTree = "<group>"; }; | |
| 53 | + 6003F5A6195388D20070C39A /* DSViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DSViewController.m; sourceTree = "<group>"; }; | |
| 54 | + 6003F5A8195388D20070C39A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; | |
| 55 | + 6003F5AE195388D20070C39A /* DSLifeServiceModuleF_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DSLifeServiceModuleF_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | |
| 56 | + 6003F5AF195388D20070C39A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; | |
| 57 | + 6003F5B7195388D20070C39A /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = "<group>"; }; | |
| 58 | + 6003F5B9195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; | |
| 59 | + 6003F5BB195388D20070C39A /* Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Tests.m; sourceTree = "<group>"; }; | |
| 60 | + 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = "<group>"; }; | |
| 61 | + 71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; | |
| 62 | + 77BE22BDF269C0950F710CB9 /* Pods-DSLifeServiceModuleF_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DSLifeServiceModuleF_Tests.release.xcconfig"; path = "Target Support Files/Pods-DSLifeServiceModuleF_Tests/Pods-DSLifeServiceModuleF_Tests.release.xcconfig"; sourceTree = "<group>"; }; | |
| 63 | + 7DB7312E83D988D5388F1372 /* Pods-DSLifeServiceModuleF_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DSLifeServiceModuleF_Tests.debug.xcconfig"; path = "Target Support Files/Pods-DSLifeServiceModuleF_Tests/Pods-DSLifeServiceModuleF_Tests.debug.xcconfig"; sourceTree = "<group>"; }; | |
| 64 | + 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; | |
| 65 | + CA3E892141133F680F6EF34C /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; }; | |
| 66 | + CC8D367549A99F7AD363271A /* Pods_DSLifeServiceModuleF_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DSLifeServiceModuleF_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | |
| 67 | + D90985F7FEE8412C20F31C54 /* Pods_DSLifeServiceModuleF_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DSLifeServiceModuleF_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | |
| 68 | + E6DA1847004F206E141DB181 /* Pods-DSLifeServiceModuleF_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DSLifeServiceModuleF_Example.release.xcconfig"; path = "Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example.release.xcconfig"; sourceTree = "<group>"; }; | |
| 69 | + FC0A18D9D7C7239D8BE42A2D /* DSLifeServiceModuleF.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = DSLifeServiceModuleF.podspec; path = ../DSLifeServiceModuleF.podspec; sourceTree = "<group>"; }; | |
| 70 | +/* End PBXFileReference section */ | |
| 71 | + | |
| 72 | +/* Begin PBXFrameworksBuildPhase section */ | |
| 73 | + 6003F587195388D20070C39A /* Frameworks */ = { | |
| 74 | + isa = PBXFrameworksBuildPhase; | |
| 75 | + buildActionMask = 2147483647; | |
| 76 | + files = ( | |
| 77 | + 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */, | |
| 78 | + 6003F592195388D20070C39A /* UIKit.framework in Frameworks */, | |
| 79 | + 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */, | |
| 80 | + 559F0BFC137D7DA33953F66E /* Pods_DSLifeServiceModuleF_Example.framework in Frameworks */, | |
| 81 | + ); | |
| 82 | + runOnlyForDeploymentPostprocessing = 0; | |
| 83 | + }; | |
| 84 | + 6003F5AB195388D20070C39A /* Frameworks */ = { | |
| 85 | + isa = PBXFrameworksBuildPhase; | |
| 86 | + buildActionMask = 2147483647; | |
| 87 | + files = ( | |
| 88 | + 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */, | |
| 89 | + 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */, | |
| 90 | + 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */, | |
| 91 | + C92197CC2765581E4851C030 /* Pods_DSLifeServiceModuleF_Tests.framework in Frameworks */, | |
| 92 | + ); | |
| 93 | + runOnlyForDeploymentPostprocessing = 0; | |
| 94 | + }; | |
| 95 | +/* End PBXFrameworksBuildPhase section */ | |
| 96 | + | |
| 97 | +/* Begin PBXGroup section */ | |
| 98 | + 6003F581195388D10070C39A = { | |
| 99 | + isa = PBXGroup; | |
| 100 | + children = ( | |
| 101 | + 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */, | |
| 102 | + 6003F593195388D20070C39A /* Example for DSLifeServiceModuleF */, | |
| 103 | + 6003F5B5195388D20070C39A /* Tests */, | |
| 104 | + 6003F58C195388D20070C39A /* Frameworks */, | |
| 105 | + 6003F58B195388D20070C39A /* Products */, | |
| 106 | + 9441FE72A5EE0E7EF3FC1D43 /* Pods */, | |
| 107 | + ); | |
| 108 | + sourceTree = "<group>"; | |
| 109 | + }; | |
| 110 | + 6003F58B195388D20070C39A /* Products */ = { | |
| 111 | + isa = PBXGroup; | |
| 112 | + children = ( | |
| 113 | + 6003F58A195388D20070C39A /* DSLifeServiceModuleF_Example.app */, | |
| 114 | + 6003F5AE195388D20070C39A /* DSLifeServiceModuleF_Tests.xctest */, | |
| 115 | + ); | |
| 116 | + name = Products; | |
| 117 | + sourceTree = "<group>"; | |
| 118 | + }; | |
| 119 | + 6003F58C195388D20070C39A /* Frameworks */ = { | |
| 120 | + isa = PBXGroup; | |
| 121 | + children = ( | |
| 122 | + 6003F58D195388D20070C39A /* Foundation.framework */, | |
| 123 | + 6003F58F195388D20070C39A /* CoreGraphics.framework */, | |
| 124 | + 6003F591195388D20070C39A /* UIKit.framework */, | |
| 125 | + 6003F5AF195388D20070C39A /* XCTest.framework */, | |
| 126 | + D90985F7FEE8412C20F31C54 /* Pods_DSLifeServiceModuleF_Example.framework */, | |
| 127 | + CC8D367549A99F7AD363271A /* Pods_DSLifeServiceModuleF_Tests.framework */, | |
| 128 | + ); | |
| 129 | + name = Frameworks; | |
| 130 | + sourceTree = "<group>"; | |
| 131 | + }; | |
| 132 | + 6003F593195388D20070C39A /* Example for DSLifeServiceModuleF */ = { | |
| 133 | + isa = PBXGroup; | |
| 134 | + children = ( | |
| 135 | + 6003F59C195388D20070C39A /* DSAppDelegate.h */, | |
| 136 | + 6003F59D195388D20070C39A /* DSAppDelegate.m */, | |
| 137 | + 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */, | |
| 138 | + 6003F5A5195388D20070C39A /* DSViewController.h */, | |
| 139 | + 6003F5A6195388D20070C39A /* DSViewController.m */, | |
| 140 | + 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */, | |
| 141 | + 6003F5A8195388D20070C39A /* Images.xcassets */, | |
| 142 | + 6003F594195388D20070C39A /* Supporting Files */, | |
| 143 | + ); | |
| 144 | + name = "Example for DSLifeServiceModuleF"; | |
| 145 | + path = DSLifeServiceModuleF; | |
| 146 | + sourceTree = "<group>"; | |
| 147 | + }; | |
| 148 | + 6003F594195388D20070C39A /* Supporting Files */ = { | |
| 149 | + isa = PBXGroup; | |
| 150 | + children = ( | |
| 151 | + 6003F595195388D20070C39A /* DSLifeServiceModuleF-Info.plist */, | |
| 152 | + 6003F596195388D20070C39A /* InfoPlist.strings */, | |
| 153 | + 6003F599195388D20070C39A /* main.m */, | |
| 154 | + 6003F59B195388D20070C39A /* DSLifeServiceModuleF-Prefix.pch */, | |
| 155 | + ); | |
| 156 | + name = "Supporting Files"; | |
| 157 | + sourceTree = "<group>"; | |
| 158 | + }; | |
| 159 | + 6003F5B5195388D20070C39A /* Tests */ = { | |
| 160 | + isa = PBXGroup; | |
| 161 | + children = ( | |
| 162 | + 6003F5BB195388D20070C39A /* Tests.m */, | |
| 163 | + 6003F5B6195388D20070C39A /* Supporting Files */, | |
| 164 | + ); | |
| 165 | + path = Tests; | |
| 166 | + sourceTree = "<group>"; | |
| 167 | + }; | |
| 168 | + 6003F5B6195388D20070C39A /* Supporting Files */ = { | |
| 169 | + isa = PBXGroup; | |
| 170 | + children = ( | |
| 171 | + 6003F5B7195388D20070C39A /* Tests-Info.plist */, | |
| 172 | + 6003F5B8195388D20070C39A /* InfoPlist.strings */, | |
| 173 | + 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */, | |
| 174 | + ); | |
| 175 | + name = "Supporting Files"; | |
| 176 | + sourceTree = "<group>"; | |
| 177 | + }; | |
| 178 | + 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */ = { | |
| 179 | + isa = PBXGroup; | |
| 180 | + children = ( | |
| 181 | + FC0A18D9D7C7239D8BE42A2D /* DSLifeServiceModuleF.podspec */, | |
| 182 | + 06D1EA751BA7358E139844D0 /* README.md */, | |
| 183 | + CA3E892141133F680F6EF34C /* LICENSE */, | |
| 184 | + ); | |
| 185 | + name = "Podspec Metadata"; | |
| 186 | + sourceTree = "<group>"; | |
| 187 | + }; | |
| 188 | + 9441FE72A5EE0E7EF3FC1D43 /* Pods */ = { | |
| 189 | + isa = PBXGroup; | |
| 190 | + children = ( | |
| 191 | + 407A97C62CF60BD607B01033 /* Pods-DSLifeServiceModuleF_Example.debug.xcconfig */, | |
| 192 | + E6DA1847004F206E141DB181 /* Pods-DSLifeServiceModuleF_Example.release.xcconfig */, | |
| 193 | + 7DB7312E83D988D5388F1372 /* Pods-DSLifeServiceModuleF_Tests.debug.xcconfig */, | |
| 194 | + 77BE22BDF269C0950F710CB9 /* Pods-DSLifeServiceModuleF_Tests.release.xcconfig */, | |
| 195 | + ); | |
| 196 | + name = Pods; | |
| 197 | + path = Pods; | |
| 198 | + sourceTree = "<group>"; | |
| 199 | + }; | |
| 200 | +/* End PBXGroup section */ | |
| 201 | + | |
| 202 | +/* Begin PBXNativeTarget section */ | |
| 203 | + 6003F589195388D20070C39A /* DSLifeServiceModuleF_Example */ = { | |
| 204 | + isa = PBXNativeTarget; | |
| 205 | + buildConfigurationList = 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "DSLifeServiceModuleF_Example" */; | |
| 206 | + buildPhases = ( | |
| 207 | + A021736E1A98EE0BF53AE9D7 /* [CP] Check Pods Manifest.lock */, | |
| 208 | + 6003F586195388D20070C39A /* Sources */, | |
| 209 | + 6003F587195388D20070C39A /* Frameworks */, | |
| 210 | + 6003F588195388D20070C39A /* Resources */, | |
| 211 | + AAD3328029CD819743873B01 /* [CP] Embed Pods Frameworks */, | |
| 212 | + ); | |
| 213 | + buildRules = ( | |
| 214 | + ); | |
| 215 | + dependencies = ( | |
| 216 | + ); | |
| 217 | + name = DSLifeServiceModuleF_Example; | |
| 218 | + productName = DSLifeServiceModuleF; | |
| 219 | + productReference = 6003F58A195388D20070C39A /* DSLifeServiceModuleF_Example.app */; | |
| 220 | + productType = "com.apple.product-type.application"; | |
| 221 | + }; | |
| 222 | + 6003F5AD195388D20070C39A /* DSLifeServiceModuleF_Tests */ = { | |
| 223 | + isa = PBXNativeTarget; | |
| 224 | + buildConfigurationList = 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "DSLifeServiceModuleF_Tests" */; | |
| 225 | + buildPhases = ( | |
| 226 | + 3989166FDA7172B37323B3DD /* [CP] Check Pods Manifest.lock */, | |
| 227 | + 6003F5AA195388D20070C39A /* Sources */, | |
| 228 | + 6003F5AB195388D20070C39A /* Frameworks */, | |
| 229 | + 6003F5AC195388D20070C39A /* Resources */, | |
| 230 | + ); | |
| 231 | + buildRules = ( | |
| 232 | + ); | |
| 233 | + dependencies = ( | |
| 234 | + 6003F5B4195388D20070C39A /* PBXTargetDependency */, | |
| 235 | + ); | |
| 236 | + name = DSLifeServiceModuleF_Tests; | |
| 237 | + productName = DSLifeServiceModuleFTests; | |
| 238 | + productReference = 6003F5AE195388D20070C39A /* DSLifeServiceModuleF_Tests.xctest */; | |
| 239 | + productType = "com.apple.product-type.bundle.unit-test"; | |
| 240 | + }; | |
| 241 | +/* End PBXNativeTarget section */ | |
| 242 | + | |
| 243 | +/* Begin PBXProject section */ | |
| 244 | + 6003F582195388D10070C39A /* Project object */ = { | |
| 245 | + isa = PBXProject; | |
| 246 | + attributes = { | |
| 247 | + CLASSPREFIX = DS; | |
| 248 | + LastUpgradeCheck = 0720; | |
| 249 | + ORGANIZATIONNAME = "694092596@qq.com"; | |
| 250 | + TargetAttributes = { | |
| 251 | + 6003F5AD195388D20070C39A = { | |
| 252 | + TestTargetID = 6003F589195388D20070C39A; | |
| 253 | + }; | |
| 254 | + }; | |
| 255 | + }; | |
| 256 | + buildConfigurationList = 6003F585195388D10070C39A /* Build configuration list for PBXProject "DSLifeServiceModuleF" */; | |
| 257 | + compatibilityVersion = "Xcode 3.2"; | |
| 258 | + developmentRegion = English; | |
| 259 | + hasScannedForEncodings = 0; | |
| 260 | + knownRegions = ( | |
| 261 | + en, | |
| 262 | + Base, | |
| 263 | + ); | |
| 264 | + mainGroup = 6003F581195388D10070C39A; | |
| 265 | + productRefGroup = 6003F58B195388D20070C39A /* Products */; | |
| 266 | + projectDirPath = ""; | |
| 267 | + projectRoot = ""; | |
| 268 | + targets = ( | |
| 269 | + 6003F589195388D20070C39A /* DSLifeServiceModuleF_Example */, | |
| 270 | + 6003F5AD195388D20070C39A /* DSLifeServiceModuleF_Tests */, | |
| 271 | + ); | |
| 272 | + }; | |
| 273 | +/* End PBXProject section */ | |
| 274 | + | |
| 275 | +/* Begin PBXResourcesBuildPhase section */ | |
| 276 | + 6003F588195388D20070C39A /* Resources */ = { | |
| 277 | + isa = PBXResourcesBuildPhase; | |
| 278 | + buildActionMask = 2147483647; | |
| 279 | + files = ( | |
| 280 | + 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */, | |
| 281 | + 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */, | |
| 282 | + 6003F5A9195388D20070C39A /* Images.xcassets in Resources */, | |
| 283 | + 6003F598195388D20070C39A /* InfoPlist.strings in Resources */, | |
| 284 | + ); | |
| 285 | + runOnlyForDeploymentPostprocessing = 0; | |
| 286 | + }; | |
| 287 | + 6003F5AC195388D20070C39A /* Resources */ = { | |
| 288 | + isa = PBXResourcesBuildPhase; | |
| 289 | + buildActionMask = 2147483647; | |
| 290 | + files = ( | |
| 291 | + 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */, | |
| 292 | + ); | |
| 293 | + runOnlyForDeploymentPostprocessing = 0; | |
| 294 | + }; | |
| 295 | +/* End PBXResourcesBuildPhase section */ | |
| 296 | + | |
| 297 | +/* Begin PBXShellScriptBuildPhase section */ | |
| 298 | + 3989166FDA7172B37323B3DD /* [CP] Check Pods Manifest.lock */ = { | |
| 299 | + isa = PBXShellScriptBuildPhase; | |
| 300 | + buildActionMask = 2147483647; | |
| 301 | + files = ( | |
| 302 | + ); | |
| 303 | + inputFileListPaths = ( | |
| 304 | + ); | |
| 305 | + inputPaths = ( | |
| 306 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", | |
| 307 | + "${PODS_ROOT}/Manifest.lock", | |
| 308 | + ); | |
| 309 | + name = "[CP] Check Pods Manifest.lock"; | |
| 310 | + outputFileListPaths = ( | |
| 311 | + ); | |
| 312 | + outputPaths = ( | |
| 313 | + "$(DERIVED_FILE_DIR)/Pods-DSLifeServiceModuleF_Tests-checkManifestLockResult.txt", | |
| 314 | + ); | |
| 315 | + runOnlyForDeploymentPostprocessing = 0; | |
| 316 | + shellPath = /bin/sh; | |
| 317 | + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; | |
| 318 | + showEnvVarsInLog = 0; | |
| 319 | + }; | |
| 320 | + A021736E1A98EE0BF53AE9D7 /* [CP] Check Pods Manifest.lock */ = { | |
| 321 | + isa = PBXShellScriptBuildPhase; | |
| 322 | + buildActionMask = 2147483647; | |
| 323 | + files = ( | |
| 324 | + ); | |
| 325 | + inputFileListPaths = ( | |
| 326 | + ); | |
| 327 | + inputPaths = ( | |
| 328 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", | |
| 329 | + "${PODS_ROOT}/Manifest.lock", | |
| 330 | + ); | |
| 331 | + name = "[CP] Check Pods Manifest.lock"; | |
| 332 | + outputFileListPaths = ( | |
| 333 | + ); | |
| 334 | + outputPaths = ( | |
| 335 | + "$(DERIVED_FILE_DIR)/Pods-DSLifeServiceModuleF_Example-checkManifestLockResult.txt", | |
| 336 | + ); | |
| 337 | + runOnlyForDeploymentPostprocessing = 0; | |
| 338 | + shellPath = /bin/sh; | |
| 339 | + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; | |
| 340 | + showEnvVarsInLog = 0; | |
| 341 | + }; | |
| 342 | + AAD3328029CD819743873B01 /* [CP] Embed Pods Frameworks */ = { | |
| 343 | + isa = PBXShellScriptBuildPhase; | |
| 344 | + buildActionMask = 2147483647; | |
| 345 | + files = ( | |
| 346 | + ); | |
| 347 | + inputPaths = ( | |
| 348 | + "${PODS_ROOT}/Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example-frameworks.sh", | |
| 349 | + "${BUILT_PRODUCTS_DIR}/DSLifeServiceModuleF/DSLifeServiceModuleF.framework", | |
| 350 | + ); | |
| 351 | + name = "[CP] Embed Pods Frameworks"; | |
| 352 | + outputPaths = ( | |
| 353 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DSLifeServiceModuleF.framework", | |
| 354 | + ); | |
| 355 | + runOnlyForDeploymentPostprocessing = 0; | |
| 356 | + shellPath = /bin/sh; | |
| 357 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example-frameworks.sh\"\n"; | |
| 358 | + showEnvVarsInLog = 0; | |
| 359 | + }; | |
| 360 | +/* End PBXShellScriptBuildPhase section */ | |
| 361 | + | |
| 362 | +/* Begin PBXSourcesBuildPhase section */ | |
| 363 | + 6003F586195388D20070C39A /* Sources */ = { | |
| 364 | + isa = PBXSourcesBuildPhase; | |
| 365 | + buildActionMask = 2147483647; | |
| 366 | + files = ( | |
| 367 | + 6003F59E195388D20070C39A /* DSAppDelegate.m in Sources */, | |
| 368 | + 6003F5A7195388D20070C39A /* DSViewController.m in Sources */, | |
| 369 | + 6003F59A195388D20070C39A /* main.m in Sources */, | |
| 370 | + ); | |
| 371 | + runOnlyForDeploymentPostprocessing = 0; | |
| 372 | + }; | |
| 373 | + 6003F5AA195388D20070C39A /* Sources */ = { | |
| 374 | + isa = PBXSourcesBuildPhase; | |
| 375 | + buildActionMask = 2147483647; | |
| 376 | + files = ( | |
| 377 | + 6003F5BC195388D20070C39A /* Tests.m in Sources */, | |
| 378 | + ); | |
| 379 | + runOnlyForDeploymentPostprocessing = 0; | |
| 380 | + }; | |
| 381 | +/* End PBXSourcesBuildPhase section */ | |
| 382 | + | |
| 383 | +/* Begin PBXTargetDependency section */ | |
| 384 | + 6003F5B4195388D20070C39A /* PBXTargetDependency */ = { | |
| 385 | + isa = PBXTargetDependency; | |
| 386 | + target = 6003F589195388D20070C39A /* DSLifeServiceModuleF_Example */; | |
| 387 | + targetProxy = 6003F5B3195388D20070C39A /* PBXContainerItemProxy */; | |
| 388 | + }; | |
| 389 | +/* End PBXTargetDependency section */ | |
| 390 | + | |
| 391 | +/* Begin PBXVariantGroup section */ | |
| 392 | + 6003F596195388D20070C39A /* InfoPlist.strings */ = { | |
| 393 | + isa = PBXVariantGroup; | |
| 394 | + children = ( | |
| 395 | + 6003F597195388D20070C39A /* en */, | |
| 396 | + ); | |
| 397 | + name = InfoPlist.strings; | |
| 398 | + sourceTree = "<group>"; | |
| 399 | + }; | |
| 400 | + 6003F5B8195388D20070C39A /* InfoPlist.strings */ = { | |
| 401 | + isa = PBXVariantGroup; | |
| 402 | + children = ( | |
| 403 | + 6003F5B9195388D20070C39A /* en */, | |
| 404 | + ); | |
| 405 | + name = InfoPlist.strings; | |
| 406 | + sourceTree = "<group>"; | |
| 407 | + }; | |
| 408 | + 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */ = { | |
| 409 | + isa = PBXVariantGroup; | |
| 410 | + children = ( | |
| 411 | + 71719F9E1E33DC2100824A3D /* Base */, | |
| 412 | + ); | |
| 413 | + name = LaunchScreen.storyboard; | |
| 414 | + sourceTree = "<group>"; | |
| 415 | + }; | |
| 416 | +/* End PBXVariantGroup section */ | |
| 417 | + | |
| 418 | +/* Begin XCBuildConfiguration section */ | |
| 419 | + 6003F5BD195388D20070C39A /* Debug */ = { | |
| 420 | + isa = XCBuildConfiguration; | |
| 421 | + buildSettings = { | |
| 422 | + ALWAYS_SEARCH_USER_PATHS = NO; | |
| 423 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | |
| 424 | + CLANG_CXX_LIBRARY = "libc++"; | |
| 425 | + CLANG_ENABLE_MODULES = YES; | |
| 426 | + CLANG_ENABLE_OBJC_ARC = YES; | |
| 427 | + CLANG_WARN_BOOL_CONVERSION = YES; | |
| 428 | + CLANG_WARN_CONSTANT_CONVERSION = YES; | |
| 429 | + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | |
| 430 | + CLANG_WARN_EMPTY_BODY = YES; | |
| 431 | + CLANG_WARN_ENUM_CONVERSION = YES; | |
| 432 | + CLANG_WARN_INT_CONVERSION = YES; | |
| 433 | + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | |
| 434 | + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
| 435 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | |
| 436 | + COPY_PHASE_STRIP = NO; | |
| 437 | + ENABLE_TESTABILITY = YES; | |
| 438 | + GCC_C_LANGUAGE_STANDARD = gnu99; | |
| 439 | + GCC_DYNAMIC_NO_PIC = NO; | |
| 440 | + GCC_OPTIMIZATION_LEVEL = 0; | |
| 441 | + GCC_PREPROCESSOR_DEFINITIONS = ( | |
| 442 | + "DEBUG=1", | |
| 443 | + "$(inherited)", | |
| 444 | + ); | |
| 445 | + GCC_SYMBOLS_PRIVATE_EXTERN = NO; | |
| 446 | + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
| 447 | + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | |
| 448 | + GCC_WARN_UNDECLARED_SELECTOR = YES; | |
| 449 | + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | |
| 450 | + GCC_WARN_UNUSED_FUNCTION = YES; | |
| 451 | + GCC_WARN_UNUSED_VARIABLE = YES; | |
| 452 | + IPHONEOS_DEPLOYMENT_TARGET = 9.3; | |
| 453 | + ONLY_ACTIVE_ARCH = YES; | |
| 454 | + SDKROOT = iphoneos; | |
| 455 | + TARGETED_DEVICE_FAMILY = "1,2"; | |
| 456 | + }; | |
| 457 | + name = Debug; | |
| 458 | + }; | |
| 459 | + 6003F5BE195388D20070C39A /* Release */ = { | |
| 460 | + isa = XCBuildConfiguration; | |
| 461 | + buildSettings = { | |
| 462 | + ALWAYS_SEARCH_USER_PATHS = NO; | |
| 463 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | |
| 464 | + CLANG_CXX_LIBRARY = "libc++"; | |
| 465 | + CLANG_ENABLE_MODULES = YES; | |
| 466 | + CLANG_ENABLE_OBJC_ARC = YES; | |
| 467 | + CLANG_WARN_BOOL_CONVERSION = YES; | |
| 468 | + CLANG_WARN_CONSTANT_CONVERSION = YES; | |
| 469 | + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | |
| 470 | + CLANG_WARN_EMPTY_BODY = YES; | |
| 471 | + CLANG_WARN_ENUM_CONVERSION = YES; | |
| 472 | + CLANG_WARN_INT_CONVERSION = YES; | |
| 473 | + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | |
| 474 | + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
| 475 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | |
| 476 | + COPY_PHASE_STRIP = YES; | |
| 477 | + ENABLE_NS_ASSERTIONS = NO; | |
| 478 | + GCC_C_LANGUAGE_STANDARD = gnu99; | |
| 479 | + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
| 480 | + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | |
| 481 | + GCC_WARN_UNDECLARED_SELECTOR = YES; | |
| 482 | + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | |
| 483 | + GCC_WARN_UNUSED_FUNCTION = YES; | |
| 484 | + GCC_WARN_UNUSED_VARIABLE = YES; | |
| 485 | + IPHONEOS_DEPLOYMENT_TARGET = 9.3; | |
| 486 | + SDKROOT = iphoneos; | |
| 487 | + TARGETED_DEVICE_FAMILY = "1,2"; | |
| 488 | + VALIDATE_PRODUCT = YES; | |
| 489 | + }; | |
| 490 | + name = Release; | |
| 491 | + }; | |
| 492 | + 6003F5C0195388D20070C39A /* Debug */ = { | |
| 493 | + isa = XCBuildConfiguration; | |
| 494 | + baseConfigurationReference = 407A97C62CF60BD607B01033 /* Pods-DSLifeServiceModuleF_Example.debug.xcconfig */; | |
| 495 | + buildSettings = { | |
| 496 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |
| 497 | + GCC_PRECOMPILE_PREFIX_HEADER = YES; | |
| 498 | + GCC_PREFIX_HEADER = "DSLifeServiceModuleF/DSLifeServiceModuleF-Prefix.pch"; | |
| 499 | + INFOPLIST_FILE = "DSLifeServiceModuleF/DSLifeServiceModuleF-Info.plist"; | |
| 500 | + MODULE_NAME = ExampleApp; | |
| 501 | + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; | |
| 502 | + PRODUCT_NAME = "$(TARGET_NAME)"; | |
| 503 | + SWIFT_VERSION = 4.0; | |
| 504 | + WRAPPER_EXTENSION = app; | |
| 505 | + }; | |
| 506 | + name = Debug; | |
| 507 | + }; | |
| 508 | + 6003F5C1195388D20070C39A /* Release */ = { | |
| 509 | + isa = XCBuildConfiguration; | |
| 510 | + baseConfigurationReference = E6DA1847004F206E141DB181 /* Pods-DSLifeServiceModuleF_Example.release.xcconfig */; | |
| 511 | + buildSettings = { | |
| 512 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |
| 513 | + GCC_PRECOMPILE_PREFIX_HEADER = YES; | |
| 514 | + GCC_PREFIX_HEADER = "DSLifeServiceModuleF/DSLifeServiceModuleF-Prefix.pch"; | |
| 515 | + INFOPLIST_FILE = "DSLifeServiceModuleF/DSLifeServiceModuleF-Info.plist"; | |
| 516 | + MODULE_NAME = ExampleApp; | |
| 517 | + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; | |
| 518 | + PRODUCT_NAME = "$(TARGET_NAME)"; | |
| 519 | + SWIFT_VERSION = 4.0; | |
| 520 | + WRAPPER_EXTENSION = app; | |
| 521 | + }; | |
| 522 | + name = Release; | |
| 523 | + }; | |
| 524 | + 6003F5C3195388D20070C39A /* Debug */ = { | |
| 525 | + isa = XCBuildConfiguration; | |
| 526 | + baseConfigurationReference = 7DB7312E83D988D5388F1372 /* Pods-DSLifeServiceModuleF_Tests.debug.xcconfig */; | |
| 527 | + buildSettings = { | |
| 528 | + BUNDLE_LOADER = "$(TEST_HOST)"; | |
| 529 | + FRAMEWORK_SEARCH_PATHS = ( | |
| 530 | + "$(PLATFORM_DIR)/Developer/Library/Frameworks", | |
| 531 | + "$(inherited)", | |
| 532 | + "$(DEVELOPER_FRAMEWORKS_DIR)", | |
| 533 | + ); | |
| 534 | + GCC_PRECOMPILE_PREFIX_HEADER = YES; | |
| 535 | + GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch"; | |
| 536 | + GCC_PREPROCESSOR_DEFINITIONS = ( | |
| 537 | + "DEBUG=1", | |
| 538 | + "$(inherited)", | |
| 539 | + ); | |
| 540 | + INFOPLIST_FILE = "Tests/Tests-Info.plist"; | |
| 541 | + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; | |
| 542 | + PRODUCT_NAME = "$(TARGET_NAME)"; | |
| 543 | + SWIFT_VERSION = 4.0; | |
| 544 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DSLifeServiceModuleF_Example.app/DSLifeServiceModuleF_Example"; | |
| 545 | + WRAPPER_EXTENSION = xctest; | |
| 546 | + }; | |
| 547 | + name = Debug; | |
| 548 | + }; | |
| 549 | + 6003F5C4195388D20070C39A /* Release */ = { | |
| 550 | + isa = XCBuildConfiguration; | |
| 551 | + baseConfigurationReference = 77BE22BDF269C0950F710CB9 /* Pods-DSLifeServiceModuleF_Tests.release.xcconfig */; | |
| 552 | + buildSettings = { | |
| 553 | + BUNDLE_LOADER = "$(TEST_HOST)"; | |
| 554 | + FRAMEWORK_SEARCH_PATHS = ( | |
| 555 | + "$(PLATFORM_DIR)/Developer/Library/Frameworks", | |
| 556 | + "$(inherited)", | |
| 557 | + "$(DEVELOPER_FRAMEWORKS_DIR)", | |
| 558 | + ); | |
| 559 | + GCC_PRECOMPILE_PREFIX_HEADER = YES; | |
| 560 | + GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch"; | |
| 561 | + INFOPLIST_FILE = "Tests/Tests-Info.plist"; | |
| 562 | + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; | |
| 563 | + PRODUCT_NAME = "$(TARGET_NAME)"; | |
| 564 | + SWIFT_VERSION = 4.0; | |
| 565 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DSLifeServiceModuleF_Example.app/DSLifeServiceModuleF_Example"; | |
| 566 | + WRAPPER_EXTENSION = xctest; | |
| 567 | + }; | |
| 568 | + name = Release; | |
| 569 | + }; | |
| 570 | +/* End XCBuildConfiguration section */ | |
| 571 | + | |
| 572 | +/* Begin XCConfigurationList section */ | |
| 573 | + 6003F585195388D10070C39A /* Build configuration list for PBXProject "DSLifeServiceModuleF" */ = { | |
| 574 | + isa = XCConfigurationList; | |
| 575 | + buildConfigurations = ( | |
| 576 | + 6003F5BD195388D20070C39A /* Debug */, | |
| 577 | + 6003F5BE195388D20070C39A /* Release */, | |
| 578 | + ); | |
| 579 | + defaultConfigurationIsVisible = 0; | |
| 580 | + defaultConfigurationName = Release; | |
| 581 | + }; | |
| 582 | + 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "DSLifeServiceModuleF_Example" */ = { | |
| 583 | + isa = XCConfigurationList; | |
| 584 | + buildConfigurations = ( | |
| 585 | + 6003F5C0195388D20070C39A /* Debug */, | |
| 586 | + 6003F5C1195388D20070C39A /* Release */, | |
| 587 | + ); | |
| 588 | + defaultConfigurationIsVisible = 0; | |
| 589 | + defaultConfigurationName = Release; | |
| 590 | + }; | |
| 591 | + 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "DSLifeServiceModuleF_Tests" */ = { | |
| 592 | + isa = XCConfigurationList; | |
| 593 | + buildConfigurations = ( | |
| 594 | + 6003F5C3195388D20070C39A /* Debug */, | |
| 595 | + 6003F5C4195388D20070C39A /* Release */, | |
| 596 | + ); | |
| 597 | + defaultConfigurationIsVisible = 0; | |
| 598 | + defaultConfigurationName = Release; | |
| 599 | + }; | |
| 600 | +/* End XCConfigurationList section */ | |
| 601 | + }; | |
| 602 | + rootObject = 6003F582195388D10070C39A /* Project object */; | |
| 603 | +} | ... | ... |
Example/DSLifeServiceModuleF.xcodeproj/project.xcworkspace/contents.xcworkspacedata
0 → 100644
Example/DSLifeServiceModuleF.xcodeproj/xcshareddata/xcschemes/DSLifeServiceModuleF-Example.xcscheme
0 → 100644
| 1 | +++ a/Example/DSLifeServiceModuleF.xcodeproj/xcshareddata/xcschemes/DSLifeServiceModuleF-Example.xcscheme | |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<Scheme | |
| 3 | + LastUpgradeVersion = "0720" | |
| 4 | + version = "1.3"> | |
| 5 | + <BuildAction | |
| 6 | + parallelizeBuildables = "YES" | |
| 7 | + buildImplicitDependencies = "YES"> | |
| 8 | + <BuildActionEntries> | |
| 9 | + <BuildActionEntry | |
| 10 | + buildForTesting = "YES" | |
| 11 | + buildForRunning = "YES" | |
| 12 | + buildForProfiling = "YES" | |
| 13 | + buildForArchiving = "YES" | |
| 14 | + buildForAnalyzing = "YES"> | |
| 15 | + <BuildableReference | |
| 16 | + BuildableIdentifier = "primary" | |
| 17 | + BlueprintIdentifier = "6003F589195388D20070C39A" | |
| 18 | + BuildableName = "DSLifeServiceModuleF_Example.app" | |
| 19 | + BlueprintName = "DSLifeServiceModuleF_Example" | |
| 20 | + ReferencedContainer = "container:DSLifeServiceModuleF.xcodeproj"> | |
| 21 | + </BuildableReference> | |
| 22 | + </BuildActionEntry> | |
| 23 | + </BuildActionEntries> | |
| 24 | + </BuildAction> | |
| 25 | + <TestAction | |
| 26 | + buildConfiguration = "Debug" | |
| 27 | + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | |
| 28 | + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |
| 29 | + shouldUseLaunchSchemeArgsEnv = "YES"> | |
| 30 | + <Testables> | |
| 31 | + <TestableReference | |
| 32 | + skipped = "NO"> | |
| 33 | + <BuildableReference | |
| 34 | + BuildableIdentifier = "primary" | |
| 35 | + BlueprintIdentifier = "6003F5AD195388D20070C39A" | |
| 36 | + BuildableName = "DSLifeServiceModuleF_Tests.xctest" | |
| 37 | + BlueprintName = "DSLifeServiceModuleF_Tests" | |
| 38 | + ReferencedContainer = "container:DSLifeServiceModuleF.xcodeproj"> | |
| 39 | + </BuildableReference> | |
| 40 | + </TestableReference> | |
| 41 | + </Testables> | |
| 42 | + <MacroExpansion> | |
| 43 | + <BuildableReference | |
| 44 | + BuildableIdentifier = "primary" | |
| 45 | + BlueprintIdentifier = "6003F589195388D20070C39A" | |
| 46 | + BuildableName = "DSLifeServiceModuleF_Example.app" | |
| 47 | + BlueprintName = "DSLifeServiceModuleF_Example" | |
| 48 | + ReferencedContainer = "container:DSLifeServiceModuleF.xcodeproj"> | |
| 49 | + </BuildableReference> | |
| 50 | + </MacroExpansion> | |
| 51 | + <AdditionalOptions> | |
| 52 | + </AdditionalOptions> | |
| 53 | + </TestAction> | |
| 54 | + <LaunchAction | |
| 55 | + buildConfiguration = "Debug" | |
| 56 | + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | |
| 57 | + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |
| 58 | + launchStyle = "0" | |
| 59 | + useCustomWorkingDirectory = "NO" | |
| 60 | + ignoresPersistentStateOnLaunch = "NO" | |
| 61 | + debugDocumentVersioning = "YES" | |
| 62 | + debugServiceExtension = "internal" | |
| 63 | + allowLocationSimulation = "YES"> | |
| 64 | + <BuildableProductRunnable | |
| 65 | + runnableDebuggingMode = "0"> | |
| 66 | + <BuildableReference | |
| 67 | + BuildableIdentifier = "primary" | |
| 68 | + BlueprintIdentifier = "6003F589195388D20070C39A" | |
| 69 | + BuildableName = "DSLifeServiceModuleF_Example.app" | |
| 70 | + BlueprintName = "DSLifeServiceModuleF_Example" | |
| 71 | + ReferencedContainer = "container:DSLifeServiceModuleF.xcodeproj"> | |
| 72 | + </BuildableReference> | |
| 73 | + </BuildableProductRunnable> | |
| 74 | + <AdditionalOptions> | |
| 75 | + </AdditionalOptions> | |
| 76 | + </LaunchAction> | |
| 77 | + <ProfileAction | |
| 78 | + buildConfiguration = "Release" | |
| 79 | + shouldUseLaunchSchemeArgsEnv = "YES" | |
| 80 | + savedToolIdentifier = "" | |
| 81 | + useCustomWorkingDirectory = "NO" | |
| 82 | + debugDocumentVersioning = "YES"> | |
| 83 | + <BuildableProductRunnable | |
| 84 | + runnableDebuggingMode = "0"> | |
| 85 | + <BuildableReference | |
| 86 | + BuildableIdentifier = "primary" | |
| 87 | + BlueprintIdentifier = "6003F589195388D20070C39A" | |
| 88 | + BuildableName = "DSLifeServiceModuleF_Example.app" | |
| 89 | + BlueprintName = "DSLifeServiceModuleF_Example" | |
| 90 | + ReferencedContainer = "container:DSLifeServiceModuleF.xcodeproj"> | |
| 91 | + </BuildableReference> | |
| 92 | + </BuildableProductRunnable> | |
| 93 | + </ProfileAction> | |
| 94 | + <AnalyzeAction | |
| 95 | + buildConfiguration = "Debug"> | |
| 96 | + </AnalyzeAction> | |
| 97 | + <ArchiveAction | |
| 98 | + buildConfiguration = "Release" | |
| 99 | + revealArchiveInOrganizer = "YES"> | |
| 100 | + </ArchiveAction> | |
| 101 | +</Scheme> | ... | ... |
Example/DSLifeServiceModuleF.xcworkspace/contents.xcworkspacedata
0 → 100644
| 1 | +++ a/Example/DSLifeServiceModuleF.xcworkspace/contents.xcworkspacedata | |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<Workspace | |
| 3 | + version = "1.0"> | |
| 4 | + <FileRef | |
| 5 | + location = "group:DSLifeServiceModuleF.xcodeproj"> | |
| 6 | + </FileRef> | |
| 7 | + <FileRef | |
| 8 | + location = "group:Pods/Pods.xcodeproj"> | |
| 9 | + </FileRef> | |
| 10 | +</Workspace> | ... | ... |
Example/DSLifeServiceModuleF.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
0 → 100644
| 1 | +++ a/Example/DSLifeServiceModuleF.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist | |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| 3 | +<plist version="1.0"> | |
| 4 | +<dict> | |
| 5 | + <key>IDEDidComputeMac32BitWarning</key> | |
| 6 | + <true/> | |
| 7 | +</dict> | |
| 8 | +</plist> | ... | ... |
Example/DSLifeServiceModuleF/Base.lproj/LaunchScreen.storyboard
0 → 100644
| 1 | +++ a/Example/DSLifeServiceModuleF/Base.lproj/LaunchScreen.storyboard | |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM"> | |
| 3 | + <device id="retina4_7" orientation="portrait"> | |
| 4 | + <adaptation id="fullscreen"/> | |
| 5 | + </device> | |
| 6 | + <dependencies> | |
| 7 | + <deployment identifier="iOS"/> | |
| 8 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/> | |
| 9 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> | |
| 10 | + </dependencies> | |
| 11 | + <scenes> | |
| 12 | + <!--View Controller--> | |
| 13 | + <scene sceneID="EHf-IW-A2E"> | |
| 14 | + <objects> | |
| 15 | + <viewController id="01J-lp-oVM" sceneMemberID="viewController"> | |
| 16 | + <layoutGuides> | |
| 17 | + <viewControllerLayoutGuide type="top" id="Llm-lL-Icb"/> | |
| 18 | + <viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/> | |
| 19 | + </layoutGuides> | |
| 20 | + <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3"> | |
| 21 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> | |
| 22 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | |
| 23 | + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> | |
| 24 | + </view> | |
| 25 | + </viewController> | |
| 26 | + <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/> | |
| 27 | + </objects> | |
| 28 | + <point key="canvasLocation" x="53" y="375"/> | |
| 29 | + </scene> | |
| 30 | + </scenes> | |
| 31 | +</document> | ... | ... |
Example/DSLifeServiceModuleF/Base.lproj/Main.storyboard
0 → 100644
| 1 | +++ a/Example/DSLifeServiceModuleF/Base.lproj/Main.storyboard | |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="whP-gf-Uak"> | |
| 3 | + <device id="retina4_7" orientation="portrait"> | |
| 4 | + <adaptation id="fullscreen"/> | |
| 5 | + </device> | |
| 6 | + <dependencies> | |
| 7 | + <deployment identifier="iOS"/> | |
| 8 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/> | |
| 9 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> | |
| 10 | + </dependencies> | |
| 11 | + <scenes> | |
| 12 | + <!--View Controller--> | |
| 13 | + <scene sceneID="wQg-tq-qST"> | |
| 14 | + <objects> | |
| 15 | + <viewController id="whP-gf-Uak" customClass="DSViewController" sceneMemberID="viewController"> | |
| 16 | + <layoutGuides> | |
| 17 | + <viewControllerLayoutGuide type="top" id="uEw-UM-LJ8"/> | |
| 18 | + <viewControllerLayoutGuide type="bottom" id="Mvr-aV-6Um"/> | |
| 19 | + </layoutGuides> | |
| 20 | + <view key="view" contentMode="scaleToFill" id="TpU-gO-2f1"> | |
| 21 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> | |
| 22 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | |
| 23 | + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> | |
| 24 | + </view> | |
| 25 | + </viewController> | |
| 26 | + <placeholder placeholderIdentifier="IBFirstResponder" id="tc2-Qw-aMS" userLabel="First Responder" sceneMemberID="firstResponder"/> | |
| 27 | + </objects> | |
| 28 | + <point key="canvasLocation" x="305" y="433"/> | |
| 29 | + </scene> | |
| 30 | + </scenes> | |
| 31 | +</document> | ... | ... |
Example/DSLifeServiceModuleF/DSAppDelegate.h
0 → 100644
| 1 | +++ a/Example/DSLifeServiceModuleF/DSAppDelegate.h | |
| 1 | +// | |
| 2 | +// DSAppDelegate.h | |
| 3 | +// DSLifeServiceModuleF | |
| 4 | +// | |
| 5 | +// Created by 694092596@qq.com on 03/15/2020. | |
| 6 | +// Copyright (c) 2020 694092596@qq.com. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +@import UIKit; | |
| 10 | + | |
| 11 | +@interface DSAppDelegate : UIResponder <UIApplicationDelegate> | |
| 12 | + | |
| 13 | +@property (strong, nonatomic) UIWindow *window; | |
| 14 | + | |
| 15 | +@end | ... | ... |
Example/DSLifeServiceModuleF/DSAppDelegate.m
0 → 100644
| 1 | +++ a/Example/DSLifeServiceModuleF/DSAppDelegate.m | |
| 1 | +// | |
| 2 | +// DSAppDelegate.m | |
| 3 | +// DSLifeServiceModuleF | |
| 4 | +// | |
| 5 | +// Created by 694092596@qq.com on 03/15/2020. | |
| 6 | +// Copyright (c) 2020 694092596@qq.com. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import "DSAppDelegate.h" | |
| 10 | + | |
| 11 | +@implementation DSAppDelegate | |
| 12 | + | |
| 13 | +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions | |
| 14 | +{ | |
| 15 | + // Override point for customization after application launch. | |
| 16 | + return YES; | |
| 17 | +} | |
| 18 | + | |
| 19 | +- (void)applicationWillResignActive:(UIApplication *)application | |
| 20 | +{ | |
| 21 | + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. | |
| 22 | + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. | |
| 23 | +} | |
| 24 | + | |
| 25 | +- (void)applicationDidEnterBackground:(UIApplication *)application | |
| 26 | +{ | |
| 27 | + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. | |
| 28 | + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. | |
| 29 | +} | |
| 30 | + | |
| 31 | +- (void)applicationWillEnterForeground:(UIApplication *)application | |
| 32 | +{ | |
| 33 | + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. | |
| 34 | +} | |
| 35 | + | |
| 36 | +- (void)applicationDidBecomeActive:(UIApplication *)application | |
| 37 | +{ | |
| 38 | + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. | |
| 39 | +} | |
| 40 | + | |
| 41 | +- (void)applicationWillTerminate:(UIApplication *)application | |
| 42 | +{ | |
| 43 | + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. | |
| 44 | +} | |
| 45 | + | |
| 46 | +@end | ... | ... |
Example/DSLifeServiceModuleF/DSLifeServiceModuleF-Info.plist
0 → 100644
| 1 | +++ a/Example/DSLifeServiceModuleF/DSLifeServiceModuleF-Info.plist | |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| 3 | +<plist version="1.0"> | |
| 4 | +<dict> | |
| 5 | + <key>CFBundleDevelopmentRegion</key> | |
| 6 | + <string>en</string> | |
| 7 | + <key>CFBundleDisplayName</key> | |
| 8 | + <string>${PRODUCT_NAME}</string> | |
| 9 | + <key>CFBundleExecutable</key> | |
| 10 | + <string>${EXECUTABLE_NAME}</string> | |
| 11 | + <key>CFBundleIdentifier</key> | |
| 12 | + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | |
| 13 | + <key>CFBundleInfoDictionaryVersion</key> | |
| 14 | + <string>6.0</string> | |
| 15 | + <key>CFBundleName</key> | |
| 16 | + <string>${PRODUCT_NAME}</string> | |
| 17 | + <key>CFBundlePackageType</key> | |
| 18 | + <string>APPL</string> | |
| 19 | + <key>CFBundleShortVersionString</key> | |
| 20 | + <string>1.0</string> | |
| 21 | + <key>CFBundleSignature</key> | |
| 22 | + <string>????</string> | |
| 23 | + <key>CFBundleVersion</key> | |
| 24 | + <string>1.0</string> | |
| 25 | + <key>LSRequiresIPhoneOS</key> | |
| 26 | + <true/> | |
| 27 | + <key>UILaunchStoryboardName</key> | |
| 28 | + <string>LaunchScreen</string> | |
| 29 | + <key>UIMainStoryboardFile</key> | |
| 30 | + <string>Main</string> | |
| 31 | + <key>UIRequiredDeviceCapabilities</key> | |
| 32 | + <array> | |
| 33 | + <string>armv7</string> | |
| 34 | + </array> | |
| 35 | + <key>UISupportedInterfaceOrientations</key> | |
| 36 | + <array> | |
| 37 | + <string>UIInterfaceOrientationPortrait</string> | |
| 38 | + <string>UIInterfaceOrientationLandscapeLeft</string> | |
| 39 | + <string>UIInterfaceOrientationLandscapeRight</string> | |
| 40 | + </array> | |
| 41 | + <key>UISupportedInterfaceOrientations~ipad</key> | |
| 42 | + <array> | |
| 43 | + <string>UIInterfaceOrientationPortrait</string> | |
| 44 | + <string>UIInterfaceOrientationPortraitUpsideDown</string> | |
| 45 | + <string>UIInterfaceOrientationLandscapeLeft</string> | |
| 46 | + <string>UIInterfaceOrientationLandscapeRight</string> | |
| 47 | + </array> | |
| 48 | +</dict> | |
| 49 | +</plist> | ... | ... |
Example/DSLifeServiceModuleF/DSLifeServiceModuleF-Prefix.pch
0 → 100644
| 1 | +++ a/Example/DSLifeServiceModuleF/DSLifeServiceModuleF-Prefix.pch | |
| 1 | +// | |
| 2 | +// Prefix header | |
| 3 | +// | |
| 4 | +// The contents of this file are implicitly included at the beginning of every source file. | |
| 5 | +// | |
| 6 | + | |
| 7 | +#import <Availability.h> | |
| 8 | + | |
| 9 | +#ifndef __IPHONE_5_0 | |
| 10 | +#warning "This project uses features only available in iOS SDK 5.0 and later." | |
| 11 | +#endif | |
| 12 | + | |
| 13 | +#ifdef __OBJC__ | |
| 14 | + @import UIKit; | |
| 15 | + @import Foundation; | |
| 16 | +#endif | ... | ... |
Example/DSLifeServiceModuleF/DSViewController.h
0 → 100644
| 1 | +++ a/Example/DSLifeServiceModuleF/DSViewController.h | |
| 1 | +// | |
| 2 | +// DSViewController.h | |
| 3 | +// DSLifeServiceModuleF | |
| 4 | +// | |
| 5 | +// Created by 694092596@qq.com on 03/15/2020. | |
| 6 | +// Copyright (c) 2020 694092596@qq.com. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +@import UIKit; | |
| 10 | + | |
| 11 | +@interface DSViewController : UIViewController | |
| 12 | + | |
| 13 | +@end | ... | ... |
Example/DSLifeServiceModuleF/DSViewController.m
0 → 100644
| 1 | +++ a/Example/DSLifeServiceModuleF/DSViewController.m | |
| 1 | +// | |
| 2 | +// DSViewController.m | |
| 3 | +// DSLifeServiceModuleF | |
| 4 | +// | |
| 5 | +// Created by 694092596@qq.com on 03/15/2020. | |
| 6 | +// Copyright (c) 2020 694092596@qq.com. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import "DSViewController.h" | |
| 10 | + | |
| 11 | +@interface DSViewController () | |
| 12 | + | |
| 13 | +@end | |
| 14 | + | |
| 15 | +@implementation DSViewController | |
| 16 | + | |
| 17 | +- (void)viewDidLoad | |
| 18 | +{ | |
| 19 | + [super viewDidLoad]; | |
| 20 | + // Do any additional setup after loading the view, typically from a nib. | |
| 21 | +} | |
| 22 | + | |
| 23 | +- (void)didReceiveMemoryWarning | |
| 24 | +{ | |
| 25 | + [super didReceiveMemoryWarning]; | |
| 26 | + // Dispose of any resources that can be recreated. | |
| 27 | +} | |
| 28 | + | |
| 29 | +@end | ... | ... |
Example/DSLifeServiceModuleF/Images.xcassets/AppIcon.appiconset/Contents.json
0 → 100644
| 1 | +++ a/Example/DSLifeServiceModuleF/Images.xcassets/AppIcon.appiconset/Contents.json | |
| 1 | +{ | |
| 2 | + "images" : [ | |
| 3 | + { | |
| 4 | + "idiom" : "iphone", | |
| 5 | + "size" : "20x20", | |
| 6 | + "scale" : "2x" | |
| 7 | + }, | |
| 8 | + { | |
| 9 | + "idiom" : "iphone", | |
| 10 | + "size" : "20x20", | |
| 11 | + "scale" : "3x" | |
| 12 | + }, | |
| 13 | + { | |
| 14 | + "idiom" : "iphone", | |
| 15 | + "size" : "29x29", | |
| 16 | + "scale" : "2x" | |
| 17 | + }, | |
| 18 | + { | |
| 19 | + "idiom" : "iphone", | |
| 20 | + "size" : "29x29", | |
| 21 | + "scale" : "3x" | |
| 22 | + }, | |
| 23 | + { | |
| 24 | + "idiom" : "iphone", | |
| 25 | + "size" : "40x40", | |
| 26 | + "scale" : "2x" | |
| 27 | + }, | |
| 28 | + { | |
| 29 | + "idiom" : "iphone", | |
| 30 | + "size" : "40x40", | |
| 31 | + "scale" : "3x" | |
| 32 | + }, | |
| 33 | + { | |
| 34 | + "idiom" : "iphone", | |
| 35 | + "size" : "60x60", | |
| 36 | + "scale" : "2x" | |
| 37 | + }, | |
| 38 | + { | |
| 39 | + "idiom" : "iphone", | |
| 40 | + "size" : "60x60", | |
| 41 | + "scale" : "3x" | |
| 42 | + }, | |
| 43 | + { | |
| 44 | + "idiom" : "ipad", | |
| 45 | + "size" : "20x20", | |
| 46 | + "scale" : "1x" | |
| 47 | + }, | |
| 48 | + { | |
| 49 | + "idiom" : "ipad", | |
| 50 | + "size" : "20x20", | |
| 51 | + "scale" : "2x" | |
| 52 | + }, | |
| 53 | + { | |
| 54 | + "idiom" : "ipad", | |
| 55 | + "size" : "29x29", | |
| 56 | + "scale" : "1x" | |
| 57 | + }, | |
| 58 | + { | |
| 59 | + "idiom" : "ipad", | |
| 60 | + "size" : "29x29", | |
| 61 | + "scale" : "2x" | |
| 62 | + }, | |
| 63 | + { | |
| 64 | + "idiom" : "ipad", | |
| 65 | + "size" : "40x40", | |
| 66 | + "scale" : "1x" | |
| 67 | + }, | |
| 68 | + { | |
| 69 | + "idiom" : "ipad", | |
| 70 | + "size" : "40x40", | |
| 71 | + "scale" : "2x" | |
| 72 | + }, | |
| 73 | + { | |
| 74 | + "idiom" : "ipad", | |
| 75 | + "size" : "76x76", | |
| 76 | + "scale" : "1x" | |
| 77 | + }, | |
| 78 | + { | |
| 79 | + "idiom" : "ipad", | |
| 80 | + "size" : "76x76", | |
| 81 | + "scale" : "2x" | |
| 82 | + }, | |
| 83 | + { | |
| 84 | + "idiom" : "ipad", | |
| 85 | + "size" : "83.5x83.5", | |
| 86 | + "scale" : "2x" | |
| 87 | + }, | |
| 88 | + { | |
| 89 | + "idiom" : "ios-marketing", | |
| 90 | + "size" : "1024x1024", | |
| 91 | + "scale" : "1x" | |
| 92 | + } | |
| 93 | + ], | |
| 94 | + "info" : { | |
| 95 | + "version" : 1, | |
| 96 | + "author" : "xcode" | |
| 97 | + } | |
| 98 | +} | ... | ... |
Example/DSLifeServiceModuleF/en.lproj/InfoPlist.strings
0 → 100644
Example/DSLifeServiceModuleF/main.m
0 → 100644
| 1 | +++ a/Example/DSLifeServiceModuleF/main.m | |
| 1 | +// | |
| 2 | +// main.m | |
| 3 | +// DSLifeServiceModuleF | |
| 4 | +// | |
| 5 | +// Created by 694092596@qq.com on 03/15/2020. | |
| 6 | +// Copyright (c) 2020 694092596@qq.com. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +@import UIKit; | |
| 10 | +#import "DSAppDelegate.h" | |
| 11 | + | |
| 12 | +int main(int argc, char * argv[]) | |
| 13 | +{ | |
| 14 | + @autoreleasepool { | |
| 15 | + return UIApplicationMain(argc, argv, nil, NSStringFromClass([DSAppDelegate class])); | |
| 16 | + } | |
| 17 | +} | ... | ... |
Example/Podfile
0 → 100644
Example/Podfile.lock
0 → 100644
| 1 | +++ a/Example/Podfile.lock | |
| 1 | +PODS: | |
| 2 | + - DSLifeServiceModuleF (0.1.0) | |
| 3 | + | |
| 4 | +DEPENDENCIES: | |
| 5 | + - DSLifeServiceModuleF (from `../`) | |
| 6 | + | |
| 7 | +EXTERNAL SOURCES: | |
| 8 | + DSLifeServiceModuleF: | |
| 9 | + :path: "../" | |
| 10 | + | |
| 11 | +SPEC CHECKSUMS: | |
| 12 | + DSLifeServiceModuleF: 862538ea936415a262a6bd46b1b1a0beed94f439 | |
| 13 | + | |
| 14 | +PODFILE CHECKSUM: 8da6161be7ce77d6221d51f5442b8196d727ccd8 | |
| 15 | + | |
| 16 | +COCOAPODS: 1.8.4 | ... | ... |
Example/Pods/Local Podspecs/DSLifeServiceModuleF.podspec.json
0 → 100644
| 1 | +++ a/Example/Pods/Local Podspecs/DSLifeServiceModuleF.podspec.json | |
| 1 | +{ | |
| 2 | + "name": "DSLifeServiceModuleF", | |
| 3 | + "version": "0.1.0", | |
| 4 | + "summary": "A short description of DSLifeServiceModuleF.", | |
| 5 | + "description": "TODO: Add long description of the pod here.", | |
| 6 | + "homepage": "https://github.com/694092596@qq.com/DSLifeServiceModuleF", | |
| 7 | + "license": { | |
| 8 | + "type": "MIT", | |
| 9 | + "file": "LICENSE" | |
| 10 | + }, | |
| 11 | + "authors": { | |
| 12 | + "694092596@qq.com": "694092596@qq.com" | |
| 13 | + }, | |
| 14 | + "source": { | |
| 15 | + "git": "https://github.com/694092596@qq.com/DSLifeServiceModuleF.git", | |
| 16 | + "tag": "0.1.0" | |
| 17 | + }, | |
| 18 | + "platforms": { | |
| 19 | + "ios": "8.0" | |
| 20 | + }, | |
| 21 | + "source_files": "DSLifeServiceModuleF/Classes/**/*" | |
| 22 | +} | ... | ... |
Example/Pods/Manifest.lock
0 → 100644
| 1 | +++ a/Example/Pods/Manifest.lock | |
| 1 | +PODS: | |
| 2 | + - DSLifeServiceModuleF (0.1.0) | |
| 3 | + | |
| 4 | +DEPENDENCIES: | |
| 5 | + - DSLifeServiceModuleF (from `../`) | |
| 6 | + | |
| 7 | +EXTERNAL SOURCES: | |
| 8 | + DSLifeServiceModuleF: | |
| 9 | + :path: "../" | |
| 10 | + | |
| 11 | +SPEC CHECKSUMS: | |
| 12 | + DSLifeServiceModuleF: 862538ea936415a262a6bd46b1b1a0beed94f439 | |
| 13 | + | |
| 14 | +PODFILE CHECKSUM: 8da6161be7ce77d6221d51f5442b8196d727ccd8 | |
| 15 | + | |
| 16 | +COCOAPODS: 1.8.4 | ... | ... |
Example/Pods/Pods.xcodeproj/project.pbxproj
0 → 100644
| 1 | +++ a/Example/Pods/Pods.xcodeproj/project.pbxproj | |
| 1 | +// !$*UTF8*$! | |
| 2 | +{ | |
| 3 | + archiveVersion = 1; | |
| 4 | + classes = { | |
| 5 | + }; | |
| 6 | + objectVersion = 46; | |
| 7 | + objects = { | |
| 8 | + | |
| 9 | +/* Begin PBXBuildFile section */ | |
| 10 | + 13C076036B8768C9DCE7E2F1549CFAB0 /* ReplaceMe.m in Sources */ = {isa = PBXBuildFile; fileRef = E467412D9F782F85CDB7E2B4D515409E /* ReplaceMe.m */; }; | |
| 11 | + 277341F66D88FA2AF4A30735AC50BFBF /* Pods-DSLifeServiceModuleF_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00C73E3F5887E85E7F6C5828E7A31656 /* Pods-DSLifeServiceModuleF_Example-dummy.m */; }; | |
| 12 | + 3681998F3E3F161BAC2AA929B9730B42 /* DSLifeServiceModuleF-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4763FEE4F8120D8D826557403E0086C6 /* DSLifeServiceModuleF-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
| 13 | + 4C7EBFA8F1DB59CE06B7F874119BE1DD /* DSLifeServiceModuleF-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 811308AE02E9BA4A2DB79F16B53670F9 /* DSLifeServiceModuleF-dummy.m */; }; | |
| 14 | + 55B782309CE2614559316D4DF18A2A23 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */; }; | |
| 15 | + 94D7F4B4F58DF6C49E3E68C7ABDBC44B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */; }; | |
| 16 | + A3EE4A22A137CAE7D11DB31D3334D813 /* Pods-DSLifeServiceModuleF_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C58C8E20827A2D0173BEF22CAF6D585 /* Pods-DSLifeServiceModuleF_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
| 17 | + B1550F02A54F63E6E51AD129F638628C /* Pods-DSLifeServiceModuleF_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3896AD0665CD79EF2252F2CCA1590D20 /* Pods-DSLifeServiceModuleF_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
| 18 | + BCD3DCFF259140480A1FA0177FAFFFAB /* Pods-DSLifeServiceModuleF_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 546095EAC23DA8B7335EFB998AED50D3 /* Pods-DSLifeServiceModuleF_Tests-dummy.m */; }; | |
| 19 | + C7331F1613746924F9E92206BA53FCA7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */; }; | |
| 20 | +/* End PBXBuildFile section */ | |
| 21 | + | |
| 22 | +/* Begin PBXContainerItemProxy section */ | |
| 23 | + CA3F48B10398841991C3218326757B87 /* PBXContainerItemProxy */ = { | |
| 24 | + isa = PBXContainerItemProxy; | |
| 25 | + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; | |
| 26 | + proxyType = 1; | |
| 27 | + remoteGlobalIDString = 4E24063F300BD1835F12C98C992D8695; | |
| 28 | + remoteInfo = "Pods-DSLifeServiceModuleF_Example"; | |
| 29 | + }; | |
| 30 | + FBBDB9DAF914C4FC9E1FBC2A0C0CAE24 /* PBXContainerItemProxy */ = { | |
| 31 | + isa = PBXContainerItemProxy; | |
| 32 | + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; | |
| 33 | + proxyType = 1; | |
| 34 | + remoteGlobalIDString = B73F8C078EE15A2DA504A6DFF3E5BE96; | |
| 35 | + remoteInfo = DSLifeServiceModuleF; | |
| 36 | + }; | |
| 37 | +/* End PBXContainerItemProxy section */ | |
| 38 | + | |
| 39 | +/* Begin PBXFileReference section */ | |
| 40 | + 00C73E3F5887E85E7F6C5828E7A31656 /* Pods-DSLifeServiceModuleF_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-DSLifeServiceModuleF_Example-dummy.m"; sourceTree = "<group>"; }; | |
| 41 | + 0A8BB816B6DE30B572F66A3BBD3B101F /* Pods-DSLifeServiceModuleF_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-DSLifeServiceModuleF_Tests-acknowledgements.markdown"; sourceTree = "<group>"; }; | |
| 42 | + 3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; | |
| 43 | + 367B5BDFE79FC28537E0396F66B6163A /* Pods-DSLifeServiceModuleF_Tests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DSLifeServiceModuleF_Tests-Info.plist"; sourceTree = "<group>"; }; | |
| 44 | + 3896AD0665CD79EF2252F2CCA1590D20 /* Pods-DSLifeServiceModuleF_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-DSLifeServiceModuleF_Example-umbrella.h"; sourceTree = "<group>"; }; | |
| 45 | + 3A7F7B7D21397C254D86275E8A305756 /* DSLifeServiceModuleF-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DSLifeServiceModuleF-prefix.pch"; sourceTree = "<group>"; }; | |
| 46 | + 3A9C57360BC53A0504E8E4DAB03DA92C /* Pods_DSLifeServiceModuleF_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_DSLifeServiceModuleF_Example.framework; path = "Pods-DSLifeServiceModuleF_Example.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; | |
| 47 | + 452927693F94B48B8F2BD70A1839A8EF /* DSLifeServiceModuleF-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DSLifeServiceModuleF-Info.plist"; sourceTree = "<group>"; }; | |
| 48 | + 4763FEE4F8120D8D826557403E0086C6 /* DSLifeServiceModuleF-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DSLifeServiceModuleF-umbrella.h"; sourceTree = "<group>"; }; | |
| 49 | + 546095EAC23DA8B7335EFB998AED50D3 /* Pods-DSLifeServiceModuleF_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-DSLifeServiceModuleF_Tests-dummy.m"; sourceTree = "<group>"; }; | |
| 50 | + 5BD4992412037A7876A08C06042ECE3F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = "<group>"; }; | |
| 51 | + 620AF0473FF2BBD07E7361BECE6F41D5 /* Pods-DSLifeServiceModuleF_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DSLifeServiceModuleF_Example-acknowledgements.plist"; sourceTree = "<group>"; }; | |
| 52 | + 6ACB67BE955C2E2144733701651DBFCE /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = "<group>"; }; | |
| 53 | + 6C58C8E20827A2D0173BEF22CAF6D585 /* Pods-DSLifeServiceModuleF_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-DSLifeServiceModuleF_Tests-umbrella.h"; sourceTree = "<group>"; }; | |
| 54 | + 71AEE0DE5704093F159956F3141DC48B /* Pods-DSLifeServiceModuleF_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DSLifeServiceModuleF_Example.release.xcconfig"; sourceTree = "<group>"; }; | |
| 55 | + 80B528BE29AF91AD4D9DC6157A4BFB6A /* DSLifeServiceModuleF.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DSLifeServiceModuleF.modulemap; sourceTree = "<group>"; }; | |
| 56 | + 811308AE02E9BA4A2DB79F16B53670F9 /* DSLifeServiceModuleF-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DSLifeServiceModuleF-dummy.m"; sourceTree = "<group>"; }; | |
| 57 | + 81EB1EDC0CE0C0CC1B61A4EB3285B625 /* Pods_DSLifeServiceModuleF_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_DSLifeServiceModuleF_Tests.framework; path = "Pods-DSLifeServiceModuleF_Tests.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; | |
| 58 | + 850D0DBD10C7E2C90ACB376ADE5D1B6B /* Pods-DSLifeServiceModuleF_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DSLifeServiceModuleF_Tests-acknowledgements.plist"; sourceTree = "<group>"; }; | |
| 59 | + 89C7C96DC39B29A5559B5E09F6189AF0 /* Pods-DSLifeServiceModuleF_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-DSLifeServiceModuleF_Tests.modulemap"; sourceTree = "<group>"; }; | |
| 60 | + 8F634B0E971CA235FBABB2F89A6EC306 /* Pods-DSLifeServiceModuleF_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DSLifeServiceModuleF_Tests.debug.xcconfig"; sourceTree = "<group>"; }; | |
| 61 | + 9B7132FBB7AE0B03159AD9D174822744 /* Pods-DSLifeServiceModuleF_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DSLifeServiceModuleF_Tests.release.xcconfig"; sourceTree = "<group>"; }; | |
| 62 | + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; | |
| 63 | + ABB958B1A7A4903081F1EE37ACA96443 /* DSLifeServiceModuleF.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DSLifeServiceModuleF.xcconfig; sourceTree = "<group>"; }; | |
| 64 | + AF96534344A9BD3F69D39824AA014264 /* Pods-DSLifeServiceModuleF_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DSLifeServiceModuleF_Example.debug.xcconfig"; sourceTree = "<group>"; }; | |
| 65 | + BB74DDD1CCE85756355C852AB03F9C16 /* Pods-DSLifeServiceModuleF_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-DSLifeServiceModuleF_Example-acknowledgements.markdown"; sourceTree = "<group>"; }; | |
| 66 | + C030CF553B42514BFD39BF8249527D70 /* Pods-DSLifeServiceModuleF_Example-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DSLifeServiceModuleF_Example-Info.plist"; sourceTree = "<group>"; }; | |
| 67 | + D388D22D14AF5C88FCB3E3D00B61D4F1 /* Pods-DSLifeServiceModuleF_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-DSLifeServiceModuleF_Example-frameworks.sh"; sourceTree = "<group>"; }; | |
| 68 | + DDB466A9009B87B3C32E3F6F43BD1465 /* DSLifeServiceModuleF.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = DSLifeServiceModuleF.podspec; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; | |
| 69 | + E1CAF108631F288B64A209EDF5DB78FF /* Pods-DSLifeServiceModuleF_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-DSLifeServiceModuleF_Example.modulemap"; sourceTree = "<group>"; }; | |
| 70 | + E467412D9F782F85CDB7E2B4D515409E /* ReplaceMe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReplaceMe.m; path = DSLifeServiceModuleF/Classes/ReplaceMe.m; sourceTree = "<group>"; }; | |
| 71 | + EBBEBAAED8B7E9804B6B1A8F0A34C1F3 /* DSLifeServiceModuleF.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DSLifeServiceModuleF.framework; path = DSLifeServiceModuleF.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | |
| 72 | +/* End PBXFileReference section */ | |
| 73 | + | |
| 74 | +/* Begin PBXFrameworksBuildPhase section */ | |
| 75 | + 03A7E73445609DD810C5785E766A80C3 /* Frameworks */ = { | |
| 76 | + isa = PBXFrameworksBuildPhase; | |
| 77 | + buildActionMask = 2147483647; | |
| 78 | + files = ( | |
| 79 | + C7331F1613746924F9E92206BA53FCA7 /* Foundation.framework in Frameworks */, | |
| 80 | + ); | |
| 81 | + runOnlyForDeploymentPostprocessing = 0; | |
| 82 | + }; | |
| 83 | + 11C4BEE5BFFD699B7732034FA9D48A02 /* Frameworks */ = { | |
| 84 | + isa = PBXFrameworksBuildPhase; | |
| 85 | + buildActionMask = 2147483647; | |
| 86 | + files = ( | |
| 87 | + 94D7F4B4F58DF6C49E3E68C7ABDBC44B /* Foundation.framework in Frameworks */, | |
| 88 | + ); | |
| 89 | + runOnlyForDeploymentPostprocessing = 0; | |
| 90 | + }; | |
| 91 | + D78E3085D586F4C52963EA9342344CF4 /* Frameworks */ = { | |
| 92 | + isa = PBXFrameworksBuildPhase; | |
| 93 | + buildActionMask = 2147483647; | |
| 94 | + files = ( | |
| 95 | + 55B782309CE2614559316D4DF18A2A23 /* Foundation.framework in Frameworks */, | |
| 96 | + ); | |
| 97 | + runOnlyForDeploymentPostprocessing = 0; | |
| 98 | + }; | |
| 99 | +/* End PBXFrameworksBuildPhase section */ | |
| 100 | + | |
| 101 | +/* Begin PBXGroup section */ | |
| 102 | + 0055913251D09B970D856DFA5D843DC4 /* Pods-DSLifeServiceModuleF_Example */ = { | |
| 103 | + isa = PBXGroup; | |
| 104 | + children = ( | |
| 105 | + E1CAF108631F288B64A209EDF5DB78FF /* Pods-DSLifeServiceModuleF_Example.modulemap */, | |
| 106 | + BB74DDD1CCE85756355C852AB03F9C16 /* Pods-DSLifeServiceModuleF_Example-acknowledgements.markdown */, | |
| 107 | + 620AF0473FF2BBD07E7361BECE6F41D5 /* Pods-DSLifeServiceModuleF_Example-acknowledgements.plist */, | |
| 108 | + 00C73E3F5887E85E7F6C5828E7A31656 /* Pods-DSLifeServiceModuleF_Example-dummy.m */, | |
| 109 | + D388D22D14AF5C88FCB3E3D00B61D4F1 /* Pods-DSLifeServiceModuleF_Example-frameworks.sh */, | |
| 110 | + C030CF553B42514BFD39BF8249527D70 /* Pods-DSLifeServiceModuleF_Example-Info.plist */, | |
| 111 | + 3896AD0665CD79EF2252F2CCA1590D20 /* Pods-DSLifeServiceModuleF_Example-umbrella.h */, | |
| 112 | + AF96534344A9BD3F69D39824AA014264 /* Pods-DSLifeServiceModuleF_Example.debug.xcconfig */, | |
| 113 | + 71AEE0DE5704093F159956F3141DC48B /* Pods-DSLifeServiceModuleF_Example.release.xcconfig */, | |
| 114 | + ); | |
| 115 | + name = "Pods-DSLifeServiceModuleF_Example"; | |
| 116 | + path = "Target Support Files/Pods-DSLifeServiceModuleF_Example"; | |
| 117 | + sourceTree = "<group>"; | |
| 118 | + }; | |
| 119 | + 694D88E1B2FE4B98973C5D71B37B83DA /* DSLifeServiceModuleF */ = { | |
| 120 | + isa = PBXGroup; | |
| 121 | + children = ( | |
| 122 | + E467412D9F782F85CDB7E2B4D515409E /* ReplaceMe.m */, | |
| 123 | + 7CFCDACA763D57390614B8E872CF3D8C /* Pod */, | |
| 124 | + 794C2E41E4AB539CBC37860C5DA6CFE4 /* Support Files */, | |
| 125 | + ); | |
| 126 | + name = DSLifeServiceModuleF; | |
| 127 | + path = ../..; | |
| 128 | + sourceTree = "<group>"; | |
| 129 | + }; | |
| 130 | + 6CEAC3AA3F9F39E7283C147A4A47CA90 /* Products */ = { | |
| 131 | + isa = PBXGroup; | |
| 132 | + children = ( | |
| 133 | + EBBEBAAED8B7E9804B6B1A8F0A34C1F3 /* DSLifeServiceModuleF.framework */, | |
| 134 | + 3A9C57360BC53A0504E8E4DAB03DA92C /* Pods_DSLifeServiceModuleF_Example.framework */, | |
| 135 | + 81EB1EDC0CE0C0CC1B61A4EB3285B625 /* Pods_DSLifeServiceModuleF_Tests.framework */, | |
| 136 | + ); | |
| 137 | + name = Products; | |
| 138 | + sourceTree = "<group>"; | |
| 139 | + }; | |
| 140 | + 794C2E41E4AB539CBC37860C5DA6CFE4 /* Support Files */ = { | |
| 141 | + isa = PBXGroup; | |
| 142 | + children = ( | |
| 143 | + 80B528BE29AF91AD4D9DC6157A4BFB6A /* DSLifeServiceModuleF.modulemap */, | |
| 144 | + ABB958B1A7A4903081F1EE37ACA96443 /* DSLifeServiceModuleF.xcconfig */, | |
| 145 | + 811308AE02E9BA4A2DB79F16B53670F9 /* DSLifeServiceModuleF-dummy.m */, | |
| 146 | + 452927693F94B48B8F2BD70A1839A8EF /* DSLifeServiceModuleF-Info.plist */, | |
| 147 | + 3A7F7B7D21397C254D86275E8A305756 /* DSLifeServiceModuleF-prefix.pch */, | |
| 148 | + 4763FEE4F8120D8D826557403E0086C6 /* DSLifeServiceModuleF-umbrella.h */, | |
| 149 | + ); | |
| 150 | + name = "Support Files"; | |
| 151 | + path = "Example/Pods/Target Support Files/DSLifeServiceModuleF"; | |
| 152 | + sourceTree = "<group>"; | |
| 153 | + }; | |
| 154 | + 7CFCDACA763D57390614B8E872CF3D8C /* Pod */ = { | |
| 155 | + isa = PBXGroup; | |
| 156 | + children = ( | |
| 157 | + DDB466A9009B87B3C32E3F6F43BD1465 /* DSLifeServiceModuleF.podspec */, | |
| 158 | + 5BD4992412037A7876A08C06042ECE3F /* LICENSE */, | |
| 159 | + 6ACB67BE955C2E2144733701651DBFCE /* README.md */, | |
| 160 | + ); | |
| 161 | + name = Pod; | |
| 162 | + sourceTree = "<group>"; | |
| 163 | + }; | |
| 164 | + 856A386EAE9EE19D1AA566C03C6D946C /* Pods-DSLifeServiceModuleF_Tests */ = { | |
| 165 | + isa = PBXGroup; | |
| 166 | + children = ( | |
| 167 | + 89C7C96DC39B29A5559B5E09F6189AF0 /* Pods-DSLifeServiceModuleF_Tests.modulemap */, | |
| 168 | + 0A8BB816B6DE30B572F66A3BBD3B101F /* Pods-DSLifeServiceModuleF_Tests-acknowledgements.markdown */, | |
| 169 | + 850D0DBD10C7E2C90ACB376ADE5D1B6B /* Pods-DSLifeServiceModuleF_Tests-acknowledgements.plist */, | |
| 170 | + 546095EAC23DA8B7335EFB998AED50D3 /* Pods-DSLifeServiceModuleF_Tests-dummy.m */, | |
| 171 | + 367B5BDFE79FC28537E0396F66B6163A /* Pods-DSLifeServiceModuleF_Tests-Info.plist */, | |
| 172 | + 6C58C8E20827A2D0173BEF22CAF6D585 /* Pods-DSLifeServiceModuleF_Tests-umbrella.h */, | |
| 173 | + 8F634B0E971CA235FBABB2F89A6EC306 /* Pods-DSLifeServiceModuleF_Tests.debug.xcconfig */, | |
| 174 | + 9B7132FBB7AE0B03159AD9D174822744 /* Pods-DSLifeServiceModuleF_Tests.release.xcconfig */, | |
| 175 | + ); | |
| 176 | + name = "Pods-DSLifeServiceModuleF_Tests"; | |
| 177 | + path = "Target Support Files/Pods-DSLifeServiceModuleF_Tests"; | |
| 178 | + sourceTree = "<group>"; | |
| 179 | + }; | |
| 180 | + B044A9A43CD279E30A2AF9F9AC270C5B /* Targets Support Files */ = { | |
| 181 | + isa = PBXGroup; | |
| 182 | + children = ( | |
| 183 | + 0055913251D09B970D856DFA5D843DC4 /* Pods-DSLifeServiceModuleF_Example */, | |
| 184 | + 856A386EAE9EE19D1AA566C03C6D946C /* Pods-DSLifeServiceModuleF_Tests */, | |
| 185 | + ); | |
| 186 | + name = "Targets Support Files"; | |
| 187 | + sourceTree = "<group>"; | |
| 188 | + }; | |
| 189 | + C0834CEBB1379A84116EF29F93051C60 /* iOS */ = { | |
| 190 | + isa = PBXGroup; | |
| 191 | + children = ( | |
| 192 | + 3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */, | |
| 193 | + ); | |
| 194 | + name = iOS; | |
| 195 | + sourceTree = "<group>"; | |
| 196 | + }; | |
| 197 | + CF1408CF629C7361332E53B88F7BD30C = { | |
| 198 | + isa = PBXGroup; | |
| 199 | + children = ( | |
| 200 | + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, | |
| 201 | + EF790379B52F306A77B1ED6287479E10 /* Development Pods */, | |
| 202 | + D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */, | |
| 203 | + 6CEAC3AA3F9F39E7283C147A4A47CA90 /* Products */, | |
| 204 | + B044A9A43CD279E30A2AF9F9AC270C5B /* Targets Support Files */, | |
| 205 | + ); | |
| 206 | + sourceTree = "<group>"; | |
| 207 | + }; | |
| 208 | + D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */ = { | |
| 209 | + isa = PBXGroup; | |
| 210 | + children = ( | |
| 211 | + C0834CEBB1379A84116EF29F93051C60 /* iOS */, | |
| 212 | + ); | |
| 213 | + name = Frameworks; | |
| 214 | + sourceTree = "<group>"; | |
| 215 | + }; | |
| 216 | + EF790379B52F306A77B1ED6287479E10 /* Development Pods */ = { | |
| 217 | + isa = PBXGroup; | |
| 218 | + children = ( | |
| 219 | + 694D88E1B2FE4B98973C5D71B37B83DA /* DSLifeServiceModuleF */, | |
| 220 | + ); | |
| 221 | + name = "Development Pods"; | |
| 222 | + sourceTree = "<group>"; | |
| 223 | + }; | |
| 224 | +/* End PBXGroup section */ | |
| 225 | + | |
| 226 | +/* Begin PBXHeadersBuildPhase section */ | |
| 227 | + 7D4AB4EF7A1CCA390B53734FC0B87B7F /* Headers */ = { | |
| 228 | + isa = PBXHeadersBuildPhase; | |
| 229 | + buildActionMask = 2147483647; | |
| 230 | + files = ( | |
| 231 | + A3EE4A22A137CAE7D11DB31D3334D813 /* Pods-DSLifeServiceModuleF_Tests-umbrella.h in Headers */, | |
| 232 | + ); | |
| 233 | + runOnlyForDeploymentPostprocessing = 0; | |
| 234 | + }; | |
| 235 | + A78F841F770AE03C4072D2AE689D2583 /* Headers */ = { | |
| 236 | + isa = PBXHeadersBuildPhase; | |
| 237 | + buildActionMask = 2147483647; | |
| 238 | + files = ( | |
| 239 | + 3681998F3E3F161BAC2AA929B9730B42 /* DSLifeServiceModuleF-umbrella.h in Headers */, | |
| 240 | + ); | |
| 241 | + runOnlyForDeploymentPostprocessing = 0; | |
| 242 | + }; | |
| 243 | + BE308B1180BBBCFF341F937230E81F59 /* Headers */ = { | |
| 244 | + isa = PBXHeadersBuildPhase; | |
| 245 | + buildActionMask = 2147483647; | |
| 246 | + files = ( | |
| 247 | + B1550F02A54F63E6E51AD129F638628C /* Pods-DSLifeServiceModuleF_Example-umbrella.h in Headers */, | |
| 248 | + ); | |
| 249 | + runOnlyForDeploymentPostprocessing = 0; | |
| 250 | + }; | |
| 251 | +/* End PBXHeadersBuildPhase section */ | |
| 252 | + | |
| 253 | +/* Begin PBXNativeTarget section */ | |
| 254 | + 4E24063F300BD1835F12C98C992D8695 /* Pods-DSLifeServiceModuleF_Example */ = { | |
| 255 | + isa = PBXNativeTarget; | |
| 256 | + buildConfigurationList = 3ADBB8A686AAFC1CF2A20199319F7908 /* Build configuration list for PBXNativeTarget "Pods-DSLifeServiceModuleF_Example" */; | |
| 257 | + buildPhases = ( | |
| 258 | + BE308B1180BBBCFF341F937230E81F59 /* Headers */, | |
| 259 | + 636BA03EBCE32634A05F93178EBCC2C2 /* Sources */, | |
| 260 | + 03A7E73445609DD810C5785E766A80C3 /* Frameworks */, | |
| 261 | + 8F0FD845508ED38E0DFDE4B915F5FF4A /* Resources */, | |
| 262 | + ); | |
| 263 | + buildRules = ( | |
| 264 | + ); | |
| 265 | + dependencies = ( | |
| 266 | + 54AD3F20A293F77ACDC8F924076F1672 /* PBXTargetDependency */, | |
| 267 | + ); | |
| 268 | + name = "Pods-DSLifeServiceModuleF_Example"; | |
| 269 | + productName = "Pods-DSLifeServiceModuleF_Example"; | |
| 270 | + productReference = 3A9C57360BC53A0504E8E4DAB03DA92C /* Pods_DSLifeServiceModuleF_Example.framework */; | |
| 271 | + productType = "com.apple.product-type.framework"; | |
| 272 | + }; | |
| 273 | + 7E2CD8F620757EED9873C5C4BFA15C89 /* Pods-DSLifeServiceModuleF_Tests */ = { | |
| 274 | + isa = PBXNativeTarget; | |
| 275 | + buildConfigurationList = 041365EDDF83EF159DAF77881DC8B1E8 /* Build configuration list for PBXNativeTarget "Pods-DSLifeServiceModuleF_Tests" */; | |
| 276 | + buildPhases = ( | |
| 277 | + 7D4AB4EF7A1CCA390B53734FC0B87B7F /* Headers */, | |
| 278 | + 5F47E40A08F08B3E1AF115ECDD0E98D7 /* Sources */, | |
| 279 | + 11C4BEE5BFFD699B7732034FA9D48A02 /* Frameworks */, | |
| 280 | + 5A2F718F3ADA1F2F55A00D0D3439E87F /* Resources */, | |
| 281 | + ); | |
| 282 | + buildRules = ( | |
| 283 | + ); | |
| 284 | + dependencies = ( | |
| 285 | + 2FE39843EF7FA820510D8BB4DAF4EFF7 /* PBXTargetDependency */, | |
| 286 | + ); | |
| 287 | + name = "Pods-DSLifeServiceModuleF_Tests"; | |
| 288 | + productName = "Pods-DSLifeServiceModuleF_Tests"; | |
| 289 | + productReference = 81EB1EDC0CE0C0CC1B61A4EB3285B625 /* Pods_DSLifeServiceModuleF_Tests.framework */; | |
| 290 | + productType = "com.apple.product-type.framework"; | |
| 291 | + }; | |
| 292 | + B73F8C078EE15A2DA504A6DFF3E5BE96 /* DSLifeServiceModuleF */ = { | |
| 293 | + isa = PBXNativeTarget; | |
| 294 | + buildConfigurationList = 2787CCDCAB06574176FFBB8CE315323E /* Build configuration list for PBXNativeTarget "DSLifeServiceModuleF" */; | |
| 295 | + buildPhases = ( | |
| 296 | + A78F841F770AE03C4072D2AE689D2583 /* Headers */, | |
| 297 | + 8CACA7858308FA4C1F10574052A82B4C /* Sources */, | |
| 298 | + D78E3085D586F4C52963EA9342344CF4 /* Frameworks */, | |
| 299 | + 380B47F04E7DCA676A9BB7368E97F0F5 /* Resources */, | |
| 300 | + ); | |
| 301 | + buildRules = ( | |
| 302 | + ); | |
| 303 | + dependencies = ( | |
| 304 | + ); | |
| 305 | + name = DSLifeServiceModuleF; | |
| 306 | + productName = DSLifeServiceModuleF; | |
| 307 | + productReference = EBBEBAAED8B7E9804B6B1A8F0A34C1F3 /* DSLifeServiceModuleF.framework */; | |
| 308 | + productType = "com.apple.product-type.framework"; | |
| 309 | + }; | |
| 310 | +/* End PBXNativeTarget section */ | |
| 311 | + | |
| 312 | +/* Begin PBXProject section */ | |
| 313 | + BFDFE7DC352907FC980B868725387E98 /* Project object */ = { | |
| 314 | + isa = PBXProject; | |
| 315 | + attributes = { | |
| 316 | + LastSwiftUpdateCheck = 1100; | |
| 317 | + LastUpgradeCheck = 1100; | |
| 318 | + }; | |
| 319 | + buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */; | |
| 320 | + compatibilityVersion = "Xcode 3.2"; | |
| 321 | + developmentRegion = en; | |
| 322 | + hasScannedForEncodings = 0; | |
| 323 | + knownRegions = ( | |
| 324 | + en, | |
| 325 | + Base, | |
| 326 | + ); | |
| 327 | + mainGroup = CF1408CF629C7361332E53B88F7BD30C; | |
| 328 | + productRefGroup = 6CEAC3AA3F9F39E7283C147A4A47CA90 /* Products */; | |
| 329 | + projectDirPath = ""; | |
| 330 | + projectRoot = ""; | |
| 331 | + targets = ( | |
| 332 | + B73F8C078EE15A2DA504A6DFF3E5BE96 /* DSLifeServiceModuleF */, | |
| 333 | + 4E24063F300BD1835F12C98C992D8695 /* Pods-DSLifeServiceModuleF_Example */, | |
| 334 | + 7E2CD8F620757EED9873C5C4BFA15C89 /* Pods-DSLifeServiceModuleF_Tests */, | |
| 335 | + ); | |
| 336 | + }; | |
| 337 | +/* End PBXProject section */ | |
| 338 | + | |
| 339 | +/* Begin PBXResourcesBuildPhase section */ | |
| 340 | + 380B47F04E7DCA676A9BB7368E97F0F5 /* Resources */ = { | |
| 341 | + isa = PBXResourcesBuildPhase; | |
| 342 | + buildActionMask = 2147483647; | |
| 343 | + files = ( | |
| 344 | + ); | |
| 345 | + runOnlyForDeploymentPostprocessing = 0; | |
| 346 | + }; | |
| 347 | + 5A2F718F3ADA1F2F55A00D0D3439E87F /* Resources */ = { | |
| 348 | + isa = PBXResourcesBuildPhase; | |
| 349 | + buildActionMask = 2147483647; | |
| 350 | + files = ( | |
| 351 | + ); | |
| 352 | + runOnlyForDeploymentPostprocessing = 0; | |
| 353 | + }; | |
| 354 | + 8F0FD845508ED38E0DFDE4B915F5FF4A /* Resources */ = { | |
| 355 | + isa = PBXResourcesBuildPhase; | |
| 356 | + buildActionMask = 2147483647; | |
| 357 | + files = ( | |
| 358 | + ); | |
| 359 | + runOnlyForDeploymentPostprocessing = 0; | |
| 360 | + }; | |
| 361 | +/* End PBXResourcesBuildPhase section */ | |
| 362 | + | |
| 363 | +/* Begin PBXSourcesBuildPhase section */ | |
| 364 | + 5F47E40A08F08B3E1AF115ECDD0E98D7 /* Sources */ = { | |
| 365 | + isa = PBXSourcesBuildPhase; | |
| 366 | + buildActionMask = 2147483647; | |
| 367 | + files = ( | |
| 368 | + BCD3DCFF259140480A1FA0177FAFFFAB /* Pods-DSLifeServiceModuleF_Tests-dummy.m in Sources */, | |
| 369 | + ); | |
| 370 | + runOnlyForDeploymentPostprocessing = 0; | |
| 371 | + }; | |
| 372 | + 636BA03EBCE32634A05F93178EBCC2C2 /* Sources */ = { | |
| 373 | + isa = PBXSourcesBuildPhase; | |
| 374 | + buildActionMask = 2147483647; | |
| 375 | + files = ( | |
| 376 | + 277341F66D88FA2AF4A30735AC50BFBF /* Pods-DSLifeServiceModuleF_Example-dummy.m in Sources */, | |
| 377 | + ); | |
| 378 | + runOnlyForDeploymentPostprocessing = 0; | |
| 379 | + }; | |
| 380 | + 8CACA7858308FA4C1F10574052A82B4C /* Sources */ = { | |
| 381 | + isa = PBXSourcesBuildPhase; | |
| 382 | + buildActionMask = 2147483647; | |
| 383 | + files = ( | |
| 384 | + 4C7EBFA8F1DB59CE06B7F874119BE1DD /* DSLifeServiceModuleF-dummy.m in Sources */, | |
| 385 | + 13C076036B8768C9DCE7E2F1549CFAB0 /* ReplaceMe.m in Sources */, | |
| 386 | + ); | |
| 387 | + runOnlyForDeploymentPostprocessing = 0; | |
| 388 | + }; | |
| 389 | +/* End PBXSourcesBuildPhase section */ | |
| 390 | + | |
| 391 | +/* Begin PBXTargetDependency section */ | |
| 392 | + 2FE39843EF7FA820510D8BB4DAF4EFF7 /* PBXTargetDependency */ = { | |
| 393 | + isa = PBXTargetDependency; | |
| 394 | + name = "Pods-DSLifeServiceModuleF_Example"; | |
| 395 | + target = 4E24063F300BD1835F12C98C992D8695 /* Pods-DSLifeServiceModuleF_Example */; | |
| 396 | + targetProxy = CA3F48B10398841991C3218326757B87 /* PBXContainerItemProxy */; | |
| 397 | + }; | |
| 398 | + 54AD3F20A293F77ACDC8F924076F1672 /* PBXTargetDependency */ = { | |
| 399 | + isa = PBXTargetDependency; | |
| 400 | + name = DSLifeServiceModuleF; | |
| 401 | + target = B73F8C078EE15A2DA504A6DFF3E5BE96 /* DSLifeServiceModuleF */; | |
| 402 | + targetProxy = FBBDB9DAF914C4FC9E1FBC2A0C0CAE24 /* PBXContainerItemProxy */; | |
| 403 | + }; | |
| 404 | +/* End PBXTargetDependency section */ | |
| 405 | + | |
| 406 | +/* Begin XCBuildConfiguration section */ | |
| 407 | + 3895F1E8403A3EC9DC2847B924658727 /* Release */ = { | |
| 408 | + isa = XCBuildConfiguration; | |
| 409 | + baseConfigurationReference = ABB958B1A7A4903081F1EE37ACA96443 /* DSLifeServiceModuleF.xcconfig */; | |
| 410 | + buildSettings = { | |
| 411 | + CODE_SIGN_IDENTITY = ""; | |
| 412 | + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; | |
| 413 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |
| 414 | + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; | |
| 415 | + CURRENT_PROJECT_VERSION = 1; | |
| 416 | + DEFINES_MODULE = YES; | |
| 417 | + DYLIB_COMPATIBILITY_VERSION = 1; | |
| 418 | + DYLIB_CURRENT_VERSION = 1; | |
| 419 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; | |
| 420 | + GCC_PREFIX_HEADER = "Target Support Files/DSLifeServiceModuleF/DSLifeServiceModuleF-prefix.pch"; | |
| 421 | + INFOPLIST_FILE = "Target Support Files/DSLifeServiceModuleF/DSLifeServiceModuleF-Info.plist"; | |
| 422 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | |
| 423 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; | |
| 424 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | |
| 425 | + MODULEMAP_FILE = "Target Support Files/DSLifeServiceModuleF/DSLifeServiceModuleF.modulemap"; | |
| 426 | + PRODUCT_MODULE_NAME = DSLifeServiceModuleF; | |
| 427 | + PRODUCT_NAME = DSLifeServiceModuleF; | |
| 428 | + SDKROOT = iphoneos; | |
| 429 | + SKIP_INSTALL = YES; | |
| 430 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; | |
| 431 | + SWIFT_VERSION = 4.0; | |
| 432 | + TARGETED_DEVICE_FAMILY = "1,2"; | |
| 433 | + VALIDATE_PRODUCT = YES; | |
| 434 | + VERSIONING_SYSTEM = "apple-generic"; | |
| 435 | + VERSION_INFO_PREFIX = ""; | |
| 436 | + }; | |
| 437 | + name = Release; | |
| 438 | + }; | |
| 439 | + 4BE66A09A74FD25164AAB3C2645B9B93 /* Release */ = { | |
| 440 | + isa = XCBuildConfiguration; | |
| 441 | + buildSettings = { | |
| 442 | + ALWAYS_SEARCH_USER_PATHS = NO; | |
| 443 | + CLANG_ANALYZER_NONNULL = YES; | |
| 444 | + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | |
| 445 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; | |
| 446 | + CLANG_CXX_LIBRARY = "libc++"; | |
| 447 | + CLANG_ENABLE_MODULES = YES; | |
| 448 | + CLANG_ENABLE_OBJC_ARC = YES; | |
| 449 | + CLANG_ENABLE_OBJC_WEAK = YES; | |
| 450 | + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |
| 451 | + CLANG_WARN_BOOL_CONVERSION = YES; | |
| 452 | + CLANG_WARN_COMMA = YES; | |
| 453 | + CLANG_WARN_CONSTANT_CONVERSION = YES; | |
| 454 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; | |
| 455 | + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | |
| 456 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | |
| 457 | + CLANG_WARN_EMPTY_BODY = YES; | |
| 458 | + CLANG_WARN_ENUM_CONVERSION = YES; | |
| 459 | + CLANG_WARN_INFINITE_RECURSION = YES; | |
| 460 | + CLANG_WARN_INT_CONVERSION = YES; | |
| 461 | + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | |
| 462 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | |
| 463 | + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | |
| 464 | + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | |
| 465 | + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | |
| 466 | + CLANG_WARN_STRICT_PROTOTYPES = YES; | |
| 467 | + CLANG_WARN_SUSPICIOUS_MOVE = YES; | |
| 468 | + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | |
| 469 | + CLANG_WARN_UNREACHABLE_CODE = YES; | |
| 470 | + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
| 471 | + COPY_PHASE_STRIP = NO; | |
| 472 | + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |
| 473 | + ENABLE_NS_ASSERTIONS = NO; | |
| 474 | + ENABLE_STRICT_OBJC_MSGSEND = YES; | |
| 475 | + GCC_C_LANGUAGE_STANDARD = gnu11; | |
| 476 | + GCC_NO_COMMON_BLOCKS = YES; | |
| 477 | + GCC_PREPROCESSOR_DEFINITIONS = ( | |
| 478 | + "POD_CONFIGURATION_RELEASE=1", | |
| 479 | + "$(inherited)", | |
| 480 | + ); | |
| 481 | + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
| 482 | + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | |
| 483 | + GCC_WARN_UNDECLARED_SELECTOR = YES; | |
| 484 | + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | |
| 485 | + GCC_WARN_UNUSED_FUNCTION = YES; | |
| 486 | + GCC_WARN_UNUSED_VARIABLE = YES; | |
| 487 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; | |
| 488 | + MTL_ENABLE_DEBUG_INFO = NO; | |
| 489 | + MTL_FAST_MATH = YES; | |
| 490 | + PRODUCT_NAME = "$(TARGET_NAME)"; | |
| 491 | + STRIP_INSTALLED_PRODUCT = NO; | |
| 492 | + SWIFT_COMPILATION_MODE = wholemodule; | |
| 493 | + SWIFT_OPTIMIZATION_LEVEL = "-O"; | |
| 494 | + SWIFT_VERSION = 5.0; | |
| 495 | + SYMROOT = "${SRCROOT}/../build"; | |
| 496 | + }; | |
| 497 | + name = Release; | |
| 498 | + }; | |
| 499 | + 69AAEF12AFB123546CBBD228237F2D8A /* Debug */ = { | |
| 500 | + isa = XCBuildConfiguration; | |
| 501 | + baseConfigurationReference = ABB958B1A7A4903081F1EE37ACA96443 /* DSLifeServiceModuleF.xcconfig */; | |
| 502 | + buildSettings = { | |
| 503 | + CODE_SIGN_IDENTITY = ""; | |
| 504 | + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; | |
| 505 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |
| 506 | + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; | |
| 507 | + CURRENT_PROJECT_VERSION = 1; | |
| 508 | + DEFINES_MODULE = YES; | |
| 509 | + DYLIB_COMPATIBILITY_VERSION = 1; | |
| 510 | + DYLIB_CURRENT_VERSION = 1; | |
| 511 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; | |
| 512 | + GCC_PREFIX_HEADER = "Target Support Files/DSLifeServiceModuleF/DSLifeServiceModuleF-prefix.pch"; | |
| 513 | + INFOPLIST_FILE = "Target Support Files/DSLifeServiceModuleF/DSLifeServiceModuleF-Info.plist"; | |
| 514 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | |
| 515 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; | |
| 516 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | |
| 517 | + MODULEMAP_FILE = "Target Support Files/DSLifeServiceModuleF/DSLifeServiceModuleF.modulemap"; | |
| 518 | + PRODUCT_MODULE_NAME = DSLifeServiceModuleF; | |
| 519 | + PRODUCT_NAME = DSLifeServiceModuleF; | |
| 520 | + SDKROOT = iphoneos; | |
| 521 | + SKIP_INSTALL = YES; | |
| 522 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; | |
| 523 | + SWIFT_VERSION = 4.0; | |
| 524 | + TARGETED_DEVICE_FAMILY = "1,2"; | |
| 525 | + VERSIONING_SYSTEM = "apple-generic"; | |
| 526 | + VERSION_INFO_PREFIX = ""; | |
| 527 | + }; | |
| 528 | + name = Debug; | |
| 529 | + }; | |
| 530 | + 6E696F972865F610EFD05EB8C8019004 /* Debug */ = { | |
| 531 | + isa = XCBuildConfiguration; | |
| 532 | + baseConfigurationReference = 8F634B0E971CA235FBABB2F89A6EC306 /* Pods-DSLifeServiceModuleF_Tests.debug.xcconfig */; | |
| 533 | + buildSettings = { | |
| 534 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; | |
| 535 | + CODE_SIGN_IDENTITY = ""; | |
| 536 | + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; | |
| 537 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |
| 538 | + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; | |
| 539 | + CURRENT_PROJECT_VERSION = 1; | |
| 540 | + DEFINES_MODULE = YES; | |
| 541 | + DYLIB_COMPATIBILITY_VERSION = 1; | |
| 542 | + DYLIB_CURRENT_VERSION = 1; | |
| 543 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; | |
| 544 | + INFOPLIST_FILE = "Target Support Files/Pods-DSLifeServiceModuleF_Tests/Pods-DSLifeServiceModuleF_Tests-Info.plist"; | |
| 545 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | |
| 546 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; | |
| 547 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | |
| 548 | + MACH_O_TYPE = staticlib; | |
| 549 | + MODULEMAP_FILE = "Target Support Files/Pods-DSLifeServiceModuleF_Tests/Pods-DSLifeServiceModuleF_Tests.modulemap"; | |
| 550 | + OTHER_LDFLAGS = ""; | |
| 551 | + OTHER_LIBTOOLFLAGS = ""; | |
| 552 | + PODS_ROOT = "$(SRCROOT)"; | |
| 553 | + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; | |
| 554 | + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; | |
| 555 | + SDKROOT = iphoneos; | |
| 556 | + SKIP_INSTALL = YES; | |
| 557 | + TARGETED_DEVICE_FAMILY = "1,2"; | |
| 558 | + VERSIONING_SYSTEM = "apple-generic"; | |
| 559 | + VERSION_INFO_PREFIX = ""; | |
| 560 | + }; | |
| 561 | + name = Debug; | |
| 562 | + }; | |
| 563 | + 7EF7227D9B20A1D549000096ACCB23D7 /* Debug */ = { | |
| 564 | + isa = XCBuildConfiguration; | |
| 565 | + buildSettings = { | |
| 566 | + ALWAYS_SEARCH_USER_PATHS = NO; | |
| 567 | + CLANG_ANALYZER_NONNULL = YES; | |
| 568 | + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | |
| 569 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; | |
| 570 | + CLANG_CXX_LIBRARY = "libc++"; | |
| 571 | + CLANG_ENABLE_MODULES = YES; | |
| 572 | + CLANG_ENABLE_OBJC_ARC = YES; | |
| 573 | + CLANG_ENABLE_OBJC_WEAK = YES; | |
| 574 | + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |
| 575 | + CLANG_WARN_BOOL_CONVERSION = YES; | |
| 576 | + CLANG_WARN_COMMA = YES; | |
| 577 | + CLANG_WARN_CONSTANT_CONVERSION = YES; | |
| 578 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; | |
| 579 | + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | |
| 580 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | |
| 581 | + CLANG_WARN_EMPTY_BODY = YES; | |
| 582 | + CLANG_WARN_ENUM_CONVERSION = YES; | |
| 583 | + CLANG_WARN_INFINITE_RECURSION = YES; | |
| 584 | + CLANG_WARN_INT_CONVERSION = YES; | |
| 585 | + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | |
| 586 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | |
| 587 | + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | |
| 588 | + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | |
| 589 | + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | |
| 590 | + CLANG_WARN_STRICT_PROTOTYPES = YES; | |
| 591 | + CLANG_WARN_SUSPICIOUS_MOVE = YES; | |
| 592 | + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | |
| 593 | + CLANG_WARN_UNREACHABLE_CODE = YES; | |
| 594 | + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
| 595 | + COPY_PHASE_STRIP = NO; | |
| 596 | + DEBUG_INFORMATION_FORMAT = dwarf; | |
| 597 | + ENABLE_STRICT_OBJC_MSGSEND = YES; | |
| 598 | + ENABLE_TESTABILITY = YES; | |
| 599 | + GCC_C_LANGUAGE_STANDARD = gnu11; | |
| 600 | + GCC_DYNAMIC_NO_PIC = NO; | |
| 601 | + GCC_NO_COMMON_BLOCKS = YES; | |
| 602 | + GCC_OPTIMIZATION_LEVEL = 0; | |
| 603 | + GCC_PREPROCESSOR_DEFINITIONS = ( | |
| 604 | + "POD_CONFIGURATION_DEBUG=1", | |
| 605 | + "DEBUG=1", | |
| 606 | + "$(inherited)", | |
| 607 | + ); | |
| 608 | + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
| 609 | + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | |
| 610 | + GCC_WARN_UNDECLARED_SELECTOR = YES; | |
| 611 | + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | |
| 612 | + GCC_WARN_UNUSED_FUNCTION = YES; | |
| 613 | + GCC_WARN_UNUSED_VARIABLE = YES; | |
| 614 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; | |
| 615 | + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; | |
| 616 | + MTL_FAST_MATH = YES; | |
| 617 | + ONLY_ACTIVE_ARCH = YES; | |
| 618 | + PRODUCT_NAME = "$(TARGET_NAME)"; | |
| 619 | + STRIP_INSTALLED_PRODUCT = NO; | |
| 620 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; | |
| 621 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | |
| 622 | + SWIFT_VERSION = 5.0; | |
| 623 | + SYMROOT = "${SRCROOT}/../build"; | |
| 624 | + }; | |
| 625 | + name = Debug; | |
| 626 | + }; | |
| 627 | + AA942999EF282BC67126560D131FEEFB /* Release */ = { | |
| 628 | + isa = XCBuildConfiguration; | |
| 629 | + baseConfigurationReference = 71AEE0DE5704093F159956F3141DC48B /* Pods-DSLifeServiceModuleF_Example.release.xcconfig */; | |
| 630 | + buildSettings = { | |
| 631 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; | |
| 632 | + CODE_SIGN_IDENTITY = ""; | |
| 633 | + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; | |
| 634 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |
| 635 | + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; | |
| 636 | + CURRENT_PROJECT_VERSION = 1; | |
| 637 | + DEFINES_MODULE = YES; | |
| 638 | + DYLIB_COMPATIBILITY_VERSION = 1; | |
| 639 | + DYLIB_CURRENT_VERSION = 1; | |
| 640 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; | |
| 641 | + INFOPLIST_FILE = "Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example-Info.plist"; | |
| 642 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | |
| 643 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; | |
| 644 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | |
| 645 | + MACH_O_TYPE = staticlib; | |
| 646 | + MODULEMAP_FILE = "Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example.modulemap"; | |
| 647 | + OTHER_LDFLAGS = ""; | |
| 648 | + OTHER_LIBTOOLFLAGS = ""; | |
| 649 | + PODS_ROOT = "$(SRCROOT)"; | |
| 650 | + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; | |
| 651 | + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; | |
| 652 | + SDKROOT = iphoneos; | |
| 653 | + SKIP_INSTALL = YES; | |
| 654 | + TARGETED_DEVICE_FAMILY = "1,2"; | |
| 655 | + VALIDATE_PRODUCT = YES; | |
| 656 | + VERSIONING_SYSTEM = "apple-generic"; | |
| 657 | + VERSION_INFO_PREFIX = ""; | |
| 658 | + }; | |
| 659 | + name = Release; | |
| 660 | + }; | |
| 661 | + BDE2CDEEE052CC44264B5739CA62E820 /* Debug */ = { | |
| 662 | + isa = XCBuildConfiguration; | |
| 663 | + baseConfigurationReference = AF96534344A9BD3F69D39824AA014264 /* Pods-DSLifeServiceModuleF_Example.debug.xcconfig */; | |
| 664 | + buildSettings = { | |
| 665 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; | |
| 666 | + CODE_SIGN_IDENTITY = ""; | |
| 667 | + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; | |
| 668 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |
| 669 | + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; | |
| 670 | + CURRENT_PROJECT_VERSION = 1; | |
| 671 | + DEFINES_MODULE = YES; | |
| 672 | + DYLIB_COMPATIBILITY_VERSION = 1; | |
| 673 | + DYLIB_CURRENT_VERSION = 1; | |
| 674 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; | |
| 675 | + INFOPLIST_FILE = "Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example-Info.plist"; | |
| 676 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | |
| 677 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; | |
| 678 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | |
| 679 | + MACH_O_TYPE = staticlib; | |
| 680 | + MODULEMAP_FILE = "Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example.modulemap"; | |
| 681 | + OTHER_LDFLAGS = ""; | |
| 682 | + OTHER_LIBTOOLFLAGS = ""; | |
| 683 | + PODS_ROOT = "$(SRCROOT)"; | |
| 684 | + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; | |
| 685 | + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; | |
| 686 | + SDKROOT = iphoneos; | |
| 687 | + SKIP_INSTALL = YES; | |
| 688 | + TARGETED_DEVICE_FAMILY = "1,2"; | |
| 689 | + VERSIONING_SYSTEM = "apple-generic"; | |
| 690 | + VERSION_INFO_PREFIX = ""; | |
| 691 | + }; | |
| 692 | + name = Debug; | |
| 693 | + }; | |
| 694 | + DE9D2BBAF4A9A29D8661F557A1E32268 /* Release */ = { | |
| 695 | + isa = XCBuildConfiguration; | |
| 696 | + baseConfigurationReference = 9B7132FBB7AE0B03159AD9D174822744 /* Pods-DSLifeServiceModuleF_Tests.release.xcconfig */; | |
| 697 | + buildSettings = { | |
| 698 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; | |
| 699 | + CODE_SIGN_IDENTITY = ""; | |
| 700 | + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; | |
| 701 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |
| 702 | + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; | |
| 703 | + CURRENT_PROJECT_VERSION = 1; | |
| 704 | + DEFINES_MODULE = YES; | |
| 705 | + DYLIB_COMPATIBILITY_VERSION = 1; | |
| 706 | + DYLIB_CURRENT_VERSION = 1; | |
| 707 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; | |
| 708 | + INFOPLIST_FILE = "Target Support Files/Pods-DSLifeServiceModuleF_Tests/Pods-DSLifeServiceModuleF_Tests-Info.plist"; | |
| 709 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | |
| 710 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; | |
| 711 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | |
| 712 | + MACH_O_TYPE = staticlib; | |
| 713 | + MODULEMAP_FILE = "Target Support Files/Pods-DSLifeServiceModuleF_Tests/Pods-DSLifeServiceModuleF_Tests.modulemap"; | |
| 714 | + OTHER_LDFLAGS = ""; | |
| 715 | + OTHER_LIBTOOLFLAGS = ""; | |
| 716 | + PODS_ROOT = "$(SRCROOT)"; | |
| 717 | + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; | |
| 718 | + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; | |
| 719 | + SDKROOT = iphoneos; | |
| 720 | + SKIP_INSTALL = YES; | |
| 721 | + TARGETED_DEVICE_FAMILY = "1,2"; | |
| 722 | + VALIDATE_PRODUCT = YES; | |
| 723 | + VERSIONING_SYSTEM = "apple-generic"; | |
| 724 | + VERSION_INFO_PREFIX = ""; | |
| 725 | + }; | |
| 726 | + name = Release; | |
| 727 | + }; | |
| 728 | +/* End XCBuildConfiguration section */ | |
| 729 | + | |
| 730 | +/* Begin XCConfigurationList section */ | |
| 731 | + 041365EDDF83EF159DAF77881DC8B1E8 /* Build configuration list for PBXNativeTarget "Pods-DSLifeServiceModuleF_Tests" */ = { | |
| 732 | + isa = XCConfigurationList; | |
| 733 | + buildConfigurations = ( | |
| 734 | + 6E696F972865F610EFD05EB8C8019004 /* Debug */, | |
| 735 | + DE9D2BBAF4A9A29D8661F557A1E32268 /* Release */, | |
| 736 | + ); | |
| 737 | + defaultConfigurationIsVisible = 0; | |
| 738 | + defaultConfigurationName = Release; | |
| 739 | + }; | |
| 740 | + 2787CCDCAB06574176FFBB8CE315323E /* Build configuration list for PBXNativeTarget "DSLifeServiceModuleF" */ = { | |
| 741 | + isa = XCConfigurationList; | |
| 742 | + buildConfigurations = ( | |
| 743 | + 69AAEF12AFB123546CBBD228237F2D8A /* Debug */, | |
| 744 | + 3895F1E8403A3EC9DC2847B924658727 /* Release */, | |
| 745 | + ); | |
| 746 | + defaultConfigurationIsVisible = 0; | |
| 747 | + defaultConfigurationName = Release; | |
| 748 | + }; | |
| 749 | + 3ADBB8A686AAFC1CF2A20199319F7908 /* Build configuration list for PBXNativeTarget "Pods-DSLifeServiceModuleF_Example" */ = { | |
| 750 | + isa = XCConfigurationList; | |
| 751 | + buildConfigurations = ( | |
| 752 | + BDE2CDEEE052CC44264B5739CA62E820 /* Debug */, | |
| 753 | + AA942999EF282BC67126560D131FEEFB /* Release */, | |
| 754 | + ); | |
| 755 | + defaultConfigurationIsVisible = 0; | |
| 756 | + defaultConfigurationName = Release; | |
| 757 | + }; | |
| 758 | + 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { | |
| 759 | + isa = XCConfigurationList; | |
| 760 | + buildConfigurations = ( | |
| 761 | + 7EF7227D9B20A1D549000096ACCB23D7 /* Debug */, | |
| 762 | + 4BE66A09A74FD25164AAB3C2645B9B93 /* Release */, | |
| 763 | + ); | |
| 764 | + defaultConfigurationIsVisible = 0; | |
| 765 | + defaultConfigurationName = Release; | |
| 766 | + }; | |
| 767 | +/* End XCConfigurationList section */ | |
| 768 | + }; | |
| 769 | + rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */; | |
| 770 | +} | ... | ... |
Example/Pods/Pods.xcodeproj/xcuserdata/zhaolin.xcuserdatad/xcschemes/DSLifeServiceModuleF.xcscheme
0 → 100644
| 1 | +++ a/Example/Pods/Pods.xcodeproj/xcuserdata/zhaolin.xcuserdatad/xcschemes/DSLifeServiceModuleF.xcscheme | |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<Scheme | |
| 3 | + LastUpgradeVersion = "1100" | |
| 4 | + version = "1.3"> | |
| 5 | + <BuildAction | |
| 6 | + parallelizeBuildables = "YES" | |
| 7 | + buildImplicitDependencies = "YES"> | |
| 8 | + <BuildActionEntries> | |
| 9 | + <BuildActionEntry | |
| 10 | + buildForAnalyzing = "YES" | |
| 11 | + buildForTesting = "YES" | |
| 12 | + buildForRunning = "YES" | |
| 13 | + buildForProfiling = "YES" | |
| 14 | + buildForArchiving = "YES"> | |
| 15 | + <BuildableReference | |
| 16 | + BuildableIdentifier = "primary" | |
| 17 | + BlueprintIdentifier = "B73F8C078EE15A2DA504A6DFF3E5BE96" | |
| 18 | + BuildableName = "DSLifeServiceModuleF.framework" | |
| 19 | + BlueprintName = "DSLifeServiceModuleF" | |
| 20 | + ReferencedContainer = "container:Pods.xcodeproj"> | |
| 21 | + </BuildableReference> | |
| 22 | + </BuildActionEntry> | |
| 23 | + </BuildActionEntries> | |
| 24 | + </BuildAction> | |
| 25 | + <TestAction | |
| 26 | + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | |
| 27 | + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |
| 28 | + shouldUseLaunchSchemeArgsEnv = "YES" | |
| 29 | + buildConfiguration = "Debug"> | |
| 30 | + <AdditionalOptions> | |
| 31 | + </AdditionalOptions> | |
| 32 | + </TestAction> | |
| 33 | + <LaunchAction | |
| 34 | + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | |
| 35 | + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |
| 36 | + launchStyle = "0" | |
| 37 | + useCustomWorkingDirectory = "NO" | |
| 38 | + ignoresPersistentStateOnLaunch = "NO" | |
| 39 | + debugDocumentVersioning = "YES" | |
| 40 | + debugServiceExtension = "internal" | |
| 41 | + buildConfiguration = "Debug" | |
| 42 | + allowLocationSimulation = "YES"> | |
| 43 | + <AdditionalOptions> | |
| 44 | + </AdditionalOptions> | |
| 45 | + </LaunchAction> | |
| 46 | + <ProfileAction | |
| 47 | + savedToolIdentifier = "" | |
| 48 | + useCustomWorkingDirectory = "NO" | |
| 49 | + debugDocumentVersioning = "YES" | |
| 50 | + buildConfiguration = "Release" | |
| 51 | + shouldUseLaunchSchemeArgsEnv = "YES"> | |
| 52 | + </ProfileAction> | |
| 53 | + <AnalyzeAction | |
| 54 | + buildConfiguration = "Debug"> | |
| 55 | + </AnalyzeAction> | |
| 56 | + <ArchiveAction | |
| 57 | + buildConfiguration = "Release" | |
| 58 | + revealArchiveInOrganizer = "YES"> | |
| 59 | + </ArchiveAction> | |
| 60 | +</Scheme> | ... | ... |
Example/Pods/Pods.xcodeproj/xcuserdata/zhaolin.xcuserdatad/xcschemes/Pods-DSLifeServiceModuleF_Example.xcscheme
0 → 100644
| 1 | +++ a/Example/Pods/Pods.xcodeproj/xcuserdata/zhaolin.xcuserdatad/xcschemes/Pods-DSLifeServiceModuleF_Example.xcscheme | |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<Scheme | |
| 3 | + LastUpgradeVersion = "1100" | |
| 4 | + version = "1.3"> | |
| 5 | + <BuildAction | |
| 6 | + parallelizeBuildables = "YES" | |
| 7 | + buildImplicitDependencies = "YES"> | |
| 8 | + <BuildActionEntries> | |
| 9 | + <BuildActionEntry | |
| 10 | + buildForTesting = "YES" | |
| 11 | + buildForRunning = "YES" | |
| 12 | + buildForProfiling = "YES" | |
| 13 | + buildForArchiving = "YES" | |
| 14 | + buildForAnalyzing = "YES"> | |
| 15 | + <BuildableReference | |
| 16 | + BuildableIdentifier = "primary" | |
| 17 | + BlueprintIdentifier = "4E24063F300BD1835F12C98C992D8695" | |
| 18 | + BuildableName = "Pods_DSLifeServiceModuleF_Example.framework" | |
| 19 | + BlueprintName = "Pods-DSLifeServiceModuleF_Example" | |
| 20 | + ReferencedContainer = "container:Pods.xcodeproj"> | |
| 21 | + </BuildableReference> | |
| 22 | + </BuildActionEntry> | |
| 23 | + </BuildActionEntries> | |
| 24 | + </BuildAction> | |
| 25 | + <TestAction | |
| 26 | + buildConfiguration = "Debug" | |
| 27 | + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | |
| 28 | + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |
| 29 | + shouldUseLaunchSchemeArgsEnv = "YES"> | |
| 30 | + <Testables> | |
| 31 | + </Testables> | |
| 32 | + </TestAction> | |
| 33 | + <LaunchAction | |
| 34 | + buildConfiguration = "Debug" | |
| 35 | + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | |
| 36 | + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |
| 37 | + launchStyle = "0" | |
| 38 | + useCustomWorkingDirectory = "NO" | |
| 39 | + ignoresPersistentStateOnLaunch = "NO" | |
| 40 | + debugDocumentVersioning = "YES" | |
| 41 | + debugServiceExtension = "internal" | |
| 42 | + allowLocationSimulation = "YES"> | |
| 43 | + </LaunchAction> | |
| 44 | + <ProfileAction | |
| 45 | + buildConfiguration = "Release" | |
| 46 | + shouldUseLaunchSchemeArgsEnv = "YES" | |
| 47 | + savedToolIdentifier = "" | |
| 48 | + useCustomWorkingDirectory = "NO" | |
| 49 | + debugDocumentVersioning = "YES"> | |
| 50 | + </ProfileAction> | |
| 51 | + <AnalyzeAction | |
| 52 | + buildConfiguration = "Debug"> | |
| 53 | + </AnalyzeAction> | |
| 54 | + <ArchiveAction | |
| 55 | + buildConfiguration = "Release" | |
| 56 | + revealArchiveInOrganizer = "YES"> | |
| 57 | + </ArchiveAction> | |
| 58 | +</Scheme> | ... | ... |
Example/Pods/Pods.xcodeproj/xcuserdata/zhaolin.xcuserdatad/xcschemes/Pods-DSLifeServiceModuleF_Tests.xcscheme
0 → 100644
| 1 | +++ a/Example/Pods/Pods.xcodeproj/xcuserdata/zhaolin.xcuserdatad/xcschemes/Pods-DSLifeServiceModuleF_Tests.xcscheme | |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<Scheme | |
| 3 | + LastUpgradeVersion = "1100" | |
| 4 | + version = "1.3"> | |
| 5 | + <BuildAction | |
| 6 | + parallelizeBuildables = "YES" | |
| 7 | + buildImplicitDependencies = "YES"> | |
| 8 | + <BuildActionEntries> | |
| 9 | + <BuildActionEntry | |
| 10 | + buildForTesting = "YES" | |
| 11 | + buildForRunning = "YES" | |
| 12 | + buildForProfiling = "YES" | |
| 13 | + buildForArchiving = "YES" | |
| 14 | + buildForAnalyzing = "YES"> | |
| 15 | + <BuildableReference | |
| 16 | + BuildableIdentifier = "primary" | |
| 17 | + BlueprintIdentifier = "7E2CD8F620757EED9873C5C4BFA15C89" | |
| 18 | + BuildableName = "Pods_DSLifeServiceModuleF_Tests.framework" | |
| 19 | + BlueprintName = "Pods-DSLifeServiceModuleF_Tests" | |
| 20 | + ReferencedContainer = "container:Pods.xcodeproj"> | |
| 21 | + </BuildableReference> | |
| 22 | + </BuildActionEntry> | |
| 23 | + </BuildActionEntries> | |
| 24 | + </BuildAction> | |
| 25 | + <TestAction | |
| 26 | + buildConfiguration = "Debug" | |
| 27 | + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | |
| 28 | + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |
| 29 | + shouldUseLaunchSchemeArgsEnv = "YES"> | |
| 30 | + <Testables> | |
| 31 | + </Testables> | |
| 32 | + </TestAction> | |
| 33 | + <LaunchAction | |
| 34 | + buildConfiguration = "Debug" | |
| 35 | + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | |
| 36 | + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |
| 37 | + launchStyle = "0" | |
| 38 | + useCustomWorkingDirectory = "NO" | |
| 39 | + ignoresPersistentStateOnLaunch = "NO" | |
| 40 | + debugDocumentVersioning = "YES" | |
| 41 | + debugServiceExtension = "internal" | |
| 42 | + allowLocationSimulation = "YES"> | |
| 43 | + </LaunchAction> | |
| 44 | + <ProfileAction | |
| 45 | + buildConfiguration = "Release" | |
| 46 | + shouldUseLaunchSchemeArgsEnv = "YES" | |
| 47 | + savedToolIdentifier = "" | |
| 48 | + useCustomWorkingDirectory = "NO" | |
| 49 | + debugDocumentVersioning = "YES"> | |
| 50 | + </ProfileAction> | |
| 51 | + <AnalyzeAction | |
| 52 | + buildConfiguration = "Debug"> | |
| 53 | + </AnalyzeAction> | |
| 54 | + <ArchiveAction | |
| 55 | + buildConfiguration = "Release" | |
| 56 | + revealArchiveInOrganizer = "YES"> | |
| 57 | + </ArchiveAction> | |
| 58 | +</Scheme> | ... | ... |
Example/Pods/Pods.xcodeproj/xcuserdata/zhaolin.xcuserdatad/xcschemes/xcschememanagement.plist
0 → 100644
| 1 | +++ a/Example/Pods/Pods.xcodeproj/xcuserdata/zhaolin.xcuserdatad/xcschemes/xcschememanagement.plist | |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| 3 | +<plist version="1.0"> | |
| 4 | +<dict> | |
| 5 | + <key>SchemeUserState</key> | |
| 6 | + <dict> | |
| 7 | + <key>DSLifeServiceModuleF.xcscheme</key> | |
| 8 | + <dict> | |
| 9 | + <key>isShown</key> | |
| 10 | + <false/> | |
| 11 | + </dict> | |
| 12 | + <key>Pods-DSLifeServiceModuleF_Example.xcscheme</key> | |
| 13 | + <dict> | |
| 14 | + <key>isShown</key> | |
| 15 | + <false/> | |
| 16 | + </dict> | |
| 17 | + <key>Pods-DSLifeServiceModuleF_Tests.xcscheme</key> | |
| 18 | + <dict> | |
| 19 | + <key>isShown</key> | |
| 20 | + <false/> | |
| 21 | + </dict> | |
| 22 | + </dict> | |
| 23 | + <key>SuppressBuildableAutocreation</key> | |
| 24 | + <dict/> | |
| 25 | +</dict> | |
| 26 | +</plist> | ... | ... |
Example/Pods/Target Support Files/DSLifeServiceModuleF/DSLifeServiceModuleF-Info.plist
0 → 100644
| 1 | +++ a/Example/Pods/Target Support Files/DSLifeServiceModuleF/DSLifeServiceModuleF-Info.plist | |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| 3 | +<plist version="1.0"> | |
| 4 | +<dict> | |
| 5 | + <key>CFBundleDevelopmentRegion</key> | |
| 6 | + <string>en</string> | |
| 7 | + <key>CFBundleExecutable</key> | |
| 8 | + <string>${EXECUTABLE_NAME}</string> | |
| 9 | + <key>CFBundleIdentifier</key> | |
| 10 | + <string>${PRODUCT_BUNDLE_IDENTIFIER}</string> | |
| 11 | + <key>CFBundleInfoDictionaryVersion</key> | |
| 12 | + <string>6.0</string> | |
| 13 | + <key>CFBundleName</key> | |
| 14 | + <string>${PRODUCT_NAME}</string> | |
| 15 | + <key>CFBundlePackageType</key> | |
| 16 | + <string>FMWK</string> | |
| 17 | + <key>CFBundleShortVersionString</key> | |
| 18 | + <string>0.1.0</string> | |
| 19 | + <key>CFBundleSignature</key> | |
| 20 | + <string>????</string> | |
| 21 | + <key>CFBundleVersion</key> | |
| 22 | + <string>${CURRENT_PROJECT_VERSION}</string> | |
| 23 | + <key>NSPrincipalClass</key> | |
| 24 | + <string></string> | |
| 25 | +</dict> | |
| 26 | +</plist> | ... | ... |
Example/Pods/Target Support Files/DSLifeServiceModuleF/DSLifeServiceModuleF-dummy.m
0 → 100644
Example/Pods/Target Support Files/DSLifeServiceModuleF/DSLifeServiceModuleF-prefix.pch
0 → 100644
| 1 | +++ a/Example/Pods/Target Support Files/DSLifeServiceModuleF/DSLifeServiceModuleF-prefix.pch | |
| 1 | +#ifdef __OBJC__ | |
| 2 | +#import <UIKit/UIKit.h> | |
| 3 | +#else | |
| 4 | +#ifndef FOUNDATION_EXPORT | |
| 5 | +#if defined(__cplusplus) | |
| 6 | +#define FOUNDATION_EXPORT extern "C" | |
| 7 | +#else | |
| 8 | +#define FOUNDATION_EXPORT extern | |
| 9 | +#endif | |
| 10 | +#endif | |
| 11 | +#endif | |
| 12 | + | ... | ... |
Example/Pods/Target Support Files/DSLifeServiceModuleF/DSLifeServiceModuleF-umbrella.h
0 → 100644
| 1 | +++ a/Example/Pods/Target Support Files/DSLifeServiceModuleF/DSLifeServiceModuleF-umbrella.h | |
| 1 | +#ifdef __OBJC__ | |
| 2 | +#import <UIKit/UIKit.h> | |
| 3 | +#else | |
| 4 | +#ifndef FOUNDATION_EXPORT | |
| 5 | +#if defined(__cplusplus) | |
| 6 | +#define FOUNDATION_EXPORT extern "C" | |
| 7 | +#else | |
| 8 | +#define FOUNDATION_EXPORT extern | |
| 9 | +#endif | |
| 10 | +#endif | |
| 11 | +#endif | |
| 12 | + | |
| 13 | + | |
| 14 | +FOUNDATION_EXPORT double DSLifeServiceModuleFVersionNumber; | |
| 15 | +FOUNDATION_EXPORT const unsigned char DSLifeServiceModuleFVersionString[]; | |
| 16 | + | ... | ... |
Example/Pods/Target Support Files/DSLifeServiceModuleF/DSLifeServiceModuleF.modulemap
0 → 100644
Example/Pods/Target Support Files/DSLifeServiceModuleF/DSLifeServiceModuleF.xcconfig
0 → 100644
| 1 | +++ a/Example/Pods/Target Support Files/DSLifeServiceModuleF/DSLifeServiceModuleF.xcconfig | |
| 1 | +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DSLifeServiceModuleF | |
| 2 | +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 | |
| 3 | +PODS_BUILD_DIR = ${BUILD_DIR} | |
| 4 | +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) | |
| 5 | +PODS_ROOT = ${SRCROOT} | |
| 6 | +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. | |
| 7 | +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} | |
| 8 | +SKIP_INSTALL = YES | |
| 9 | +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES | ... | ... |
Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example-Info.plist
0 → 100644
| 1 | +++ a/Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example-Info.plist | |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| 3 | +<plist version="1.0"> | |
| 4 | +<dict> | |
| 5 | + <key>CFBundleDevelopmentRegion</key> | |
| 6 | + <string>en</string> | |
| 7 | + <key>CFBundleExecutable</key> | |
| 8 | + <string>${EXECUTABLE_NAME}</string> | |
| 9 | + <key>CFBundleIdentifier</key> | |
| 10 | + <string>${PRODUCT_BUNDLE_IDENTIFIER}</string> | |
| 11 | + <key>CFBundleInfoDictionaryVersion</key> | |
| 12 | + <string>6.0</string> | |
| 13 | + <key>CFBundleName</key> | |
| 14 | + <string>${PRODUCT_NAME}</string> | |
| 15 | + <key>CFBundlePackageType</key> | |
| 16 | + <string>FMWK</string> | |
| 17 | + <key>CFBundleShortVersionString</key> | |
| 18 | + <string>1.0.0</string> | |
| 19 | + <key>CFBundleSignature</key> | |
| 20 | + <string>????</string> | |
| 21 | + <key>CFBundleVersion</key> | |
| 22 | + <string>${CURRENT_PROJECT_VERSION}</string> | |
| 23 | + <key>NSPrincipalClass</key> | |
| 24 | + <string></string> | |
| 25 | +</dict> | |
| 26 | +</plist> | ... | ... |
Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example-acknowledgements.markdown
0 → 100644
| 1 | +++ a/Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example-acknowledgements.markdown | |
| 1 | +# Acknowledgements | |
| 2 | +This application makes use of the following third party libraries: | |
| 3 | + | |
| 4 | +## DSLifeServiceModuleF | |
| 5 | + | |
| 6 | +Copyright (c) 2020 694092596@qq.com <694092596@qq.com> | |
| 7 | + | |
| 8 | +Permission is hereby granted, free of charge, to any person obtaining a copy | |
| 9 | +of this software and associated documentation files (the "Software"), to deal | |
| 10 | +in the Software without restriction, including without limitation the rights | |
| 11 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| 12 | +copies of the Software, and to permit persons to whom the Software is | |
| 13 | +furnished to do so, subject to the following conditions: | |
| 14 | + | |
| 15 | +The above copyright notice and this permission notice shall be included in | |
| 16 | +all copies or substantial portions of the Software. | |
| 17 | + | |
| 18 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
| 19 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
| 20 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
| 21 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
| 22 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
| 23 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |
| 24 | +THE SOFTWARE. | |
| 25 | + | |
| 26 | +Generated by CocoaPods - https://cocoapods.org | ... | ... |
Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example-acknowledgements.plist
0 → 100644
| 1 | +++ a/Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example-acknowledgements.plist | |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| 3 | +<plist version="1.0"> | |
| 4 | +<dict> | |
| 5 | + <key>PreferenceSpecifiers</key> | |
| 6 | + <array> | |
| 7 | + <dict> | |
| 8 | + <key>FooterText</key> | |
| 9 | + <string>This application makes use of the following third party libraries:</string> | |
| 10 | + <key>Title</key> | |
| 11 | + <string>Acknowledgements</string> | |
| 12 | + <key>Type</key> | |
| 13 | + <string>PSGroupSpecifier</string> | |
| 14 | + </dict> | |
| 15 | + <dict> | |
| 16 | + <key>FooterText</key> | |
| 17 | + <string>Copyright (c) 2020 694092596@qq.com <694092596@qq.com> | |
| 18 | + | |
| 19 | +Permission is hereby granted, free of charge, to any person obtaining a copy | |
| 20 | +of this software and associated documentation files (the "Software"), to deal | |
| 21 | +in the Software without restriction, including without limitation the rights | |
| 22 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| 23 | +copies of the Software, and to permit persons to whom the Software is | |
| 24 | +furnished to do so, subject to the following conditions: | |
| 25 | + | |
| 26 | +The above copyright notice and this permission notice shall be included in | |
| 27 | +all copies or substantial portions of the Software. | |
| 28 | + | |
| 29 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
| 30 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
| 31 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
| 32 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
| 33 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
| 34 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |
| 35 | +THE SOFTWARE. | |
| 36 | +</string> | |
| 37 | + <key>License</key> | |
| 38 | + <string>MIT</string> | |
| 39 | + <key>Title</key> | |
| 40 | + <string>DSLifeServiceModuleF</string> | |
| 41 | + <key>Type</key> | |
| 42 | + <string>PSGroupSpecifier</string> | |
| 43 | + </dict> | |
| 44 | + <dict> | |
| 45 | + <key>FooterText</key> | |
| 46 | + <string>Generated by CocoaPods - https://cocoapods.org</string> | |
| 47 | + <key>Title</key> | |
| 48 | + <string></string> | |
| 49 | + <key>Type</key> | |
| 50 | + <string>PSGroupSpecifier</string> | |
| 51 | + </dict> | |
| 52 | + </array> | |
| 53 | + <key>StringsTable</key> | |
| 54 | + <string>Acknowledgements</string> | |
| 55 | + <key>Title</key> | |
| 56 | + <string>Acknowledgements</string> | |
| 57 | +</dict> | |
| 58 | +</plist> | ... | ... |
Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example-dummy.m
0 → 100644
| 1 | +++ a/Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example-dummy.m | |
| 1 | +#import <Foundation/Foundation.h> | |
| 2 | +@interface PodsDummy_Pods_DSLifeServiceModuleF_Example : NSObject | |
| 3 | +@end | |
| 4 | +@implementation PodsDummy_Pods_DSLifeServiceModuleF_Example | |
| 5 | +@end | ... | ... |
Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example-frameworks.sh
0 → 100755
| 1 | +++ a/Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example-frameworks.sh | |
| 1 | +#!/bin/sh | |
| 2 | +set -e | |
| 3 | +set -u | |
| 4 | +set -o pipefail | |
| 5 | + | |
| 6 | +function on_error { | |
| 7 | + echo "$(realpath -mq "${0}"):$1: error: Unexpected failure" | |
| 8 | +} | |
| 9 | +trap 'on_error $LINENO' ERR | |
| 10 | + | |
| 11 | +if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then | |
| 12 | + # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy | |
| 13 | + # frameworks to, so exit 0 (signalling the script phase was successful). | |
| 14 | + exit 0 | |
| 15 | +fi | |
| 16 | + | |
| 17 | +echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" | |
| 18 | +mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" | |
| 19 | + | |
| 20 | +COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}" | |
| 21 | +SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" | |
| 22 | + | |
| 23 | +# Used as a return value for each invocation of `strip_invalid_archs` function. | |
| 24 | +STRIP_BINARY_RETVAL=0 | |
| 25 | + | |
| 26 | +# This protects against multiple targets copying the same framework dependency at the same time. The solution | |
| 27 | +# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html | |
| 28 | +RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") | |
| 29 | + | |
| 30 | +# Copies and strips a vendored framework | |
| 31 | +install_framework() | |
| 32 | +{ | |
| 33 | + if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then | |
| 34 | + local source="${BUILT_PRODUCTS_DIR}/$1" | |
| 35 | + elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then | |
| 36 | + local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" | |
| 37 | + elif [ -r "$1" ]; then | |
| 38 | + local source="$1" | |
| 39 | + fi | |
| 40 | + | |
| 41 | + local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" | |
| 42 | + | |
| 43 | + if [ -L "${source}" ]; then | |
| 44 | + echo "Symlinked..." | |
| 45 | + source="$(readlink "${source}")" | |
| 46 | + fi | |
| 47 | + | |
| 48 | + # Use filter instead of exclude so missing patterns don't throw errors. | |
| 49 | + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" | |
| 50 | + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" | |
| 51 | + | |
| 52 | + local basename | |
| 53 | + basename="$(basename -s .framework "$1")" | |
| 54 | + binary="${destination}/${basename}.framework/${basename}" | |
| 55 | + | |
| 56 | + if ! [ -r "$binary" ]; then | |
| 57 | + binary="${destination}/${basename}" | |
| 58 | + elif [ -L "${binary}" ]; then | |
| 59 | + echo "Destination binary is symlinked..." | |
| 60 | + dirname="$(dirname "${binary}")" | |
| 61 | + binary="${dirname}/$(readlink "${binary}")" | |
| 62 | + fi | |
| 63 | + | |
| 64 | + # Strip invalid architectures so "fat" simulator / device frameworks work on device | |
| 65 | + if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then | |
| 66 | + strip_invalid_archs "$binary" | |
| 67 | + fi | |
| 68 | + | |
| 69 | + # Resign the code if required by the build settings to avoid unstable apps | |
| 70 | + code_sign_if_enabled "${destination}/$(basename "$1")" | |
| 71 | + | |
| 72 | + # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. | |
| 73 | + if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then | |
| 74 | + local swift_runtime_libs | |
| 75 | + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u) | |
| 76 | + for lib in $swift_runtime_libs; do | |
| 77 | + echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" | |
| 78 | + rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" | |
| 79 | + code_sign_if_enabled "${destination}/${lib}" | |
| 80 | + done | |
| 81 | + fi | |
| 82 | +} | |
| 83 | + | |
| 84 | +# Copies and strips a vendored dSYM | |
| 85 | +install_dsym() { | |
| 86 | + local source="$1" | |
| 87 | + if [ -r "$source" ]; then | |
| 88 | + # Copy the dSYM into a the targets temp dir. | |
| 89 | + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DERIVED_FILES_DIR}\"" | |
| 90 | + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DERIVED_FILES_DIR}" | |
| 91 | + | |
| 92 | + local basename | |
| 93 | + basename="$(basename -s .framework.dSYM "$source")" | |
| 94 | + binary="${DERIVED_FILES_DIR}/${basename}.framework.dSYM/Contents/Resources/DWARF/${basename}" | |
| 95 | + | |
| 96 | + # Strip invalid architectures so "fat" simulator / device frameworks work on device | |
| 97 | + if [[ "$(file "$binary")" == *"Mach-O "*"dSYM companion"* ]]; then | |
| 98 | + strip_invalid_archs "$binary" | |
| 99 | + fi | |
| 100 | + | |
| 101 | + if [[ $STRIP_BINARY_RETVAL == 1 ]]; then | |
| 102 | + # Move the stripped file into its final destination. | |
| 103 | + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\"" | |
| 104 | + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.framework.dSYM" "${DWARF_DSYM_FOLDER_PATH}" | |
| 105 | + else | |
| 106 | + # The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing. | |
| 107 | + touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.framework.dSYM" | |
| 108 | + fi | |
| 109 | + fi | |
| 110 | +} | |
| 111 | + | |
| 112 | +# Copies the bcsymbolmap files of a vendored framework | |
| 113 | +install_bcsymbolmap() { | |
| 114 | + local bcsymbolmap_path="$1" | |
| 115 | + local destination="${BUILT_PRODUCTS_DIR}" | |
| 116 | + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}"" | |
| 117 | + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}" | |
| 118 | +} | |
| 119 | + | |
| 120 | +# Signs a framework with the provided identity | |
| 121 | +code_sign_if_enabled() { | |
| 122 | + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY:-}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then | |
| 123 | + # Use the current code_sign_identity | |
| 124 | + echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" | |
| 125 | + local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'" | |
| 126 | + | |
| 127 | + if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then | |
| 128 | + code_sign_cmd="$code_sign_cmd &" | |
| 129 | + fi | |
| 130 | + echo "$code_sign_cmd" | |
| 131 | + eval "$code_sign_cmd" | |
| 132 | + fi | |
| 133 | +} | |
| 134 | + | |
| 135 | +# Strip invalid architectures | |
| 136 | +strip_invalid_archs() { | |
| 137 | + binary="$1" | |
| 138 | + # Get architectures for current target binary | |
| 139 | + binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)" | |
| 140 | + # Intersect them with the architectures we are building for | |
| 141 | + intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)" | |
| 142 | + # If there are no archs supported by this binary then warn the user | |
| 143 | + if [[ -z "$intersected_archs" ]]; then | |
| 144 | + echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)." | |
| 145 | + STRIP_BINARY_RETVAL=0 | |
| 146 | + return | |
| 147 | + fi | |
| 148 | + stripped="" | |
| 149 | + for arch in $binary_archs; do | |
| 150 | + if ! [[ "${ARCHS}" == *"$arch"* ]]; then | |
| 151 | + # Strip non-valid architectures in-place | |
| 152 | + lipo -remove "$arch" -output "$binary" "$binary" | |
| 153 | + stripped="$stripped $arch" | |
| 154 | + fi | |
| 155 | + done | |
| 156 | + if [[ "$stripped" ]]; then | |
| 157 | + echo "Stripped $binary of architectures:$stripped" | |
| 158 | + fi | |
| 159 | + STRIP_BINARY_RETVAL=1 | |
| 160 | +} | |
| 161 | + | |
| 162 | + | |
| 163 | +if [[ "$CONFIGURATION" == "Debug" ]]; then | |
| 164 | + install_framework "${BUILT_PRODUCTS_DIR}/DSLifeServiceModuleF/DSLifeServiceModuleF.framework" | |
| 165 | +fi | |
| 166 | +if [[ "$CONFIGURATION" == "Release" ]]; then | |
| 167 | + install_framework "${BUILT_PRODUCTS_DIR}/DSLifeServiceModuleF/DSLifeServiceModuleF.framework" | |
| 168 | +fi | |
| 169 | +if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then | |
| 170 | + wait | |
| 171 | +fi | ... | ... |
Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example-umbrella.h
0 → 100644
| 1 | +++ a/Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example-umbrella.h | |
| 1 | +#ifdef __OBJC__ | |
| 2 | +#import <UIKit/UIKit.h> | |
| 3 | +#else | |
| 4 | +#ifndef FOUNDATION_EXPORT | |
| 5 | +#if defined(__cplusplus) | |
| 6 | +#define FOUNDATION_EXPORT extern "C" | |
| 7 | +#else | |
| 8 | +#define FOUNDATION_EXPORT extern | |
| 9 | +#endif | |
| 10 | +#endif | |
| 11 | +#endif | |
| 12 | + | |
| 13 | + | |
| 14 | +FOUNDATION_EXPORT double Pods_DSLifeServiceModuleF_ExampleVersionNumber; | |
| 15 | +FOUNDATION_EXPORT const unsigned char Pods_DSLifeServiceModuleF_ExampleVersionString[]; | |
| 16 | + | ... | ... |
Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example.debug.xcconfig
0 → 100644
| 1 | +++ a/Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example.debug.xcconfig | |
| 1 | +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSLifeServiceModuleF" | |
| 2 | +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 | |
| 3 | +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSLifeServiceModuleF/DSLifeServiceModuleF.framework/Headers" | |
| 4 | +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' | |
| 5 | +OTHER_LDFLAGS = $(inherited) -framework "DSLifeServiceModuleF" | |
| 6 | +PODS_BUILD_DIR = ${BUILD_DIR} | |
| 7 | +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) | |
| 8 | +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. | |
| 9 | +PODS_ROOT = ${SRCROOT}/Pods | |
| 10 | +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES | ... | ... |
Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example.modulemap
0 → 100644
Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example.release.xcconfig
0 → 100644
| 1 | +++ a/Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Example/Pods-DSLifeServiceModuleF_Example.release.xcconfig | |
| 1 | +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSLifeServiceModuleF" | |
| 2 | +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 | |
| 3 | +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSLifeServiceModuleF/DSLifeServiceModuleF.framework/Headers" | |
| 4 | +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' | |
| 5 | +OTHER_LDFLAGS = $(inherited) -framework "DSLifeServiceModuleF" | |
| 6 | +PODS_BUILD_DIR = ${BUILD_DIR} | |
| 7 | +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) | |
| 8 | +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. | |
| 9 | +PODS_ROOT = ${SRCROOT}/Pods | |
| 10 | +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES | ... | ... |
Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Tests/Pods-DSLifeServiceModuleF_Tests-Info.plist
0 → 100644
| 1 | +++ a/Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Tests/Pods-DSLifeServiceModuleF_Tests-Info.plist | |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| 3 | +<plist version="1.0"> | |
| 4 | +<dict> | |
| 5 | + <key>CFBundleDevelopmentRegion</key> | |
| 6 | + <string>en</string> | |
| 7 | + <key>CFBundleExecutable</key> | |
| 8 | + <string>${EXECUTABLE_NAME}</string> | |
| 9 | + <key>CFBundleIdentifier</key> | |
| 10 | + <string>${PRODUCT_BUNDLE_IDENTIFIER}</string> | |
| 11 | + <key>CFBundleInfoDictionaryVersion</key> | |
| 12 | + <string>6.0</string> | |
| 13 | + <key>CFBundleName</key> | |
| 14 | + <string>${PRODUCT_NAME}</string> | |
| 15 | + <key>CFBundlePackageType</key> | |
| 16 | + <string>FMWK</string> | |
| 17 | + <key>CFBundleShortVersionString</key> | |
| 18 | + <string>1.0.0</string> | |
| 19 | + <key>CFBundleSignature</key> | |
| 20 | + <string>????</string> | |
| 21 | + <key>CFBundleVersion</key> | |
| 22 | + <string>${CURRENT_PROJECT_VERSION}</string> | |
| 23 | + <key>NSPrincipalClass</key> | |
| 24 | + <string></string> | |
| 25 | +</dict> | |
| 26 | +</plist> | ... | ... |
Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Tests/Pods-DSLifeServiceModuleF_Tests-acknowledgements.markdown
0 → 100644
Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Tests/Pods-DSLifeServiceModuleF_Tests-acknowledgements.plist
0 → 100644
| 1 | +++ a/Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Tests/Pods-DSLifeServiceModuleF_Tests-acknowledgements.plist | |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| 3 | +<plist version="1.0"> | |
| 4 | +<dict> | |
| 5 | + <key>PreferenceSpecifiers</key> | |
| 6 | + <array> | |
| 7 | + <dict> | |
| 8 | + <key>FooterText</key> | |
| 9 | + <string>This application makes use of the following third party libraries:</string> | |
| 10 | + <key>Title</key> | |
| 11 | + <string>Acknowledgements</string> | |
| 12 | + <key>Type</key> | |
| 13 | + <string>PSGroupSpecifier</string> | |
| 14 | + </dict> | |
| 15 | + <dict> | |
| 16 | + <key>FooterText</key> | |
| 17 | + <string>Generated by CocoaPods - https://cocoapods.org</string> | |
| 18 | + <key>Title</key> | |
| 19 | + <string></string> | |
| 20 | + <key>Type</key> | |
| 21 | + <string>PSGroupSpecifier</string> | |
| 22 | + </dict> | |
| 23 | + </array> | |
| 24 | + <key>StringsTable</key> | |
| 25 | + <string>Acknowledgements</string> | |
| 26 | + <key>Title</key> | |
| 27 | + <string>Acknowledgements</string> | |
| 28 | +</dict> | |
| 29 | +</plist> | ... | ... |
Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Tests/Pods-DSLifeServiceModuleF_Tests-dummy.m
0 → 100644
| 1 | +++ a/Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Tests/Pods-DSLifeServiceModuleF_Tests-dummy.m | |
| 1 | +#import <Foundation/Foundation.h> | |
| 2 | +@interface PodsDummy_Pods_DSLifeServiceModuleF_Tests : NSObject | |
| 3 | +@end | |
| 4 | +@implementation PodsDummy_Pods_DSLifeServiceModuleF_Tests | |
| 5 | +@end | ... | ... |
Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Tests/Pods-DSLifeServiceModuleF_Tests-umbrella.h
0 → 100644
| 1 | +++ a/Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Tests/Pods-DSLifeServiceModuleF_Tests-umbrella.h | |
| 1 | +#ifdef __OBJC__ | |
| 2 | +#import <UIKit/UIKit.h> | |
| 3 | +#else | |
| 4 | +#ifndef FOUNDATION_EXPORT | |
| 5 | +#if defined(__cplusplus) | |
| 6 | +#define FOUNDATION_EXPORT extern "C" | |
| 7 | +#else | |
| 8 | +#define FOUNDATION_EXPORT extern | |
| 9 | +#endif | |
| 10 | +#endif | |
| 11 | +#endif | |
| 12 | + | |
| 13 | + | |
| 14 | +FOUNDATION_EXPORT double Pods_DSLifeServiceModuleF_TestsVersionNumber; | |
| 15 | +FOUNDATION_EXPORT const unsigned char Pods_DSLifeServiceModuleF_TestsVersionString[]; | |
| 16 | + | ... | ... |
Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Tests/Pods-DSLifeServiceModuleF_Tests.debug.xcconfig
0 → 100644
| 1 | +++ a/Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Tests/Pods-DSLifeServiceModuleF_Tests.debug.xcconfig | |
| 1 | +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSLifeServiceModuleF" | |
| 2 | +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 | |
| 3 | +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSLifeServiceModuleF/DSLifeServiceModuleF.framework/Headers" | |
| 4 | +OTHER_LDFLAGS = $(inherited) -framework "DSLifeServiceModuleF" | |
| 5 | +PODS_BUILD_DIR = ${BUILD_DIR} | |
| 6 | +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) | |
| 7 | +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. | |
| 8 | +PODS_ROOT = ${SRCROOT}/Pods | |
| 9 | +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES | ... | ... |
Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Tests/Pods-DSLifeServiceModuleF_Tests.modulemap
0 → 100644
Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Tests/Pods-DSLifeServiceModuleF_Tests.release.xcconfig
0 → 100644
| 1 | +++ a/Example/Pods/Target Support Files/Pods-DSLifeServiceModuleF_Tests/Pods-DSLifeServiceModuleF_Tests.release.xcconfig | |
| 1 | +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSLifeServiceModuleF" | |
| 2 | +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 | |
| 3 | +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSLifeServiceModuleF/DSLifeServiceModuleF.framework/Headers" | |
| 4 | +OTHER_LDFLAGS = $(inherited) -framework "DSLifeServiceModuleF" | |
| 5 | +PODS_BUILD_DIR = ${BUILD_DIR} | |
| 6 | +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) | |
| 7 | +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. | |
| 8 | +PODS_ROOT = ${SRCROOT}/Pods | |
| 9 | +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES | ... | ... |
Example/Tests/Tests-Info.plist
0 → 100644
| 1 | +++ a/Example/Tests/Tests-Info.plist | |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| 3 | +<plist version="1.0"> | |
| 4 | +<dict> | |
| 5 | + <key>CFBundleDevelopmentRegion</key> | |
| 6 | + <string>en</string> | |
| 7 | + <key>CFBundleExecutable</key> | |
| 8 | + <string>${EXECUTABLE_NAME}</string> | |
| 9 | + <key>CFBundleIdentifier</key> | |
| 10 | + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | |
| 11 | + <key>CFBundleInfoDictionaryVersion</key> | |
| 12 | + <string>6.0</string> | |
| 13 | + <key>CFBundlePackageType</key> | |
| 14 | + <string>BNDL</string> | |
| 15 | + <key>CFBundleShortVersionString</key> | |
| 16 | + <string>1.0</string> | |
| 17 | + <key>CFBundleSignature</key> | |
| 18 | + <string>????</string> | |
| 19 | + <key>CFBundleVersion</key> | |
| 20 | + <string>1</string> | |
| 21 | +</dict> | |
| 22 | +</plist> | ... | ... |
Example/Tests/Tests-Prefix.pch
0 → 100644
Example/Tests/Tests.m
0 → 100644
| 1 | +++ a/Example/Tests/Tests.m | |
| 1 | +// | |
| 2 | +// DSLifeServiceModuleFTests.m | |
| 3 | +// DSLifeServiceModuleFTests | |
| 4 | +// | |
| 5 | +// Created by 694092596@qq.com on 03/15/2020. | |
| 6 | +// Copyright (c) 2020 694092596@qq.com. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +@import XCTest; | |
| 10 | + | |
| 11 | +@interface Tests : XCTestCase | |
| 12 | + | |
| 13 | +@end | |
| 14 | + | |
| 15 | +@implementation Tests | |
| 16 | + | |
| 17 | +- (void)setUp | |
| 18 | +{ | |
| 19 | + [super setUp]; | |
| 20 | + // Put setup code here. This method is called before the invocation of each test method in the class. | |
| 21 | +} | |
| 22 | + | |
| 23 | +- (void)tearDown | |
| 24 | +{ | |
| 25 | + // Put teardown code here. This method is called after the invocation of each test method in the class. | |
| 26 | + [super tearDown]; | |
| 27 | +} | |
| 28 | + | |
| 29 | +- (void)testExample | |
| 30 | +{ | |
| 31 | + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); | |
| 32 | +} | |
| 33 | + | |
| 34 | +@end | |
| 35 | + | ... | ... |
Example/Tests/en.lproj/InfoPlist.strings
0 → 100644
LICENSE
0 → 100644
| 1 | +++ a/LICENSE | |
| 1 | +Copyright (c) 2020 694092596@qq.com <694092596@qq.com> | |
| 2 | + | |
| 3 | +Permission is hereby granted, free of charge, to any person obtaining a copy | |
| 4 | +of this software and associated documentation files (the "Software"), to deal | |
| 5 | +in the Software without restriction, including without limitation the rights | |
| 6 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| 7 | +copies of the Software, and to permit persons to whom the Software is | |
| 8 | +furnished to do so, subject to the following conditions: | |
| 9 | + | |
| 10 | +The above copyright notice and this permission notice shall be included in | |
| 11 | +all copies or substantial portions of the Software. | |
| 12 | + | |
| 13 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
| 14 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
| 15 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
| 16 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
| 17 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
| 18 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |
| 19 | +THE SOFTWARE. | ... | ... |
README.md
0 → 100644
| 1 | +++ a/README.md | |
| 1 | +# DSLifeServiceModuleF | |
| 2 | + | |
| 3 | +[](https://travis-ci.org/694092596@qq.com/DSLifeServiceModuleF) | |
| 4 | +[](https://cocoapods.org/pods/DSLifeServiceModuleF) | |
| 5 | +[](https://cocoapods.org/pods/DSLifeServiceModuleF) | |
| 6 | +[](https://cocoapods.org/pods/DSLifeServiceModuleF) | |
| 7 | + | |
| 8 | +## Example | |
| 9 | + | |
| 10 | +To run the example project, clone the repo, and run `pod install` from the Example directory first. | |
| 11 | + | |
| 12 | +## Requirements | |
| 13 | + | |
| 14 | +## Installation | |
| 15 | + | |
| 16 | +DSLifeServiceModuleF is available through [CocoaPods](https://cocoapods.org). To install | |
| 17 | +it, simply add the following line to your Podfile: | |
| 18 | + | |
| 19 | +```ruby | |
| 20 | +pod 'DSLifeServiceModuleF' | |
| 21 | +``` | |
| 22 | + | |
| 23 | +## Author | |
| 24 | + | |
| 25 | +694092596@qq.com, 694092596@qq.com | |
| 26 | + | |
| 27 | +## License | |
| 28 | + | |
| 29 | +DSLifeServiceModuleF is available under the MIT license. See the LICENSE file for more info. | ... | ... |
_Pods.xcodeproj
0 → 120000