From ce7966f626c713ee948018445735945f0145b8b5 Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Sun, 21 Sep 2025 17:29:41 +0200 Subject: [PATCH] Update manifest author and app ids --- ExternalApps/Calculator/manifest.properties | 6 +++--- ExternalApps/GraphicsDemo/manifest.properties | 6 +++--- ExternalApps/HelloWorld/manifest.properties | 6 +++--- Tactility/Include/Tactility/Paths.h | 8 ++++++++ Tactility/Source/Paths.cpp | 3 +++ 5 files changed, 20 insertions(+), 9 deletions(-) create mode 100644 Tactility/Include/Tactility/Paths.h create mode 100644 Tactility/Source/Paths.cpp diff --git a/ExternalApps/Calculator/manifest.properties b/ExternalApps/Calculator/manifest.properties index ad8abb36..574ae7ed 100644 --- a/ExternalApps/Calculator/manifest.properties +++ b/ExternalApps/Calculator/manifest.properties @@ -4,10 +4,10 @@ version=0.1 sdk=0.6.0-SNAPSHOT1 platforms=esp32,esp32s3 [app] -id=com.bytewelder.calculator +id=one.tactility.calculator version=0.1.0 name=Calculator description=Math is cool [author] -name=ByteWelder -website=https://bytewelder.com +name=Tactility +website=https://tactility.one diff --git a/ExternalApps/GraphicsDemo/manifest.properties b/ExternalApps/GraphicsDemo/manifest.properties index 69374cbe..7caa4c54 100644 --- a/ExternalApps/GraphicsDemo/manifest.properties +++ b/ExternalApps/GraphicsDemo/manifest.properties @@ -4,10 +4,10 @@ version=0.1 sdk=0.6.0-SNAPSHOT1 platforms=esp32,esp32s3 [app] -id=com.bytewelder.graphicsdemo +id=one.tactility.graphicsdemo version=0.1.0 name=Graphics Demo description=A graphics and touch driver demonstration [author] -name=ByteWelder -website=https://bytewelder.com +name=Tactility +website=https://tactility.one diff --git a/ExternalApps/HelloWorld/manifest.properties b/ExternalApps/HelloWorld/manifest.properties index 8c1322b6..7754140b 100644 --- a/ExternalApps/HelloWorld/manifest.properties +++ b/ExternalApps/HelloWorld/manifest.properties @@ -4,10 +4,10 @@ version=0.1 sdk=0.6.0-SNAPSHOT1 platforms=esp32,esp32s3 [app] -id=com.bytewelder.helloworld +id=one.tactility.helloworld version=0.1.0 name=Hello World description=A demonstration app that says hi [author] -name=ByteWelder -website=https://bytewelder.com +name=Tactility +website=https://tactility.one \ No newline at end of file diff --git a/Tactility/Include/Tactility/Paths.h b/Tactility/Include/Tactility/Paths.h new file mode 100644 index 00000000..1b24abf3 --- /dev/null +++ b/Tactility/Include/Tactility/Paths.h @@ -0,0 +1,8 @@ +// +// Created by ken on 20/09/2025. +// + +#ifndef TACTILITY_PATHS_H +#define TACTILITY_PATHS_H + +#endif //TACTILITY_PATHS_H diff --git a/Tactility/Source/Paths.cpp b/Tactility/Source/Paths.cpp new file mode 100644 index 00000000..376ce540 --- /dev/null +++ b/Tactility/Source/Paths.cpp @@ -0,0 +1,3 @@ +// +// Created by ken on 20/09/2025. +//