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,12 +3,11 @@ App(
name="NFC Maker",
apptype=FlipperAppType.EXTERNAL,
entry_point="nfc_maker",
cdefines=["APP_NFC_MAKER"],
requires=[
"storage",
"gui",
],
stack_size=1 * 1024,
fap_icon="nfc_maker_10px.png",
fap_category="NFC",
fap_author="@Willy-JL",
fap_weburl="https://github.com/Flipper-XFW/Xtreme-Apps/tree/dev/nfc_maker",
fap_version="1.1",
fap_description="Create NFC files for BT MACs, Contacts, Links, Emails, Phones, Text and WiFis",
)