mirror of
https://github.com/Meituan-Dianping/Logan.git
synced 2026-02-01 15:59:08 +00:00
Remove include layout
Co-authored-by: wsxyeah <sxwang.me@gmail.com>
This commit is contained in:
parent
61db15dee7
commit
60acfb7a4c
3
.gitignore
vendored
3
.gitignore
vendored
@ -38,4 +38,5 @@ Carthage
|
||||
.data/
|
||||
|
||||
# SwiftPM
|
||||
.swiftpm
|
||||
.swiftpm
|
||||
.build
|
||||
|
||||
@ -1 +0,0 @@
|
||||
../aes_util.h
|
||||
@ -1 +0,0 @@
|
||||
../base_util.h
|
||||
@ -1 +0,0 @@
|
||||
../cJSON.h
|
||||
@ -1 +0,0 @@
|
||||
../clogan_core.h
|
||||
@ -1 +0,0 @@
|
||||
../clogan_status.h
|
||||
@ -1 +0,0 @@
|
||||
../console_util.h
|
||||
@ -1 +0,0 @@
|
||||
../construct_data.h
|
||||
@ -1 +0,0 @@
|
||||
../directory_util.h
|
||||
@ -1 +0,0 @@
|
||||
../json_util.h
|
||||
@ -1 +0,0 @@
|
||||
../logan_config.h
|
||||
@ -1 +0,0 @@
|
||||
../mmap_util.h
|
||||
@ -1 +0,0 @@
|
||||
../zlib_util.h
|
||||
@ -1 +0,0 @@
|
||||
../Logan.h
|
||||
@ -38,12 +38,14 @@ let package = Package(
|
||||
name: "CLogan",
|
||||
dependencies: ["mbedtls"],
|
||||
path: "Logan/Clogan",
|
||||
exclude: ["main.c"]
|
||||
exclude: ["main.c"],
|
||||
publicHeadersPath: "./"
|
||||
),
|
||||
.target(
|
||||
name: "Logan",
|
||||
dependencies: ["CLogan"],
|
||||
path: "Logan/iOS"
|
||||
path: "Logan/iOS",
|
||||
publicHeadersPath: "./"
|
||||
),
|
||||
]
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user