From 56e23a4bb3bd23490f4d23f0a461e7b1449778cf Mon Sep 17 00:00:00 2001 From: Jono Sligh Date: Fri, 7 Jun 2024 08:41:21 -0500 Subject: [PATCH] Revert "Updating for new version 2.2.3" This reverts commit 61a270a5a9345bbd0fe8d9a3f180776f1aa05f0e. --- .../EventHandlers.xcodeproj/project.pbxproj | 24 +++++++++---------- PrebidMobile.podspec | 2 +- PrebidMobile.xcodeproj/project.pbxproj | 8 +++---- PrebidMobile/Constants.swift | 2 +- PrebidMobileAdMobAdapters.podspec | 4 ++-- PrebidMobileGAMEventHandlers.podspec | 4 ++-- PrebidMobileMAXAdapters.podspec | 4 ++-- README.md | 4 ++-- 8 files changed, 26 insertions(+), 26 deletions(-) diff --git a/EventHandlers/EventHandlers.xcodeproj/project.pbxproj b/EventHandlers/EventHandlers.xcodeproj/project.pbxproj index 46171f223..3117e4871 100644 --- a/EventHandlers/EventHandlers.xcodeproj/project.pbxproj +++ b/EventHandlers/EventHandlers.xcodeproj/project.pbxproj @@ -1218,7 +1218,7 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 2.2.3; + CURRENT_PROJECT_VERSION = 2.2.2; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; @@ -1232,7 +1232,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 2.2.3; + MARKETING_VERSION = 2.2.2; MODULEMAP_FILE = ""; PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileGAMEventHandlers; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; @@ -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.3; + CURRENT_PROJECT_VERSION = 2.2.2; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; @@ -1267,7 +1267,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 2.2.3; + MARKETING_VERSION = 2.2.2; MODULEMAP_FILE = ""; PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileGAMEventHandlers; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; @@ -1287,7 +1287,7 @@ CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2.2.3; + CURRENT_PROJECT_VERSION = 2.2.2; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; @@ -1302,7 +1302,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 2.2.3; + MARKETING_VERSION = 2.2.2; PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileMAXAdapters; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -1322,7 +1322,7 @@ CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2.2.3; + CURRENT_PROJECT_VERSION = 2.2.2; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; @@ -1337,7 +1337,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 2.2.3; + MARKETING_VERSION = 2.2.2; PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileMAXAdapters; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -1399,7 +1399,7 @@ CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2.2.3; + CURRENT_PROJECT_VERSION = 2.2.1; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -1413,7 +1413,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 2.2.3; + MARKETING_VERSION = 2.2.1; PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileAdMobAdapters; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; PROVISIONING_PROFILE_SPECIFIER = None; @@ -1434,7 +1434,7 @@ CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2.2.3; + CURRENT_PROJECT_VERSION = 2.2.1; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -1448,7 +1448,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 2.2.3; + MARKETING_VERSION = 2.2.1; PRODUCT_BUNDLE_IDENTIFIER = org.prebid.mobile.PrebidMobileAdMobAdapters; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; PROVISIONING_PROFILE_SPECIFIER = None; diff --git a/PrebidMobile.podspec b/PrebidMobile.podspec index 53f82a671..0091aff23 100644 --- a/PrebidMobile.podspec +++ b/PrebidMobile.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "PrebidMobile" - s.version = "2.2.3" + s.version = "2.2.2" s.summary = "PrebidMobile is a lightweight framework that integrates directly with Prebid Server." s.description = <<-DESC diff --git a/PrebidMobile.xcodeproj/project.pbxproj b/PrebidMobile.xcodeproj/project.pbxproj index dc8ac5ae8..49eacb671 100644 --- a/PrebidMobile.xcodeproj/project.pbxproj +++ b/PrebidMobile.xcodeproj/project.pbxproj @@ -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.3; + CURRENT_PROJECT_VERSION = 2.2.2; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; @@ -4468,7 +4468,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 2.2.3; + MARKETING_VERSION = 2.2.2; MODULEMAP_FILE = PrebidMobile/BuildFiles/PrebidMobile.modulemap; SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -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.3; + CURRENT_PROJECT_VERSION = 2.2.2; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; @@ -4504,7 +4504,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 2.2.3; + MARKETING_VERSION = 2.2.2; MODULEMAP_FILE = PrebidMobile/BuildFiles/PrebidMobile.modulemap; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; diff --git a/PrebidMobile/Constants.swift b/PrebidMobile/Constants.swift index 4f492115f..03e115b9d 100644 --- a/PrebidMobile/Constants.swift +++ b/PrebidMobile/Constants.swift @@ -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.3" + @objc public static let PREBID_VERSION = "2.2.2" } extension String { diff --git a/PrebidMobileAdMobAdapters.podspec b/PrebidMobileAdMobAdapters.podspec index 01f1d3a54..91eb454bf 100644 --- a/PrebidMobileAdMobAdapters.podspec +++ b/PrebidMobileAdMobAdapters.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "PrebidMobileAdMobAdapters" - s.version = "2.2.3" + 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." @@ -40,7 +40,7 @@ Pod::Spec.new do |s| s.static_framework = true - s.dependency 'PrebidMobile', '2.2.3' + s.dependency 'PrebidMobile', '2.2.2' s.dependency 'Google-Mobile-Ads-SDK' end diff --git a/PrebidMobileGAMEventHandlers.podspec b/PrebidMobileGAMEventHandlers.podspec index ce79c2b05..8ca72101d 100644 --- a/PrebidMobileGAMEventHandlers.podspec +++ b/PrebidMobileGAMEventHandlers.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "PrebidMobileGAMEventHandlers" - s.version = "2.2.3" + 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." @@ -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.3' + s.dependency 'PrebidMobile', '2.2.2' s.dependency 'Google-Mobile-Ads-SDK' end diff --git a/PrebidMobileMAXAdapters.podspec b/PrebidMobileMAXAdapters.podspec index a81ef68f3..a6b016ddf 100644 --- a/PrebidMobileMAXAdapters.podspec +++ b/PrebidMobileMAXAdapters.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "PrebidMobileMAXAdapters" - s.version = "2.2.3" + 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." @@ -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.3' + s.dependency 'PrebidMobile', '2.2.2' s.dependency 'AppLovinSDK' end diff --git a/README.md b/README.md index cf2661e61..70b2b6c66 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,10 @@ Run the test script to run unit tests and integration tests. ## Carthage -`2.2.3` version is available to build PrebidMobile with Carthage. For that, please, put the following content to your `Cartfile`: +`2.2.2` 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.3-carthage +github "prebid/prebid-mobile-ios" == 2.2.2-carthage ``` Run this command in order to build PrebidMobile with Carthage: