mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Add back NearbyConnections apple_static_xcframework needed by Kokoro.
PiperOrigin-RevId: 731070050
This commit is contained in:
committed by
Copybara-Service
parent
9cd75f8e27
commit
1b58bc4648
+5
-39
@@ -54,50 +54,16 @@ cc_library(
|
||||
)
|
||||
|
||||
# iOS only.
|
||||
apple_static_xcframework(
|
||||
name = "NearbyConnections_x86sim",
|
||||
avoid_deps = [],
|
||||
bundle_name = "NearbyConnections",
|
||||
ios = {
|
||||
"simulator": [
|
||||
"x86_64",
|
||||
],
|
||||
},
|
||||
minimum_os_versions = {
|
||||
"ios": "15.0",
|
||||
},
|
||||
deps = [
|
||||
":nc",
|
||||
"//internal/platform/implementation/apple",
|
||||
"//internal/platform/implementation/apple/Mediums",
|
||||
],
|
||||
)
|
||||
|
||||
apple_static_xcframework(
|
||||
name = "NearbyConnections_arm64sim",
|
||||
avoid_deps = [],
|
||||
bundle_name = "NearbyConnections",
|
||||
ios = {
|
||||
"simulator": [
|
||||
"arm64",
|
||||
],
|
||||
},
|
||||
minimum_os_versions = {
|
||||
"ios": "15.0",
|
||||
},
|
||||
deps = [
|
||||
":nc",
|
||||
"//internal/platform/implementation/apple",
|
||||
"//internal/platform/implementation/apple/Mediums",
|
||||
],
|
||||
)
|
||||
|
||||
# Do not rename this target, as it will break CI.
|
||||
# Warning: Do not rename this target, as it will break Kokoro workflows.
|
||||
apple_static_xcframework(
|
||||
name = "NearbyConnections",
|
||||
avoid_deps = [],
|
||||
bundle_name = "NearbyConnections",
|
||||
ios = {
|
||||
"simulator": [
|
||||
"arm64",
|
||||
"x86_64",
|
||||
],
|
||||
"device": [
|
||||
"arm64",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user