Skip to content

Commit

Permalink
Upgrade Vungle SDK to 6.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmaivungle committed Mar 5, 2023
1 parent 1638e97 commit cbc4a9f
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 16 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### Changelog

## VERSION 6.12.3 (Mar 4, 2023)
* Bug fixes

## VERSION 6.12.2 (Feb 9, 2023)
* Performance optimizations & bug fixes

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ https://support.vungle.com/hc/en-us/articles/360002925791
Vungle SDK for iOS
=======================

**Version 6.12.2**
**Version 6.12.3**

Welcome to the Vungle SDK which has been battle-tested to unlock amazing monetization opportunities for you. The Vungle SDK enables the very best creatives in mobile advertising.

Expand Down
8 changes: 4 additions & 4 deletions Sample/Vungle Sample App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
objects = {

/* Begin PBXBuildFile section */
8C82483329B42A2600E6369D /* VungleSDK.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8C82483229B42A2600E6369D /* VungleSDK.xcframework */; };
90113F122492C80D00805B8C /* BannerTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 90113F112492C80D00805B8C /* BannerTableViewCell.m */; };
90113F152492C81900805B8C /* MRECTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 90113F142492C81900805B8C /* MRECTableViewCell.m */; };
903A22C4243BF10F00365E15 /* MultiAdViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 903A22C3243BF10F00365E15 /* MultiAdViewController.m */; };
BC2077D62995C4BD0062E247 /* VungleSDK.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = A82284852915A90A009FA2DC /* VungleSDK.xcframework */; };
DE8F42381BBB0BC9009EC672 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DE8F42371BBB0BC9009EC672 /* LaunchScreen.storyboard */; };
E319A21B230CE6D200EE8EC8 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E319A219230CE6D200EE8EC8 /* Main.storyboard */; };
F45D5FCF18E0F05300329123 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = F45D5FCD18E0F05300329123 /* InfoPlist.strings */; };
Expand All @@ -33,13 +33,13 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
8C82483229B42A2600E6369D /* VungleSDK.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = VungleSDK.xcframework; sourceTree = "<group>"; };
90113F102492C80D00805B8C /* BannerTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BannerTableViewCell.h; sourceTree = "<group>"; };
90113F112492C80D00805B8C /* BannerTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BannerTableViewCell.m; sourceTree = "<group>"; };
90113F132492C81900805B8C /* MRECTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MRECTableViewCell.h; sourceTree = "<group>"; };
90113F142492C81900805B8C /* MRECTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MRECTableViewCell.m; sourceTree = "<group>"; };
903A22C2243BF10F00365E15 /* MultiAdViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MultiAdViewController.h; sourceTree = "<group>"; };
903A22C3243BF10F00365E15 /* MultiAdViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MultiAdViewController.m; sourceTree = "<group>"; };
A82284852915A90A009FA2DC /* VungleSDK.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = VungleSDK.xcframework; sourceTree = "<group>"; };
DE8F42351BBB09C7009EC672 /* LICENSE.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = LICENSE.md; path = ../LICENSE.md; sourceTree = "<group>"; };
DE8F42371BBB0BC9009EC672 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
DEFCFF601BA34127006414B2 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
Expand All @@ -66,7 +66,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
BC2077D62995C4BD0062E247 /* VungleSDK.xcframework in Frameworks */,
8C82483329B42A2600E6369D /* VungleSDK.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -104,7 +104,7 @@
F45D5FC318E0F05300329123 /* Frameworks */ = {
isa = PBXGroup;
children = (
A82284852915A90A009FA2DC /* VungleSDK.xcframework */,
8C82483229B42A2600E6369D /* VungleSDK.xcframework */,
);
name = Frameworks;
sourceTree = "<group>";
Expand Down
14 changes: 7 additions & 7 deletions Sample/VungleSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,32 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>VungleSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>i386</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_i386_x86_64-simulator</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>VungleSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// VungleSDK.h
// Vungle iOS SDK
// SDK Version: 6.12.2
// SDK Version: 6.12.3
//
// Copyright (c) 2013-Present Vungle Inc. All rights reserved.
//
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// VungleSDK.h
// Vungle iOS SDK
// SDK Version: 6.12.2
// SDK Version: 6.12.3
//
// Copyright (c) 2013-Present Vungle Inc. All rights reserved.
//
Expand Down
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions VungleSDK-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = "VungleSDK-iOS"
s.version = "6.12.2"
s.version = "6.12.3"
s.summary = "Vungle's iOS SDK'"
s.description = <<-DESC
An SDK for video ad based monetization with the Vungle Network
Expand All @@ -18,7 +18,7 @@ s.author = { "Vungle" => "tech-support@vungle.com" }
s.platform = :ios, '10.0'
s.requires_arc = true

s.source = { :http => "https://vungle2-sdk-dev-scratch.s3.amazonaws.com/ios/6.12.x/vungle6122.zip"}
s.source = { :http => "https://vungle2-sdk-dev-scratch.s3.amazonaws.com/ios/6.12.x/vungle6123.zip"}

s.vendored_frameworks = 'VungleSDK.xcframework'
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
Expand Down

0 comments on commit cbc4a9f

Please sign in to comment.