Skip to content

Commit

Permalink
[AggregateXCConfig] Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Feb 3, 2016
1 parent e0bc037 commit 65375db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cocoapods/generator/xcconfig/aggregate_xcconfig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def settings_to_import_pod_targets
end
end
build_settings = {
'PODS_FRAMEWORK_BUILD_PATH' => XCConfigHelper.quote([target.scoped_configuration_build_dir]),
'PODS_FRAMEWORK_BUILD_PATH' => XCConfigHelper.quote([target.scoped_configuration_build_dir]),
# Make framework headers discoverable by `import "…"`
'OTHER_CFLAGS' => '$(inherited) ' + XCConfigHelper.quote(framework_header_search_paths, '-iquote'),
}
Expand Down

0 comments on commit 65375db

Please sign in to comment.