Skip to content

Commit

Permalink
Merge pull request #108 from yandexmobile/release-adapter-admob-5.0.0…
Browse files Browse the repository at this point in the history
….1,adapter-ironsource-5.0.0.1

Release adapter-admob-5.0.0.1,adapter-ironsource-5.0.0.1
  • Loading branch information
mobile-ads-github authored May 6, 2022
2 parents ad64eff + ef1816c commit bf2bb2e
Show file tree
Hide file tree
Showing 9 changed files with 454 additions and 0 deletions.
1 change: 1 addition & 0 deletions Examples/YandexMobileAdsExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ target 'YandexMobileAdsExample' do
pod 'MyTargetYandexMobileAdsAdapters'
pod 'StartAppYandexMobileAdsAdapters'
pod 'YandexMobileAdsAdMobAdapters'
pod 'YandexMobileAdsIronSourceAdapters'
pod 'YandexMobileAds'
pod 'YandexMobileAdsInstream'
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
149931882722C423005D2E87 /* AdFoxBannerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 149931872722C423005D2E87 /* AdFoxBannerViewController.swift */; };
1499318B2722CD44005D2E87 /* AdFoxInterstitialViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1499318A2722CD44005D2E87 /* AdFoxInterstitialViewController.swift */; };
14A06392273030BA00BED7A7 /* MediationTestConfigurator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14A06391273030BA00BED7A7 /* MediationTestConfigurator.swift */; };
46D1BFF027DC9AF100EFE7CF /* IronSourceInterstitialViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46D1BFEF27DC9AF100EFE7CF /* IronSourceInterstitialViewController.swift */; };
46D1BFF227DCA6D600EFE7CF /* IronSourceRewardedViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46D1BFF127DCA6D600EFE7CF /* IronSourceRewardedViewController.swift */; };
46D1BFF427DCBD5000EFE7CF /* IronSourceManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46D1BFF327DCBD5000EFE7CF /* IronSourceManager.swift */; };
B394AC8627A868DB00D92CD9 /* AdPlayerErrorConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B394AC8527A868DB00D92CD9 /* AdPlayerErrorConverter.swift */; };
BAB52D75A74975130850B568 /* libPods-YandexMobileAdsExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B7B2F6F1A96B25E24D5E486C /* libPods-YandexMobileAdsExample.a */; };
/* End PBXBuildFile section */
Expand Down Expand Up @@ -115,6 +118,9 @@
149931872722C423005D2E87 /* AdFoxBannerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdFoxBannerViewController.swift; sourceTree = "<group>"; };
1499318A2722CD44005D2E87 /* AdFoxInterstitialViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdFoxInterstitialViewController.swift; sourceTree = "<group>"; };
14A06391273030BA00BED7A7 /* MediationTestConfigurator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MediationTestConfigurator.swift; sourceTree = "<group>"; };
46D1BFEF27DC9AF100EFE7CF /* IronSourceInterstitialViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IronSourceInterstitialViewController.swift; sourceTree = "<group>"; };
46D1BFF127DCA6D600EFE7CF /* IronSourceRewardedViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IronSourceRewardedViewController.swift; sourceTree = "<group>"; };
46D1BFF327DCBD5000EFE7CF /* IronSourceManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IronSourceManager.swift; sourceTree = "<group>"; };
B394AC8527A868DB00D92CD9 /* AdPlayerErrorConverter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AdPlayerErrorConverter.swift; sourceTree = "<group>"; };
B7B2F6F1A96B25E24D5E486C /* libPods-YandexMobileAdsExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-YandexMobileAdsExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
B999054E57E2B5872F906D20 /* Pods-YandexMobileAdsExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-YandexMobileAdsExample.release.xcconfig"; path = "Target Support Files/Pods-YandexMobileAdsExample/Pods-YandexMobileAdsExample.release.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -154,6 +160,7 @@
14033F692720245600A24D5E /* Third-PartyMediation */ = {
isa = PBXGroup;
children = (
46D1BFEE27DC9ABC00EFE7CF /* IronSource */,
14033F772720274500A24D5E /* AdMob */,
);
path = "Third-PartyMediation";
Expand Down Expand Up @@ -395,6 +402,16 @@
path = Adfox;
sourceTree = "<group>";
};
46D1BFEE27DC9ABC00EFE7CF /* IronSource */ = {
isa = PBXGroup;
children = (
46D1BFEF27DC9AF100EFE7CF /* IronSourceInterstitialViewController.swift */,
46D1BFF127DCA6D600EFE7CF /* IronSourceRewardedViewController.swift */,
46D1BFF327DCBD5000EFE7CF /* IronSourceManager.swift */,
);
path = IronSource;
sourceTree = "<group>";
};
79BD0E00D8B73D2FF9E77E93 /* Pods */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -531,13 +548,15 @@
14033FAE2720457800A24D5E /* InstreamViewController.swift in Sources */,
14033FB42720457800A24D5E /* LinkedList.swift in Sources */,
14033F7D27202A5800A24D5E /* AdMobInterstitialViewController.swift in Sources */,
46D1BFF227DCA6D600EFE7CF /* IronSourceRewardedViewController.swift in Sources */,
14A06392273030BA00BED7A7 /* MediationTestConfigurator.swift in Sources */,
1474FC1E2721A4E500276688 /* GDPRUserConsentManager.swift in Sources */,
14033FB32720457800A24D5E /* LRUCache.swift in Sources */,
14033FB22720457800A24D5E /* AdPlayer.swift in Sources */,
14033FC22720457800A24D5E /* InstreamInrollViewController.swift in Sources */,
147B0BDD27201213005F4062 /* MobileMediationBannerViewController.swift in Sources */,
14033FC12720457800A24D5E /* InrollsPlaybackController.swift in Sources */,
46D1BFF427DCBD5000EFE7CF /* IronSourceManager.swift in Sources */,
14033FC42720598D00A24D5E /* TemplateNativeViewController.swift in Sources */,
147B0BC9271FFC53005F4062 /* InterstitialViewController.swift in Sources */,
14033FB72720457800A24D5E /* VideoAVPlayer.swift in Sources */,
Expand All @@ -554,6 +573,7 @@
14033F8027202AC300A24D5E /* AdMobNativeViewController.swift in Sources */,
14033FB62720457800A24D5E /* VideoPlayerProvider.swift in Sources */,
1474FC222721A4E500276688 /* SettingsViewController.swift in Sources */,
46D1BFF027DC9AF100EFE7CF /* IronSourceInterstitialViewController.swift in Sources */,
14033FBA2720457800A24D5E /* PlayerView.swift in Sources */,
149931882722C423005D2E87 /* AdFoxBannerViewController.swift in Sources */,
14033FBC2720457800A24D5E /* VideoPlayerVisibilityTracker.swift in Sources */,
Expand Down
Loading

0 comments on commit bf2bb2e

Please sign in to comment.