Skip to content

Commit

Permalink
Merge pull request #882 in MOBILE-SDK/app_mobile-sdk-ios from Release…
Browse files Browse the repository at this point in the history
…-8.4 to master

* commit 'f831dcaea5c8f01c416acab38473e8f438284fc9':
  Changes for Release v8.4.0
  • Loading branch information
Kowshickkarthick Subramanian committed Mar 7, 2023
2 parents 12544f7 + f831dca commit 682fd4c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 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.3.0"
s.version = "8.4.0"
s.platform = :ios, "10.0"

s.summary = "AppNexus iOS Mobile Advertising SDK"
Expand Down
3 changes: 3 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 8.4.0
Update version to match Android SDK. No changes from 8.3.0

## 8.3.0

### Improvement/Bug Fixes
Expand Down
12 changes: 6 additions & 6 deletions sdk/AppNexusSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1905,7 +1905,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 8.3.0;
MARKETING_VERSION = 8.4.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = Xandr.AppNexusNativeMacOSSDK;
Expand Down Expand Up @@ -1950,7 +1950,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 8.3.0;
MARKETING_VERSION = 8.4.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = Xandr.AppNexusNativeMacOSSDK;
Expand Down Expand Up @@ -1996,7 +1996,7 @@
"@loader_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "";
MARKETING_VERSION = 8.3.0;
MARKETING_VERSION = 8.4.0;
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_BUNDLE_IDENTIFIER = "corp.appnexus.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -2038,7 +2038,7 @@
"@loader_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "";
MARKETING_VERSION = 8.3.0;
MARKETING_VERSION = 8.4.0;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = "corp.appnexus.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -2202,7 +2202,7 @@
"@loader_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "";
MARKETING_VERSION = 8.3.0;
MARKETING_VERSION = 8.4.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = corp.appnexus.AppNexusSDK;
Expand Down Expand Up @@ -2253,7 +2253,7 @@
"@loader_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "";
MARKETING_VERSION = 8.3.0;
MARKETING_VERSION = 8.4.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = corp.appnexus.AppNexusSDK;
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.3.0"
#define AN_SDK_VERSION @"8.4.0"
#else
#define AN_SDK_VERSION @"8.3.0-mac"
#define AN_SDK_VERSION @"8.4.0-mac"
#endif


Expand Down

0 comments on commit 682fd4c

Please sign in to comment.