Skip to content

Commit

Permalink
moved privacyinfo to Resources
Browse files Browse the repository at this point in the history
  • Loading branch information
haniewais committed Mar 14, 2024
1 parent f1400c0 commit 3e52ad5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
dependencies: [],
path: "Xcode/Sources",
resources: [
.process("PrivacyInfo.xcprivacy")
.process("../Resources/PrivacyInfo.xcprivacy")
]
),

Expand Down
2 changes: 1 addition & 1 deletion Swifter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/httpswift/swifter.git", :tag => "1.5.0" }
s.source_files = 'Xcode/Sources/*.{swift}'
s.swift_version = '5.0'
s.resource_bundles = {'Swifter' => ['Xcode/PrivacyInfo.xcprivacy']}
s.resource_bundles = {'Swifter' => ['Xcode/Resources/PrivacyInfo.xcprivacy']}

end
File renamed without changes.

0 comments on commit 3e52ad5

Please sign in to comment.