Skip to content

Commit

Permalink
podfile.template
Browse files Browse the repository at this point in the history
  • Loading branch information
rachguo authored and rachguo committed Nov 18, 2023
1 parent 20cf553 commit 84be6eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ target 'ios_package_test' do

target 'ios_package_testUITests' do
inherit! :search_paths
pod '@C_POD_NAME', :podspec => '@C_POD_PODSPEC'
pod '@C_POD_NAME@', :podspec => '@C_POD_PODSPEC@'
end
end

Expand All @@ -18,7 +18,7 @@ target 'macos_package_test' do

target 'macos_package_testUITests' do
inherit! :search_paths
pod '@C_POD_NAME', :podspec => '@C_POD_PODSPEC'
pod '@C_POD_NAME@', :podspec => '@C_POD_PODSPEC@'
end
end

Expand Down

0 comments on commit 84be6eb

Please sign in to comment.