This repository was archived by the owner on May 3, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 501501 0C300EA61BA0E357008DDEF6 /* Project object */ = {
502502 isa = PBXProject;
503503 attributes = {
504- LastUpgradeCheck = 0700 ;
504+ LastUpgradeCheck = 0810 ;
505505 ORGANIZATIONNAME = "Alexander Grebenyuk";
506506 TargetAttributes = {
507507 0C300EAD1BA0E357008DDEF6 = {
724724 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
725725 CLANG_WARN_EMPTY_BODY = YES;
726726 CLANG_WARN_ENUM_CONVERSION = YES;
727+ CLANG_WARN_INFINITE_RECURSION = YES;
727728 CLANG_WARN_INT_CONVERSION = YES;
728729 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
730+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
729731 CLANG_WARN_UNREACHABLE_CODE = YES;
730732 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
731733 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
768770 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
769771 CLANG_WARN_EMPTY_BODY = YES;
770772 CLANG_WARN_ENUM_CONVERSION = YES;
773+ CLANG_WARN_INFINITE_RECURSION = YES;
771774 CLANG_WARN_INT_CONVERSION = YES;
772775 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
776+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
773777 CLANG_WARN_UNREACHABLE_CODE = YES;
774778 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
775779 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<Scheme
3- LastUpgradeVersion = " 0700 "
3+ LastUpgradeVersion = " 0810 "
44 version = " 1.3" >
55 <BuildAction
66 parallelizeBuildables = " YES"
Original file line number Diff line number Diff line change 2727 <key >NSAllowsArbitraryLoads </key >
2828 <true />
2929 </dict >
30+ <key >NSPhotoLibraryUsageDescription </key >
31+ <string >to show you PhotoKit demo </string >
3032 <key >UILaunchStoryboardName </key >
3133 <string >Launch Screen </string >
3234 <key >UIMainStoryboardFile </key >
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ @interface SDFMomentHeaderCollectionReusableView ()
1818@implementation SDFMomentHeaderCollectionReusableView
1919
2020- (void )awakeFromNib {
21+ [super awakeFromNib ];
2122 self.labelBottomLeft .text = @" " ;
2223 self.labelBottomRight .text = @" " ;
2324 self.labelTopLeft .text = @" " ;
You can’t perform that action at this time.
0 commit comments