File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 405
405
PRODUCT_NAME = "$(TARGET_NAME)";
406
406
SKIP_INSTALL = YES;
407
407
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
408
- SWIFT_SWIFT3_OBJC_INFERENCE = On ;
408
+ SWIFT_SWIFT3_OBJC_INFERENCE = Default ;
409
409
SWIFT_VERSION = 4.0;
410
410
};
411
411
name = Debug;
425
425
PRODUCT_BUNDLE_IDENTIFIER = attributed.Attributed;
426
426
PRODUCT_NAME = "$(TARGET_NAME)";
427
427
SKIP_INSTALL = YES;
428
- SWIFT_SWIFT3_OBJC_INFERENCE = On ;
428
+ SWIFT_SWIFT3_OBJC_INFERENCE = Default ;
429
429
SWIFT_VERSION = 4.0;
430
430
};
431
431
name = Release;
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ public struct Attributes {
89
89
}
90
90
91
91
public func baselineOffset( _ offset: NSNumber ) -> Attributes {
92
- return self + Attributes( dictionary: [ NSBaselineOffsetAttributeName : offset] )
92
+ return self + Attributes( dictionary: [ NSAttributedStringKey . baselineOffset : offset] )
93
93
}
94
94
}
95
95
You can’t perform that action at this time.
0 commit comments