Skip to content

Commit

Permalink
Merge pull request #48 from akkyie/enable_testing_search_path
Browse files Browse the repository at this point in the history
Specify ENABLE_TESTING_SEARCH_PATHS option for building
  • Loading branch information
akkyie authored Aug 16, 2022
2 parents d9de620 + 966f12c commit 6962332
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tablier.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ Pod::Spec.new do |spec|
spec.requires_arc = true

spec.framework = "XCTest"
spec.pod_target_xcconfig = {
"ENABLE_TESTING_SEARCH_PATHS" => "YES"
}
end

0 comments on commit 6962332

Please sign in to comment.