Skip to content
Prev Previous commit
Next Next commit
moved privacyinfo to Resources
  • Loading branch information
haniewais committed Mar 14, 2024
commit 3e52ad54ed97c36fcb51f1eac2323f91bcc3c840
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']}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we add spaces after { and before } for better consistency? For example:

{ 'Swifter' => ['Xcode/Resources/PrivacyInfo.xcprivacy'] }


end
File renamed without changes.