替换链接

This commit is contained in:
祝发冬 2023-12-06 10:25:53 +08:00
parent 3664eaf625
commit 76bae4fe60
2 changed files with 3 additions and 3 deletions

View File

@ -16101,7 +16101,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 14;
CURRENT_PROJECT_VERSION = 15;
DEVELOPMENT_TEAM = WFX8GD5HFX;
ENABLE_BITCODE = NO;
ENABLE_TESTABILITY = YES;
@ -16222,7 +16222,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 14;
CURRENT_PROJECT_VERSION = 15;
DEVELOPMENT_TEAM = WFX8GD5HFX;
ENABLE_BITCODE = NO;
ENABLE_TESTABILITY = YES;

View File

@ -281,7 +281,7 @@ extern BOOL isfromCameraView;
// 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"];
NSURL*url = [NSURL URLWithString:@"https://www.ifish7.com/download/20231205193033.mp4"];
[[UIApplication sharedApplication] openURL:url options:@{} completionHandler:^(BOOL success) {
}];