01-29-2013 11:47 AM
Where does the author.p12 file go in the new sdk, I do not have a bbwp/bin folder when I installed the new sdk
01-29-2013 11:51 AM
same thing happens with the folowing config.xml
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:rim="http://www.blackberry.com/ns/widgets" version="4.3.1" id="GetItDone" rim:header="RIM-Widget:rim/widget">
<name>Get It Done</name>
<description>Organize your life once and for all! Get It Done is a simple but powerful todo list and project manager. Sync wirelessly with GetItDoneApp.com or just use the BlackBerry app to organize your tasks.</description>
<author rim:copyright="2013">marcucio.com</author>
<icon src="icon.png"/>
<content src="http://google.com"/>
<feature id="blackberry.app">
<param name="backgroundColor" value="0xFFFF0000" />
</feature>
<access uri="*" subdomains="true">
</access>
</widget>
01-29-2013 11:52 AM
I am building with this:
"/Users/mike/Projects/SDKs/BlackBerry/Blackberry 10 WebWorks SDK 1.0.4.7/bbwp" "$build_folder"/build.zip -o "$build_folder"/bin
and installing this way:
"/Users/mike/Projects/SDKs/BlackBerry/Blackberry 10 WebWorks SDK 1.0.4.7/dependencies/tools/bin/blackberry-deploy" -installApp -device 192.168.115.130 -package "$build_folder"/bin/simulator/build.bar