BuWanVideo2.0.xcodeproj/project.pbxproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
BuWanVideo2.0.xcworkspace/xcuserdata/aeline.xcuserdatad/UserInterfaceState.xcuserstate | 补丁 | 查看 | 原始文档 | blame | 历史 | |
BuWanVideo2.0.xcworkspace/xcuserdata/aeline.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
BuWanVideo2.0/Info.plist | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
BuWanVideo2.0/JSAPI.m | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
BuWanVideo2.0/PPTVController.m | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
BuWanVideo2.0/Recommend/Recommend/Cell/RecommendTwoColumnCell.m | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
BuWanVideo2.0.xcodeproj/project.pbxproj
@@ -3229,7 +3229,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 84; CURRENT_PROJECT_VERSION = 86; DEVELOPMENT_TEAM = 98HSDT7AP4; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( @@ -3381,7 +3381,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 84; CURRENT_PROJECT_VERSION = 86; DEVELOPMENT_TEAM = 98HSDT7AP4; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( BuWanVideo2.0.xcworkspace/xcuserdata/aeline.xcuserdatad/UserInterfaceState.xcuserstateBinary files differ
BuWanVideo2.0.xcworkspace/xcuserdata/aeline.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
@@ -3,4 +3,70 @@ uuid = "297DA90A-ED47-4DCA-BC7A-5F76C81057DB" type = "0" version = "2.0"> <Breakpoints> <BreakpointProxy BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint"> <BreakpointContent uuid = "CF4E2D92-C15D-4859-A46A-5C61CE939EDD" shouldBeEnabled = "No" ignoreCount = "0" continueAfterRunningActions = "No" filePath = "BuWanVideo2.0/WEBViewController.m" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" startingLineNumber = "63" endingLineNumber = "63" landmarkName = "-viewDidLoad" landmarkType = "7"> </BreakpointContent> </BreakpointProxy> <BreakpointProxy BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint"> <BreakpointContent uuid = "FFDEC2D4-20C4-4ADE-B156-F9656570FBAF" shouldBeEnabled = "No" ignoreCount = "0" continueAfterRunningActions = "No" filePath = "BuWanVideo2.0/WEBViewController.m" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" startingLineNumber = "102" endingLineNumber = "102" landmarkName = "-backButtonPushed:" landmarkType = "7"> </BreakpointContent> </BreakpointProxy> <BreakpointProxy BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint"> <BreakpointContent uuid = "EAF78628-7FC0-47C9-BC89-E6C9AFC39F68" shouldBeEnabled = "No" ignoreCount = "0" continueAfterRunningActions = "No" filePath = "BuWanVideo2.0/WEBViewController.m" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" startingLineNumber = "104" endingLineNumber = "104" landmarkName = "-backButtonPushed:" landmarkType = "7"> </BreakpointContent> </BreakpointProxy> <BreakpointProxy BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint"> <BreakpointContent uuid = "C88A94F8-E1FD-4829-990F-F2442429373F" shouldBeEnabled = "No" ignoreCount = "0" continueAfterRunningActions = "No" filePath = "BuWanVideo2.0/WEBViewController.m" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" startingLineNumber = "107" endingLineNumber = "107" landmarkName = "-backButtonPushed:" landmarkType = "7"> </BreakpointContent> </BreakpointProxy> </Breakpoints> </Bucket> BuWanVideo2.0/Info.plist
@@ -127,6 +127,10 @@ <key>NSAllowsArbitraryLoads</key> <true/> </dict> <key>NSBluetoothAlwaysUsageDescription</key> <string>需要打开您的蓝牙</string> <key>NSBluetoothPeripheralUsageDescription</key> <string>需要打开您的蓝牙</string> <key>NSCalendarsUsageDescription</key> <string>同意布丸影视大全使用日历信息吗?</string> <key>NSCameraUsageDescription</key> BuWanVideo2.0/JSAPI.m
@@ -8,6 +8,7 @@ #import "JSAPI.h" #import "dsbridge.h" #import "NSString+YTH.h" #define Version [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"] //build号 #define Package @"com.yeshi.buwanshequ.ios" //相当于包名 @@ -132,6 +133,12 @@ return msg; } //decrypt - (NSString *)apiDecode:(NSString *)msg { NSString *result = [NSString decrypt:msg]; return result; } - (NSString *)jsonStringToJsonData:(id)dic { if (!dic || [dic isEqual:[NSNull null]]) { return @""; BuWanVideo2.0/PPTVController.m
@@ -184,7 +184,17 @@ - (void)copyUrl { UIPasteboard *pasteboard = [UIPasteboard generalPasteboard]; pasteboard.string = _content?:@""; [SVProgressHUD showWithStatus:@"复制成功"]; //[SVProgressHUD showWithStatus:@"复制成功"]; UIAlertController *alert = [UIAlertController alertControllerWithTitle:nil message:@"复制成功" preferredStyle:UIAlertControllerStyleAlert]; [self presentViewController:alert animated:YES completion:^{ //延时执行 dispatch_queue_t q = dispatch_get_main_queue(); dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 1.2 * NSEC_PER_SEC), q, ^{ [alert dismissViewControllerAnimated:YES completion:nil]; }); }]; } - (void)login { BuWanVideo2.0/Recommend/Recommend/Cell/RecommendTwoColumnCell.m
@@ -56,6 +56,7 @@ } - (void)setDataNormol:(NSDictionary *)dataNormol { _dataNormol = dataNormol; if (_dataNormol) { [self laodata:dataNormol]; }