Skip to content

Commit

Permalink
Version 8.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek Sharma   committed Apr 26, 2024
1 parent 972e214 commit 9ddb397
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion AppNexusSDK.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 8.11.3

### Improvement/Bug Fixes
#### Removed Privacy Tracking Domains


## 8.11.2

### Improvement/Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion sdk/AppNexusNativeSDK/SDK-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>8.11.2</string>
<string>8.11.3</string>
<key>LSApplicationCategoryType</key>
<string></string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion sdk/AppNexusNativeStaticSDK/SDK-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>8.11.2</string>
<string>8.11.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion sdk/AppNexusSDK/SDK-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>8.11.2</string>
<string>8.11.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions sdk/sourcefiles/internal/ANGlobal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
5 changes: 1 addition & 4 deletions sdk/sourcefiles/internal/config/ANSDKSettings.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
#import "ANLogging.h"
#import "ANGDPRSettings.h"
#import "ANAdConstants.h"
#import <AdSupport/AdSupport.h>
#if !APPNEXUS_NATIVE_MACOS_SDK
#import <AppTrackingTransparency/AppTrackingTransparency.h>
#endif


@interface ANBaseUrlConfig : NSObject
//EMPTY
Expand Down

0 comments on commit 9ddb397

Please sign in to comment.