Skip to content

Commit

Permalink
Merge pull request #28 from happyjun/main
Browse files Browse the repository at this point in the history
fix on IOS 11.0 skiko not work normal
  • Loading branch information
igordmn authored Dec 8, 2022
2 parents 5a3d2d5 + 55aa6b8 commit b816be2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
default: 'false'

env:
version: m105-adda216f-2
version: m105-adda216f-3

jobs:
macos:
Expand Down
1 change: 1 addition & 0 deletions script/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def main():
]
if isIos:
args += ['target_os="ios"']
args += ['ios_min_target="11.0"']
if isIosSim:
args += ['ios_use_simulator=true']
else:
Expand Down

0 comments on commit b816be2

Please sign in to comment.