From af4a5065673ef95afb33f0f60b6c9bc575d288c6 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Fri, 4 Jan 2019 17:45:36 -0500 Subject: [PATCH] fix: add aapt1/aapt2 xsd file --- .../aapt1/testapp/res/values/public.xml | 1 + .../testapp/res/xml/ww_box_styles_schema.xsd | 20 +++++++++++++++++++ .../testapp/res/xml/ww_box_styles_schema.xsd | 20 +++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 brut.apktool/apktool-lib/src/test/resources/aapt1/testapp/res/xml/ww_box_styles_schema.xsd create mode 100644 brut.apktool/apktool-lib/src/test/resources/aapt2/testapp/res/xml/ww_box_styles_schema.xsd diff --git a/brut.apktool/apktool-lib/src/test/resources/aapt1/testapp/res/values/public.xml b/brut.apktool/apktool-lib/src/test/resources/aapt1/testapp/res/values/public.xml index 4a0a3a39..86c77ede 100644 --- a/brut.apktool/apktool-lib/src/test/resources/aapt1/testapp/res/values/public.xml +++ b/brut.apktool/apktool-lib/src/test/resources/aapt1/testapp/res/values/public.xml @@ -1,4 +1,5 @@ + \ No newline at end of file diff --git a/brut.apktool/apktool-lib/src/test/resources/aapt1/testapp/res/xml/ww_box_styles_schema.xsd b/brut.apktool/apktool-lib/src/test/resources/aapt1/testapp/res/xml/ww_box_styles_schema.xsd new file mode 100644 index 00000000..1b4badf8 --- /dev/null +++ b/brut.apktool/apktool-lib/src/test/resources/aapt1/testapp/res/xml/ww_box_styles_schema.xsd @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/brut.apktool/apktool-lib/src/test/resources/aapt2/testapp/res/xml/ww_box_styles_schema.xsd b/brut.apktool/apktool-lib/src/test/resources/aapt2/testapp/res/xml/ww_box_styles_schema.xsd new file mode 100644 index 00000000..1b4badf8 --- /dev/null +++ b/brut.apktool/apktool-lib/src/test/resources/aapt2/testapp/res/xml/ww_box_styles_schema.xsd @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file