Sfoglia il codice sorgente

add clean script to delete binary files

Taner Sener 6 anni fa
parent
commit
b4c59b9ef0
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      example/clean.sh

+ 4 - 0
example/clean.sh

@@ -0,0 +1,4 @@
+#!/bin/bash
+
+rm -rf build 
+rm -rf ios/Pods