From 55e5414e963ce0f5cc19b1601a9f2151115d65a1 Mon Sep 17 00:00:00 2001 From: rcancro Date: Mon, 6 May 2024 09:24:09 -0700 Subject: [PATCH] [wip] updating deployment targets --- .github/workflows/ci.yaml | 10 +++++----- PINRemoteImage.podspec | 4 ++-- PINRemoteImage.xcodeproj/project.pbxproj | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cc94baad..dbba31c5 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 15'] steps: - uses: actions/checkout@v2 - name: Analyze @@ -26,7 +26,7 @@ jobs: runs-on: macOS-latest strategy: matrix: - platform: ['iOS Simulator,name=iPhone 8'] + platform: ['iOS Simulator,name=iPhone 15'] steps: - uses: actions/checkout@v2 - name: Test @@ -42,7 +42,7 @@ jobs: name: Carthage runs-on: macOS-latest env: - DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer steps: - uses: actions/checkout@v2 - name: Carthage @@ -50,7 +50,7 @@ jobs: swift-package-manager: runs-on: macos-latest env: - DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer steps: - name: Checkout uses: actions/checkout@v2 @@ -59,7 +59,7 @@ jobs: example-spm-xcode: runs-on: macos-latest env: - DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer steps: - name: Checkout uses: actions/checkout@v2 diff --git a/PINRemoteImage.podspec b/PINRemoteImage.podspec index c5c83169..fea2c909 100644 --- a/PINRemoteImage.podspec +++ b/PINRemoteImage.podspec @@ -18,8 +18,8 @@ Pod::Spec.new do |s| s.prefix_header_file = false # s.social_media_url = 'https://twitter.com/garrettmoon' - ios_deployment = "8.0" - tvos_deployment = "9.0" + ios_deployment = "13.0" + tvos_deployment = "13.0" osx_deployment = "10.11" s.ios.deployment_target = ios_deployment s.tvos.deployment_target = tvos_deployment diff --git a/PINRemoteImage.xcodeproj/project.pbxproj b/PINRemoteImage.xcodeproj/project.pbxproj index 65bbe456..0e923b52 100644 --- a/PINRemoteImage.xcodeproj/project.pbxproj +++ b/PINRemoteImage.xcodeproj/project.pbxproj @@ -1197,7 +1197,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; HEADER_SEARCH_PATHS = "Carthage/Checkouts/libwebp/**"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; OTHER_CFLAGS = ""; @@ -1255,7 +1255,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; HEADER_SEARCH_PATHS = "Carthage/Checkouts/libwebp/**"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; MTL_ENABLE_DEBUG_INFO = NO; OTHER_CFLAGS = ""; PRODUCT_NAME = PINRemoteImage;