Skip to content

Commit

Permalink
Merge pull request #162 from adobe/dev-v4.0.4
Browse files Browse the repository at this point in the history
promote 4.0.4 to main
  • Loading branch information
sbenedicadb authored Feb 28, 2024
2 parents 0232e6b + 8af0170 commit 0bf1428
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions AEPTarget.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AEPTarget"
s.version = "4.0.3"
s.version = "4.0.4"
s.summary = "Experience Platform Target extension for Adobe Experience Platform Mobile SDK. Written and maintained by Adobe."
s.description = <<-DESC
The Experience Platform Target extension provides APIs that allow use of the Target product in the Adobe Experience Platform SDK.
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '11.0'
s.swift_version = '5.1'
s.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
s.dependency 'AEPCore', ">= 4.0.0"
s.dependency 'AEPCore', '>= 4.0.0', '< 5.0.0'

s.source_files = 'AEPTarget/Sources/**/*.swift'

Expand Down
4 changes: 2 additions & 2 deletions AEPTarget.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.0.3;
MARKETING_VERSION = 4.0.4;
PRODUCT_BUNDLE_IDENTIFIER = com.adobe.aep.target;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1209,7 +1209,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.0.3;
MARKETING_VERSION = 4.0.4;
PRODUCT_BUNDLE_IDENTIFIER = com.adobe.aep.target;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion AEPTarget/Sources/TargetConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Foundation
enum TargetConstants {
static let EXTENSION_NAME = "com.adobe.module.target"
static let FRIENDLY_NAME = "Target"
static let EXTENSION_VERSION = "4.0.3"
static let EXTENSION_VERSION = "4.0.4"
static let DATASTORE_NAME = EXTENSION_NAME
static let DEFAULT_SESSION_TIMEOUT: Int = 30 * 60 // 30 mins
static let DELIVERY_API_URL_BASE = "https://%@/rest/v1/delivery/?client=%@&sessionId=%@"
Expand Down
2 changes: 1 addition & 1 deletion AEPTarget/Tests/TestHelpers/TargetTestConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

enum TargetTestConstants {
static let EXTENSION_VERSION = "4.0.3"
static let EXTENSION_VERSION = "4.0.4"
// preview parameters
static let PREVIEW_MESSAGE_ID = "target-preview-message-id"
static let PREVIEW_PARAMETERS = "at_preview_params"
Expand Down

0 comments on commit 0bf1428

Please sign in to comment.