Skip to content

Commit

Permalink
Inherit and extend existing xcconfig values instead of overwriting them.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-ExpeData committed Jan 23, 2013
1 parent d6b2b45 commit ee60171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQLCipher/2.1.1/SQLCipher.podspec
Expand Up @@ -9,6 +9,6 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/guilhermeandrade/sqlcipher.git', :tag => s.version.to_s }
s.preserve_paths = '*.a'
s.libraries = 'crypto', 'sqlcipher'
s.xcconfig = { 'OTHER_CFLAGS' => '-DSQLITE_HAS_CODEC', 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/SQLCipher"' }
s.xcconfig = { 'OTHER_CFLAGS' => '$(inherited) -DSQLITE_HAS_CODEC', 'LIBRARY_SEARCH_PATHS' => '$(inherited) "$(PODS_ROOT)/SQLCipher"' }
s.platform = :ios
end

0 comments on commit ee60171

Please sign in to comment.