Skip to content

Commit 401141d

Browse files
author
Charles Scalesse
committed
Adding PrivacyInfo.xcprivacy
1 parent 459c307 commit 401141d

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

Toast.xcodeproj/project.pbxproj

+12
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
1536A60E16B0E0D60021C622 /* CSViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1536A60B16B0E0D60021C622 /* CSViewController.m */; };
2121
1566460D1FC1ED8D00ECDFCE /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1566460C1FC1ED8D00ECDFCE /* Images.xcassets */; };
2222
15F305681FC1EFAF0058458A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 15F305671FC1EFAF0058458A /* LaunchScreen.storyboard */; };
23+
56E531712B4A3AF50034D6F5 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 56E531702B4A3AF50034D6F5 /* PrivacyInfo.xcprivacy */; };
2324
/* End PBXBuildFile section */
2425

2526
/* Begin PBXFileReference section */
@@ -42,6 +43,7 @@
4243
1536A60B16B0E0D60021C622 /* CSViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CSViewController.m; sourceTree = "<group>"; };
4344
1566460C1FC1ED8D00ECDFCE /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Example/Resources/Images.xcassets; sourceTree = SOURCE_ROOT; };
4445
15F305671FC1EFAF0058458A /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
46+
56E531702B4A3AF50034D6F5 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
4547
/* End PBXFileReference section */
4648

4749
/* Begin PBXFrameworksBuildPhase section */
@@ -123,6 +125,7 @@
123125
children = (
124126
1536A60416B0E0CF0021C622 /* UIView+Toast.h */,
125127
1536A60516B0E0CF0021C622 /* UIView+Toast.m */,
128+
56E5316F2B4A3ACA0034D6F5 /* Resources */,
126129
);
127130
path = Toast;
128131
sourceTree = SOURCE_ROOT;
@@ -149,6 +152,14 @@
149152
path = Resources;
150153
sourceTree = "<group>";
151154
};
155+
56E5316F2B4A3ACA0034D6F5 /* Resources */ = {
156+
isa = PBXGroup;
157+
children = (
158+
56E531702B4A3AF50034D6F5 /* PrivacyInfo.xcprivacy */,
159+
);
160+
path = Resources;
161+
sourceTree = "<group>";
162+
};
152163
/* End PBXGroup section */
153164

154165
/* Begin PBXHeadersBuildPhase section */
@@ -250,6 +261,7 @@
250261
isa = PBXResourcesBuildPhase;
251262
buildActionMask = 2147483647;
252263
files = (
264+
56E531712B4A3AF50034D6F5 /* PrivacyInfo.xcprivacy in Resources */,
253265
);
254266
runOnlyForDeploymentPostprocessing = 0;
255267
};

Toast/Resources/PrivacyInfo.xcprivacy

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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>NSPrivacyTracking</key>
6+
<false/>
7+
<key>NSPrivacyCollectedDataTypes</key>
8+
<array/>
9+
<key>NSPrivacyTrackingDomains</key>
10+
<array/>
11+
<key>NSPrivacyAccessedAPITypes</key>
12+
<array/>
13+
</dict>
14+
</plist>

0 commit comments

Comments
 (0)