Skip to content

Commit

Permalink
add SDK Ver 6.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FluctMember committed Sep 28, 2023
1 parent e95bb83 commit 4a63816
Show file tree
Hide file tree
Showing 18 changed files with 95 additions and 99 deletions.
8 changes: 4 additions & 4 deletions FluctSDK-MediationAdapter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = "FluctSDK-MediationAdapter"
s.summary = "Mediation Adapter for FluctSDK ad Framework"
s.license = { :type => "Copyright", :text => "Copyright (c) fluct,Inc. All rights reserved." }
s.version = "6.29.0"
s.version = "6.29.1"
s.author = "fluct,Inc."
s.requires_arc = true
s.static_framework = true
Expand Down Expand Up @@ -31,7 +31,7 @@ Pod::Spec.new do |s|
s.subspec "AppLovin" do |ss|
ss.source_files = "FluctSDK-MediationAdapter/AppLovin/*.{h,m}"
ss.dependency "FluctSDK", ">=6.14.0"
ss.dependency "AppLovinSDK", '>=11.11.1'
ss.dependency "AppLovinSDK", '>=11.11.3'
ss.ios.deployment_target = "9.0"
end

Expand All @@ -45,7 +45,7 @@ Pod::Spec.new do |s|
s.subspec "nend" do |ss|
ss.source_files = "FluctSDK-MediationAdapter/nend/*.{h,m}"
ss.dependency "FluctSDK", ">=6.14.0"
ss.dependency "NendSDK_iOS", '>= 8.1.0'
ss.dependency "NendSDK_iOS", '>= 8.2.0'
ss.ios.deployment_target = "11.0"
end

Expand All @@ -66,7 +66,7 @@ Pod::Spec.new do |s|
s.subspec "Pangle" do |ss|
ss.source_files = "FluctSDK-MediationAdapter/Pangle/*.{h,m}"
ss.dependency "FluctSDK", ">=6.14.0"
ss.dependency "Ads-Global", '>=5.4.0.9'
ss.dependency "Ads-Global", '>=5.5.0.5'
ss.ios.deployment_target = "9.0"
end
end
10 changes: 5 additions & 5 deletions FluctSDK.embeddedframework/FluctSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>FluctSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>FluctSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@

@protocol FSSFullscreenVideoAdnetworkActivation <NSObject>

- (BOOL)isAdColonyActivated;
- (BOOL)isAMoAdActivated;
- (BOOL)isAppLovinActivated;
- (BOOL)isFiveActivated;
- (BOOL)isFluctActivated;
- (BOOL)isMaioActivated;
- (BOOL)isNendActivated;
- (BOOL)isPangleActivated;
- (BOOL)isTapjoyActivated;
- (BOOL)isUnityAdsActivated;
- (BOOL)hasDeactivatedAdnetwork;

Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@

@protocol FSSFullscreenVideoAdnetworkActivation <NSObject>

- (BOOL)isAdColonyActivated;
- (BOOL)isAMoAdActivated;
- (BOOL)isAppLovinActivated;
- (BOOL)isFiveActivated;
- (BOOL)isFluctActivated;
- (BOOL)isMaioActivated;
- (BOOL)isNendActivated;
- (BOOL)isPangleActivated;
- (BOOL)isTapjoyActivated;
- (BOOL)isUnityAdsActivated;
- (BOOL)hasDeactivatedAdnetwork;

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</data>
<key>Headers/FSSFullscreenVideoAdnetworkActivation.h</key>
<data>
R/YCmp3ZX0PGi4t3x9SYeR3y+YE=
fBNP65P4ZEaAwvuOYmv6QtuEAtI=
</data>
<key>Headers/FSSFullscreenVideoSetting.h</key>
<data>
Expand Down Expand Up @@ -130,7 +130,7 @@
</data>
<key>Info.plist</key>
<data>
Qt07WAFiYKkflL3Xu6wxnXbHIoI=
R6Sv8wmgOpclUJqJ1AnF8dXIDVk=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -220,11 +220,11 @@
<dict>
<key>hash</key>
<data>
R/YCmp3ZX0PGi4t3x9SYeR3y+YE=
fBNP65P4ZEaAwvuOYmv6QtuEAtI=
</data>
<key>hash2</key>
<data>
lYORWR/7ZlMeGRfd9TH0L2vgZBy0IfhsCvHWMBu4H9s=
VvSjXpFZNfMwPiRE7KSfMJFJGu2EmJQv6O+5ht9unoI=
</data>
</dict>
<key>Headers/FSSFullscreenVideoSetting.h</key>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion FluctSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = "FluctSDK"
s.summary = "FluctSDK ad Framework"
s.license = { :type => "Copyright", :text => "Copyright (c) fluct,Inc. All rights reserved." }
s.version = "6.29.0"
s.version = "6.29.1"
s.author = "fluct,Inc."
s.requires_arc = true
s.homepage = "https://fluct.jp/"
Expand Down
2 changes: 1 addition & 1 deletion GoogleMobileAdsMediationFluct.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = "GoogleMobileAdsMediationFluct"
s.summary = "fluct adapter used for mediation with the Google Mobile Ads SDK"
s.license = { :type => "Copyright", :text => "Copyright (c) fluct,Inc. All rights reserved." }
s.version = "6.29.0"
s.version = "6.29.1"
s.author = "fluct,Inc."
s.requires_arc = true
s.static_framework = true
Expand Down
2 changes: 1 addition & 1 deletion MaxMediationAdapterFluct.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = "MaxMediationAdapterFluct"
s.summary = "fluct adapter used for mediation with the AppLovin MAX SDK"
s.license = { :type => "Copyright", :text => "Copyright (c) fluct,Inc. All rights reserved." }
s.version = "6.29.0"
s.version = "6.29.1"
s.author = "fluct,Inc."
s.requires_arc = true
s.static_framework = true
Expand Down
78 changes: 39 additions & 39 deletions SampleApp/Objective-C/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
PODS:
- Ads-Global (5.4.1.0):
- Ads-Global/BUAdSDK (= 5.4.1.0)
- Ads-Global/BUAdSDK (5.4.1.0):
- Ads-Global (5.5.0.5):
- Ads-Global/BUAdSDK (= 5.5.0.5)
- Ads-Global/BUAdSDK (5.5.0.5):
- Ads-Global/BURelyAdSDK
- Ads-Global/Dep_Accurate
- Ads-Global/BURelyAdSDK (5.4.1.0)
- Ads-Global/Dep_Accurate (5.4.1.0):
- BURelyFoundation_Global/Pangle (= 0.1.2.5)
- AppLovinSDK (11.11.1)
- BURelyFoundation_Global/AFNetworking (0.1.2.5)
- BURelyFoundation_Global/APM (0.1.2.5)
- BURelyFoundation_Global/Foundation (0.1.2.5):
- Ads-Global/BURelyAdSDK (5.5.0.5)
- Ads-Global/Dep_Accurate (5.5.0.5):
- BURelyFoundation_Global/Pangle (= 0.1.2.6)
- AppLovinSDK (11.11.3)
- BURelyFoundation_Global/AFNetworking (0.1.2.6)
- BURelyFoundation_Global/APM (0.1.2.6)
- BURelyFoundation_Global/Foundation (0.1.2.6):
- BURelyFoundation_Global/NETWork
- BURelyFoundation_Global/Gecko (0.1.2.5):
- BURelyFoundation_Global/Gecko (0.1.2.6):
- BURelyFoundation_Global/Foundation
- BURelyFoundation_Global/Header (0.1.2.5)
- BURelyFoundation_Global/NETWork (0.1.2.5):
- BURelyFoundation_Global/Header (0.1.2.6)
- BURelyFoundation_Global/NETWork (0.1.2.6):
- BURelyFoundation_Global/AFNetworking
- BURelyFoundation_Global/Pangle (0.1.2.5):
- BURelyFoundation_Global/Pangle (0.1.2.6):
- BURelyFoundation_Global/AFNetworking
- BURelyFoundation_Global/APM
- BURelyFoundation_Global/Foundation
Expand All @@ -28,32 +28,32 @@ PODS:
- BURelyFoundation_Global/YYModel
- BURelyFoundation_Global/ZFPlayer
- BURelyFoundation_Global/Zip
- BURelyFoundation_Global/SDWebImage (0.1.2.5):
- BURelyFoundation_Global/SDWebImage (0.1.2.6):
- BURelyFoundation_Global/Foundation
- BURelyFoundation_Global/YYModel (0.1.2.5)
- BURelyFoundation_Global/ZFPlayer (0.1.2.5):
- BURelyFoundation_Global/YYModel (0.1.2.6)
- BURelyFoundation_Global/ZFPlayer (0.1.2.6):
- BURelyFoundation_Global/Foundation
- BURelyFoundation_Global/Zip
- BURelyFoundation_Global/Zip (0.1.2.5):
- BURelyFoundation_Global/Zip (0.1.2.6):
- BURelyFoundation_Global/Foundation
- FiveAd (2.6.20230609)
- FluctSDK (6.29.0)
- FluctSDK-MediationAdapter/AppLovin (6.29.0):
- AppLovinSDK (>= 11.11.1)
- FluctSDK (6.29.1)
- FluctSDK-MediationAdapter/AppLovin (6.29.1):
- AppLovinSDK (>= 11.11.3)
- FluctSDK (>= 6.14.0)
- FluctSDK-MediationAdapter/Five (6.29.0):
- FluctSDK-MediationAdapter/Five (6.29.1):
- FiveAd (>= 2.6.20230609)
- FluctSDK (>= 6.14.0)
- FluctSDK-MediationAdapter/maio (6.29.0):
- FluctSDK-MediationAdapter/maio (6.29.1):
- FluctSDK (>= 6.14.0)
- MaioSDK (>= 1.6.3)
- FluctSDK-MediationAdapter/nend (6.29.0):
- FluctSDK-MediationAdapter/nend (6.29.1):
- FluctSDK (>= 6.14.0)
- NendSDK_iOS (>= 8.1.0)
- FluctSDK-MediationAdapter/Pangle (6.29.0):
- Ads-Global (>= 5.4.0.9)
- NendSDK_iOS (>= 8.2.0)
- FluctSDK-MediationAdapter/Pangle (6.29.1):
- Ads-Global (>= 5.5.0.5)
- FluctSDK (>= 6.14.0)
- FluctSDK-MediationAdapter/UnityAds (6.29.0):
- FluctSDK-MediationAdapter/UnityAds (6.29.1):
- FluctSDK (>= 6.14.0)
- UnityAds (>= 4.7.1)
- Google-Mobile-Ads-SDK (10.4.0):
Expand All @@ -79,7 +79,7 @@ PODS:
- GoogleUtilities/Network (~> 7.8)
- "GoogleUtilities/NSData+zlib (~> 7.8)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- GoogleMobileAdsMediationFluct (6.29.0):
- GoogleMobileAdsMediationFluct (6.29.1):
- FluctSDK (>= 6.12.1)
- Google-Mobile-Ads-SDK (>= 9.8.0)
- GoogleUserMessagingPlatform (2.0.1)
Expand All @@ -101,15 +101,15 @@ PODS:
- GoogleUtilities/Reachability (7.11.1):
- GoogleUtilities/Logger
- MaioSDK (1.6.3)
- MaxMediationAdapterFluct (6.29.0):
- MaxMediationAdapterFluct (6.29.1):
- AppLovinSDK (>= 11.4.2)
- FluctSDK (>= 6.19.0)
- nanopb (2.30909.0):
- nanopb/decode (= 2.30909.0)
- nanopb/encode (= 2.30909.0)
- nanopb/decode (2.30909.0)
- nanopb/encode (2.30909.0)
- NendSDK_iOS (8.1.0)
- NendSDK_iOS (8.2.0)
- PromisesObjC (2.2.0)
- UnityAds (4.8.0)

Expand Down Expand Up @@ -153,21 +153,21 @@ EXTERNAL SOURCES:
:path: "../../../MaxMediationAdapterFluct.podspec"

SPEC CHECKSUMS:
Ads-Global: 24fa0f3d464b2d0b45a3ed2afee1a2fd753fab6d
AppLovinSDK: f7c78880f52ee909c9b31a12a52ab579ef29edf1
BURelyFoundation_Global: cd9e09f6c9c1fc42944af4fdaef0b60a24a0bc39
Ads-Global: 740342c06299444a709eb9d64882632e82106fe5
AppLovinSDK: 623ef78363c0dd2c3ff5446cde37e4920a96b7e0
BURelyFoundation_Global: e37e57df2e0d1cee6ba841524f6bda75d1499969
FiveAd: c4f9e70545cbabba51307b5529e8cfcf3e8cbb03
FluctSDK: 3138cc0698f6db4318fd8fb1acaaeed28526b562
FluctSDK-MediationAdapter: caab0e5cf7ba229bceab5188332261f2a3511186
FluctSDK: d308e3e6e2601d6821ca8fcaab54c5c556cf683d
FluctSDK-MediationAdapter: 8f0ed0e2e3781146594d2cfb30c09c16b1498a33
Google-Mobile-Ads-SDK: 32fe7836431a06a29f7734ae092b600137c8108d
GoogleAppMeasurement: 0ba93018e916f7badf915c2337d43cc1fa96b3f9
GoogleMobileAdsMediationFluct: 0989a1a3721c09c2fd46c301265675b37efbfc0e
GoogleMobileAdsMediationFluct: e104dbd1ba5fe9b7228a7e517bdf4bf7606faeb3
GoogleUserMessagingPlatform: 5f8b30daf181805317b6b985bb51c1ff3beca054
GoogleUtilities: 9aa0ad5a7bc171f8bae016300bfcfa3fb8425749
MaioSDK: a66f3974f8edb8053077b937c00081621d7142a6
MaxMediationAdapterFluct: 7c201c19507182b96f7d281a7562099360fa2881
MaxMediationAdapterFluct: babf548cb9e0f2dd1534d9f2afbd1231f865a1f7
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
NendSDK_iOS: d54ea2751432cb4a078ccfa6a8aed861807afe46
NendSDK_iOS: 82853998d7c9592df7274a481b15394e15d414ba
PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef
UnityAds: 390144b2029ac9ce2ec81c3cfd0007686b59236a

Expand Down
Loading

0 comments on commit 4a63816

Please sign in to comment.