ss
Aeline
2020-10-10 efdacab9e65329395e2226b5bd15e04f9b673492
ss
6个文件已修改
1个文件已添加
18 ■■■■ 已修改文件
.DS_Store 补丁 | 查看 | 原始文档 | blame | 历史
BuWanVideo2.0.xcodeproj/project.pbxproj 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
BuWanVideo2.0.xcworkspace/xcuserdata/aeline.xcuserdatad/UserInterfaceState.xcuserstate 补丁 | 查看 | 原始文档 | blame | 历史
BuWanVideo2.0.xcworkspace/xcuserdata/aeline.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
BuWanVideo2.0/AppDelegate.m 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
BuWanVideo2.0/XYRDetailViewController.m 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Pods/YYImage/YYImage/YYAnimatedImageView.m 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.DS_Store
Binary 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.xcuserstate
Binary 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];
           }
    }
}