Skip to content

Commit

Permalink
OguryPresage/5.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AppLovin-Mobile-Engineering committed Oct 24, 2024
1 parent 4c7c87f commit 063a1ac
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 102 deletions.
6 changes: 3 additions & 3 deletions OguryPresage/AppLovinMediationOguryPresageAdapter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Pod::Spec.new do |s|

s.authors = 'AppLovin Corporation'
s.name = 'AppLovinMediationOguryPresageAdapter'
s.version = '4.4.2.0'
s.platform = :ios, '11.0'
s.version = '5.0.0.0'
s.platform = :ios, '12.0'
s.summary = 'Ogury (Presage) adapter used for mediation with the AppLovin MAX SDK'
s.homepage = "https://github.com/CocoaPods/Specs/search?o=desc&q=#{s.name}&s=indexed"
s.license =
Expand All @@ -26,7 +26,7 @@ s.source =

s.vendored_frameworks = "#{s.name}-#{s.version}/#{s.name}.xcframework"

s.dependency 'OgurySdk', '= 4.4.2'
s.dependency 'OgurySdk', '= 5.0.0'
s.dependency 'AppLovinSDK'
s.swift_version = '5.0'

Expand Down
5 changes: 5 additions & 0 deletions OguryPresage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 5.0.0.0
* Certified with OguryPresage SDK 5.0.0.
* Updated minimum iOS version to 12.0 to match OguryPresage SDK.
* Updated minimum Xcode requirement to 15.3 to match OguryPresage SDK.

## 4.4.2.0
* Certified with OguryPresage SDK 4.4.2.

Expand Down
4 changes: 2 additions & 2 deletions OguryPresage/OguryPresageAdapter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
"\"${PODS_XCFRAMEWORKS_BUILD_DIR}/OguryCore\"/**",
"\"${PODS_XCFRAMEWORKS_BUILD_DIR}/OgurySdk\"/**",
);
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -390,7 +390,7 @@
"\"${PODS_XCFRAMEWORKS_BUILD_DIR}/OguryCore\"/**",
"\"${PODS_XCFRAMEWORKS_BUILD_DIR}/OgurySdk\"/**",
);
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
Loading

0 comments on commit 063a1ac

Please sign in to comment.