Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ketanshikharebsft committed May 16, 2023
1 parent 866cf03 commit 2b38b35
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion BlueShift-iOS-Extension-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BlueShift-iOS-Extension-SDK"
s.version = "2.3.1"
s.version = "2.4.0"
s.summary = "iOS SDK for Push Notification Service Extension and Content Extension to support image and carousel image push notifications"
s.homepage = "https://github.com/blueshift-labs/Blueshift-iOS-SDK"
s.license = { :type => "MIT", :file => "LICENSE.md" }
Expand Down
2 changes: 1 addition & 1 deletion BlueShift-iOS-Extension-SDK/BlueshiftExtensionConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
#define kThreadSleepTimeInterval 0.1
#define kThreadSleepIterations 20

#define kBlueshiftExtensionSDKVersion @"2.3.1"
#define kBlueshiftExtensionSDKVersion @"2.4.0"

#endif
2 changes: 1 addition & 1 deletion BlueShift-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BlueShift-iOS-SDK"
s.version = "2.3.1"
s.version = "2.4.0"
s.summary = "iOS SDK for integrating Rich Push & In App Notifications, Universal Links and Analytics"
s.homepage = "https://github.com/blueshift-labs/Blueshift-iOS-SDK"
s.license = { :type => "MIT", :file => "LICENSE.md" }
Expand Down
8 changes: 4 additions & 4 deletions BlueShift-iOS-SDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.3.1;
MARKETING_VERSION = 2.4.0;
MODULEMAP_FILE = "BlueShift-iOS-SDK/ios.modulemap";
PRODUCT_BUNDLE_IDENTIFIER = "com.Blueshift.BlueShift-iOS-SDK";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -892,7 +892,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.3.1;
MARKETING_VERSION = 2.4.0;
MODULEMAP_FILE = "BlueShift-iOS-SDK/ios.modulemap";
PRODUCT_BUNDLE_IDENTIFIER = "com.Blueshift.BlueShift-iOS-SDK";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -923,7 +923,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.3.1;
MARKETING_VERSION = 2.4.0;
MODULEMAP_FILE = "BlueShift-iOS-Extension-SDK/ios.modulemap";
PRODUCT_BUNDLE_IDENTIFIER = "com.Blueshift.BlueShift-iOS-Extension-SDK";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -954,7 +954,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.3.1;
MARKETING_VERSION = 2.4.0;
MODULEMAP_FILE = "BlueShift-iOS-Extension-SDK/ios.modulemap";
PRODUCT_BUNDLE_IDENTIFIER = "com.Blueshift.BlueShift-iOS-Extension-SDK";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down
2 changes: 1 addition & 1 deletion BlueShift-iOS-SDK/BlueshiftVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
#ifndef BlueShift_iOS_SDK_BlueshiftVersion_h
#define BlueShift_iOS_SDK_BlueshiftVersion_h

#define kBlueshiftSDKVersion @"2.3.1"
#define kBlueshiftSDKVersion @"2.4.0"

#endif
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ let package = Package(
publicHeadersPath: "include",
cSettings: [
.headerSearchPath("./"),
.headerSearchPath("InApps/")
.headerSearchPath("InApps/"),
.headerSearchPath("Inbox/")
],
linkerSettings: [
.linkedFramework("CoreData"),
Expand Down

0 comments on commit 2b38b35

Please sign in to comment.