File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Example/PinLayoutSample.xcodeproj Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 510
510
TargetAttributes = {
511
511
249EFE3E1E64FAFE00165E39 = {
512
512
CreatedOnToolsVersion = 8.2.1;
513
- LastSwiftMigration = 1000 ;
513
+ LastSwiftMigration = 1030 ;
514
514
ProvisioningStyle = Automatic;
515
515
};
516
516
};
845
845
PRODUCT_NAME = "$(TARGET_NAME)";
846
846
SWIFT_OBJC_BRIDGING_HEADER = "PinLayoutSample/UI/Examples/PinLayoutSample-Bridging-Header.h";
847
847
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
848
- SWIFT_VERSION = 4.2 ;
848
+ SWIFT_VERSION = 5.0 ;
849
849
};
850
850
name = Debug;
851
851
};
862
862
PRODUCT_BUNDLE_IDENTIFIER = com.layoutbox.PinLayoutSample;
863
863
PRODUCT_NAME = "$(TARGET_NAME)";
864
864
SWIFT_OBJC_BRIDGING_HEADER = "PinLayoutSample/UI/Examples/PinLayoutSample-Bridging-Header.h";
865
- SWIFT_VERSION = 4.2 ;
865
+ SWIFT_VERSION = 5.0 ;
866
866
};
867
867
name = Release;
868
868
};
Original file line number Diff line number Diff line change 651
651
};
652
652
249EFE791E64FB4C00165E39 = {
653
653
CreatedOnToolsVersion = 8.2.1;
654
- LastSwiftMigration = 1000 ;
654
+ LastSwiftMigration = 1030 ;
655
655
ProvisioningStyle = Automatic;
656
656
};
657
657
249EFE821E64FB4C00165E39 = {
658
658
CreatedOnToolsVersion = 8.2.1;
659
659
DevelopmentTeam = 4Q596JWQC5;
660
- LastSwiftMigration = 1000 ;
660
+ LastSwiftMigration = 1030 ;
661
661
ProvisioningStyle = Automatic;
662
662
};
663
663
DF1A5D1C2084C94700725EF5 = {
1247
1247
PRODUCT_NAME = PinLayout;
1248
1248
SKIP_INSTALL = YES;
1249
1249
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1250
- SWIFT_VERSION = 4.2 ;
1250
+ SWIFT_VERSION = 5.0 ;
1251
1251
};
1252
1252
name = Debug;
1253
1253
};
1267
1267
PRODUCT_BUNDLE_IDENTIFIER = "com.mirego.PinLayout-iOS";
1268
1268
PRODUCT_NAME = PinLayout;
1269
1269
SKIP_INSTALL = YES;
1270
- SWIFT_VERSION = 4.2 ;
1270
+ SWIFT_VERSION = 5.0 ;
1271
1271
};
1272
1272
name = Release;
1273
1273
};
1282
1282
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1283
1283
PRODUCT_BUNDLE_IDENTIFIER = com.mirego.PinLayoutTests;
1284
1284
PRODUCT_NAME = "$(TARGET_NAME)";
1285
- SWIFT_VERSION = 4.2 ;
1285
+ SWIFT_VERSION = 5.0 ;
1286
1286
};
1287
1287
name = Debug;
1288
1288
};
1297
1297
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1298
1298
PRODUCT_BUNDLE_IDENTIFIER = com.mirego.PinLayoutTests;
1299
1299
PRODUCT_NAME = "$(TARGET_NAME)";
1300
- SWIFT_VERSION = 4.2 ;
1300
+ SWIFT_VERSION = 5.0 ;
1301
1301
};
1302
1302
name = Release;
1303
1303
};
Original file line number Diff line number Diff line change 20
20
import UIKit
21
21
22
22
public extension UIImage {
23
- public convenience init ? ( color: UIColor , size: CGSize = CGSize ( width: 1 , height: 1 ) ) {
23
+ convenience init ? ( color: UIColor , size: CGSize = CGSize ( width: 1 , height: 1 ) ) {
24
24
let rect = CGRect ( origin: . zero, size: size)
25
25
UIGraphicsBeginImageContextWithOptions ( rect. size, false , 0.0 )
26
26
color. setFill ( )
You can’t perform that action at this time.
0 commit comments