Skip to content

Commit

Permalink
Merge pull request #267 from tid-kijyun/fix/cocoapods
Browse files Browse the repository at this point in the history
Fixed podspec
  • Loading branch information
tid-kijyun authored Feb 22, 2024
2 parents 6aed5c7 + 5ad0d50 commit 58b7c44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

2 changes: 1 addition & 1 deletion Kanna.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = "2.0"
s.requires_arc = true
s.source_files = ['Sources/**/*.swift', 'Sources/**/*.h']
s.resource_bundles = {'kanna_privacy' => ['Kanna/PrivacyInfo.xcprivacy']}
s.resource_bundles = {'kanna_privacy' => ['Sources/Kanna/PrivacyInfo.xcprivacy']}
s.xcconfig = {
'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2',
'OTHER_LDFLAGS' => '-lxml2'
Expand Down

0 comments on commit 58b7c44

Please sign in to comment.