Skip to content

Commit

Permalink
UMP SDK Release 2.2.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 608696028
  • Loading branch information
JillSong authored and copybara-github committed Feb 20, 2024
1 parent 6d8230b commit 668673e
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 5 deletions.
17 changes: 12 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,26 @@ import PackageDescription

let package = Package(
name: "GoogleUserMessagingPlatform",
platforms: [.iOS(.v11)],
platforms: [.iOS(.v12)],
products: [
.library(
name: "GoogleUserMessagingPlatform",
targets: ["UserMessagingPlatform"]
targets: ["UserMessagingPlatformTarget"]
)
],
targets: [
.target(
name: "UserMessagingPlatformTarget",
dependencies: [
.target(name: "UserMessagingPlatform")
],
path: "UserMessagingPlatformTarget"
),
.binaryTarget(
name: "UserMessagingPlatform",
url:
"https://dl.google.com/googleadmobadssdk/f0f50864216a2469/googleusermessagingplatformios-spm-2.1.0.zip",
checksum: "f0f50864216a24690725f246df0b289d2eb6cc699b9da476857a0c135aeced84"
)
"https://dl.google.com/googleadmobadssdk/e66f5330a14714bd/googleusermessagingplatformios-spm-2.2.0.zip",
checksum: "e66f5330a14714bde1e4e3ada835b69828cd3f46d4f8e3d23c9e45a9c804fa46"
),
]
)
13 changes: 13 additions & 0 deletions UserMessagingPlatformTarget/include/placeholder.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// 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.
13 changes: 13 additions & 0 deletions UserMessagingPlatformTarget/placeholder.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// 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.

0 comments on commit 668673e

Please sign in to comment.