This commit is contained in:
Daniel Arantes Loverde
2026-07-07 15:11:31 -03:00
parent 8b9ebdcb44
commit e51c99973f
293 changed files with 457 additions and 4919 deletions

26
Skip.env Normal file
View File

@@ -0,0 +1,26 @@
// The configuration file for your Skip App (https://skip.tools).
// Properties specified here are shared between
// Darwin/PediFoods.xcconfig and Android/settings.gradle.kts
// and will be included in the app's metadata files
// Info.plist and AndroidManifest.xml
// PRODUCT_NAME is the default title of the app, which must match the app's Swift module name
PRODUCT_NAME = PediFoods
// PRODUCT_BUNDLE_IDENTIFIER is the unique id for both the iOS and Android app
PRODUCT_BUNDLE_IDENTIFIER = com.br.pedifoods.app
// The semantic version of the app
MARKETING_VERSION = 0.0.1
// The build number specifying the internal app version
CURRENT_PROJECT_VERSION = 1
// The package name for the Android entry point, referenced by the AndroidManifest.xml
ANDROID_PACKAGE_NAME = pedi.foods
// If your Android appId is different from the iOS Bundle Identifer, specify it here
// ANDROID_APPLICATION_ID = com.br.pedifoods.app
// Atomenta endpoint
ATOMENTA_API_URL = "https://atomenta.com.br"