From 4e7e20db1ec1d8040e5d13dc82463d62adb3726c Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Mon, 13 May 2013 13:29:12 -0700 Subject: [PATCH] Fix resolution of project/extension/bin template files, add support for certificate values (--certificate-path="", etc) from command-line --- include.xml | 2 +- project/Keystore.hx | 4 +- project/NMEProject.hx | 2 +- src/CommandLineTools.hx | 10 +-- {bin => templates/bin}/ReplaceVistaIcon.exe | Bin {bin => templates/bin}/compiler.jar | Bin {bin => templates/bin}/debug.keystore | Bin {bin => templates/bin}/debug.p12 | Bin {bin => templates/bin}/fruitstrap | Bin {bin => templates/bin}/hxswfml.n | Bin {bin => templates/bin}/ios-sim | Bin {bin => templates/bin}/nme.bat | 0 {bin => templates/bin}/nme.sh | 0 .../bin}/yuicompressor-2.4.7.jar | Bin templates/extension/Extension.hx | 23 +++++++ templates/extension/haxelib.xml | 5 ++ templates/extension/include.nmml | 6 ++ templates/extension/project/Build.xml | 46 ++++++++++++++ .../extension/project/common/Extension.cpp | 14 +++++ .../project/common/ExternalInterface.cpp | 33 ++++++++++ templates/extension/project/include/Utils.h | 14 +++++ templates/project/Assets/nme.svg | 17 ++++++ templates/project/Project.hxproj | 57 ++++++++++++++++++ templates/project/Source/Main.hx | 13 ++++ templates/project/project.nmml | 14 +++++ 25 files changed, 251 insertions(+), 9 deletions(-) rename {bin => templates/bin}/ReplaceVistaIcon.exe (100%) rename {bin => templates/bin}/compiler.jar (100%) rename {bin => templates/bin}/debug.keystore (100%) rename {bin => templates/bin}/debug.p12 (100%) rename {bin => templates/bin}/fruitstrap (100%) rename {bin => templates/bin}/hxswfml.n (100%) rename {bin => templates/bin}/ios-sim (100%) rename {bin => templates/bin}/nme.bat (100%) rename {bin => templates/bin}/nme.sh (100%) rename {bin => templates/bin}/yuicompressor-2.4.7.jar (100%) create mode 100644 templates/extension/Extension.hx create mode 100644 templates/extension/haxelib.xml create mode 100644 templates/extension/include.nmml create mode 100644 templates/extension/project/Build.xml create mode 100644 templates/extension/project/common/Extension.cpp create mode 100644 templates/extension/project/common/ExternalInterface.cpp create mode 100644 templates/extension/project/include/Utils.h create mode 100644 templates/project/Assets/nme.svg create mode 100644 templates/project/Project.hxproj create mode 100644 templates/project/Source/Main.hx create mode 100644 templates/project/project.nmml diff --git a/include.xml b/include.xml index ee76d80..fcf4060 100644 --- a/include.xml +++ b/include.xml @@ -1,6 +1,6 @@ -