Skip to content

Commit

Permalink
SDKv 7.15.1
Browse files Browse the repository at this point in the history
* commit '94cd7967ba60dc4674d32377f7386a0d9bccf236':
  SDKv7.15.0
  • Loading branch information
asharmaa committed Jul 15, 2021
2 parents ee6c40e + 94cd796 commit 19764d5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let package = Package(
path: "sdk/sourcefiles",
exclude: [
"Resources/Info.plist",
"sdk/sourcefiles/Viewability/OMSDK_Appnexus.xcframework"
"Viewability/OMSDK_Appnexus.xcframework"
],
resources: [
.process("Resources")
Expand Down
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 7.15.1
### Improvements/Bug Fixes
+ MS-4818 Fixed Swift package manager installation error [Github issue #67]

## 7.15
### New Feature
+ MS-4749 Added support for Unified ID 2.0 (UID2) [https://wiki.xandr.com/x/7IW1Bg]
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>7.15</string>
<string>7.15.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions sdk/AppNexusSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1736,7 +1736,7 @@
"@loader_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "";
MARKETING_VERSION = 7.8;
MARKETING_VERSION = 7.15.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = corp.appnexus.AppNexusSDK;
Expand Down Expand Up @@ -1786,7 +1786,7 @@
"@loader_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "";
MARKETING_VERSION = 7.8;
MARKETING_VERSION = 7.15.1;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = corp.appnexus.AppNexusSDK;
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>7.15</string>
<string>7.15.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion sdk/sourcefiles/internal/ANGlobal.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define AN_ERROR_TABLE @"errors"

#define AN_DEFAULT_PLACEMENT_ID @"default_placement_id"
#define AN_SDK_VERSION @"7.15"
#define AN_SDK_VERSION @"7.15.1"


#define APPNEXUS_BANNER_SIZE CGSizeMake(320, 50)
Expand Down

0 comments on commit 19764d5

Please sign in to comment.