Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove log messages
  • Loading branch information
sunmou99 authored Sep 16, 2020
commit 9ab04a5a72a7aa48b6aa1f62ce6f83eaaa197705
2 changes: 0 additions & 2 deletions app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -464,15 +464,13 @@ if (IOS)

# Generate Framewrok Headers
foreach(hfile ${internal_HDRS})
message(STATUS "hfile: ${hfile}")
string(FIND ${hfile} "firebase/" pos_firebase)
string(COMPARE NOTEQUAL ${pos_firebase} -1 find)
if(${find})
string(FIND ${hfile} "/" pos_e REVERSE)
math(EXPR pos_s "${pos_firebase} + 8")
math(EXPR len "${pos_e} - ${pos_s}")
string(SUBSTRING ${hfile} ${pos_s} ${len} dir)
message(STATUS "subDir: ${dir}")
# file(COPY ${hfile} DESTINATION Headers/${dir})
set_property(SOURCE ${hfile} PROPERTY
MACOSX_PACKAGE_LOCATION Headers/${dir})
Expand Down