diff --git a/Makefile b/Makefile index 29d9a0b..e713cf7 100644 --- a/Makefile +++ b/Makefile @@ -19,9 +19,11 @@ device: ionic cordova run android -lc --address 0.0.0.0 --device emulator: + cp config.xml-testing config.xml ionic cordova run android -lc --address 0.0.0.0 --emulator $(UNALIGNED): + cp config.xml-release config.xml ionic cordova build android --release --prod $(ALIGNED): $(UNALIGNED) diff --git a/config.xml-release b/config.xml-release new file mode 100644 index 0000000..5e3a853 --- /dev/null +++ b/config.xml-release @@ -0,0 +1,88 @@ + + + Goober + Goober, a mobile app for pnut.io + Morgan McMillian + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config.xml b/config.xml-testing similarity index 100% rename from config.xml rename to config.xml-testing