Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Reinstate Virtual Tag Emulation Menu item ... #49

Merged
merged 1 commit into from Oct 24, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions NfcTool/assets/models/menumodel.xml
Expand Up @@ -5,6 +5,7 @@
<menuitem title="Write Text" image="asset:///images/text.png" file="write_text.qml" itemName="item_text"/>
<menuitem title="Write Custom" image="asset:///images/custom.png" file="write_custom.qml" itemName="item_custom"/>
<menuitem title="Send vCard (SNEP)" image="asset:///images/snep.png" file="snep_vcard.qml" itemName="item_snep_vcard"/>
<menuitem title="Emulate Tag" image="asset:///images/tag.png" file="emulate_sp.qml" itemName="item_emulate_tag"/>
<menuitem title="ISO7816 APDU" image="asset:///images/iso7816.png" file="" itemName="item_iso7816"/>
<menuitem title="About" image="asset:///images/about.png" file="about.qml" itemName="item_about"/>
</root>
2 changes: 1 addition & 1 deletion NfcTool/bar-descriptor.xml
Expand Up @@ -35,7 +35,7 @@
<!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade.
Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
An updated version of application must have a versionNumber value higher than the previous version. Required. -->
<versionNumber>4.0.0</versionNumber>
<versionNumber>4.0.1</versionNumber>
<buildIdFile>buildnum</buildIdFile>

<!-- Fourth digit segment of the package version. First three segments are taken from the
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion NfcTool/src/Settings.cpp
Expand Up @@ -16,7 +16,7 @@

// General constants

const char* Settings::AppVersion = "4.0";
const char* Settings::AppVersion = "4.01";
const char* Settings::DOMAIN = "my.domain.com";
const char* Settings::TYPE = "myrecordtype";
const char* Settings::CONTENT = "content";
Expand Down