Skip to content

Commit

Permalink
podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
skyline75489 committed Dec 13, 2024
1 parent d73c884 commit e48368f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/ios/podspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ Pod::Spec.new do |spec|
spec.osx.deployment_target = macosx_deployment_target
end

spec.ios.framework = 'MobileCoreServices'
spec.osx.framework = 'CoreServices'
spec.vendored_frameworks = "@XCFRAMEWORK_DIR@"
spec.static_framework = true
spec.source_files = "@PUBLIC_HEADERS_DIR@/*.h"
spec.preserve_paths = [ "@LICENSE_FILE@" ]
spec.library = "c++"

end

0 comments on commit e48368f

Please sign in to comment.