Commit c8ae7d93714a51eda8e821b8fc853b98d2942639
1 parent
ba4e59bb
no message
Showing
3 changed files
with
10 additions
and
5 deletions
CNLiveMineModule.podspec
CNLiveMineModule/Classes/Controller/CNLiveMineController.m
| ... | ... | @@ -18,7 +18,7 @@ |
| 18 | 18 | #import "CNLiveUserInfoController.h" |
| 19 | 19 | |
| 20 | 20 | #import "CNLiveMyQrCodeController.h" |
| 21 | - | |
| 21 | +#import "CNLiveSettingController.h" | |
| 22 | 22 | |
| 23 | 23 | @interface CNLiveMineController()<UITableViewDelegate, UITableViewDataSource, CNLiveMineHeaderViewDelegate, CNLiveMineCellDelegate> |
| 24 | 24 | @property (nonatomic, strong) UITableView *tableView; |
| ... | ... | @@ -242,8 +242,8 @@ static const NSInteger kHEIGHT = 250; |
| 242 | 242 | } |
| 243 | 243 | else if(tag == 10005){ |
| 244 | 244 | // 设置 |
| 245 | -// XWSettingController *vc = [[XWSettingController alloc]init]; | |
| 246 | -// [self.navigationController pushViewController:vc animated:YES]; | |
| 245 | + CNLiveSettingController *vc = [[CNLiveSettingController alloc]init]; | |
| 246 | + [self.navigationController pushViewController:vc animated:YES]; | |
| 247 | 247 | } |
| 248 | 248 | else if(tag == 10006){ |
| 249 | 249 | //路径工具 | ... | ... |
Example/CNLiveMineModule.xcodeproj/project.pbxproj
| ... | ... | @@ -229,7 +229,7 @@ |
| 229 | 229 | 6003F586195388D20070C39A /* Sources */, |
| 230 | 230 | 6003F587195388D20070C39A /* Frameworks */, |
| 231 | 231 | 6003F588195388D20070C39A /* Resources */, |
| 232 | - 0F54581AB8DB61CE975ACA9C /* [CP] Embed Pods Frameworks */, | |
| 232 | + 7970BFE55EAFC7A3DDA56421 /* [CP] Embed Pods Frameworks */, | |
| 233 | 233 | ); |
| 234 | 234 | buildRules = ( |
| 235 | 235 | ); |
| ... | ... | @@ -320,7 +320,7 @@ |
| 320 | 320 | /* End PBXResourcesBuildPhase section */ |
| 321 | 321 | |
| 322 | 322 | /* Begin PBXShellScriptBuildPhase section */ |
| 323 | - 0F54581AB8DB61CE975ACA9C /* [CP] Embed Pods Frameworks */ = { | |
| 323 | + 7970BFE55EAFC7A3DDA56421 /* [CP] Embed Pods Frameworks */ = { | |
| 324 | 324 | isa = PBXShellScriptBuildPhase; |
| 325 | 325 | buildActionMask = 2147483647; |
| 326 | 326 | files = ( |
| ... | ... | @@ -333,6 +333,7 @@ |
| 333 | 333 | "${BUILT_PRODUCTS_DIR}/CNLiveMineModule/CNLiveMineModule.framework", |
| 334 | 334 | "${BUILT_PRODUCTS_DIR}/CNLiveQrCodeModule/CNLiveQrCodeModule.framework", |
| 335 | 335 | "${BUILT_PRODUCTS_DIR}/CNLiveRequestBastKit/CNLiveRequestBastKit.framework", |
| 336 | + "${BUILT_PRODUCTS_DIR}/CNLiveSettingModule/CNLiveSettingModule.framework", | |
| 336 | 337 | "${BUILT_PRODUCTS_DIR}/CNLiveTripartiteManagement/CNLiveTripartiteManagement.framework", |
| 337 | 338 | "${BUILT_PRODUCTS_DIR}/CNLiveUserManagement/CNLiveUserManagement.framework", |
| 338 | 339 | "${BUILT_PRODUCTS_DIR}/MJExtension/MJExtension.framework", |
| ... | ... | @@ -349,6 +350,7 @@ |
| 349 | 350 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveMineModule.framework", |
| 350 | 351 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveQrCodeModule.framework", |
| 351 | 352 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveRequestBastKit.framework", |
| 353 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveSettingModule.framework", | |
| 352 | 354 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveTripartiteManagement.framework", |
| 353 | 355 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveUserManagement.framework", |
| 354 | 356 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJExtension.framework", | ... | ... |