Skip to content

Commit

Permalink
Rearranged project structure to separate generated code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Cobbe committed Nov 16, 2016
1 parent 2690f27 commit 956b9a6
Show file tree
Hide file tree
Showing 895 changed files with 6,413 additions and 6,345 deletions.
1,782 changes: 891 additions & 891 deletions Format/list_files_reformat.txt

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions Format/reformat_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@ for item in $files ; do
cp $item $item.tmp

clang\-format $item.tmp > $item

rm $item.tmp

sed -i -e 's/*_Nonnull/* _Nonnull/g' $item
sed -i -e 's/*_Nullable/* _Nullable/g' $item
sed -i -e 's/@property(/@property (/g' $item
sed -i '' -e 's/*_Nonnull/* _Nonnull/g' -e 's/*_Nullable/* _Nullable/g' -e 's/@property(/@property (/g' $item

rm $item.tmp
done

find ../ -type f -name '*-e' -delete
Loading

0 comments on commit 956b9a6

Please sign in to comment.