I have a blackberry 10 webworks application by following this link ("https://developer.blackberry.com/htm...llo_world.html") . This application works fine and I have signed this app from command prompt using this command "blackberry-signer -storepass xxx path_to_bar file" and the application is signed successfully. I got this message in Command line as " Info: bar signed"
But when I tried to verify my bar file by unzipping it i found an additional manifest.bbr file. when I package another blackberry 10 sample application in QNX momentics IDE , there is no such manifest.bbr file. Its getting signed perfectly.
Now, all I want is to port my Blackberry 10 webworks app from RippleSites folder to QNX momentics IDE and I want to sign the app from that IDE to get it signed perfectly.
How can I do this? can anyone help me on this?