Skip to content

Commit

Permalink
Release 5.1.7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helium-service committed Aug 1, 2024
1 parent ba56e8c commit fae81a7
Show file tree
Hide file tree
Showing 15 changed files with 184 additions and 297 deletions.
28 changes: 3 additions & 25 deletions .github/workflows/create-release-branch.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,9 @@
name: Create Release Branch

on:
# Manual trigger from the Github Actions tab
workflow_dispatch:
inputs:
adapter-version:
type: string
description: 'Adapter version (e.g. ''4.9.2.0.0'')'
required: true
partner-version:
type: string
description: 'Partner version (e.g. ''~> 9.2.0'')'
required: true
default: '~> '
# Automated trigger from a job running on an external repo
repository_dispatch:
types:
- automated-create-release-branch

env:
GITHUB_TOKEN: ${{ secrets.GITHUBSERVICETOKEN }}

jobs:
create-release-branch:
dummy:
runs-on: macos-latest
steps:
- uses: chartboost/chartboost-mediation-ios-actions/create-adapter-release-branch@v1
with:
adapter-version: ${{ inputs.adapter-version || github.event.client_payload.adapter-version }}
partner-version: ${{ inputs.partner-version || github.event.client_payload.partner-version }}
- name: Dummy
run: exit 1
12 changes: 3 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
name: Release

on:
# Manual trigger from the Github Actions tab
workflow_dispatch:

env:
GITHUB_TOKEN: ${{ secrets.GITHUBSERVICETOKEN }}
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}

jobs:
release-adapter:
dummy:
runs-on: macos-latest
steps:
- uses: chartboost/chartboost-mediation-ios-actions/release-adapter@v1
- name: Dummy
run: exit 1
12 changes: 3 additions & 9 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
name: Smoke Test

on:
# On pull requests to main
pull_request:
branches:
- main
# Manual trigger from the Github Actions tab
workflow_dispatch:

jobs:
validate-podspec:
dummy:
runs-on: macos-latest
steps:
- uses: chartboost/chartboost-mediation-ios-actions/adapter-smoke-test@v1
- name: Dummy
run: exit 1
89 changes: 0 additions & 89 deletions .gitignore

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
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.

### 5.1.7.0.0
- The minimum deployment target compatible with this adapter is now iOS 13.
- This version of the adapter has been certified with ChartboostMediationSDK 5.0.0.
- This version of the adapter has been certified with MobileFuseSDK 1.7.0.

### 4.1.7.0.0
- This version of the adapter has been certified with MobileFuseSDK 1.7.0.

Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Follow these guides to create a detailed and effective report for us to understa
* **If the problem wasn't triggered by a specific action**, describe what you were doing before the problem happened.

### Pull Requests
In order to submit pull requests, you are required to review and sign the [Contribution License Agreement (CLA)](https://developers.chartboost.com/docs/mediation-contribution-license-agreement) which is available on the Chartboost website to view. Once you have read the agreement, sign the appropriate form depending on whether you are an individual an employer contributor.
In order to submit pull requests, you are required to review and sign the [Contribution License Agreement (CLA)](https://docs.chartboost.com/en/partners/contribution-license-agreement/) which is available on the Chartboost website to view. Once you have read the agreement, sign the appropriate form depending on whether you are an individual an employer contributor.

- [Individual contributor license agreement form](https://na3.docusign.net/Member/PowerFormSigning.aspx?PowerFormId=159c66e8-610c-4afc-9330-15bc2217c291&env=na3&acct=9c982e12-8675-45df-9d81-95fe3656e695&v=2).
_You wish to contribute on your own behalf as an individual._
Expand All @@ -43,7 +43,7 @@ _You wish to contribute on behalf of your employer._
#### Submitting a Pull Request
Follow these steps to have your contribution considered by the maintainers:

1. Review and sign the [Contribution License Agreement (CLA)](https://developers.chartboost.com/docs/mediation-contribution-license-agreement).
1. Review and sign the [Contribution License Agreement (CLA)](https://docs.chartboost.com/en/partners/contribution-license-agreement/).
2. Identify the issue related to your fix. If an issue doesn't exist, then create a new issue.
3. Create a pull request.
4. Format the title starting with the issue number, followed by a brief description of the fox. _Example: `[ISSUE-60] Fix null pointer exception`._
Expand Down Expand Up @@ -72,4 +72,4 @@ Follow Google's [Swift style guide](https://google.github.io/swift/).

### C#

Follow Microsoft's [C# coding conventions guide](https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions).
Follow Microsoft's [C# coding conventions guide](https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions).
8 changes: 4 additions & 4 deletions ChartboostMediationAdapterMobileFuse.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'ChartboostMediationAdapterMobileFuse'
spec.version = '4.1.7.0.0'
spec.version = '5.1.7.0.0'
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
spec.homepage = 'https://github.com/ChartBoost/chartboost-mediation-ios-adapter-mobilefuse'
spec.authors = { 'Chartboost' => 'https://www.chartboost.com/' }
Expand All @@ -15,13 +15,13 @@ Pod::Spec.new do |spec|

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

# System frameworks used
spec.ios.frameworks = ['Foundation', 'UIKit']

# This adapter is compatible with all Chartboost Mediation 4.X versions of the SDK.
spec.dependency 'ChartboostMediationSDK', '~> 4.0'
# This adapter is compatible with all Chartboost Mediation 5.X versions of the SDK.
spec.dependency 'ChartboostMediationSDK', '~> 5.0'

# Partner network SDK and version that this adapter is certified to work with.
spec.dependency 'MobileFuseSDK', '~> 1.7.0'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ The Chartboost Mediation MobileFuse adapter mediates MobileFuse via the Chartboo

| Plugin | Version |
| ------ | ------ |
| Chartboost Mediation SDK | 4.0.0+ |
| Chartboost Mediation SDK | 5.0.0+ |
| Cocoapods | 1.11.3+ |
| iOS | 10.0 |
| Xcode | 14.1+ |
| iOS | 13.0+ |
| Xcode | 15.0+ |

## Integration

Expand Down
Empty file removed Source/.gitkeep
Empty file.
Loading

0 comments on commit fae81a7

Please sign in to comment.