Skip to content

Commit

Permalink
Rolling back change until next release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 590212536
  • Loading branch information
JillSong authored and copybara-github committed Dec 12, 2023
1 parent 473647a commit 6d8230b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 86 deletions.
14 changes: 2 additions & 12 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"
),
)
]
)
48 changes: 0 additions & 48 deletions UserMessagingPlatformTarget/Privacy/PrivacyInfo.xcprivacy

This file was deleted.

13 changes: 0 additions & 13 deletions UserMessagingPlatformTarget/include/placeholder.h

This file was deleted.

13 changes: 0 additions & 13 deletions UserMessagingPlatformTarget/placeholder.m

This file was deleted.

0 comments on commit 6d8230b

Please sign in to comment.