mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 12:38:36 -07:00
Temporarily backport app updates from apps repo
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user