mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Fixed issues in iOS framework
PiperOrigin-RevId: 733018914
This commit is contained in:
committed by
Copybara-Service
parent
8d9d310a07
commit
bb61e946ce
@@ -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
@@ -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" {
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user