Skip to content

Commit

Permalink
Merge pull request #15 from PravinPK/release
Browse files Browse the repository at this point in the history
Fix test spm script
  • Loading branch information
PravinPK authored Aug 31, 2022
2 parents c5f82c0 + 34224e9 commit 26cafc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Script/test-SPM.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ let package = Package(
)
],
dependencies: [
.package(url: \"https://github.com/adobe/aepsdk-core-ios.git\", .upToNextMajor(from:\"3.7.0\")),
.package(name: \"AEPCore\", url: \"https://github.com/adobe/aepsdk-core-ios.git\", .upToNextMajor(from:\"3.7.0\")),
.package(name: \"AEPCampaignClassic\", path: \"../\"),
],
targets: [
Expand Down

0 comments on commit 26cafc8

Please sign in to comment.