Skip to content

Commit

Permalink
[v8.0.1] Update GoogleUtilities.podspec (#206)
Browse files Browse the repository at this point in the history
* [v8.0.1] Update GoogleUtilities.podspec

* Add copyright to GoogleUtilities/Privacy/Empty.swift

* Add changelog entry

skip-ci
  • Loading branch information
ncooke3 authored Jul 25, 2024
1 parent 9b3e8d4 commit 66dd81c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 8.0.1
- Add missing copyright to source file. (#206)
- Removed an extraneous `#undef GUL_LOGGING_FUNCTION`. (#205)

# 8.0.0
- Remove swizzling support for `application:didReceiveRemoteNotification:`.
Use `application:didReceiveRemoteNotification:fetchCompletionHandler:` instead. (#162)
Expand Down
2 changes: 1 addition & 1 deletion GoogleUtilities.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GoogleUtilities'
s.version = '8.0.0'
s.version = '8.0.1'
s.summary = 'Google Utilities for Apple platform SDKs'

s.description = <<-DESC
Expand Down
14 changes: 14 additions & 0 deletions GoogleUtilities/Privacy/Empty.swift
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
// Copyright 2024 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.

// This file is intentionally empty and satisfies SwiftPM's requirement that a
// target contain sources.

0 comments on commit 66dd81c

Please sign in to comment.