Skip to content

Commit

Permalink
Actually test iOS for the iOS version of a header_mappings_dir test
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Jan 29, 2021
1 parent 0b389b9 commit 1365e89
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1405,7 +1405,7 @@ class PodsProjectGenerator
end

it 'creates a build phase to symlink header folders on iOS' do
@pod_target.stubs(:platform).returns(Platform.osx)
@pod_target.stubs(:platform).returns(Platform.ios)

@installer.install!

Expand Down

0 comments on commit 1365e89

Please sign in to comment.