Skip to content

Commit

Permalink
added privacy info
Browse files Browse the repository at this point in the history
  • Loading branch information
rehannali committed Apr 1, 2024
1 parent 3c82aab commit 3d2b23d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
@@ -1,14 +1,14 @@
// swift-tools-version: 5.5
// swift-tools-version: 5.10
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "SGSerializable",
platforms: [
.iOS(.v11),
.iOS(.v12),
.macOS(.v10_15),
.tvOS(.v11),
.tvOS(.v12),
.watchOS(.v6)
],
products: [
Expand Down
14 changes: 14 additions & 0 deletions Sources/PrivacyInfo.xcprivacy
@@ -0,0 +1,14 @@
<?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>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array/>
</dict>
</plist>

0 comments on commit 3d2b23d

Please sign in to comment.