Skip to content

Commit

Permalink
Merge pull request #135 from adobe/dev-v4.1.2
Browse files Browse the repository at this point in the history
Dev v4.1.2 to staging
  • Loading branch information
cdhoffmann authored Mar 7, 2024
2 parents 29e8fa8 + eef48cb commit 18e1de7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions AEPAssurance.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AEPAssurance"
s.version = "4.1.1"
s.version = "4.1.2"
s.summary = "AEPAssurance SDK for Adobe Experience Platform Mobile SDK. Written and maintained by Adobe."

s.description = <<-DESC
Expand All @@ -15,8 +15,8 @@ Pod::Spec.new do |s|
s.swift_version = '5.1'

s.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
s.dependency 'AEPCore', '>= 4.0.0'
s.dependency 'AEPServices', '>= 4.0.0'
s.dependency 'AEPCore', '>= 4.0.0', '< 5.0'
s.dependency 'AEPServices', '>= 4.0.0', '< 5.0'

s.source_files = 'AEPAssurance/Source/**/*.swift'
end
6 changes: 4 additions & 2 deletions AEPAssurance.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1655,6 +1655,7 @@
DEVELOPMENT_TEAM = FKGEE875K4;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = TestApp/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -1682,6 +1683,7 @@
DEVELOPMENT_TEAM = FKGEE875K4;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = TestApp/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -1722,7 +1724,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = FKGEE875K4;
INFOPLIST_FILE = TestAppObjC/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
IPHONEOS_DEPLOYMENT_TARGET = 14.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -1742,7 +1744,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = FKGEE875K4;
INFOPLIST_FILE = TestAppObjC/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
IPHONEOS_DEPLOYMENT_TARGET = 14.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
2 changes: 1 addition & 1 deletion AEPAssurance/Source/AssuranceConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Foundation
enum AssuranceConstants {
static let EXTENSION_NAME = "com.adobe.assurance"
static let FRIENDLY_NAME = "Assurance"
static let EXTENSION_VERSION = "4.1.1"
static let EXTENSION_VERSION = "4.1.2"
static let LOG_TAG = FRIENDLY_NAME
static let DEFAULT_ENVIRONMENT = AssuranceEnvironment.prod

Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 71eff368dd285422aa7446618ee8ed088faeec87

COCOAPODS: 1.12.1
COCOAPODS: 1.14.3
Binary file modified TestAppBinaries/AEPAssuranceTestApp.zip
Binary file not shown.

0 comments on commit 18e1de7

Please sign in to comment.