Skip to content

Commit

Permalink
revert podspec, package swift and update ci to 13.0.0 use xcode
Browse files Browse the repository at this point in the history
revert podspec, package swift and update ci to 13.0.0 use xcode
  • Loading branch information
cacheung committed Jul 29, 2022
1 parent 3495141 commit 022fe4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

build-and-test:
macos:
xcode: 11.6.0 # Specify the Xcode version to use
xcode: 13.0.0 # Specify the Xcode version to use

steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion AEPEdgeConsent.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.swift_version = '5.1'

s.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
s.dependency 'AEPCore', '>= 3.7.0'
s.dependency 'AEPCore', '>= 3.5.0'
s.dependency 'AEPEdge', '>= 1.4.0'

s.source_files = 'Sources/**/*.swift'
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
.library(name: "AEPEdgeConsent", targets: ["AEPEdgeConsent"])
],
dependencies: [
.package(url: "https://github.com/adobe/aepsdk-core-ios.git", .upToNextMajor(from: "3.7.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: [
Expand Down

0 comments on commit 022fe4a

Please sign in to comment.