Skip to content

Commit

Permalink
fix pod template
Browse files Browse the repository at this point in the history
  • Loading branch information
rachguo authored and rachguo committed Nov 22, 2023
1 parent f45426b commit b4a34d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def should_exclude_macos_target
def include_macos_target
if '@C_POD_NAME@' != 'onnxruntime-mobile-c'
return true
end
Expand All @@ -17,7 +17,7 @@ target 'ios_package_test' do
end
end

unless should_exclude_macos_target
unless include_macos_target
target 'macos_package_test' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
Expand Down

0 comments on commit b4a34d3

Please sign in to comment.