Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change version to 14.0
Browse files Browse the repository at this point in the history
snnn committed May 22, 2024
1 parent d4fe4b5 commit a8d5e0f
Showing 8 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -28,11 +28,11 @@
],
"iphoneos": [
"--ios",
"--apple_deploy_target=12.0"
"--apple_deploy_target=14.0"
],
"iphonesimulator": [
"--ios",
"--apple_deploy_target=12.0"
"--apple_deploy_target=14.0"
]
}
}
Original file line number Diff line number Diff line change
@@ -24,13 +24,13 @@
"--ios",
"--use_xcode",
"--use_xnnpack",
"--apple_deploy_target=12.0"
"--apple_deploy_target=14.0"
],
"iphonesimulator": [
"--ios",
"--use_xcode",
"--use_xnnpack",
"--apple_deploy_target=12.0"
"--apple_deploy_target=14.0"
],
"macabi":[
"--macos=Catalyst",
Original file line number Diff line number Diff line change
@@ -24,11 +24,11 @@
],
"iphoneos": [
"--ios",
"--apple_deploy_target=12.0"
"--apple_deploy_target=14.0"
],
"iphonesimulator": [
"--ios",
"--apple_deploy_target=12.0"
"--apple_deploy_target=14.0"
]
}
}
Original file line number Diff line number Diff line change
@@ -25,11 +25,11 @@
],
"iphoneos": [
"--ios",
"--apple_deploy_target=12.0"
"--apple_deploy_target=14.0"
],
"iphonesimulator": [
"--ios",
"--apple_deploy_target=12.0"
"--apple_deploy_target=14.0"
],
"macosx": [
"--macos=MacOSX",
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
],
"iphonesimulator": [
"--ios",
"--apple_deploy_target=12.0"
"--apple_deploy_target=14.0"
]
}
}
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ jobs:
--ios \
--apple_sysroot iphonesimulator \
--osx_arch x86_64 \
--apple_deploy_target 12.0 \
--apple_deploy_target=14.0 \
--use_xcode \
--config RelWithDebInfo \
--build_apple_framework \
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
],
"iphonesimulator": [
"--ios",
"--apple_deploy_target=12.0"
"--apple_deploy_target=14.0"
]
}
}
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
],
"iphonesimulator": [
"--ios",
"--apple_deploy_target=12.0"
"--apple_deploy_target=14.0"
]
}
}

0 comments on commit a8d5e0f

Please sign in to comment.