Skip to content

Commit

Permalink
Merge pull request #176 from klaviyo/as/privacy-policy-fix
Browse files Browse the repository at this point in the history
Removed privacy policy for klaviyo swift extension
  • Loading branch information
ajaysubra authored Apr 18, 2024
2 parents a3b822a + 0eb9659 commit a111c13
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion KlaviyoSwiftExtension.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ Pod::Spec.new do |s|
s.platform = :ios
s.ios.deployment_target = '13.0'
s.source_files = 'Sources/KlaviyoSwiftExtension/**/*.swift'
s.resource_bundles = {"KlaviyoSwiftExtension" => ["Sources/KlaviyoSwiftExtension/PrivacyInfo.xcprivacy"]}
end
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ let package = Package(
.target(
name: "KlaviyoSwiftExtension",
dependencies: [],
path: "Sources/KlaviyoSwiftExtension",
resources: [.copy("PrivacyInfo.xcprivacy")]),
path: "Sources/KlaviyoSwiftExtension"),
.testTarget(
name: "KlaviyoSwiftTests",
dependencies: [
Expand Down
8 changes: 0 additions & 8 deletions Sources/KlaviyoSwiftExtension/PrivacyInfo.xcprivacy

This file was deleted.

0 comments on commit a111c13

Please sign in to comment.