Skip to content

Commit

Permalink
Fix tab vs spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Mar 26, 2021
1 parent 8e035a9 commit d60536e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WordPress-Aztec-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ Pod::Spec.new do |s|
}
s.xcconfig = {
'OTHER_LDFLAGS' => '-lxml2',
'HEADER_SEARCH_PATHS' => '/usr/include/libxml2'
'HEADER_SEARCH_PATHS' => '/usr/include/libxml2'
}
end
2 changes: 1 addition & 1 deletion WordPress-Editor-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Pod::Spec.new do |s|
s.resources = 'WordPressEditor/WordPressEditor/Assets/**/*'
s.xcconfig = {
'OTHER_LDFLAGS' => '-lxml2',
'HEADER_SEARCH_PATHS' => '/usr/include/libxml2'
'HEADER_SEARCH_PATHS' => '/usr/include/libxml2'
}

s.dependency "WordPress-Aztec-iOS", s.version.to_s
Expand Down

0 comments on commit d60536e

Please sign in to comment.