From a7c288b10f197818b2ad233a852268c0f160d8e3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 27 Feb 2015 09:48:49 -0500 Subject: Fix permissions for accessing external resources --- Makefile | 4 ++-- config.xml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 17b38e4..1799f2f 100644 --- a/Makefile +++ b/Makefile @@ -68,12 +68,12 @@ upload: PHONY build DEP_DIR = $1 $(shell find $1) -platforms/browser/build/package.zip: platforms/browser $(sources) $(call DEP_DIR,www) +platforms/browser/build/package.zip: platforms/browser config.xml $(sources) $(call DEP_DIR,www) rm -f -- $@ $(CORDOVA) build browser test -f $@ -platforms/android/ant-build/CordovaApp-debug.apk: platforms/android $(sources) $(call DEP_DIR,www) +platforms/android/ant-build/CordovaApp-debug.apk: platforms/android config.xml $(sources) $(call DEP_DIR,www) rm -f -- $@ $(CORDOVA) build android test -f $@ diff --git a/config.xml b/config.xml index aaba61f..1b5892d 100644 --- a/config.xml +++ b/config.xml @@ -9,4 +9,6 @@ + + -- cgit v1.2.3