Skip to content

Commit

Permalink
fix(npm): remove umbrella header from include
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed Apr 25, 2024
1 parent e3de32f commit 6f437bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Framework/scripts/export_for_spm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,6 @@ else
FILENAME="$(echo "$HEADER_PATH" | rev | cut -d/ -f1 | rev)"
! [[ -e "$FILENAME" ]] && ln -s "../$HEADER_PATH" "$FILENAME"
done
fi
fi

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

This file was deleted.

0 comments on commit 6f437bc

Please sign in to comment.