Fixed issues in iOS framework

PiperOrigin-RevId: 733018914
This commit is contained in:
Guogang Li
2025-03-03 12:31:02 -08:00
committed by Copybara-Service
parent 8d9d310a07
commit bb61e946ce
3 changed files with 8 additions and 2 deletions
+5
View File
@@ -72,6 +72,11 @@ apple_static_xcframework(
minimum_os_versions = {
"ios": "15.0",
},
public_hdrs = [
":nc_types.h",
":nc_def.h",
":nc.h",
],
deps = [
":nc",
"//internal/platform/implementation/apple",
+2 -2
View File
@@ -17,8 +17,8 @@
#include <stddef.h>
#include "connections/c/nc_def.h"
#include "connections/c/nc_types.h"
#include "nc_def.h" // NOLINT(build/include)
#include "nc_types.h" // NOLINT(build/include)
#ifdef __cplusplus
extern "C" {
+1
View File
@@ -15,6 +15,7 @@
#ifndef THIRD_PARTY_NEARBY_CONNECTIONS_C_NC_TYPES_H_
#define THIRD_PARTY_NEARBY_CONNECTIONS_C_NC_TYPES_H_
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>