diff --git a/AppNexusSDK.podspec b/AppNexusSDK.podspec index dd3e3878..10544c74 100644 --- a/AppNexusSDK.podspec +++ b/AppNexusSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "AppNexusSDK" - s.version = "8.11.2" + s.version = "8.11.3" s.platform = :ios, "12.0" s.summary = "AppNexus iOS Mobile Advertising SDK" diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 46de446b..486f5fa9 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,9 @@ +## 8.11.3 + +### Improvement/Bug Fixes +#### Removed Privacy Tracking Domains + + ## 8.11.2 ### Improvement/Bug Fixes diff --git a/sdk/AppNexusNativeSDK/SDK-Info.plist b/sdk/AppNexusNativeSDK/SDK-Info.plist index 98d90312..2553884f 100644 --- a/sdk/AppNexusNativeSDK/SDK-Info.plist +++ b/sdk/AppNexusNativeSDK/SDK-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 8.11.2 + 8.11.3 LSApplicationCategoryType CFBundleVersion diff --git a/sdk/AppNexusNativeStaticSDK/SDK-Info.plist b/sdk/AppNexusNativeStaticSDK/SDK-Info.plist index 2aa83f28..a2390d8c 100644 --- a/sdk/AppNexusNativeStaticSDK/SDK-Info.plist +++ b/sdk/AppNexusNativeStaticSDK/SDK-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 8.11.2 + 8.11.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/sdk/AppNexusSDK/SDK-Info.plist b/sdk/AppNexusSDK/SDK-Info.plist index 6fbe118e..c4cb7982 100644 --- a/sdk/AppNexusSDK/SDK-Info.plist +++ b/sdk/AppNexusSDK/SDK-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 8.11.2 + 8.11.3 CFBundleSignature ???? CFBundleVersion diff --git a/sdk/sourcefiles/internal/ANGlobal.h b/sdk/sourcefiles/internal/ANGlobal.h index 3e3fd429..22913209 100644 --- a/sdk/sourcefiles/internal/ANGlobal.h +++ b/sdk/sourcefiles/internal/ANGlobal.h @@ -29,9 +29,9 @@ #if !APPNEXUS_NATIVE_MACOS_SDK - #define AN_SDK_VERSION @"8.11.2" + #define AN_SDK_VERSION @"8.11.3" #else - #define AN_SDK_VERSION @"8.11.2-mac" + #define AN_SDK_VERSION @"8.11.3-mac" #endif diff --git a/sdk/sourcefiles/internal/config/ANSDKSettings.m b/sdk/sourcefiles/internal/config/ANSDKSettings.m index 8e6891bb..3a700d46 100644 --- a/sdk/sourcefiles/internal/config/ANSDKSettings.m +++ b/sdk/sourcefiles/internal/config/ANSDKSettings.m @@ -23,10 +23,7 @@ #import "ANLogging.h" #import "ANGDPRSettings.h" #import "ANAdConstants.h" -#import -#if !APPNEXUS_NATIVE_MACOS_SDK -#import -#endif + @interface ANBaseUrlConfig : NSObject //EMPTY