Skip to content

Commit ff44ee6

Browse files
committed
Release 1.5.0
* Support the latest BidstackMobileAdsSDK framework * Stability Improvements
1 parent 81c15e2 commit ff44ee6

13 files changed

Lines changed: 10 additions & 10 deletions

File tree

BidstackCustomAdapterIronSource.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "BidstackCustomAdapterIronSource"
4-
spec.version = "1.4.1"
4+
spec.version = "1.5.0"
55
spec.summary = "Bidstack Custom Adapter for IronSource v7.2.0+"
66

77
spec.description = <<-DESC
@@ -24,6 +24,6 @@ Pod::Spec.new do |spec|
2424
spec.vendored_frameworks = "BidstackCustomAdapterIronSource.xcframework"
2525

2626
spec.dependency 'IronSourceSDK', '~> 7.2.0'
27-
spec.dependency 'BidstackMobileAdsSDK', '~> 1.4.2'
27+
spec.dependency 'BidstackMobileAdsSDK', '~> 1.5.0'
2828

2929
end

BidstackCustomAdapterIronSource.xcframework/Info.plist

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,29 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64</string>
9+
<string>ios-x86_64-simulator</string>
1010
<key>LibraryPath</key>
1111
<string>BidstackCustomAdapterIronSource.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
14-
<string>arm64</string>
14+
<string>x86_64</string>
1515
</array>
1616
<key>SupportedPlatform</key>
1717
<string>ios</string>
18+
<key>SupportedPlatformVariant</key>
19+
<string>simulator</string>
1820
</dict>
1921
<dict>
2022
<key>LibraryIdentifier</key>
21-
<string>ios-x86_64-simulator</string>
23+
<string>ios-arm64</string>
2224
<key>LibraryPath</key>
2325
<string>BidstackCustomAdapterIronSource.framework</string>
2426
<key>SupportedArchitectures</key>
2527
<array>
26-
<string>x86_64</string>
28+
<string>arm64</string>
2729
</array>
2830
<key>SupportedPlatform</key>
2931
<string>ios</string>
30-
<key>SupportedPlatformVariant</key>
31-
<string>simulator</string>
3232
</dict>
3333
</array>
3434
<key>CFBundlePackageType</key>

BidstackCustomAdapterIronSource.xcframework/ios-arm64/BidstackCustomAdapterIronSource.framework/_CodeSignature/CodeResources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</data>
1111
<key>Info.plist</key>
1212
<data>
13-
IYFvTqyUXVWmkwYXR7Z5jhWflE8=
13+
i4pYaGGqvVuc0ux7eR8IDiw38KA=
1414
</data>
1515
<key>Modules/module.modulemap</key>
1616
<data>

0 commit comments

Comments
 (0)