Skip to content

Commit

Permalink
fix: restored APPLE_IOS_VERSION_MIN to 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelOsborne committed Jun 19, 2024
1 parent 4b275bd commit be6c990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/check-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
env:
APPLE_XCODE_APP_NAME: Xcode_13.3.1.app
APPLE_MACOSX_SDK: MacOSX12.3
APPLE_IOS_VERSION_MIN: 11.0
run: rm -f /usr/local/lib/libjpeg* ; make apple

- name: Upload Apple Artifacts
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ APPLE_BUILD := $(BUILD)/$(APPLE)
APPLE_IOS := ios
APPLE_IOS_PLATFORM := iPhoneOS
APPLE_IOS_SDK ?= iPhoneOS
APPLE_IOS_VERSION_MIN ?= 15
APPLE_IOS_VERSION_MIN ?= 11.0

APPLE_IOS_SIMULATOR := ios-simulator
APPLE_IOS_SIMULATOR_PLATFORM := iPhoneSimulator
Expand Down

0 comments on commit be6c990

Please sign in to comment.