This repository was archived by the owner on Mar 10, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 184
184
isa = PBXProject;
185
185
attributes = {
186
186
LastSwiftUpdateCheck = 0720;
187
- LastUpgradeCheck = 0800 ;
187
+ LastUpgradeCheck = 0810 ;
188
188
ORGANIZATIONNAME = Nodes;
189
189
TargetAttributes = {
190
190
275BCA761C57C9F800FF3647 = {
275
275
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
276
276
CLANG_WARN_EMPTY_BODY = YES;
277
277
CLANG_WARN_ENUM_CONVERSION = YES;
278
+ CLANG_WARN_INFINITE_RECURSION = YES;
278
279
CLANG_WARN_INT_CONVERSION = YES;
279
280
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
281
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
280
282
CLANG_WARN_UNREACHABLE_CODE = YES;
281
283
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
282
284
COPY_PHASE_STRIP = NO;
322
324
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
323
325
CLANG_WARN_EMPTY_BODY = YES;
324
326
CLANG_WARN_ENUM_CONVERSION = YES;
327
+ CLANG_WARN_INFINITE_RECURSION = YES;
325
328
CLANG_WARN_INT_CONVERSION = YES;
326
329
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
330
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
327
331
CLANG_WARN_UNREACHABLE_CODE = YES;
328
332
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
329
333
COPY_PHASE_STRIP = NO;
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Scheme
3
- LastUpgradeVersion = " 0800 "
3
+ LastUpgradeVersion = " 0810 "
4
4
version = " 1.3" >
5
5
<BuildAction
6
6
parallelizeBuildables = " YES"
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ public struct KeyboardAppearanceInfo {
84
84
- animationBlock: Animation that should happen.
85
85
- completion: Function that happens after the animation is finished.
86
86
*/
87
- public func animateAlong( _ animationBlock: @escaping ( ) -> Void , completion: @escaping ( _ finished: Bool ) -> Void ) {
87
+ public func animateAlong( _ animationBlock: @escaping ( ( ) -> Void ) , completion: @escaping ( ( _ finished: Bool ) -> Void ) = { _ in } ) {
88
88
UIView . animate (
89
89
withDuration: animationDuration,
90
90
delay: 0.0 ,
You can’t perform that action at this time.
0 commit comments