Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
testing xcconfig podspec rule
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Sep 9, 2023
1 parent cdd3ae8 commit be3068b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NBSFuse.template.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ A native-first framework for building hybrid native-web applications.
s.ios.deployment_target = '13.0'

s.vendored_frameworks = 'NBSFuse/NBSFuse.xcframework'

s.pod_target_xcconfig = {
'HEADER_SEARCH_PATHS' => '${PODS_XCFRAMEWORKS_BUILD_DIR}/NBSFuse/NBSFuse.framework/Headers'
}
end

0 comments on commit be3068b

Please sign in to comment.