Skip to content

Commit

Permalink
Support spaces in paths leading to TestFlightSDK library
Browse files Browse the repository at this point in the history
  • Loading branch information
fictorial committed May 30, 2012
1 parent e37601a commit 0da27f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestFlightSDK/1.0/TestFlightSDK.podspec
Expand Up @@ -10,5 +10,5 @@ Pod::Spec.new do |s|
s.platform = :ios
s.source_files = 'TestFlight.h'
s.library = 'TestFlight', 'z'
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '$(SRCROOT)/Pods/TestFlightSDK' }
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(SRCROOT)/Pods/TestFlightSDK"' }
end

0 comments on commit 0da27f8

Please sign in to comment.