Skip to content

Commit

Permalink
Bump support revisions. (#86)
Browse files Browse the repository at this point in the history
Update support revisions to most recent versions.
  • Loading branch information
freakboy3742 authored Jan 24, 2025
1 parent cdb5fc9 commit c3aaf25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup-iOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ if [ -z "$PYTHON_APPLE_SUPPORT" ]; then
if [ ! -d "$MOBILE_FORGE_SUPPORT_PATH/$PYTHON_VER/iOS" ]; then
if [ -z "$2" ]; then
case $PYTHON_VER in
3.9) SUPPORT_REVISION=14 ;;
3.10) SUPPORT_REVISION=10 ;;
3.11) SUPPORT_REVISION=5 ;;
3.12) SUPPORT_REVISION=5 ;;
3.13) SUPPORT_REVISION=2 ;;
3.9) SUPPORT_REVISION=15 ;;
3.10) SUPPORT_REVISION=11 ;;
3.11) SUPPORT_REVISION=6 ;;
3.12) SUPPORT_REVISION=6 ;;
3.13) SUPPORT_REVISION=3 ;;
*)
echo "No default support revision for $PYTHON_VER is known; it must be specified manually"
return
Expand Down

0 comments on commit c3aaf25

Please sign in to comment.