Skip to content

Commit

Permalink
Update Version to 4.5.7.0.0.0 (#37)
Browse files Browse the repository at this point in the history
* [AUTO-GENERATED] Update version to 4.5.7.0.0.0

* [AUTO-GENERATED] Update copyright headers

* Trigger CI/CD pipepline

* Deployment target as 12.0

* Updated README to note new min OS version

---------

Co-authored-by: runner <[email protected]>
Co-authored-by: Ray Graham <[email protected]>
  • Loading branch information
3 people authored Mar 7, 2024
1 parent 8c10223 commit 5ec0b5c
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Note the first digit of every adapter version corresponds to the major version of the Chartboost Mediation SDK compatible with that adapter.
Adapters are compatible with any Chartboost Mediation SDK version within that major version.

### 4.5.7.0.0.0
- This version of the adapter has been certified with Ads-Global 5.7.0.0.

### 4.5.5.0.0.0
- This version of the adapters has been certified with Ads-Global 5.5.0.0.

Expand Down
6 changes: 3 additions & 3 deletions ChartboostMediationAdapterPangle.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'ChartboostMediationAdapterPangle'
spec.version = '4.5.5.0.0.0'
spec.version = '4.5.7.0.0.0'
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
spec.homepage = 'https://github.com/ChartBoost/chartboost-mediation-ios-adapter-pangle'
spec.authors = { 'Chartboost' => 'https://www.chartboost.com/' }
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |spec|

# Minimum supported versions
spec.swift_version = '5.0'
spec.ios.deployment_target = '10.0'
spec.ios.deployment_target = '12.0'

# System frameworks used
spec.ios.frameworks = ['Foundation', 'UIKit']
Expand All @@ -24,6 +24,6 @@ Pod::Spec.new do |spec|
spec.dependency 'ChartboostMediationSDK', '~> 4.0'

# Partner network SDK and version that this adapter is certified to work with.
spec.dependency 'Ads-Global', '~> 5.5.0.0'
spec.dependency 'Ads-Global', '~> 5.7.0.0'
spec.static_framework = true
end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Chartboost Mediation Pangle adapter mediates Pangle via the Chartboost Media
| ------ | ------ |
| Chartboost Mediation SDK | 4.0.0+ |
| Cocoapods | 1.11.3+ |
| iOS | 10.0+ |
| iOS | 12.0+ |
| Xcode | 14.1+ |

## Integration
Expand Down
4 changes: 2 additions & 2 deletions Source/PangleAdapter.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2023 Chartboost, Inc.
// Copyright 2022-2024 Chartboost, Inc.
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
Expand All @@ -17,7 +17,7 @@ final class PangleAdapter: PartnerAdapter {
/// The version of the adapter.
/// It should have either 5 or 6 digits separated by periods, where the first digit is Chartboost Mediation SDK's major version, the last digit is the adapter's build version, and intermediate digits are the partner SDK's version.
/// Format: `<Chartboost Mediation major version>.<Partner major version>.<Partner minor version>.<Partner patch version>.<Partner build version>.<Adapter build version>` where `.<Partner build version>` is optional.
let adapterVersion = "4.5.5.0.0.0"
let adapterVersion = "4.5.7.0.0.0"

/// The partner's unique identifier.
let partnerIdentifier = "pangle"
Expand Down
2 changes: 1 addition & 1 deletion Source/PangleAdapterAd.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2023 Chartboost, Inc.
// Copyright 2022-2024 Chartboost, Inc.
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion Source/PangleAdapterBannerAd.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2023 Chartboost, Inc.
// Copyright 2022-2024 Chartboost, Inc.
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion Source/PangleAdapterInterstitialAd.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2023 Chartboost, Inc.
// Copyright 2022-2024 Chartboost, Inc.
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion Source/PangleAdapterRewardedAd.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2023 Chartboost, Inc.
// Copyright 2022-2024 Chartboost, Inc.
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
Expand Down

0 comments on commit 5ec0b5c

Please sign in to comment.