Skip to content

Commit

Permalink
Merge pull request #52 from kevinlind/bump-v1.0.1
Browse files Browse the repository at this point in the history
Bump version to 1.0.1
  • Loading branch information
emdobrin authored Apr 6, 2022
2 parents 6889e11 + e1dacb6 commit 9a19d9e
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
6 changes: 3 additions & 3 deletions AEPEdgeConsent.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AEPEdgeConsent"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "Experience Platform Consent Collection extension 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', '>= 3.1.0'
s.dependency 'AEPEdge', '>= 1.1.0'
s.dependency 'AEPCore', '>= 3.5.0'
s.dependency 'AEPEdge', '>= 1.4.0'

s.source_files = 'Sources/**/*.swift'
end
4 changes: 2 additions & 2 deletions AEPEdgeConsent.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.adobe.aep.edge.consent;
PRODUCT_MODULE_NAME = AEPEdgeConsent;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -1086,7 +1086,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.adobe.aep.edge.consent;
PRODUCT_MODULE_NAME = AEPEdgeConsent;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ let package = Package(
.library(name: "AEPEdgeConsent", targets: ["AEPEdgeConsent"])
],
dependencies: [
.package(url: "https://github.com/adobe/aepsdk-core-ios.git", .upToNextMajor(from: "3.1.0")),
.package(url: "https://github.com/adobe/aepsdk-edge-ios.git", .upToNextMajor(from: "1.1.0"))
.package(url: "https://github.com/adobe/aepsdk-core-ios.git", .upToNextMajor(from: "3.5.0")),
.package(url: "https://github.com/adobe/aepsdk-edge-ios.git", .upToNextMajor(from: "1.4.0"))
],
targets: [
.target(name: "AEPEdgeConsent",
Expand Down
20 changes: 10 additions & 10 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@ project 'AEPEdgeConsent.xcodeproj'
pod 'SwiftLint', '0.44.0'

target 'AEPEdgeConsent' do
pod 'AEPCore', :git => 'https://github.com/adobe/aepsdk-core-ios', :branch => 'dev-v3.4.3'
pod 'AEPServices', :git => 'https://github.com/adobe/aepsdk-core-ios', :branch => 'dev-v3.4.3'
pod 'AEPCore', :git => 'https://github.com/adobe/aepsdk-core-ios', :branch => 'staging'
pod 'AEPServices', :git => 'https://github.com/adobe/aepsdk-core-ios', :branch => 'staging'
end

target 'UnitTests' do
pod 'AEPCore', :git => 'https://github.com/adobe/aepsdk-core-ios', :branch => 'dev-v3.4.3'
pod 'AEPServices', :git => 'https://github.com/adobe/aepsdk-core-ios', :branch => 'dev-v3.4.3'
pod 'AEPCore', :git => 'https://github.com/adobe/aepsdk-core-ios', :branch => 'staging'
pod 'AEPServices', :git => 'https://github.com/adobe/aepsdk-core-ios', :branch => 'staging'
end

target 'FunctionalTests' do
pod 'AEPCore', :git => 'https://github.com/adobe/aepsdk-core-ios', :branch => 'dev-v3.4.3'
pod 'AEPServices', :git => 'https://github.com/adobe/aepsdk-core-ios', :branch => 'dev-v3.4.3'
pod 'AEPCore', :git => 'https://github.com/adobe/aepsdk-core-ios', :branch => 'staging'
pod 'AEPServices', :git => 'https://github.com/adobe/aepsdk-core-ios', :branch => 'staging'
end

target 'TestApp' do
pod 'AEPCore', :git => 'https://github.com/adobe/aepsdk-core-ios', :branch => 'dev-v3.4.3'
pod 'AEPServices', :git => 'https://github.com/adobe/aepsdk-core-ios', :branch => 'dev-v3.4.3'
pod 'AEPCore', :git => 'https://github.com/adobe/aepsdk-core-ios', :branch => 'staging'
pod 'AEPServices', :git => 'https://github.com/adobe/aepsdk-core-ios', :branch => 'staging'
end

target 'TestAppObjc' do
pod 'AEPCore', :git => 'https://github.com/adobe/aepsdk-core-ios', :branch => 'dev-v3.4.3'
pod 'AEPServices', :git => 'https://github.com/adobe/aepsdk-core-ios', :branch => 'dev-v3.4.3'
pod 'AEPCore', :git => 'https://github.com/adobe/aepsdk-core-ios', :branch => 'staging'
pod 'AEPServices', :git => 'https://github.com/adobe/aepsdk-core-ios', :branch => 'staging'
end
24 changes: 12 additions & 12 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PODS:
- AEPCore (3.4.2):
- AEPCore (3.5.0):
- AEPRulesEngine (>= 1.1.0)
- AEPServices (>= 3.4.2)
- AEPServices (>= 3.5.0)
- AEPRulesEngine (1.1.0)
- AEPServices (3.4.2)
- AEPServices (3.5.0)
- SwiftLint (0.44.0)

DEPENDENCIES:
- AEPCore (from `https://github.com/adobe/aepsdk-core-ios`, branch `dev-v3.4.3`)
- AEPServices (from `https://github.com/adobe/aepsdk-core-ios`, branch `dev-v3.4.3`)
- AEPCore (from `https://github.com/adobe/aepsdk-core-ios`, branch `staging`)
- AEPServices (from `https://github.com/adobe/aepsdk-core-ios`, branch `staging`)
- SwiftLint (= 0.44.0)

SPEC REPOS:
Expand All @@ -18,26 +18,26 @@ SPEC REPOS:

EXTERNAL SOURCES:
AEPCore:
:branch: dev-v3.4.3
:branch: staging
:git: https://github.com/adobe/aepsdk-core-ios
AEPServices:
:branch: dev-v3.4.3
:branch: staging
:git: https://github.com/adobe/aepsdk-core-ios

CHECKOUT OPTIONS:
AEPCore:
:commit: b0987c04c2cffdaa6391d703b1be79ed9a798999
:commit: bbbb9748e04d28b28411dc104adab6f785877959
:git: https://github.com/adobe/aepsdk-core-ios
AEPServices:
:commit: b0987c04c2cffdaa6391d703b1be79ed9a798999
:commit: bbbb9748e04d28b28411dc104adab6f785877959
:git: https://github.com/adobe/aepsdk-core-ios

SPEC CHECKSUMS:
AEPCore: b01856bf24972e4720cb0511a358d1e68067252a
AEPCore: a3b4159038df33b63ebdab227342cd57d8ded1b0
AEPRulesEngine: bb2927ed5501ddf9754c66e97f8d2b1cf8e33b19
AEPServices: 3214311f239c8cdc6267d757200b05ec0ab05878
AEPServices: 2e869a387b67c04ab5f3f647026412ff410efbb0
SwiftLint: e96c0a8c770c7ebbc4d36c55baf9096bb65c4584

PODFILE CHECKSUM: 4b50ac543b5780ed1cd199e89ea65281089453fe
PODFILE CHECKSUM: 6add71a4263a66493af8069c8ee0ccef25cf6ae4

COCOAPODS: 1.11.2
2 changes: 1 addition & 1 deletion Sources/ConsentConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Foundation
enum ConsentConstants {
static let EXTENSION_NAME = "com.adobe.edge.consent"
static let FRIENDLY_NAME = "Consent"
static let EXTENSION_VERSION = "1.0.0"
static let EXTENSION_VERSION = "1.0.1"
static let LOG_TAG = FRIENDLY_NAME

enum EventDataKeys {
Expand Down

0 comments on commit 9a19d9e

Please sign in to comment.