Skip to content

Commit

Permalink
preserve_paths directive in podspec fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ap4y committed Jul 7, 2013
1 parent 93a5b3d commit 597130b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OrigamiEngine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ Pod::Spec.new do |s|
s.author = { "ap4y" => "lod@pisem.net" }
s.source = { :git => "https://github.com/ap4y/OrigamiEngine.git", :tag => "1.0.7", :submodules => true }
s.source_files = 'OrigamiEngine/**/*.{h,m}'
s.preserve_paths = 'Audio-Frameworks/bin/flac/'

s.ios.deployment_target = '5.0'
s.ios.preserve_paths = 'Audio-Frameworks/bin/flac/FLAC.framework'
s.ios.frameworks = 'AudioToolbox', 'AVFoundation', 'FLAC'
s.ios.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/OrigamiEngine/Audio-Frameworks/bin/flac/" "$(SDKROOT)/Developer/Library/Frameworks" "$(DEVELOPER_LIBRARY_DIR)/Frameworks"'}

s.osx.deployment_target = '10.7'
s.osx.preserve_paths = 'Audio-Frameworks/bin/flac/FLAC_OSX/FLAC.framework'
s.osx.frameworks = 'AudioToolbox', 'AVFoundation', 'AudioUnit', 'FLAC'
s.osx.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/OrigamiEngine/Audio-Frameworks/bin/flac/FLAC_OSX/" "$(SDKROOT)/Developer/Library/Frameworks" "$(DEVELOPER_LIBRARY_DIR)/Frameworks"'}
end

0 comments on commit 597130b

Please sign in to comment.