Browse Source

add clean script to delete binary files

Taner Sener 6 years ago
parent
commit
b4c59b9ef0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      example/clean.sh

+ 4 - 0
example/clean.sh

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