From 6d8230be82ee03508b345e441f1c4a79f099cf40 Mon Sep 17 00:00:00 2001 From: jillsong Date: Tue, 12 Dec 2023 08:30:10 -0800 Subject: [PATCH] Rolling back change until next release. PiperOrigin-RevId: 590212536 --- Package.swift | 14 +----- .../Privacy/PrivacyInfo.xcprivacy | 48 ------------------- .../include/placeholder.h | 13 ----- UserMessagingPlatformTarget/placeholder.m | 13 ----- 4 files changed, 2 insertions(+), 86 deletions(-) delete mode 100644 UserMessagingPlatformTarget/Privacy/PrivacyInfo.xcprivacy delete mode 100644 UserMessagingPlatformTarget/include/placeholder.h delete mode 100644 UserMessagingPlatformTarget/placeholder.m diff --git a/Package.swift b/Package.swift index f2829f4..0ed5eb0 100644 --- a/Package.swift +++ b/Package.swift @@ -22,25 +22,15 @@ let package = Package( products: [ .library( name: "GoogleUserMessagingPlatform", - targets: ["UserMessagingPlatformTarget"] + targets: ["UserMessagingPlatform"] ) ], targets: [ - .target( - name: "UserMessagingPlatformTarget", - dependencies: [ - .target(name: "UserMessagingPlatform") - ], - path: "UserMessagingPlatformTarget", - resources: [ - .copy("Privacy/PrivacyInfo.xcprivacy") - ] - ), .binaryTarget( name: "UserMessagingPlatform", url: "https://dl.google.com/googleadmobadssdk/f0f50864216a2469/googleusermessagingplatformios-spm-2.1.0.zip", checksum: "f0f50864216a24690725f246df0b289d2eb6cc699b9da476857a0c135aeced84" - ), + ) ] ) diff --git a/UserMessagingPlatformTarget/Privacy/PrivacyInfo.xcprivacy b/UserMessagingPlatformTarget/Privacy/PrivacyInfo.xcprivacy deleted file mode 100644 index febd7a5..0000000 --- a/UserMessagingPlatformTarget/Privacy/PrivacyInfo.xcprivacy +++ /dev/null @@ -1,48 +0,0 @@ - - - - - NSPrivacyCollectedDataTypes - - - NSPrivacyCollectedDataType - NSPrivacyCollectedDataTypePerformanceData - NSPrivacyCollectedDataTypeLinked - - NSPrivacyCollectedDataTypeTracking - - NSPrivacyCollectedDataTypePurposes - - NSPrivacyCollectedDataTypePurposeAppFunctionality - - - - NSPrivacyCollectedDataType - NSPrivacyCollectedDataTypeProductInteraction - NSPrivacyCollectedDataTypeLinked - - NSPrivacyCollectedDataTypeTracking - - NSPrivacyCollectedDataTypePurposes - - NSPrivacyCollectedDataTypePurposeAppFunctionality - - - - NSPrivacyAccessedAPITypes - - - NSPrivacyAccessedAPITypeReasons - - CA92.1 - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryUserDefaults - - - NSPrivacyTrackingDomains - - NSPrivacyTracking - - - diff --git a/UserMessagingPlatformTarget/include/placeholder.h b/UserMessagingPlatformTarget/include/placeholder.h deleted file mode 100644 index def022d..0000000 --- a/UserMessagingPlatformTarget/include/placeholder.h +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright 2023 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. diff --git a/UserMessagingPlatformTarget/placeholder.m b/UserMessagingPlatformTarget/placeholder.m deleted file mode 100644 index def022d..0000000 --- a/UserMessagingPlatformTarget/placeholder.m +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright 2023 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License.