Skip to content

Commit

Permalink
v6.4.5 related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhu-Kumaraswamy committed Sep 27, 2019
1 parent c92d684 commit d16bb42
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

## VERSION 6.4.5
* Updated Moat
* Bug Fixes

## VERSION 6.4.3
* iOS 13 Support and Enhancements
* Cache Optimization — Automatically optimizes ad caching to ensure ads are available faster. No additional work from developer needed.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ https://support.vungle.com/hc/en-us/articles/360002925791--Get-Started-with-Vung
Vungle SDK for iOS
=======================

**Version 6.4.3**
**Version 6.4.5**

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
6 changes: 3 additions & 3 deletions Sample/Vungle Sample App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
ORGANIZATIONNAME = "Jordyn Chuhaloff";
TargetAttributes = {
F45D5FC018E0F05300329123 = {
DevelopmentTeam = 6ST76YX9G6;
DevelopmentTeam = GTA9LK7P23;
ProvisioningStyle = Automatic;
};
F45D5FE718E0F05300329123 = {
Expand Down Expand Up @@ -406,7 +406,7 @@
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = 6ST76YX9G6;
DEVELOPMENT_TEAM = GTA9LK7P23;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/../",
Expand All @@ -433,7 +433,7 @@
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = 6ST76YX9G6;
DEVELOPMENT_TEAM = GTA9LK7P23;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/../",
Expand Down
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.4.3"
s.version = "6.4.5"
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, '9.0'
s.requires_arc = true

s.source = { :git => "https://github.com/Vungle/iOS-SDK.git", :tag => "6.4.3" }
s.source = { :git => "https://github.com/Vungle/iOS-SDK.git", :tag => "6.4.5" }

s.vendored_frameworks = 'VungleSDK.framework'
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
Expand Down
2 changes: 1 addition & 1 deletion VungleSDK.framework/Headers/VungleSDK.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// VungleSDK.h
// Vungle iOS SDK
// SDK Version: 6.4.3
// SDK Version: 6.4.5
//
// Copyright (c) 2013-Present Vungle Inc. All rights reserved.
//
Expand Down
Binary file modified VungleSDK.framework/Info.plist
Binary file not shown.
Binary file modified VungleSDK.framework/VungleSDK
Binary file not shown.

0 comments on commit d16bb42

Please sign in to comment.