Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed Apr 25, 2024
1 parent 63fbd25 commit 5e9fb77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Framework/scripts/export_for_spm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ else
! [[ -e "$FILENAME" ]] && ln -s "../../$HEADER_PATH" "$FILENAME"
done
fi
[[ -e "PubNub.h" ]] && rm "PubNub.h"

cd "../"

Expand All @@ -134,5 +135,3 @@ for HEADER_PATH in "${PRIVATE_HEADERS[@]}"; do
FILENAME="$(echo "$HEADER_PATH" | rev | cut -d/ -f1 | rev)"
! [[ -e "$FILENAME" ]] && ln -s "../$HEADER_PATH" "$FILENAME"
done

# [[ -e "PubNub.h" ]] && rm "PubNub.h"
1 change: 0 additions & 1 deletion PubNub/include/PubNub/PubNub.h

This file was deleted.

0 comments on commit 5e9fb77

Please sign in to comment.