Skip to content

Commit

Permalink
Xcode 8 GM build fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Verkoeyen committed Sep 9, 2016
1 parent 69db513 commit abc45e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ EXTERNAL SOURCES:

CHECKOUT OPTIONS:
MaterialMotionRuntime:
:commit: 6fd31d275d7fda65331ed170ae393de8f84f6e2f
:commit: e002e18e8878f67ca5ae17ee0ce8a05357254bc4
:git: https://github.com/material-motion/material-motion-runtime-objc.git

SPEC CHECKSUMS:
Expand Down
2 changes: 1 addition & 1 deletion src/GestureRecognizerMotionFamily.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private class GesturePerformer: NSObject, PlanPerforming {
@objc public final class BlockGesturable: Gesturable {
fileprivate let handler: GestureHandler

public init(withGestureRecognizer recognizer: UIGestureRecognizer, handler: GestureHandler) {
public init(withGestureRecognizer recognizer: UIGestureRecognizer, handler: @escaping GestureHandler) {
self.handler = handler
super.init(withGestureRecognizer: recognizer)
}
Expand Down

0 comments on commit abc45e3

Please sign in to comment.