Skip to content

Commit

Permalink
feat: add clear xcode.env.local
Browse files Browse the repository at this point in the history
  • Loading branch information
MounirDhahri committed Sep 23, 2024
1 parent 085a141 commit 69a0f87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/utils/flip-table
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ if ! rm -rf ~/Library/Developer/Xcode/DerivedData; then
rm -rf ~/Library/Developer/Xcode/DerivedData
fi

echo 'Clear Xcode generated .env (╯°□°)╯︵ ┻━┻'
rm -rf ios/.xcode.env.local

echo 'Reset yalc linked packages (ノಠдಠ)ノ︵┻━┻'
if command -v yalc &> /dev/null
then
Expand Down

0 comments on commit 69a0f87

Please sign in to comment.