From 55e2931d8dae98fb311209964b00012a36f046a0 Mon Sep 17 00:00:00 2001 From: Gabriel Lievano Date: Tue, 7 May 2024 15:06:45 -0700 Subject: [PATCH] Bump up versions for Xcode 15+ --- .github/workflows/ci.yaml | 6 +++--- Makefile | 2 +- PINCache.podspec | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f99d6b78..c7baad2d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: runs-on: macOS-latest strategy: matrix: - platform: ['iOS Simulator,name=iPhone 8'] + platform: ['iOS Simulator,name=iPhone SE (3rd generation)'] steps: - uses: actions/checkout@v2 - name: Test @@ -50,11 +50,11 @@ jobs: - name: Verify that PINCache can be build by SPM run: make spm xcode-spm-integration: - name: Build iOS example project + name: Build iOS example project runs-on: macOS-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Check Xcode's spm integration - run: make example \ No newline at end of file + run: make example diff --git a/Makefile b/Makefile index d975010d..d9479eae 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PLATFORM="platform=iOS Simulator,name=iPhone 8" +PLATFORM="platform=iOS Simulator,name=iPhone SE (3rd generation)" SDK="iphonesimulator" SHELL=/bin/bash -o pipefail XCODE_MAJOR_VERSION=$(shell xcodebuild -version | HEAD -n 1 | sed -E 's/Xcode ([0-9]+).*/\1/') diff --git a/PINCache.podspec b/PINCache.podspec index a8f95f39..18f7a561 100644 --- a/PINCache.podspec +++ b/PINCache.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PINCache' - s.version = '3.0.3' + s.version = '3.0.4' s.homepage = 'https://github.com/pinterest/PINCache' s.summary = 'Fast, thread safe, parallel object cache for iOS and OS X.' s.authors = { 'Garrett Moon' => 'garrett@pinterest.com', 'Justin Ouellette' => 'jstn@tumblr.com' } @@ -10,10 +10,10 @@ Pod::Spec.new do |s| s.frameworks = 'Foundation' s.ios.weak_frameworks = 'UIKit' s.osx.weak_frameworks = 'AppKit' - s.ios.deployment_target = '8.0' - s.osx.deployment_target = '10.8' - s.tvos.deployment_target = '9.0' - s.watchos.deployment_target = '2.0' + s.ios.deployment_target = '12.0' + s.osx.deployment_target = '10.13' + s.tvos.deployment_target = '12.0' + s.watchos.deployment_target = '4.0' pch_PIN = <<-EOS #ifndef TARGET_OS_WATCH #define TARGET_OS_WATCH 0