Parcourir la source

add clean script to delete binary files

Taner Sener il y a 7 ans
Parent
commit
b4c59b9ef0
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      example/clean.sh

+ 4 - 0
example/clean.sh

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