Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed May 31, 2024
1 parent 4e18344 commit 79401e3
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
],
"iphoneos": [
"--ios",
"--apple_deploy_target=12.0"
"--apple_deploy_target=13.0"
],
"iphonesimulator": [
"--ios",
"--apple_deploy_target=12.0"
"--apple_deploy_target=13.0"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"--ios",
"--use_xcode",
"--use_xnnpack",
"--apple_deploy_target=12.0"
"--apple_deploy_target=13.0"
],
"iphonesimulator": [
"--ios",
"--use_xcode",
"--use_xnnpack",
"--apple_deploy_target=12.0"
"--apple_deploy_target=13.0"
],
"macabi":[
"--macos=Catalyst",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
],
"iphoneos": [
"--ios",
"--apple_deploy_target=12.0"
"--apple_deploy_target=13.0"
],
"iphonesimulator": [
"--ios",
"--apple_deploy_target=12.0"
"--apple_deploy_target=13.0"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
],
"iphoneos": [
"--ios",
"--apple_deploy_target=12.0"
"--apple_deploy_target=13.0"
],
"iphonesimulator": [
"--ios",
"--apple_deploy_target=12.0"
"--apple_deploy_target=13.0"
],
"macosx": [
"--macos=MacOSX",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"iphonesimulator": [
"--ios",
"--apple_deploy_target=12.0"
"--apple_deploy_target=13.0"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
--ios \
--apple_sysroot iphonesimulator \
--osx_arch x86_64 \
--apple_deploy_target 12.0 \
--apple_deploy_target=13.0 \
--use_xcode \
--config RelWithDebInfo \
--build_apple_framework \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"iphonesimulator": [
"--ios",
"--apple_deploy_target=12.0"
"--apple_deploy_target=13.0"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"iphonesimulator": [
"--ios",
"--apple_deploy_target=12.0"
"--apple_deploy_target=13.0"
]
}
}

0 comments on commit 79401e3

Please sign in to comment.