From abc63f6a658cca6a2aec772c00fc3447e0c2fe41 Mon Sep 17 00:00:00 2001 From: Rehan Ali Date: Fri, 3 Nov 2023 13:28:54 +0500 Subject: [PATCH 1/2] Rename pull_request_template.md to PULL_REQUEST_TEMPLATE.md.md --- .../pull_request_template.md => PULL_REQUEST_TEMPLATE.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/{PULL_REQUEST_TEMPLATE/pull_request_template.md => PULL_REQUEST_TEMPLATE.md} (95%) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 95% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to .github/PULL_REQUEST_TEMPLATE.md index f460160..0dbb67e 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -27,4 +27,4 @@ _We encourage you to keep the code coverage percentage at 80% and above._ - [ ] No, They aren't needed. - [ ] No, I need help with writing tests. -## [optional] Other information: \ No newline at end of file +## [optional] Other information: From 3d2b23d7047e3ba6f4f854cc83f8270817b5ecec Mon Sep 17 00:00:00 2001 From: Rehan Ali Date: Mon, 1 Apr 2024 12:19:51 +0500 Subject: [PATCH 2/2] added privacy info --- Package.swift | 6 +++--- Sources/PrivacyInfo.xcprivacy | 14 ++++++++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 Sources/PrivacyInfo.xcprivacy diff --git a/Package.swift b/Package.swift index 697ba5a..2b3c623 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// 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 @@ -6,9 +6,9 @@ import PackageDescription let package = Package( name: "SGSerializable", platforms: [ - .iOS(.v11), + .iOS(.v12), .macOS(.v10_15), - .tvOS(.v11), + .tvOS(.v12), .watchOS(.v6) ], products: [ diff --git a/Sources/PrivacyInfo.xcprivacy b/Sources/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..e08a130 --- /dev/null +++ b/Sources/PrivacyInfo.xcprivacy @@ -0,0 +1,14 @@ + + + + + NSPrivacyTracking + + NSPrivacyTrackingDomains + + NSPrivacyCollectedDataTypes + + NSPrivacyAccessedAPITypes + + +