Skip to content

Commit

Permalink
Set LD_RUNPATH_SEARCH_PATHS in Podspec.
Browse files Browse the repository at this point in the history
Closes #598
  • Loading branch information
jakepetroules committed Aug 18, 2015
1 parent 0a840f1 commit f63e606
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Sparkle.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Pod::Spec.new do |s|
s.public_header_files = 'Sparkle.framework/Versions/A/Headers/*.h'
s.vendored_framework = 'Sparkle.framework'
s.resources = 'Sparkle.framework'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"${PODS_ROOT}/Sparkle"' }
s.xcconfig = {
'FRAMEWORK_SEARCH_PATHS' => '"${PODS_ROOT}/Sparkle"',
'LD_RUNPATH_SEARCH_PATHS' => '@loader_path/../Frameworks'
}
s.requires_arc = true
end

0 comments on commit f63e606

Please sign in to comment.