Skip to content

Commit

Permalink
Fix LibComponentLogging-NSLog spec.
Browse files Browse the repository at this point in the history
The previous commit should have been for LibComponentLogging-NSLogger.

This reverts commit fa6f0d9.
  • Loading branch information
aharren committed Apr 7, 2012
1 parent fa6f0d9 commit 438d7cc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
Expand Up @@ -12,11 +12,5 @@ Pod::Spec.new do |s|
s.dependency 'LibComponentLogging-Core', '>= 1.1.4'
s.source_files = 'LCLNSLog.{h,m}'
s.header_dir = 'LibComponentLogging'

def s.post_install(target)
Dir.chdir(config.project_pods_root + 'Headers/LibComponentLogging') do
system 'sed \'s/<UniquePrefix>/MyApp/g\' LCLNSLoggerConfig.template.h > LCLNSLoggerConfig.h'
end
end
end

Expand Up @@ -13,10 +13,4 @@ Pod::Spec.new do |s|
s.header_dir = 'LibComponentLogging'

s.dependency 'LibComponentLogging-Core', '>= 1.1.5'

def s.post_install(target)
Dir.chdir(config.project_pods_root + 'Headers/LibComponentLogging') do
system 'sed \'s/<UniquePrefix>/MyApp/g\' LCLNSLoggerConfig.template.h > LCLNSLoggerConfig.h'
end
end
end
Expand Up @@ -13,10 +13,4 @@ Pod::Spec.new do |s|
s.header_dir = 'LibComponentLogging'

s.dependency 'LibComponentLogging-Core', '>= 1.1.6'

def s.post_install(target)
Dir.chdir(config.project_pods_root + 'Headers/LibComponentLogging') do
system 'sed \'s/<UniquePrefix>/MyApp/g\' LCLNSLoggerConfig.template.h > LCLNSLoggerConfig.h'
end
end
end

0 comments on commit 438d7cc

Please sign in to comment.