.DS_Store | 补丁 | 查看 | 原始文档 | blame | 历史 | |
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/AppDelegate.m | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
BuWanVideo2.0/XYRDetailViewController.m | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Pods/YYImage/YYImage/YYAnimatedImageView.m | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
.DS_StoreBinary files differ
BuWanVideo2.0.xcodeproj/project.pbxproj
@@ -2684,7 +2684,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 75; CURRENT_PROJECT_VERSION = 76; DEVELOPMENT_TEAM = 98HSDT7AP4; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( @@ -2835,7 +2835,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 75; CURRENT_PROJECT_VERSION = 76; 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
New file @@ -0,0 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <Bucket uuid = "297DA90A-ED47-4DCA-BC7A-5F76C81057DB" type = "0" version = "2.0"> </Bucket> BuWanVideo2.0/AppDelegate.m
@@ -454,7 +454,7 @@ - (void)setUmeng{ [UMConfigure initWithAppkey:UmengKey channel:@"App Store"]; [UMConfigure setLogEnabled:YES]; [UMConfigure setLogEnabled:NO]; // //友盟分享 // [[UMSocialManager defaultManager] setPlaform:UMSocialPlatformType_WechatSession appKey:YMWXKEY appSecret:YMWXSENT redirectURL:nil];//微信 BuWanVideo2.0/XYRDetailViewController.m
@@ -1967,6 +1967,7 @@ _collectionbt = titleCollectionReusableView.collectionBtn; //添加分享的点击事件 titleCollectionReusableView.shareBtn.hidden = YES; titleCollectionReusableView.share.hidden = YES; [titleCollectionReusableView.shareBtn addTarget:self action:@selector(clickShareButton:) forControlEvents:UIControlEventTouchUpInside]; //联网检查是否收藏 [self checkWhetherCollection]; Pods/YYImage/YYImage/YYAnimatedImageView.m
@@ -529,6 +529,11 @@ - (void)displayLayer:(CALayer *)layer { if (_curFrame) { layer.contents = (__bridge id)_curFrame.CGImage; } else { if (@available(iOS 14.0, *)) { [super displayLayer:layer]; } } }