File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 362
362
};
363
363
249EFE791E64FB4C00165E39 = {
364
364
CreatedOnToolsVersion = 8.2.1;
365
- DevelopmentTeam = 4Q596JWQC5;
366
365
LastSwiftMigration = 0820;
367
366
ProvisioningStyle = Automatic;
368
367
};
707
706
CLANG_ENABLE_MODULES = YES;
708
707
CODE_SIGN_IDENTITY = "";
709
708
DEFINES_MODULE = YES;
710
- DEVELOPMENT_TEAM = 4Q596JWQC5 ;
709
+ DEVELOPMENT_TEAM = "" ;
711
710
DYLIB_COMPATIBILITY_VERSION = 1;
712
711
DYLIB_CURRENT_VERSION = 1;
713
712
DYLIB_INSTALL_NAME_BASE = "@rpath";
728
727
CLANG_ENABLE_MODULES = YES;
729
728
CODE_SIGN_IDENTITY = "";
730
729
DEFINES_MODULE = YES;
731
- DEVELOPMENT_TEAM = 4Q596JWQC5 ;
730
+ DEVELOPMENT_TEAM = "" ;
732
731
DYLIB_COMPATIBILITY_VERSION = 1;
733
732
DYLIB_CURRENT_VERSION = 1;
734
733
DYLIB_INSTALL_NAME_BASE = "@rpath";
Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ public protocol PinLayout {
371
371
372
372
Available only on iOS 11 and higher.
373
373
*/
374
- @available ( iOS 11 . 0 , * )
374
+ @available ( tvOS 11 . 0 , iOS 11 . 0 , * )
375
375
@discardableResult func margin( _ directionalInsets: NSDirectionalEdgeInsets ) -> PinLayout
376
376
377
377
/**
Original file line number Diff line number Diff line change @@ -799,7 +799,7 @@ class PinLayoutImpl: PinLayout {
799
799
return self
800
800
}
801
801
802
- @available ( iOS 11 . 0 , * )
802
+ @available ( tvOS 11 . 0 , iOS 11 . 0 , * )
803
803
@discardableResult
804
804
func margin( _ directionalInsets: NSDirectionalEdgeInsets ) -> PinLayout {
805
805
marginTop = directionalInsets. top
You can’t perform that action at this time.
0 commit comments