Skip to content

Commit

Permalink
Update to iOS 17
Browse files Browse the repository at this point in the history
  • Loading branch information
kabiroberai committed Dec 30, 2023
1 parent 556ca6f commit dd60a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ SUBPKG_0_NAME = iOS 12-13
SUBPKG_0_FW = firmware (>= 12.2), firmware (<< 14.0)

SUBPKG_1_ID = 14
SUBPKG_1_NAME = iOS 14-16
SUBPKG_1_FW = firmware (>= 14.0), firmware (<< 17.0)
SUBPKG_1_NAME = iOS 14-17
SUBPKG_1_FW = firmware (>= 14.0), firmware (<< 18.0)

ifeq ($(SWIFT_VERSION_COMPUTED),)
export SWIFT_VERSION_COMPUTED := 1
Expand Down

1 comment on commit dd60a11

@whocouldcare
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this in progress? I can see the build failed.

Please sign in to comment.