Skip to content

Commit

Permalink
Exclude UIResponder category from RMErrorRecoveryAttempter on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyarnold committed Mar 18, 2014
1 parent 3bcf59f commit 624b008
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -9,5 +9,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.source_files = 'Source'
s.osx.exclude_files = 'Source/UIResponder*'
s.requires_arc = true
end

0 comments on commit 624b008

Please sign in to comment.