xml - MobileFirst 7.1 - Change android publicSigningKey at build time -


i have mobilefirst android application app authenticity enabled. have different publicsigningkey dev , prod. want know best way choose correct key @ build time based on environment i'm building for. if can reference key file or property, make work. have tried using dtd entity fails because ant builder can't find external file since looks in ant build-file root.

not working due ant relative path issues

<!doctype application [     <!entity publicsigningkey system "publicsigningkey.xml"> ]> <application xmlns="http://www.worklight.com/application-descriptor"...>     <android ...>         <security>             &publicsigningkey;             <packagename>...</packagename>         </security>     </android> </application> 


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -