Skip to content

Commit

Permalink
Merge pull request #984 from prebid/release-2.2.2
Browse files Browse the repository at this point in the history
2.2.2 updates
  • Loading branch information
jsligh committed May 22, 2024
2 parents 8ee1a28 + 841ad69 commit fa7d71e
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
16 changes: 8 additions & 8 deletions EventHandlers/EventHandlers.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 2.2.1;
CURRENT_PROJECT_VERSION = 2.2.2;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -1232,7 +1232,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.2.1;
MARKETING_VERSION = 2.2.2;
MODULEMAP_FILE = "";
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileGAMEventHandlers;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand All @@ -1253,7 +1253,7 @@
CLANG_ENABLE_MODULES = YES;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO;
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 2.2.1;
CURRENT_PROJECT_VERSION = 2.2.2;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -1267,7 +1267,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.2.1;
MARKETING_VERSION = 2.2.2;
MODULEMAP_FILE = "";
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileGAMEventHandlers;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand All @@ -1287,7 +1287,7 @@
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2.2.1;
CURRENT_PROJECT_VERSION = 2.2.2;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -1302,7 +1302,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.2.1;
MARKETING_VERSION = 2.2.2;
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileMAXAdapters;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -1322,7 +1322,7 @@
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2.2.1;
CURRENT_PROJECT_VERSION = 2.2.2;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -1337,7 +1337,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.2.1;
MARKETING_VERSION = 2.2.2;
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileMAXAdapters;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion PrebidMobile.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PrebidMobile"
s.version = "2.2.1"
s.version = "2.2.2"
s.summary = "PrebidMobile is a lightweight framework that integrates directly with Prebid Server."

s.description = <<-DESC
Expand Down
8 changes: 4 additions & 4 deletions PrebidMobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4449,7 +4449,7 @@
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)";
CURRENT_PROJECT_VERSION = 2.2.1;
CURRENT_PROJECT_VERSION = 2.2.2;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -4468,7 +4468,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.2.1;
MARKETING_VERSION = 2.2.2;
MODULEMAP_FILE = PrebidMobile/BuildFiles/PrebidMobile.modulemap;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand All @@ -4485,7 +4485,7 @@
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)";
CURRENT_PROJECT_VERSION = 2.2.1;
CURRENT_PROJECT_VERSION = 2.2.2;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -4504,7 +4504,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.2.1;
MARKETING_VERSION = 2.2.2;
MODULEMAP_FILE = PrebidMobile/BuildFiles/PrebidMobile.modulemap;
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
Expand Down
2 changes: 1 addition & 1 deletion PrebidMobile/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import UIKit
public let PrebidLocalCacheIdKey = "hb_cache_id_local"

@objc public class Constants: NSObject {
@objc public static let PREBID_VERSION = "2.2.1"
@objc public static let PREBID_VERSION = "2.2.2"
}

extension String {
Expand Down
4 changes: 2 additions & 2 deletions PrebidMobileAdMobAdapters.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PrebidMobileAdMobAdapters"
s.version = "2.2.1"
s.version = "2.2.2"
s.summary = "The bridge between PrebidMobile SDK and GMA SDK."

s.description = "AdMob Adatpers manages rendering of Prebid ads in the case of integration with AdMob as a Primary Ad Server."
Expand Down Expand Up @@ -40,7 +40,7 @@ Pod::Spec.new do |s|

s.static_framework = true

s.dependency 'PrebidMobile', '2.2.1'
s.dependency 'PrebidMobile', '2.2.2'
s.dependency 'Google-Mobile-Ads-SDK'

end
4 changes: 2 additions & 2 deletions PrebidMobileGAMEventHandlers.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PrebidMobileGAMEventHandlers"
s.version = "2.2.1"
s.version = "2.2.2"
s.summary = "The bridge between PrebidMobile SDK and GMA SDK."

s.description = "GAM Event Handlers manages rendering of Prebid or GAM ads respectively to the winning bid."
Expand Down Expand Up @@ -39,7 +39,7 @@ Pod::Spec.new do |s|
s.source_files = 'EventHandlers/PrebidMobileGAMEventHandlers/**/*.{h,m,swift}'
s.static_framework = true

s.dependency 'PrebidMobile', '2.2.1'
s.dependency 'PrebidMobile', '2.2.2'
s.dependency 'Google-Mobile-Ads-SDK'

end
4 changes: 2 additions & 2 deletions PrebidMobileMAXAdapters.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PrebidMobileMAXAdapters"
s.version = "2.2.1"
s.version = "2.2.2"
s.summary = "The bridge between PrebidMobile SDK and Applovin MAX SDK."

s.description = "MAX Adapters manages rendering of Prebid or MAX ads respectively to the winning bid."
Expand Down Expand Up @@ -39,7 +39,7 @@ Pod::Spec.new do |s|
s.source_files = 'EventHandlers/PrebidMobileMAXAdapters/**/*.{h,m,swift}'
s.static_framework = true

s.dependency 'PrebidMobile', '2.2.1'
s.dependency 'PrebidMobile', '2.2.2'
s.dependency 'AppLovinSDK'

end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Run the test script to run unit tests and integration tests.
`2.2.1` version is available to build PrebidMobile with Carthage. For that, please, put the following content to your `Cartfile`:

```
github "prebid/prebid-mobile-ios" == 2.2.1-carthage
github "prebid/prebid-mobile-ios" == 2.2.2-carthage
```
Run this command in order to build PrebidMobile with Carthage:

Expand Down

0 comments on commit fa7d71e

Please sign in to comment.