restorekit-sys 0.4.4

Static FFI bindings to the idevicerestore C stack (self-contained build)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## -*- sh -*-

DATASRC=$top_srcdir/test/data
DATAOUT=$top_builddir/test/data
TESTFILE=5.plist

if ! test -d "$DATAOUT"; then
	mkdir -p $DATAOUT
fi

echo "Converting"
$top_builddir/test/plist_test++ $DATASRC/$TESTFILE $DATAOUT/huge++.test.out

echo "Comparing"
$top_builddir/test/plist_cmp $DATASRC/$TESTFILE $DATAOUT/huge++.test.out