diff --git a/Ifish.xcodeproj/project.pbxproj b/Ifish.xcodeproj/project.pbxproj index 3512949..bcfb18b 100644 --- a/Ifish.xcodeproj/project.pbxproj +++ b/Ifish.xcodeproj/project.pbxproj @@ -16101,7 +16101,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 11; + CURRENT_PROJECT_VERSION = 12; DEVELOPMENT_TEAM = WFX8GD5HFX; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = YES; @@ -16185,6 +16185,7 @@ "-Istdc++", "-force_load", "\"$(PROJECT_DIR)/Ifish/GWP2PSDK/GWP2P.framework/GWP2P\"", + "-Wl,-ld_classic", ); PRODUCT_BUNDLE_IDENTIFIER = com.shyuying.Ifish8; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -16221,7 +16222,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 11; + CURRENT_PROJECT_VERSION = 12; DEVELOPMENT_TEAM = WFX8GD5HFX; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = YES; @@ -16305,6 +16306,7 @@ "-Istdc++", "-force_load", "\"$(PROJECT_DIR)/Ifish/GWP2PSDK/GWP2P.framework/GWP2P\"", + "-Wl,-ld_classic", ); PRODUCT_BUNDLE_IDENTIFIER = com.shyuying.Ifish8; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/Ifish/.DS_Store b/Ifish/.DS_Store index 914e4d1..7f74a88 100644 Binary files a/Ifish/.DS_Store and b/Ifish/.DS_Store differ diff --git a/Ifish/controllers/leftcontrollers/ConfigWifiViewController.m b/Ifish/controllers/leftcontrollers/ConfigWifiViewController.m index e653bd3..06a50d1 100644 --- a/Ifish/controllers/leftcontrollers/ConfigWifiViewController.m +++ b/Ifish/controllers/leftcontrollers/ConfigWifiViewController.m @@ -274,17 +274,17 @@ extern BOOL isfromCameraView; -(IBAction)shuoMingShuBtnAction:(UIButton *)btn{ -// PushMasssageWebViewController*webVC=[[PushMasssageWebViewController alloc]init]; -// webVC.pushlink =IFISH_DEVCEITROURL; -// webVC.pushtitle = NSLocalizedString(@"ifish_deviceuse", nil);; -// -// [self.navigationController pushViewController:webVC animated:YES]; + - InfoByImageViewController*info=[[InfoByImageViewController alloc]init]; - info.title=NSLocalizedString(@"ifish_deviceuse", nil);;; - info.type=@"instruction"; - info.image=[UIImage imageNamed:@"instruction"]; - [self.navigationController pushViewController:info animated:YES]; +// InfoByImageViewController*info=[[InfoByImageViewController alloc]init]; +// info.title=NSLocalizedString(@"ifish_deviceuse", nil);;; +// info.type=@"instruction"; +// info.image=[UIImage imageNamed:@"instruction"]; +// [self.navigationController pushViewController:info animated:YES]; + NSURL*url = [NSURL URLWithString:@"https://v.youku.com/v_show/id_XNjIxMjEyNDQ2MA==.html"]; + [[UIApplication sharedApplication] openURL:url options:@{} completionHandler:^(BOOL success) { + + }]; } //ap模式 diff --git a/Ifish/controllers/leftcontrollers/ConfigWifiViewController.xib b/Ifish/controllers/leftcontrollers/ConfigWifiViewController.xib index 89674a5..15887bc 100644 --- a/Ifish/controllers/leftcontrollers/ConfigWifiViewController.xib +++ b/Ifish/controllers/leftcontrollers/ConfigWifiViewController.xib @@ -1,9 +1,9 @@ - + - + @@ -32,7 +32,7 @@ -