Skip to content

Commit 9662dcc

Browse files
Merge pull request #399 from contentful/privacy-manifest
Privacy manifest
2 parents 530c8f5 + 9edeb6a commit 9662dcc

File tree

6 files changed

+51
-4
lines changed

6 files changed

+51
-4
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONTENTFUL_SDK_VERSION=5.5.10
1+
CONTENTFUL_SDK_VERSION=5.5.11

Config.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONTENTFUL_SDK_VERSION=5.5.10
1+
CONTENTFUL_SDK_VERSION=5.5.11

Contentful.xcodeproj/project.pbxproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
40279AB22808826D004358B1 /* RichTextNodeDecodingTests.json in Resources */ = {isa = PBXBuildFile; fileRef = 40279AB12808826D004358B1 /* RichTextNodeDecodingTests.json */; };
4747
40279AB32808826D004358B1 /* RichTextNodeDecodingTests.json in Resources */ = {isa = PBXBuildFile; fileRef = 40279AB12808826D004358B1 /* RichTextNodeDecodingTests.json */; };
4848
40279AB42808826E004358B1 /* RichTextNodeDecodingTests.json in Resources */ = {isa = PBXBuildFile; fileRef = 40279AB12808826D004358B1 /* RichTextNodeDecodingTests.json */; };
49+
40754A292BDFEAC700EF4006 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 40754A282BDFEAC700EF4006 /* PrivacyInfo.xcprivacy */; };
50+
40754A2A2BDFEAC700EF4006 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 40754A282BDFEAC700EF4006 /* PrivacyInfo.xcprivacy */; };
51+
40754A2B2BDFEAC700EF4006 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 40754A282BDFEAC700EF4006 /* PrivacyInfo.xcprivacy */; };
52+
40754A2C2BDFEAC700EF4006 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 40754A282BDFEAC700EF4006 /* PrivacyInfo.xcprivacy */; };
4953
40904F3A260A22ED00C01E61 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40904F1A260A1DB600C01E61 /* Metadata.swift */; };
5054
40904F42260A22ED00C01E61 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40904F1A260A1DB600C01E61 /* Metadata.swift */; };
5155
40904F4A260A22EE00C01E61 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40904F1A260A1DB600C01E61 /* Metadata.swift */; };
@@ -315,6 +319,7 @@
315319
40279AA528088044004358B1 /* PreviewSyncTests.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = PreviewSyncTests.json; sourceTree = "<group>"; };
316320
40279AA9280880B1004358B1 /* QueryTests.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = QueryTests.json; sourceTree = "<group>"; };
317321
40279AB12808826D004358B1 /* RichTextNodeDecodingTests.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = RichTextNodeDecodingTests.json; sourceTree = "<group>"; };
322+
40754A282BDFEAC700EF4006 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = SOURCE_ROOT; };
318323
40904F1A260A1DB600C01E61 /* Metadata.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Metadata.swift; sourceTree = "<group>"; };
319324
40C31BB728089F1B0011B242 /* testFetchSpace.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = testFetchSpace.json; sourceTree = "<group>"; };
320325
40C31BBB28089F620011B242 /* SyncWithPaginationTests.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = SyncWithPaginationTests.json; sourceTree = "<group>"; };
@@ -532,6 +537,7 @@
532537
A19CA3DE1B836EF800A0EFCD /* Supporting Files */ = {
533538
isa = PBXGroup;
534539
children = (
540+
40754A282BDFEAC700EF4006 /* PrivacyInfo.xcprivacy */,
535541
EDBEC9491E3F51FE0040FC56 /* Contentful.h */,
536542
EDBEC9371E3F4ADE0040FC56 /* Info_macOS.plist */,
537543
EDBEC9381E3F4ADE0040FC56 /* Info_tvOS.plist */,
@@ -947,6 +953,7 @@
947953
isa = PBXResourcesBuildPhase;
948954
buildActionMask = 2147483647;
949955
files = (
956+
40754A2B2BDFEAC700EF4006 /* PrivacyInfo.xcprivacy in Resources */,
950957
);
951958
runOnlyForDeploymentPostprocessing = 0;
952959
};
@@ -978,6 +985,7 @@
978985
isa = PBXResourcesBuildPhase;
979986
buildActionMask = 2147483647;
980987
files = (
988+
40754A292BDFEAC700EF4006 /* PrivacyInfo.xcprivacy in Resources */,
981989
);
982990
runOnlyForDeploymentPostprocessing = 0;
983991
};
@@ -1033,13 +1041,15 @@
10331041
isa = PBXResourcesBuildPhase;
10341042
buildActionMask = 2147483647;
10351043
files = (
1044+
40754A2A2BDFEAC700EF4006 /* PrivacyInfo.xcprivacy in Resources */,
10361045
);
10371046
runOnlyForDeploymentPostprocessing = 0;
10381047
};
10391048
EDDC07271E3BCEB10022F2F9 /* Resources */ = {
10401049
isa = PBXResourcesBuildPhase;
10411050
buildActionMask = 2147483647;
10421051
files = (
1052+
40754A2C2BDFEAC700EF4006 /* PrivacyInfo.xcprivacy in Resources */,
10431053
);
10441054
runOnlyForDeploymentPostprocessing = 0;
10451055
};

PrivacyInfo.xcprivacy

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>NSPrivacyAccessedAPITypes</key>
6+
<array>
7+
<dict>
8+
<key>NSPrivacyAccessedAPIType</key>
9+
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
10+
<key>NSPrivacyAccessedAPITypeReasons</key>
11+
<array>
12+
<string>C617.1</string>
13+
</array>
14+
</dict>
15+
<dict>
16+
<key>NSPrivacyAccessedAPIType</key>
17+
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
18+
<key>NSPrivacyAccessedAPITypeReasons</key>
19+
<array>
20+
<string>CA92.1</string>
21+
</array>
22+
</dict>
23+
<dict>
24+
<key>NSPrivacyAccessedAPIType</key>
25+
<string>NSPrivacyAccessedAPICategorySystemBootTime</string>
26+
<key>NSPrivacyAccessedAPITypeReasons</key>
27+
<array>
28+
<string>35F9.1</string>
29+
</array>
30+
</dict>
31+
</array>
32+
<key>NSPrivacyCollectedDataTypes</key>
33+
<array/>
34+
<key>NSPrivacyTracking</key>
35+
<false/>
36+
</dict>
37+
</plist>

Scripts/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONTENTFUL_SDK_VERSION=5.5.10
1+
CONTENTFUL_SDK_VERSION=5.5.11

Scripts/Config.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONTENTFUL_SDK_VERSION=5.5.10
1+
CONTENTFUL_SDK_VERSION=5.5.11

0 commit comments

Comments
 (0)