Ver Fonte

add clean script to delete binary files

Taner Sener há 6 anos atrás
pai
commit
b4c59b9ef0
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      example/clean.sh

+ 4 - 0
example/clean.sh

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