Skip to content

Commit b0e1afa

Browse files
authored
Merge pull request #282 from TaskarCenterAtUW/TASK-2211-Add-PrivacyInfo
Adding privacy info file with empty content as we are not capturing any users personal data.
2 parents 960efd6 + 56b946c commit b0e1afa

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

GoInfoGame/GoInfoGame.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@
170170
C77AAC9F2E4463ED006713B2 /* FirebaseCrashlytics in Frameworks */ = {isa = PBXBuildFile; productRef = C77AAC9E2E4463ED006713B2 /* FirebaseCrashlytics */; };
171171
C77EEBCF2DE59D3200494CB4 /* UndoMerge.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77EEBCE2DE59D3200494CB4 /* UndoMerge.swift */; };
172172
C7927B552E42363000A7A34E /* XCAssets+Generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7927B532E42363000A7A34E /* XCAssets+Generated.swift */; };
173+
C7A922252E45C36D00705E21 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = C7A922242E45C36D00705E21 /* PrivacyInfo.xcprivacy */; };
173174
C7BA83542E3C9C3600755BA7 /* QuestSyncButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7BA83532E3C9C3600755BA7 /* QuestSyncButton.swift */; };
174175
C7ED070F2D70E2EC001FFFE2 /* TokenRefresher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7ED070E2D70E2EC001FFFE2 /* TokenRefresher.swift */; };
175176
CFECB318461BB876B1621890 /* Pods_osmapi.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C4F37DA661B22FA87DF8282F /* Pods_osmapi.framework */; };
@@ -518,6 +519,7 @@
518519
C77AACA52E447364006713B2 /* GoogleService-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
519520
C77EEBCE2DE59D3200494CB4 /* UndoMerge.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UndoMerge.swift; sourceTree = "<group>"; };
520521
C7927B532E42363000A7A34E /* XCAssets+Generated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "XCAssets+Generated.swift"; sourceTree = "<group>"; };
522+
C7A922242E45C36D00705E21 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
521523
C7BA83532E3C9C3600755BA7 /* QuestSyncButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = QuestSyncButton.swift; path = GoInfoGame/UI/Map/QuestSyncButton.swift; sourceTree = SOURCE_ROOT; };
522524
C7ED070E2D70E2EC001FFFE2 /* TokenRefresher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TokenRefresher.swift; sourceTree = "<group>"; };
523525
C96303080D26026265099E0E /* Pods-GoInfoGame.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GoInfoGame.release.xcconfig"; path = "Target Support Files/Pods-GoInfoGame/Pods-GoInfoGame.release.xcconfig"; sourceTree = "<group>"; };
@@ -1581,6 +1583,7 @@
15811583
FAD5C4FB2AFCBE720040C61A /* Assets.xcassets */,
15821584
C77AAC972E44634A006713B2 /* Resources */,
15831585
0513BE762B2B464800FB61CF /* samplepoint.gpx */,
1586+
C7A922242E45C36D00705E21 /* PrivacyInfo.xcprivacy */,
15841587
C75E47732E151058006D903A /* Kondapur.gpx */,
15851588
FAD5C4FD2AFCBE720040C61A /* LaunchScreen.storyboard */,
15861589
FAD5C5002AFCBE720040C61A /* Info.plist */,
@@ -1971,6 +1974,7 @@
19711974
C76B63752E46019D0076A540 /* proximanova_light.otf in Resources */,
19721975
C76B63762E46019D0076A540 /* proximanova_semibold.otf in Resources */,
19731976
C71EB5BD2E2113500009E610 /* WMTSLayers.json in Resources */,
1977+
C7A922252E45C36D00705E21 /* PrivacyInfo.xcprivacy in Resources */,
19741978
FAD5C4FC2AFCBE720040C61A /* Assets.xcassets in Resources */,
19751979
FAD5C4FA2AFCBE700040C61A /* Main.storyboard in Resources */,
19761980
C75CC5D92E0D22F4008A94A0 /* LongQuestsResponse.json in Resources */,
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+
<dict>
8+
<key>NSPrivacyCollectedDataType</key>
9+
<string></string>
10+
<key>NSPrivacyCollectedDataTypeLinked</key>
11+
<false/>
12+
<key>NSPrivacyCollectedDataTypeTracking</key>
13+
<false/>
14+
<key>NSPrivacyCollectedDataTypePurposes</key>
15+
<array>
16+
<string></string>
17+
</array>
18+
</dict>
19+
</array>
20+
<key>NSPrivacyAccessedAPITypes</key>
21+
<array>
22+
<dict/>
23+
</array>
24+
<key>NSPrivacyTrackingDomains</key>
25+
<array/>
26+
<key>NSPrivacyTracking</key>
27+
<false/>
28+
</dict>
29+
</plist>

0 commit comments

Comments
 (0)