Skip to content

Commit

Permalink
feat: add privacy
Browse files Browse the repository at this point in the history
  • Loading branch information
kukushi committed Jan 5, 2024
1 parent 1031402 commit 9c7efc1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SideMenu.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
874025F2203DB06600EE4306 /* SideMenu.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 87A5D7BE2026108900DAAF4F /* SideMenu.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
875A43E22089F474008E7B17 /* UITestHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 875A43E12089F474008E7B17 /* UITestHelpers.swift */; };
876428BD203EFDA900203A30 /* StatusBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 876428BC203EFDA900203A30 /* StatusBar.swift */; };
8788C3352B470C1B00DE934F /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 8788C3342B470A5A00DE934F /* PrivacyInfo.xcprivacy */; };
8792D079203093A5007F917F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8792D078203093A5007F917F /* AppDelegate.swift */; };
8792D07B203093A5007F917F /* PreferencesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8792D07A203093A5007F917F /* PreferencesViewController.swift */; };
8792D07E203093A5007F917F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8792D07C203093A5007F917F /* Main.storyboard */; };
Expand Down Expand Up @@ -90,6 +91,7 @@
874025EF203DA11900EE4306 /* OtherExampleViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OtherExampleViewController.swift; sourceTree = "<group>"; };
875A43E12089F474008E7B17 /* UITestHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITestHelpers.swift; sourceTree = "<group>"; };
876428BC203EFDA900203A30 /* StatusBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusBar.swift; sourceTree = "<group>"; };
8788C3342B470A5A00DE934F /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
8792D076203093A5007F917F /* SideMenuExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SideMenuExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
8792D078203093A5007F917F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
8792D07A203093A5007F917F /* PreferencesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -232,6 +234,7 @@
isa = PBXGroup;
children = (
872C120223119BB700C49A29 /* SideMenu */,
8788C3342B470A5A00DE934F /* PrivacyInfo.xcprivacy */,
);
path = Sources;
sourceTree = "<group>";
Expand Down Expand Up @@ -415,6 +418,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8788C3352B470C1B00DE934F /* PrivacyInfo.xcprivacy in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
12 changes: 12 additions & 0 deletions Sources/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyAccessedAPITypes</key>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyTracking</key>
<false/>
</dict>
</plist>

0 comments on commit 9c7efc1

Please sign in to comment.