Skip to content

Commit

Permalink
SPM: clear Headers folder when running script
Browse files Browse the repository at this point in the history
  • Loading branch information
NSExceptional committed Nov 18, 2021
1 parent 60403e6 commit 0fd7dfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate-spm-headers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ generate_headers() {
# "Classes/Utility/FLEXMacros.h", "Classes/Utility/Categories/*.h",
# "Classes/Utility/FLEXAlert.h", "Classes/Utility/FLEXResources.h"

rm -rf Classes/Headers
mkdir -p Classes/Headers

# Include all headers in these folders
Expand Down

0 comments on commit 0fd7dfa

Please sign in to comment.