From ee60c4fea7d955391b66064e53e55285a3e3783b Mon Sep 17 00:00:00 2001 From: Steve Benedick Date: Wed, 20 Mar 2024 13:25:48 -0600 Subject: [PATCH] -fix circle config --- .circleci/config.yml | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 170a89d..8d9ad38 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -100,6 +100,8 @@ jobs: steps: - checkout + - install_dependencies + # verify XCFramework archive builds - run: name: Build XCFramework diff --git a/README.md b/README.md index 59ad536..5c911b4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Cocoapods](https://img.shields.io/github/v/release/adobe/aepsdk-target-ios?label=CocoaPods&logo=apple&logoColor=white&color=orange&sort=semver)](https://cocoapods.org/pods/AEPTarget) [![SPM](https://img.shields.io/github/v/release/adobe/aepsdk-target-ios?label=SPM&logo=apple&logoColor=white&color=orange&sort=semver)](https://github.com/adobe/aepsdk-target-ios/releases) [![CircleCI](https://img.shields.io/circleci/project/github/adobe/aepsdk-target-ios/main.svg?logo=circleci&label=Build)](https://circleci.com/gh/adobe/workflows/aepsdk-target-ios) -[![Code Coverage](https://img.shields.io/codecov/c/github/adobe/aepsdk-target-ios/main.svg?logo=codecov&label=Coverage)](https://codecov.io/gh/adobe/aepsdk-target-ios/branch/main) + ## About this project