Temporarily backport app updates from apps repo

This commit is contained in:
Willy-JL
2023-11-12 11:06:02 +00:00
parent 79e7f491fe
commit e309fa8a88
1498 changed files with 1325977 additions and 20227 deletions

View File

@@ -3,14 +3,23 @@ App(
name="Mifare Nested",
apptype=FlipperAppType.EXTERNAL,
entry_point="mifare_nested_app",
requires=["storage", "gui", "nfc"],
requires=[
"storage",
"gui",
"nfc"
],
stack_size=4 * 1024,
order=30,
fap_icon="assets/icon.png",
fap_category="NFC",
fap_private_libs=[Lib(name="nested"), Lib(name="parity"), Lib(name="crypto1")],
fap_private_libs=[
Lib(name="nested"),
Lib(name="parity"),
Lib(name="crypto1")
],
fap_icon_assets="assets",
fap_author="AloneLiberty",
fap_description="Recover Mifare Classic keys",
fap_weburl="https://github.com/AloneLiberty/FlipperNested",
fap_version="1.5.2",
fap_version="1.5.2"
)

View File

@@ -20,7 +20,6 @@
#include <lib/toolbox/value_index.h>
#include <gui/modules/variable_item_list.h>
#include "mifare_nested_icons.h"
#include <assets_icons.h>
#define NESTED_VERSION_APP "1.5.2"
#define NESTED_GITHUB_LINK "https://github.com/AloneLiberty/FlipperNested"