Skip to content

Commit cf0bcf7

Browse files
authored
Merge pull request #193 from hokyungh/master
Add privacy info
2 parents 8d7cc7b + 6759ef4 commit cf0bcf7

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

Framework/Framework.xcodeproj/project.pbxproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
0042F16C2B7AE4B100323833 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 0042F16B2B7AE4B100323833 /* PrivacyInfo.xcprivacy */; };
11+
0042F16D2B7AE4B100323833 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 0042F16B2B7AE4B100323833 /* PrivacyInfo.xcprivacy */; };
1012
86E2F0111B4EE700002D66BB /* Reachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 86E2F00F1B4EE700002D66BB /* Reachability.h */; settings = {ATTRIBUTES = (Public, ); }; };
1113
86E2F0121B4EE700002D66BB /* Reachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 86E2F00F1B4EE700002D66BB /* Reachability.h */; settings = {ATTRIBUTES = (Public, ); }; };
1214
86E2F0131B4EE700002D66BB /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 86E2F0101B4EE700002D66BB /* Reachability.m */; };
1315
86E2F0141B4EE700002D66BB /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 86E2F0101B4EE700002D66BB /* Reachability.m */; };
1416
/* End PBXBuildFile section */
1517

1618
/* Begin PBXFileReference section */
19+
0042F16B2B7AE4B100323833 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
1720
86E2EFD41B4EE3C9002D66BB /* Reachability.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Reachability.framework; sourceTree = BUILT_PRODUCTS_DIR; };
1821
86E2EFD71B4EE3C9002D66BB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
1922
86E2EFF21B4EE3DE002D66BB /* Reachability.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Reachability.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -62,6 +65,7 @@
6265
86E2F00F1B4EE700002D66BB /* Reachability.h */,
6366
86E2F0101B4EE700002D66BB /* Reachability.m */,
6467
86E2EFD71B4EE3C9002D66BB /* Info.plist */,
68+
0042F16B2B7AE4B100323833 /* PrivacyInfo.xcprivacy */,
6569
);
6670
name = Framework;
6771
sourceTree = "<group>";
@@ -145,6 +149,7 @@
145149
developmentRegion = English;
146150
hasScannedForEncodings = 0;
147151
knownRegions = (
152+
English,
148153
en,
149154
);
150155
mainGroup = 86E2EFA91B4EE3A2002D66BB;
@@ -163,13 +168,15 @@
163168
isa = PBXResourcesBuildPhase;
164169
buildActionMask = 2147483647;
165170
files = (
171+
0042F16C2B7AE4B100323833 /* PrivacyInfo.xcprivacy in Resources */,
166172
);
167173
runOnlyForDeploymentPostprocessing = 0;
168174
};
169175
86E2EFF01B4EE3DE002D66BB /* Resources */ = {
170176
isa = PBXResourcesBuildPhase;
171177
buildActionMask = 2147483647;
172178
files = (
179+
0042F16D2B7AE4B100323833 /* PrivacyInfo.xcprivacy in Resources */,
173180
);
174181
runOnlyForDeploymentPostprocessing = 0;
175182
};

Framework/PrivacyInfo.xcprivacy

Lines changed: 14 additions & 0 deletions
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>NSPrivacyCollectedDataTypes</key>
6+
<array/>
7+
<key>NSPrivacyAccessedAPITypes</key>
8+
<array/>
9+
<key>NSPrivacyTracking</key>
10+
<false/>
11+
<key>NSPrivacyTrackingDomains</key>
12+
<array/>
13+
</dict>
14+
</plist>

0 commit comments

Comments
 (0)