Skip to content

Commit

Permalink
fix(ios): update hippy.podspec due to code coverage failure
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwcg authored Dec 16, 2024
1 parent 3a4b3c1 commit 6cabb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hippy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ Pod::Spec.new do |s|

s.test_spec 'UnitTests' do |test_spec|
test_spec.source_files = 'tests/ios/**/*.{h,m,mm}'
test_spec.resources = 'framework/examples/ios-demo/fonts/TTTGB-Medium.otf'
test_spec.resource_bundles = { 'TestFonts' => ['framework/examples/ios-demo/fonts/TTTGB-Medium.otf'], }
test_spec.dependency 'OCMock'
end

Expand Down

0 comments on commit 6cabb60

Please sign in to comment.