From d9401449452f0b68537fbc1c1acf1ed64bb32f15 Mon Sep 17 00:00:00 2001 From: Victoria Park Date: Wed, 13 Sep 2023 07:54:12 -0700 Subject: [PATCH] try 14.3.1 --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 2 +- README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 24b795bc5..c3b54157c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: - name: Check out repository uses: actions/checkout@v2 - name: Use Xcode 14 - run: sudo xcode-select -switch /Applications/Xcode_14.3.app + run: sudo xcode-select -switch /Applications/Xcode_14.3.1.app - name: Run pod lib lint run: pod lib lint spm: @@ -21,7 +21,7 @@ jobs: - name: Check out repository uses: actions/checkout@v2 - name: Use Xcode 14 - run: sudo xcode-select -switch /Applications/Xcode_14.3.app + run: sudo xcode-select -switch /Applications/Xcode_14.3.1.app - name: Use current branch run: sed -i '' 's/branch = .*/branch = \"'"$GITHUB_HEAD_REF"'\";/' SampleApps/SPMTest/SPMTest.xcodeproj/project.pbxproj - name: Run swift package resolve diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45863cbd1..bf49a3ab9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 - name: Use Xcode 14 - run: sudo xcode-select -switch /Applications/Xcode_14.3.app + run: sudo xcode-select -switch /Applications/Xcode_14.3.1.app - name: Check for unreleased section in changelog run: grep "## unreleased" CHANGELOG.md || (echo "::error::No unreleased section found in CHANGELOG" && exit 1) - name: Set git username and email diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b9507cdbe..c891574a8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - name: Use Xcode 14 - run: sudo xcode-select -switch /Applications/Xcode_14.3.app + run: sudo xcode-select -switch /Applications/Xcode_14.3.1.app - name: Install Dependencies run: bundle install - name: Run Unit Tests diff --git a/README.md b/README.md index 5d4252d39..bd7f9784b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ As the SDK is moved to general availability, we will be adding a contribution gu ## Support -The PayPal iOS SDK supports a minimum deployment target of iOS 14+ and requires Xcode 14.3+ and macOS Ventura 13. See our [Client Deprecation policy](https://developer.paypal.com/braintree/docs/guides/client-sdk/deprecation-policy/ios/v5) to plan for updates. +The PayPal iOS SDK supports a minimum deployment target of iOS 14+ and requires Xcode 14.3.1+ and macOS Ventura 13. See our [Client Deprecation policy](https://developer.paypal.com/braintree/docs/guides/client-sdk/deprecation-policy/ios/v5) to plan for updates. ### Package Managers This SDK supports: