Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Privacy Manifest #1061

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Analytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ Pod::Spec.new do |s|
'Segment/Classes/**/*.{h,m}',
'Segment/Internal/**/*.{h,m}'
]
s.resources = ['Segment/PrivacyInfo.xcprivacy']
end
6 changes: 3 additions & 3 deletions Examples/CocoapodsExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Analytics (4.0.5)
- Analytics (4.1.8)

DEPENDENCIES:
- Analytics (from `../../`)
Expand All @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
Analytics: ecaad22be45600b95b16849092e0548cf5a40968
Analytics: d8ad186a6601fc75caa5e7243b5194c3c9a28f1f

PODFILE CHECKSUM: 20b258e875ed60a69591787e49bdc3ca9f7c4ad3

COCOAPODS: 1.9.1
COCOAPODS: 1.14.2
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.2
// swift-tools-version:5.6
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down Expand Up @@ -26,6 +26,7 @@ let package = Package(
dependencies: [],
path: "Segment/",
sources: ["Classes", "Internal"],
resources: [.process("Resources")],
publicHeadersPath: "Classes",
cSettings: [
.headerSearchPath("Internal"),
Expand Down
5 changes: 0 additions & 5 deletions Segment/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,5 @@
</array>
</dict>
</array>
<key>NSPrivacyTrackingDomains</key>
<array>
<string>cdn-settings.segment.com/v1/projects/&lt;writekey&gt;/settings</string>
<string>https://api.segment.io/v1/b </string>
</array>
</dict>
</plist>