1.0.5: Eating out slots, rule violations panel, Crashlytics, search bar fix
- Eating out: tap any empty slot → "Mark as eating out"; shows teal indicator, skipped by auto-assign, counts as complete, tap again to unmark - Rule violations panel: access via wand long-press context menu when conflicts exist; shows all isRuleOverridden slots with Fix (clear) or Ignore (acknowledge) actions - Firebase Crashlytics integrated: CrashlyticsService + dSYM upload build phase, isPremium property tracked per session - PremiumSyncService: extracted premium state machine, StoreKit Transaction.updates listener, isPremium no longer synced via iCloud to avoid stale state - StoreManager: analytics on purchase/restore, bundle ID fallback for product ID lookup - Search bar contrast bug fixed: TextField now has explicit foreground color for dark mode - WelcomeStepView: redesigned onboarding welcome screen with week preview - Version bump: 1.0.5 build 22 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@@ -0,0 +1,8 @@
|
||||
app_identifier("com.alexandrevazquez.mealmood") # The bundle identifier of your app
|
||||
apple_id("alexandre.vazquez@gmail.com") # Your Apple Developer Portal username
|
||||
|
||||
itc_team_id("128443966") # App Store Connect Team ID
|
||||
team_id("2825Q76T7H") # Developer Portal Team ID
|
||||
|
||||
# For more information about the Appfile, see:
|
||||
# https://docs.fastlane.tools/advanced/#appfile
|
||||
@@ -0,0 +1 @@
|
||||
run_precheck_before_submit(false)
|
||||
@@ -0,0 +1,784 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>deliver - MealMood: Family Meal Planner
|
||||
</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<style>
|
||||
.app-name {
|
||||
font-size: 42px;
|
||||
font-family: 'Helvetica Neue', HelveticaNeue, Helvetica Neue;
|
||||
font-weight: 300;
|
||||
margin-top: 22px;
|
||||
margin-left: 25px;
|
||||
margin-right: 25px;
|
||||
}
|
||||
|
||||
.app-subtitle {
|
||||
font-size: 26px;
|
||||
font-family: 'Helvetica Neue', HelveticaNeue, Helvetica Neue;
|
||||
font-weight: 300;
|
||||
margin-left: 25px;
|
||||
margin-right: 25px;
|
||||
}
|
||||
|
||||
.app-urls {
|
||||
margin-left: 25px;
|
||||
font-size: 14px;
|
||||
margin-top: 4px;
|
||||
margin-right: 25px;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Helvetica Neue', HelveticaNeue;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin-top: 40px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.app-url-descr {
|
||||
height:22px;
|
||||
display: inline-block;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.app-url {
|
||||
color: #0056ba;
|
||||
font-weight: 300;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.app-keyword {
|
||||
margin-left: 25px;
|
||||
margin-right: 25px;
|
||||
margin-top: 22px;
|
||||
}
|
||||
|
||||
.cat-headline {
|
||||
font-weight: 700;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.app-description {
|
||||
margin-left: 25px;
|
||||
margin-right: 25px;
|
||||
margin-top: 22px;
|
||||
}
|
||||
|
||||
.app-description-text {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.app-changelog {
|
||||
margin-left: 25px;
|
||||
margin-right: 25px;
|
||||
margin-top: 22px;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.app-screenshots {
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
margin-top: 22px;
|
||||
}
|
||||
|
||||
.app-keyword-list {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.app-changelog-list {
|
||||
list-style-type: square;
|
||||
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.app-screenshot-row {
|
||||
width: 100%;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.app-screenshot {
|
||||
width: calc(20% - 30px);
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#app-screenshots .cat-headline {
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.app-icons {
|
||||
overflow: hidden;
|
||||
}
|
||||
.app-icons img {
|
||||
width: 150px;
|
||||
}
|
||||
.app-icons .app-icon {
|
||||
float: left;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.app-minor-information {
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
margin-top: 22px;
|
||||
}
|
||||
|
||||
.app-minor-information-key {
|
||||
font-weight: 700;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="app-icons">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="app-name">
|
||||
de-DE: MealMood: Wochenmenü-Planer
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-subtitle">
|
||||
Subtitle: Planen, teilen und ausdrucken
|
||||
</div>
|
||||
|
||||
|
||||
<div class="app-urls">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="app-url-descr">
|
||||
support_url: <a target="_blank" class="app-url" href="https://mealmood.app
|
||||
">https://mealmood.app
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="app-keyword">
|
||||
<div class="cat-headline">Keywords</div>
|
||||
<ul class="app-keyword-list">
|
||||
|
||||
<li>Essensplaner</li>
|
||||
|
||||
<li>Wochenplan</li>
|
||||
|
||||
<li>Familienessen</li>
|
||||
|
||||
<li>Menüplan</li>
|
||||
|
||||
<li>Mittagessen planen</li>
|
||||
|
||||
<li>Abendessen</li>
|
||||
|
||||
<li>Rezepte</li>
|
||||
|
||||
<li>Speiseplan</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-description">
|
||||
<div class="cat-headline">Description</div>
|
||||
<div class="app-description-text">
|
||||
Plane die Mahlzeiten deiner Familie in Minuten — nicht in Stunden.<br /><br />MealMood ist der einfache, schöne Wochenmenü-Planer für vielbeschäftigte Familien. Füge deine Lieblingsgerichte hinzu, stelle deine Vorlieben ein und lass die App den Rest erledigen.<br /><br />IN SEKUNDEN PLANEN<br />Erstelle eine vollständige Woche mit Mittag- und Abendessen auf Knopfdruck. Die intelligente Autovervollständigung füllt deinen Planer mit deiner Gerichtebibliothek und Tag-Regeln — ohne Wiederholungen, ohne Stress.<br /><br />DEINE GERICHTEBIBLIOTHEK<br />Füge alle Haushaltsfavoriten hinzu und beschrifte sie mit smarten Tags. Stelle Regeln wie „maximal 2 Mal pro Woche" oder „nur Abendessen" ein — MealMood hält sie automatisch ein.<br /><br />WUNDERSCHÖNE EXPORTS — KÜHLSCHRANKFERTIG<br />Teile deinen Wochenplan als Bild in 3 Stilen:<br />• Klassisches Raster<br />• Eleganter Stundenplan-Stil<br />• Hochformat A4 — ausdrucken und an den Kühlschrank hängen<br /><br />IMMER SYNCHRONISIERT<br />iCloud hält deinen Plan auf allen Apple-Geräten aktuell. Ein Plan, überall sichtbar.<br /><br />KALENDERINTEGRATION<br />Synchronisiere Mahlzeiten direkt mit dem Apple-Kalender, damit die ganze Familie immer weiß, was es zu essen gibt.<br /><br />— — —<br /><br />KOSTENLOS<br />• Bis zu 20 Gerichte<br />• Planung der aktuellen Woche<br />• Mit Werbung<br /><br />PREMIUM (Monatsabo)<br />• Unbegrenzte Gerichte<br />• Jede zukünftige Woche planen<br />• Erweiterte Tag-Regeln<br />• Wöchentliche Menü-Exports<br />• Werbefrei<br /><br />— — —<br /><br />Verfügbar auf Deutsch, Spanisch, Englisch, Französisch, Italienisch und Portugiesisch.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-changelog">
|
||||
<div class="cat-headline">Changelog</div>
|
||||
Intelligentere Planung in diesem Update:<br /><br />• Die Auto-Vervollständigung vermeidet jetzt die Wiederholung desselben Gerichts, wenn Alternativen verfügbar sind — abwechslungsreichere und ausgewogenere Wochen.<br />• Mehrere Gerichte hinzufügen geht jetzt schneller: Das Formular bleibt nach dem Speichern offen, damit du mehrere hintereinander hinzufügen kannst.<br />• Kalendersynchronisation korrigiert: Ereignisse werden jetzt aktualisiert statt dupliziert, wenn erneut synchronisiert wird.<br />• Einrichtung vereinfacht: Gerichte sind beim ersten Setup jetzt optional — du kannst sie später hinzufügen, wenn du möchtest.<br /><br />Allgemeine Verbesserungen und Fehlerbehebungen.<br />
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-changelog">
|
||||
<div class="cat-headline">Promotional Text</div>
|
||||
Plane Mittag- und Abendessen für die ganze Woche in Sekunden. 3 Export-Stile — inkl. A4 für den Kühlschrank. Kostenlos starten.
|
||||
</div>
|
||||
|
||||
|
||||
<div class="app-screenshots">
|
||||
<div class="cat-headline">Screenshots</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
||||
|
||||
<div class="app-name">
|
||||
en-US: MealMood: Family Meal Planner
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-subtitle">
|
||||
Subtitle: Plan Your Meals, Share & Print
|
||||
</div>
|
||||
|
||||
|
||||
<div class="app-urls">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="app-url-descr">
|
||||
support_url: <a target="_blank" class="app-url" href="https://mealmood.app
|
||||
">https://mealmood.app
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="app-url-descr">
|
||||
marketing_url: <a target="_blank" class="app-url" href="https://mealmood.app
|
||||
">https://mealmood.app
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="app-keyword">
|
||||
<div class="cat-headline">Keywords</div>
|
||||
<ul class="app-keyword-list">
|
||||
|
||||
<li>meal planner</li>
|
||||
|
||||
<li>weekly planner</li>
|
||||
|
||||
<li>dinner ideas</li>
|
||||
|
||||
<li>family meals</li>
|
||||
|
||||
<li>lunch planner</li>
|
||||
|
||||
<li>meal schedule</li>
|
||||
|
||||
<li>weekly menu</li>
|
||||
|
||||
<li>recipe</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-description">
|
||||
<div class="cat-headline">Description</div>
|
||||
<div class="app-description-text">
|
||||
Plan your family's weekly meals in minutes — not hours.<br /><br />MealMood is the simple, beautiful weekly meal planner for busy families. Build your dish library, plan lunches and dinners for the week, and share a gorgeous printable menu — straight to the fridge.<br /><br />PLAN IN SECONDS<br />Create a full week of lunches and dinners with one tap. MealMood's smart auto-complete fills your planner using your dish library and tag rules — no repetition, no stress.<br /><br />YOUR DISH LIBRARY<br />Add all your household favorites and label them with smart tags. Set rules like "max 2 times per week" or "dinner only" and MealMood will respect them automatically when auto-completing your week.<br /><br />BEAUTIFUL EXPORTS — FRIDGE-READY<br />Share your weekly menu as a gorgeous image in 3 styles:<br />• Classic grid layout<br />• Elegant school timetable style<br />• Vertical A4 portrait — print it and stick it on the fridge<br /><br />ALWAYS IN SYNC<br />iCloud sync keeps your plan up to date across all your Apple devices. One plan, visible everywhere.<br /><br />CALENDAR INTEGRATION<br />Sync your meals directly to Apple Calendar so the whole family always knows what's for lunch and dinner.<br /><br />— — —<br /><br />FREE PLAN<br />• Up to 20 dishes<br />• Plan the current week<br />• Ad-supported<br /><br />PREMIUM (monthly subscription)<br />• Unlimited dishes<br />• Plan any future week<br />• Advanced tag rules<br />• Beautiful week exports<br />• Ad-free experience<br /><br />— — —<br /><br />Available in English, Spanish, French, German, Italian and Portuguese.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-changelog">
|
||||
<div class="cat-headline">Changelog</div>
|
||||
Smarter meal planning in this update:<br /><br />• Auto-assign now avoids repeating the same dish twice when alternatives are available — smarter, more varied weekly plans.<br />• Adding multiple dishes is now faster: the form stays open after saving so you can add several in a row.<br />• Calendar sync fixed: events are now updated instead of duplicated when re-syncing.<br />• Onboarding simplified: dishes are now optional during setup — jump in and add them later if you prefer.<br /><br />Various improvements and bug fixes.<br />
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-changelog">
|
||||
<div class="cat-headline">Promotional Text</div>
|
||||
Plan lunches & dinners for the whole week in seconds. 3 beautiful export styles — including A4 for the fridge. Free to start, Premium unlocks everything.
|
||||
</div>
|
||||
|
||||
|
||||
<div class="app-screenshots">
|
||||
<div class="cat-headline">Screenshots</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4>iPad Pro (12.9-inch) (3rd generation)</h4>
|
||||
<div class="app-screenshot-row">
|
||||
|
||||
|
||||
<a href="screenshots/en-US/0_APP_IPAD_PRO_3GEN_129_0.png" target="_blank"><img class="app-screenshot" src="screenshots/en-US/0_APP_IPAD_PRO_3GEN_129_0.png" title="Screenshot #0 for en-US"></a>
|
||||
|
||||
<a href="screenshots/en-US/1_APP_IPAD_PRO_3GEN_129_1.png" target="_blank"><img class="app-screenshot" src="screenshots/en-US/1_APP_IPAD_PRO_3GEN_129_1.png" title="Screenshot #1 for en-US"></a>
|
||||
|
||||
<a href="screenshots/en-US/2_APP_IPAD_PRO_3GEN_129_2.png" target="_blank"><img class="app-screenshot" src="screenshots/en-US/2_APP_IPAD_PRO_3GEN_129_2.png" title="Screenshot #2 for en-US"></a>
|
||||
|
||||
<a href="screenshots/en-US/3_APP_IPAD_PRO_3GEN_129_3.png" target="_blank"><img class="app-screenshot" src="screenshots/en-US/3_APP_IPAD_PRO_3GEN_129_3.png" title="Screenshot #3 for en-US"></a>
|
||||
|
||||
<a href="screenshots/en-US/4_APP_IPAD_PRO_3GEN_129_4.png" target="_blank"><img class="app-screenshot" src="screenshots/en-US/4_APP_IPAD_PRO_3GEN_129_4.png" title="Screenshot #4 for en-US"></a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<h4>iPhone 14 Pro Max</h4>
|
||||
<div class="app-screenshot-row">
|
||||
|
||||
|
||||
<a href="screenshots/en-US/0_APP_IPHONE_67_0.png" target="_blank"><img class="app-screenshot" src="screenshots/en-US/0_APP_IPHONE_67_0.png" title="Screenshot #0 for en-US"></a>
|
||||
|
||||
<a href="screenshots/en-US/1_APP_IPHONE_67_1.png" target="_blank"><img class="app-screenshot" src="screenshots/en-US/1_APP_IPHONE_67_1.png" title="Screenshot #1 for en-US"></a>
|
||||
|
||||
<a href="screenshots/en-US/2_APP_IPHONE_67_2.png" target="_blank"><img class="app-screenshot" src="screenshots/en-US/2_APP_IPHONE_67_2.png" title="Screenshot #2 for en-US"></a>
|
||||
|
||||
<a href="screenshots/en-US/3_APP_IPHONE_67_3.png" target="_blank"><img class="app-screenshot" src="screenshots/en-US/3_APP_IPHONE_67_3.png" title="Screenshot #3 for en-US"></a>
|
||||
|
||||
<a href="screenshots/en-US/4_APP_IPHONE_67_4.png" target="_blank"><img class="app-screenshot" src="screenshots/en-US/4_APP_IPHONE_67_4.png" title="Screenshot #4 for en-US"></a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
||||
|
||||
<div class="app-name">
|
||||
es-ES: MealMood: Planificador Semanal
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-subtitle">
|
||||
Subtitle: Planifica, comparte e imprime
|
||||
</div>
|
||||
|
||||
|
||||
<div class="app-urls">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="app-url-descr">
|
||||
support_url: <a target="_blank" class="app-url" href="https://mealmood.app
|
||||
">https://mealmood.app
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="app-keyword">
|
||||
<div class="cat-headline">Keywords</div>
|
||||
<ul class="app-keyword-list">
|
||||
|
||||
<li>planificador comidas</li>
|
||||
|
||||
<li>menú semanal</li>
|
||||
|
||||
<li>comidas familia</li>
|
||||
|
||||
<li>qué comer</li>
|
||||
|
||||
<li>plan semanal</li>
|
||||
|
||||
<li>cenas semana</li>
|
||||
|
||||
<li>ideas cenas</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-description">
|
||||
<div class="cat-headline">Description</div>
|
||||
<div class="app-description-text">
|
||||
Planifica las comidas de la semana en minutos, no en horas.<br /><br />MealMood es el planificador de menú semanal simple y bonito para familias ocupadas. Añade tus platos favoritos, configura tus preferencias y deja que la app haga el resto.<br /><br />PLANIFICA EN SEGUNDOS<br />Crea una semana completa de comidas y cenas con un toque. El autocompletado inteligente rellena tu planificador usando tu biblioteca de platos y reglas de etiquetas — sin repeticiones, sin estrés.<br /><br />TU BIBLIOTECA DE PLATOS<br />Añade todos los favoritos de casa y etiquétalos con reglas inteligentes. Configura reglas como "máximo 2 veces por semana" o "solo cenas" y MealMood las respetará automáticamente.<br /><br />EXPORTACIONES PRECIOSAS — LISTAS PARA LA NEVERA<br />Comparte tu menú semanal como imagen en 3 estilos:<br />• Cuadrícula clásica<br />• Horario escolar elegante<br />• Retrato A4 vertical — imprímelo y ponlo en la nevera<br /><br />SIEMPRE SINCRONIZADO<br />iCloud mantiene tu plan actualizado en todos tus dispositivos Apple. Un plan, visible en todas partes.<br /><br />INTEGRACIÓN CON CALENDARIO<br />Sincroniza tus comidas directamente con el Calendario de Apple para que toda la familia sepa siempre qué hay de comer.<br /><br />— — —<br /><br />PLAN GRATUITO<br />• Hasta 20 platos<br />• Planificación de la semana actual<br />• Con anuncios<br /><br />PREMIUM (suscripción mensual)<br />• Platos ilimitados<br />• Planifica cualquier semana futura<br />• Reglas de etiquetas avanzadas<br />• Exportaciones del menú semanal<br />• Sin anuncios<br /><br />— — —<br /><br />Disponible en español, inglés, francés, alemán, italiano y portugués.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-changelog">
|
||||
<div class="cat-headline">Changelog</div>
|
||||
Planificación más inteligente en esta actualización:<br /><br />• El auto-completar ahora evita repetir el mismo plato dos veces si hay alternativas — semanas más variadas y equilibradas.<br />• Añadir varios platos es más rápido: el formulario se queda abierto tras guardar para poder añadir varios seguidos.<br />• Sincronización con el calendario corregida: los eventos ahora se actualizan en lugar de duplicarse al volver a sincronizar.<br />• Incorporación simplificada: los platos ahora son opcionales durante la configuración inicial — puedes añadirlos después si lo prefieres.<br /><br />Mejoras generales y corrección de errores.<br />
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-changelog">
|
||||
<div class="cat-headline">Promotional Text</div>
|
||||
Planifica comidas y cenas de toda la semana en segundos. 3 estilos de exportación — incluido A4 para la nevera. Gratis para empezar.
|
||||
</div>
|
||||
|
||||
|
||||
<div class="app-screenshots">
|
||||
<div class="cat-headline">Screenshots</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
||||
|
||||
<div class="app-name">
|
||||
fr-FR: MealMood: Planificateur Repas
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-subtitle">
|
||||
Subtitle: Planifiez, partagez, imprimez
|
||||
</div>
|
||||
|
||||
|
||||
<div class="app-urls">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="app-url-descr">
|
||||
support_url: <a target="_blank" class="app-url" href="https://mealmood.app
|
||||
">https://mealmood.app
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="app-keyword">
|
||||
<div class="cat-headline">Keywords</div>
|
||||
<ul class="app-keyword-list">
|
||||
|
||||
<li>planificateur repas</li>
|
||||
|
||||
<li>menu semaine</li>
|
||||
|
||||
<li>repas famille</li>
|
||||
|
||||
<li>idées dîner</li>
|
||||
|
||||
<li>planning repas</li>
|
||||
|
||||
<li>menu hebdomadaire</li>
|
||||
|
||||
<li>recettes</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-description">
|
||||
<div class="cat-headline">Description</div>
|
||||
<div class="app-description-text">
|
||||
Planifiez les repas de la semaine en quelques minutes, pas en heures.<br /><br />MealMood est le planificateur de menus hebdomadaire simple et beau pour les familles actives. Ajoutez vos plats préférés, définissez vos préférences et laissez l'app faire le reste.<br /><br />PLANIFIEZ EN QUELQUES SECONDES<br />Créez une semaine complète de déjeuners et dîners en un tap. La saisie automatique intelligente remplit votre planning avec votre bibliothèque de plats et vos règles d'étiquettes — sans répétition, sans stress.<br /><br />VOTRE BIBLIOTHÈQUE DE PLATS<br />Ajoutez tous vos favoris et étiquetez-les avec des règles intelligentes. Définissez des règles comme « maximum 2 fois par semaine » ou « dîner uniquement » et MealMood les respectera automatiquement.<br /><br />EXPORTS MAGNIFIQUES — PRÊTS POUR LE FRIGO<br />Partagez votre menu en image dans 3 styles :<br />• Grille classique<br />• Emploi du temps élégant<br />• Portrait A4 vertical — imprimez-le et collez-le sur le frigo<br /><br />TOUJOURS SYNCHRONISÉ<br />iCloud maintient votre planning à jour sur tous vos appareils Apple. Un plan, visible partout.<br /><br />INTÉGRATION CALENDRIER<br />Synchronisez vos repas directement dans Calendrier Apple pour que toute la famille sache toujours ce qu'il y a à manger.<br /><br />— — —<br /><br />GRATUIT<br />• Jusqu'à 20 plats<br />• Planification de la semaine en cours<br />• Avec publicités<br /><br />PREMIUM (abonnement mensuel)<br />• Plats illimités<br />• Planifiez n'importe quelle semaine future<br />• Règles d'étiquettes avancées<br />• Exports du menu hebdomadaire<br />• Sans publicité<br /><br />— — —<br /><br />Disponible en français, espagnol, anglais, allemand, italien et portugais.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-changelog">
|
||||
<div class="cat-headline">Changelog</div>
|
||||
Une planification plus intelligente dans cette mise à jour :<br /><br />• L'auto-complétion évite désormais de répéter le même plat deux fois lorsqu'il y a des alternatives — des semaines plus variées et équilibrées.<br />• Ajouter plusieurs plats est plus rapide : le formulaire reste ouvert après l'enregistrement pour en ajouter plusieurs à la suite.<br />• Synchronisation du calendrier corrigée : les événements sont maintenant mis à jour au lieu d'être dupliqués lors d'une nouvelle synchronisation.<br />• Démarrage simplifié : les plats sont désormais optionnels pendant la configuration initiale — vous pouvez les ajouter plus tard si vous préférez.<br /><br />Améliorations générales et corrections de bugs.<br />
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-changelog">
|
||||
<div class="cat-headline">Promotional Text</div>
|
||||
Planifiez déjeuners et dîners pour toute la semaine en secondes. 3 styles d'export — dont le A4 pour le frigo. Gratuit pour commencer.
|
||||
</div>
|
||||
|
||||
|
||||
<div class="app-screenshots">
|
||||
<div class="cat-headline">Screenshots</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
||||
|
||||
<div class="app-name">
|
||||
it: MealMood: Pianificatore Pasti
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-subtitle">
|
||||
Subtitle: Pianifica, condividi, stampa
|
||||
</div>
|
||||
|
||||
|
||||
<div class="app-urls">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="app-url-descr">
|
||||
support_url: <a target="_blank" class="app-url" href="https://mealmood.app
|
||||
">https://mealmood.app
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="app-keyword">
|
||||
<div class="cat-headline">Keywords</div>
|
||||
<ul class="app-keyword-list">
|
||||
|
||||
<li>pianificatore pasti</li>
|
||||
|
||||
<li>menu settimanale</li>
|
||||
|
||||
<li>pasti famiglia</li>
|
||||
|
||||
<li>idee cena</li>
|
||||
|
||||
<li>piano pasti</li>
|
||||
|
||||
<li>cosa mangiare</li>
|
||||
|
||||
<li>ricette</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-description">
|
||||
<div class="cat-headline">Description</div>
|
||||
<div class="app-description-text">
|
||||
Pianifica i pasti della famiglia in pochi minuti, non in ore.<br /><br />MealMood è il pianificatore di menu settimanale semplice e bello per le famiglie indaffarate. Aggiungi i tuoi piatti preferiti, imposta le tue preferenze e lascia che l'app faccia il resto.<br /><br />PIANIFICA IN SECONDI<br />Crea una settimana completa di pranzi e cene con un tocco. Il completamento automatico intelligente riempie il tuo planner con la libreria di piatti e le regole dei tag — niente ripetizioni, niente stress.<br /><br />LA TUA LIBRERIA DI PIATTI<br />Aggiungi tutti i preferiti di casa e etichettali con regole intelligenti. Imposta regole come "massimo 2 volte a settimana" o "solo cena" e MealMood le rispetterà automaticamente.<br /><br />EXPORT BELLISSIMI — PRONTI PER IL FRIGO<br />Condividi il tuo menu settimanale come immagine in 3 stili:<br />• Griglia classica<br />• Elegante orario scolastico<br />• Ritratto A4 verticale — stampalo e mettilo sul frigorifero<br /><br />SEMPRE SINCRONIZZATO<br />iCloud mantiene il tuo piano aggiornato su tutti i dispositivi Apple. Un piano, visibile ovunque.<br /><br />INTEGRAZIONE CALENDARIO<br />Sincronizza i pasti direttamente con Calendario Apple così tutta la famiglia sa sempre cosa c'è da mangiare.<br /><br />— — —<br /><br />GRATUITO<br />• Fino a 20 piatti<br />• Pianificazione della settimana corrente<br />• Con pubblicità<br /><br />PREMIUM (abbonamento mensile)<br />• Piatti illimitati<br />• Pianifica qualsiasi settimana futura<br />• Regole tag avanzate<br />• Export menu settimanale<br />• Senza pubblicità<br /><br />— — —<br /><br />Disponibile in italiano, spagnolo, inglese, francese, tedesco e portoghese.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-changelog">
|
||||
<div class="cat-headline">Changelog</div>
|
||||
Pianificazione più intelligente in questo aggiornamento:<br /><br />• Il completamento automatico ora evita di ripetere lo stesso piatto due volte quando ci sono alternative — settimane più varie ed equilibrate.<br />• Aggiungere più piatti è più veloce: il modulo rimane aperto dopo il salvataggio per poterne aggiungere più di uno di seguito.<br />• Sincronizzazione del calendario corretta: gli eventi vengono ora aggiornati invece di essere duplicati quando si risincronizza.<br />• Configurazione semplificata: i piatti sono ora opzionali durante la configurazione iniziale — puoi aggiungerli dopo se preferisci.<br /><br />Miglioramenti generali e correzioni di bug.<br />
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-changelog">
|
||||
<div class="cat-headline">Promotional Text</div>
|
||||
Pianifica pranzi e cene per tutta la settimana in secondi. 3 stili di export — incluso A4 per il frigo. Gratis per iniziare.
|
||||
</div>
|
||||
|
||||
|
||||
<div class="app-screenshots">
|
||||
<div class="cat-headline">Screenshots</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
||||
|
||||
<div class="app-name">
|
||||
pt-BR: MealMood: Planejador Semanal
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-subtitle">
|
||||
Subtitle: Planeje, compartilhe e imprima
|
||||
</div>
|
||||
|
||||
|
||||
<div class="app-urls">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="app-url-descr">
|
||||
support_url: <a target="_blank" class="app-url" href="https://mealmood.app
|
||||
">https://mealmood.app
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="app-keyword">
|
||||
<div class="cat-headline">Keywords</div>
|
||||
<ul class="app-keyword-list">
|
||||
|
||||
<li>planejador refeições</li>
|
||||
|
||||
<li>cardápio semanal</li>
|
||||
|
||||
<li>refeições família</li>
|
||||
|
||||
<li>o que comer</li>
|
||||
|
||||
<li>plano alimentar</li>
|
||||
|
||||
<li>jantar</li>
|
||||
|
||||
<li>receitas</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-description">
|
||||
<div class="cat-headline">Description</div>
|
||||
<div class="app-description-text">
|
||||
Planeje as refeições da família em minutos — não em horas.<br /><br />MealMood é o planejador de cardápio semanal simples e bonito para famílias ocupadas. Adicione seus pratos favoritos, configure suas preferências e deixe o app fazer o resto.<br /><br />PLANEJE EM SEGUNDOS<br />Crie uma semana completa de almoços e jantares com um toque. O preenchimento automático inteligente preenche seu planner com a biblioteca de pratos e regras de etiquetas — sem repetição, sem estresse.<br /><br />SUA BIBLIOTECA DE PRATOS<br />Adicione todos os favoritos da casa e marque-os com regras inteligentes. Configure regras como "máximo 2 vezes por semana" ou "só jantar" e o MealMood as respeitará automaticamente.<br /><br />EXPORTAÇÕES LINDAS — PRONTAS PARA A GELADEIRA<br />Compartilhe seu cardápio semanal como imagem em 3 estilos:<br />• Grade clássica<br />• Elegante grade escolar<br />• Retrato A4 vertical — imprima e cole na geladeira<br /><br />SEMPRE SINCRONIZADO<br />O iCloud mantém seu plano atualizado em todos os seus dispositivos Apple. Um plano, visível em todo lugar.<br /><br />INTEGRAÇÃO COM CALENDÁRIO<br />Sincronize suas refeições diretamente com o Calendário Apple para que toda a família saiba sempre o que tem para comer.<br /><br />— — —<br /><br />GRATUITO<br />• Até 20 pratos<br />• Planejamento da semana atual<br />• Com anúncios<br /><br />PREMIUM (assinatura mensal)<br />• Pratos ilimitados<br />• Planeje qualquer semana futura<br />• Regras de etiquetas avançadas<br />• Exportações do cardápio semanal<br />• Sem anúncios<br /><br />— — —<br /><br />Disponível em português, espanhol, inglês, francês, alemão e italiano.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-changelog">
|
||||
<div class="cat-headline">Changelog</div>
|
||||
Planejamento mais inteligente nesta atualização:<br /><br />• O preenchimento automático agora evita repetir o mesmo prato duas vezes quando há alternativas disponíveis — semanas mais variadas e equilibradas.<br />• Adicionar vários pratos é mais rápido: o formulário permanece aberto após salvar para adicionar vários seguidos.<br />• Sincronização com o calendário corrigida: os eventos agora são atualizados em vez de duplicados ao sincronizar novamente.<br />• Configuração simplificada: os pratos agora são opcionais durante a configuração inicial — você pode adicioná-los depois, se preferir.<br /><br />Melhorias gerais e correções de bugs.<br />
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="app-changelog">
|
||||
<div class="cat-headline">Promotional Text</div>
|
||||
Planeje almoços e jantares de toda a semana em segundos. 3 estilos de exportação — incluindo A4 para a geladeira. Grátis para começar.
|
||||
</div>
|
||||
|
||||
|
||||
<div class="app-screenshots">
|
||||
<div class="cat-headline">Screenshots</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="app-minor-information">
|
||||
<div class="cat-headline">Review Information</div>
|
||||
<dl class="app-minor-information">
|
||||
|
||||
<dt class="app-minor-information-key">
|
||||
First name
|
||||
</dt>
|
||||
<dd class="app-minor-information-text">
|
||||
Alexandre<br />
|
||||
</dd>
|
||||
|
||||
<dt class="app-minor-information-key">
|
||||
Last name
|
||||
</dt>
|
||||
<dd class="app-minor-information-text">
|
||||
Vazquez<br />
|
||||
</dd>
|
||||
|
||||
<dt class="app-minor-information-key">
|
||||
Phone number
|
||||
</dt>
|
||||
<dd class="app-minor-information-text">
|
||||
+34683619601<br />
|
||||
</dd>
|
||||
|
||||
<dt class="app-minor-information-key">
|
||||
Email address
|
||||
</dt>
|
||||
<dd class="app-minor-information-text">
|
||||
alexandre.vazquez@gmail.com<br />
|
||||
</dd>
|
||||
|
||||
<dt class="app-minor-information-key">
|
||||
Demo user
|
||||
</dt>
|
||||
<dd class="app-minor-information-text">
|
||||
<br />
|
||||
</dd>
|
||||
|
||||
<dt class="app-minor-information-key">
|
||||
Demo password
|
||||
</dt>
|
||||
<dd class="app-minor-information-text">
|
||||
<br />
|
||||
</dd>
|
||||
|
||||
<dt class="app-minor-information-key">
|
||||
Notes
|
||||
</dt>
|
||||
<dd class="app-minor-information-text">
|
||||
Please review together with IAP https://appstoreconnect.apple.com/apps/6759255553/distribution/iaps/6759257107 that is also new for this version. <br /><br />MealMood includes one auto-renewable subscription IAP (MealMood Premium Monthly, 2.99 EUR/month) that is also new in this version. So please review both together.<br /><br />What is unlocked by Premium:<br /><br />Ad-free experience<br />Monthly history view<br />Week plan image export/share<br />Advanced planning features<br />How to test IAP:<br /><br />Launch app and open Settings > Premium (or tap a Premium-locked action such as Export when on Free).<br />Tap Subscribe to start the purchase flow.<br />Tap Restore Purchases to verify restoration behavior.<br />Family Sharing is enabled for this subscription in App Store Connect.<br />Notes:<br /><br />The app is fully usable without purchase (Free plan).<br />Premium paywall is only shown when accessing Premium features.<br />No external payment methods are used.<br />
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,40 @@
|
||||
fastlane documentation
|
||||
----
|
||||
|
||||
# Installation
|
||||
|
||||
Make sure you have the latest version of the Xcode command line tools installed:
|
||||
|
||||
```sh
|
||||
xcode-select --install
|
||||
```
|
||||
|
||||
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
|
||||
|
||||
# Available Actions
|
||||
|
||||
## iOS
|
||||
|
||||
### ios beta
|
||||
|
||||
```sh
|
||||
[bundle exec] fastlane ios beta
|
||||
```
|
||||
|
||||
Push a new beta build to TestFlight
|
||||
|
||||
### ios release
|
||||
|
||||
```sh
|
||||
[bundle exec] fastlane ios release
|
||||
```
|
||||
|
||||
Push a new release build to the App Store
|
||||
|
||||
----
|
||||
|
||||
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
|
||||
|
||||
More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).
|
||||
|
||||
The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).
|
||||
@@ -0,0 +1 @@
|
||||
© 2026 MealMood
|
||||
@@ -0,0 +1,39 @@
|
||||
Plane die Mahlzeiten deiner Familie in Minuten — nicht in Stunden.
|
||||
|
||||
MealMood ist der einfache, schöne Wochenmenü-Planer für vielbeschäftigte Familien. Füge deine Lieblingsgerichte hinzu, stelle deine Vorlieben ein und lass die App den Rest erledigen.
|
||||
|
||||
IN SEKUNDEN PLANEN
|
||||
Erstelle eine vollständige Woche mit Mittag- und Abendessen auf Knopfdruck. Die intelligente Autovervollständigung füllt deinen Planer mit deiner Gerichtebibliothek und Tag-Regeln — ohne Wiederholungen, ohne Stress.
|
||||
|
||||
DEINE GERICHTEBIBLIOTHEK
|
||||
Füge alle Haushaltsfavoriten hinzu und beschrifte sie mit smarten Tags. Stelle Regeln wie „maximal 2 Mal pro Woche" oder „nur Abendessen" ein — MealMood hält sie automatisch ein.
|
||||
|
||||
WUNDERSCHÖNE EXPORTS — KÜHLSCHRANKFERTIG
|
||||
Teile deinen Wochenplan als Bild in 3 Stilen:
|
||||
• Klassisches Raster
|
||||
• Eleganter Stundenplan-Stil
|
||||
• Hochformat A4 — ausdrucken und an den Kühlschrank hängen
|
||||
|
||||
IMMER SYNCHRONISIERT
|
||||
iCloud hält deinen Plan auf allen Apple-Geräten aktuell. Ein Plan, überall sichtbar.
|
||||
|
||||
KALENDERINTEGRATION
|
||||
Synchronisiere Mahlzeiten direkt mit dem Apple-Kalender, damit die ganze Familie immer weiß, was es zu essen gibt.
|
||||
|
||||
— — —
|
||||
|
||||
KOSTENLOS
|
||||
• Bis zu 20 Gerichte
|
||||
• Planung der aktuellen Woche
|
||||
• Mit Werbung
|
||||
|
||||
PREMIUM (Monatsabo)
|
||||
• Unbegrenzte Gerichte
|
||||
• Jede zukünftige Woche planen
|
||||
• Erweiterte Tag-Regeln
|
||||
• Wöchentliche Menü-Exports
|
||||
• Werbefrei
|
||||
|
||||
— — —
|
||||
|
||||
Verfügbar auf Deutsch, Spanisch, Englisch, Französisch, Italienisch und Portugiesisch.
|
||||
@@ -0,0 +1 @@
|
||||
Wochenplan,was kochen,Menüplan,Rezepte,Speiseplan,Abendessen Ideen,Mittagessen Ideen,Mahlzeiten
|
||||
@@ -0,0 +1 @@
|
||||
MealMood: Wochenmenü-Planer
|
||||
@@ -0,0 +1 @@
|
||||
Plane Mittag- und Abendessen für die ganze Woche in Sekunden. 3 Export-Stile — inkl. A4 für den Kühlschrank. Kostenlos starten.
|
||||
@@ -1,8 +1,6 @@
|
||||
Intelligentere Planung in diesem Update:
|
||||
Neu in Version 1.0.5:
|
||||
|
||||
• Die Auto-Vervollständigung vermeidet jetzt die Wiederholung desselben Gerichts, wenn Alternativen verfügbar sind — abwechslungsreichere und ausgewogenere Wochen.
|
||||
• Mehrere Gerichte hinzufügen geht jetzt schneller: Das Formular bleibt nach dem Speichern offen, damit du mehrere hintereinander hinzufügen kannst.
|
||||
• Kalendersynchronisation korrigiert: Ereignisse werden jetzt aktualisiert statt dupliziert, wenn erneut synchronisiert wird.
|
||||
• Einrichtung vereinfacht: Gerichte sind beim ersten Setup jetzt optional — du kannst sie später hinzufügen, wenn du möchtest.
|
||||
|
||||
Allgemeine Verbesserungen und Fehlerbehebungen.
|
||||
• Auswärts essen — markiere jeden Slot als „auswärts", damit er nicht als leer gilt und beim Auto-Vervollständigen übersprungen wird.
|
||||
• Regelkonflikte — sieh alle Regelverstöße auf einen Blick und behebe oder ignoriere sie mit einem Tipp.
|
||||
• Firebase Crashlytics — Absturzberichte jetzt aktiv für schnellere Fehlerbehebung.
|
||||
• Suchleisten-Fix — Text ist jetzt im Dunkelmodus lesbar.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Planen, teilen und ausdrucken
|
||||
@@ -0,0 +1 @@
|
||||
https://mealmood.app
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
Plan your family's weekly meals in minutes — not hours.
|
||||
|
||||
MealMood is the simple, beautiful weekly meal planner for busy families. Build your dish library, plan lunches and dinners for the week, and share a gorgeous printable menu — straight to the fridge.
|
||||
|
||||
PLAN IN SECONDS
|
||||
Create a full week of lunches and dinners with one tap. MealMood's smart auto-complete fills your planner using your dish library and tag rules — no repetition, no stress.
|
||||
|
||||
YOUR DISH LIBRARY
|
||||
Add all your household favorites and label them with smart tags. Set rules like "max 2 times per week" or "dinner only" and MealMood will respect them automatically when auto-completing your week.
|
||||
|
||||
BEAUTIFUL EXPORTS — FRIDGE-READY
|
||||
Share your weekly menu as a gorgeous image in 3 styles:
|
||||
• Classic grid layout
|
||||
• Elegant school timetable style
|
||||
• Vertical A4 portrait — print it and stick it on the fridge
|
||||
|
||||
ALWAYS IN SYNC
|
||||
iCloud sync keeps your plan up to date across all your Apple devices. One plan, visible everywhere.
|
||||
|
||||
CALENDAR INTEGRATION
|
||||
Sync your meals directly to Apple Calendar so the whole family always knows what's for lunch and dinner.
|
||||
|
||||
— — —
|
||||
|
||||
FREE PLAN
|
||||
• Up to 20 dishes
|
||||
• Plan the current week
|
||||
• Ad-supported
|
||||
|
||||
PREMIUM (monthly subscription)
|
||||
• Unlimited dishes
|
||||
• Plan any future week
|
||||
• Advanced tag rules
|
||||
• Beautiful week exports
|
||||
• Ad-free experience
|
||||
|
||||
— — —
|
||||
|
||||
Available in English, Spanish, French, German, Italian and Portuguese.
|
||||
@@ -0,0 +1 @@
|
||||
dinner ideas,what to cook,weekly menu,lunch ideas,meal prep,food schedule,recipe organizer,cooking
|
||||
@@ -0,0 +1 @@
|
||||
https://mealmood.app
|
||||
@@ -0,0 +1 @@
|
||||
MealMood: Family Meal Planner
|
||||
@@ -0,0 +1 @@
|
||||
https://mealmood.app/privacy.html
|
||||
@@ -0,0 +1 @@
|
||||
Plan lunches & dinners for the whole week in seconds. 3 beautiful export styles — including A4 for the fridge. Free to start, Premium unlocks everything.
|
||||
@@ -1,8 +1,6 @@
|
||||
Smarter meal planning in this update:
|
||||
New in 1.0.5:
|
||||
|
||||
• Auto-assign now avoids repeating the same dish twice when alternatives are available — smarter, more varied weekly plans.
|
||||
• Adding multiple dishes is now faster: the form stays open after saving so you can add several in a row.
|
||||
• Calendar sync fixed: events are now updated instead of duplicated when re-syncing.
|
||||
• Onboarding simplified: dishes are now optional during setup — jump in and add them later if you prefer.
|
||||
|
||||
Various improvements and bug fixes.
|
||||
• Eating out — mark any meal slot as "eating out" so it doesn't count as missing and is skipped by auto-assign.
|
||||
• Rule conflicts panel — see all rule violations in one place and fix or ignore them with one tap.
|
||||
• Firebase Crashlytics — crash reporting now active for faster bug fixes.
|
||||
• Search bar fix — text is now readable in dark mode.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Plan Your Meals, Share & Print
|
||||
@@ -0,0 +1 @@
|
||||
https://mealmood.app
|
||||
@@ -0,0 +1,39 @@
|
||||
Planifica las comidas de la semana en minutos, no en horas.
|
||||
|
||||
MealMood es el planificador de menú semanal simple y bonito para familias ocupadas. Añade tus platos favoritos, configura tus preferencias y deja que la app haga el resto.
|
||||
|
||||
PLANIFICA EN SEGUNDOS
|
||||
Crea una semana completa de comidas y cenas con un toque. El autocompletado inteligente rellena tu planificador usando tu biblioteca de platos y reglas de etiquetas — sin repeticiones, sin estrés.
|
||||
|
||||
TU BIBLIOTECA DE PLATOS
|
||||
Añade todos los favoritos de casa y etiquétalos con reglas inteligentes. Configura reglas como "máximo 2 veces por semana" o "solo cenas" y MealMood las respetará automáticamente.
|
||||
|
||||
EXPORTACIONES PRECIOSAS — LISTAS PARA LA NEVERA
|
||||
Comparte tu menú semanal como imagen en 3 estilos:
|
||||
• Cuadrícula clásica
|
||||
• Horario escolar elegante
|
||||
• Retrato A4 vertical — imprímelo y ponlo en la nevera
|
||||
|
||||
SIEMPRE SINCRONIZADO
|
||||
iCloud mantiene tu plan actualizado en todos tus dispositivos Apple. Un plan, visible en todas partes.
|
||||
|
||||
INTEGRACIÓN CON CALENDARIO
|
||||
Sincroniza tus comidas directamente con el Calendario de Apple para que toda la familia sepa siempre qué hay de comer.
|
||||
|
||||
— — —
|
||||
|
||||
PLAN GRATUITO
|
||||
• Hasta 20 platos
|
||||
• Planificación de la semana actual
|
||||
• Con anuncios
|
||||
|
||||
PREMIUM (suscripción mensual)
|
||||
• Platos ilimitados
|
||||
• Planifica cualquier semana futura
|
||||
• Reglas de etiquetas avanzadas
|
||||
• Exportaciones del menú semanal
|
||||
• Sin anuncios
|
||||
|
||||
— — —
|
||||
|
||||
Disponible en español, inglés, francés, alemán, italiano y portugués.
|
||||
@@ -0,0 +1 @@
|
||||
menú semanal,qué cocinar hoy,ideas cenas,organizar comidas,planificar semana,comida semana
|
||||
@@ -0,0 +1 @@
|
||||
MealMood: Planificador Semanal
|
||||
@@ -0,0 +1 @@
|
||||
Planifica comidas y cenas de toda la semana en segundos. 3 estilos de exportación — incluido A4 para la nevera. Gratis para empezar.
|
||||
@@ -1,8 +1,6 @@
|
||||
Planificación más inteligente en esta actualización:
|
||||
Novedades en 1.0.5:
|
||||
|
||||
• El auto-completar ahora evita repetir el mismo plato dos veces si hay alternativas — semanas más variadas y equilibradas.
|
||||
• Añadir varios platos es más rápido: el formulario se queda abierto tras guardar para poder añadir varios seguidos.
|
||||
• Sincronización con el calendario corregida: los eventos ahora se actualizan en lugar de duplicarse al volver a sincronizar.
|
||||
• Incorporación simplificada: los platos ahora son opcionales durante la configuración inicial — puedes añadirlos después si lo prefieres.
|
||||
|
||||
Mejoras generales y corrección de errores.
|
||||
• Comer fuera — marca cualquier hueco como "comida fuera" para que no cuente como vacío y el auto-completar lo omita.
|
||||
• Panel de conflictos — ve todas las infracciones de reglas juntas y corrígelas o ignóralas con un toque.
|
||||
• Firebase Crashlytics — informes de errores activados para correcciones más rápidas.
|
||||
• Corrección barra de búsqueda — el texto ahora se lee correctamente en modo oscuro.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Planifica, comparte e imprime
|
||||
@@ -0,0 +1 @@
|
||||
https://mealmood.app
|
||||
@@ -0,0 +1,39 @@
|
||||
Planifiez les repas de la semaine en quelques minutes, pas en heures.
|
||||
|
||||
MealMood est le planificateur de menus hebdomadaire simple et beau pour les familles actives. Ajoutez vos plats préférés, définissez vos préférences et laissez l'app faire le reste.
|
||||
|
||||
PLANIFIEZ EN QUELQUES SECONDES
|
||||
Créez une semaine complète de déjeuners et dîners en un tap. La saisie automatique intelligente remplit votre planning avec votre bibliothèque de plats et vos règles d'étiquettes — sans répétition, sans stress.
|
||||
|
||||
VOTRE BIBLIOTHÈQUE DE PLATS
|
||||
Ajoutez tous vos favoris et étiquetez-les avec des règles intelligentes. Définissez des règles comme « maximum 2 fois par semaine » ou « dîner uniquement » et MealMood les respectera automatiquement.
|
||||
|
||||
EXPORTS MAGNIFIQUES — PRÊTS POUR LE FRIGO
|
||||
Partagez votre menu en image dans 3 styles :
|
||||
• Grille classique
|
||||
• Emploi du temps élégant
|
||||
• Portrait A4 vertical — imprimez-le et collez-le sur le frigo
|
||||
|
||||
TOUJOURS SYNCHRONISÉ
|
||||
iCloud maintient votre planning à jour sur tous vos appareils Apple. Un plan, visible partout.
|
||||
|
||||
INTÉGRATION CALENDRIER
|
||||
Synchronisez vos repas directement dans Calendrier Apple pour que toute la famille sache toujours ce qu'il y a à manger.
|
||||
|
||||
— — —
|
||||
|
||||
GRATUIT
|
||||
• Jusqu'à 20 plats
|
||||
• Planification de la semaine en cours
|
||||
• Avec publicités
|
||||
|
||||
PREMIUM (abonnement mensuel)
|
||||
• Plats illimités
|
||||
• Planifiez n'importe quelle semaine future
|
||||
• Règles d'étiquettes avancées
|
||||
• Exports du menu hebdomadaire
|
||||
• Sans publicité
|
||||
|
||||
— — —
|
||||
|
||||
Disponible en français, espagnol, anglais, allemand, italien et portugais.
|
||||
@@ -0,0 +1 @@
|
||||
menu semaine,idées dîner,quoi manger,organisation repas,agenda repas,planning dîners,recettes
|
||||
@@ -0,0 +1 @@
|
||||
MealMood: Planificateur Repas
|
||||
@@ -0,0 +1 @@
|
||||
Planifiez déjeuners et dîners pour toute la semaine en secondes. 3 styles d'export — dont le A4 pour le frigo. Gratuit pour commencer.
|
||||
@@ -1,8 +1,6 @@
|
||||
Une planification plus intelligente dans cette mise à jour :
|
||||
Nouveautés dans la version 1.0.5 :
|
||||
|
||||
• L'auto-complétion évite désormais de répéter le même plat deux fois lorsqu'il y a des alternatives — des semaines plus variées et équilibrées.
|
||||
• Ajouter plusieurs plats est plus rapide : le formulaire reste ouvert après l'enregistrement pour en ajouter plusieurs à la suite.
|
||||
• Synchronisation du calendrier corrigée : les événements sont maintenant mis à jour au lieu d'être dupliqués lors d'une nouvelle synchronisation.
|
||||
• Démarrage simplifié : les plats sont désormais optionnels pendant la configuration initiale — vous pouvez les ajouter plus tard si vous préférez.
|
||||
|
||||
Améliorations générales et corrections de bugs.
|
||||
• Repas dehors — marquez n'importe quel créneau comme « repas dehors » pour qu'il ne compte pas comme vide et soit ignoré par l'auto-complétion.
|
||||
• Panneau de conflits — visualisez toutes les infractions aux règles en un seul endroit et corrigez-les ou ignorez-les en un tap.
|
||||
• Firebase Crashlytics — rapports de plantages activés pour des corrections plus rapides.
|
||||
• Correction barre de recherche — le texte est maintenant lisible en mode sombre.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Planifiez, partagez, imprimez
|
||||
@@ -0,0 +1 @@
|
||||
https://mealmood.app
|
||||
@@ -0,0 +1,39 @@
|
||||
Pianifica i pasti della famiglia in pochi minuti, non in ore.
|
||||
|
||||
MealMood è il pianificatore di menu settimanale semplice e bello per le famiglie indaffarate. Aggiungi i tuoi piatti preferiti, imposta le tue preferenze e lascia che l'app faccia il resto.
|
||||
|
||||
PIANIFICA IN SECONDI
|
||||
Crea una settimana completa di pranzi e cene con un tocco. Il completamento automatico intelligente riempie il tuo planner con la libreria di piatti e le regole dei tag — niente ripetizioni, niente stress.
|
||||
|
||||
LA TUA LIBRERIA DI PIATTI
|
||||
Aggiungi tutti i preferiti di casa e etichettali con regole intelligenti. Imposta regole come "massimo 2 volte a settimana" o "solo cena" e MealMood le rispetterà automaticamente.
|
||||
|
||||
EXPORT BELLISSIMI — PRONTI PER IL FRIGO
|
||||
Condividi il tuo menu settimanale come immagine in 3 stili:
|
||||
• Griglia classica
|
||||
• Elegante orario scolastico
|
||||
• Ritratto A4 verticale — stampalo e mettilo sul frigorifero
|
||||
|
||||
SEMPRE SINCRONIZZATO
|
||||
iCloud mantiene il tuo piano aggiornato su tutti i dispositivi Apple. Un piano, visibile ovunque.
|
||||
|
||||
INTEGRAZIONE CALENDARIO
|
||||
Sincronizza i pasti direttamente con Calendario Apple così tutta la famiglia sa sempre cosa c'è da mangiare.
|
||||
|
||||
— — —
|
||||
|
||||
GRATUITO
|
||||
• Fino a 20 piatti
|
||||
• Pianificazione della settimana corrente
|
||||
• Con pubblicità
|
||||
|
||||
PREMIUM (abbonamento mensile)
|
||||
• Piatti illimitati
|
||||
• Pianifica qualsiasi settimana futura
|
||||
• Regole tag avanzate
|
||||
• Export menu settimanale
|
||||
• Senza pubblicità
|
||||
|
||||
— — —
|
||||
|
||||
Disponibile in italiano, spagnolo, inglese, francese, tedesco e portoghese.
|
||||
@@ -0,0 +1 @@
|
||||
menu settimanale,idee cena,cosa cucinare,organizzare pasti,pranzo cena,ricette,programma pasti
|
||||
@@ -0,0 +1 @@
|
||||
MealMood: Pianificatore Pasti
|
||||
@@ -0,0 +1 @@
|
||||
Pianifica pranzi e cene per tutta la settimana in secondi. 3 stili di export — incluso A4 per il frigo. Gratis per iniziare.
|
||||
@@ -1,8 +1,6 @@
|
||||
Pianificazione più intelligente in questo aggiornamento:
|
||||
Novità nella versione 1.0.5:
|
||||
|
||||
• Il completamento automatico ora evita di ripetere lo stesso piatto due volte quando ci sono alternative — settimane più varie ed equilibrate.
|
||||
• Aggiungere più piatti è più veloce: il modulo rimane aperto dopo il salvataggio per poterne aggiungere più di uno di seguito.
|
||||
• Sincronizzazione del calendario corretta: gli eventi vengono ora aggiornati invece di essere duplicati quando si risincronizza.
|
||||
• Configurazione semplificata: i piatti sono ora opzionali durante la configurazione iniziale — puoi aggiungerli dopo se preferisci.
|
||||
|
||||
Miglioramenti generali e correzioni di bug.
|
||||
• Mangiare fuori — segna qualsiasi slot come "fuori casa" per non contarlo come vuoto e ignorarlo nell'auto-completamento.
|
||||
• Pannello conflitti — visualizza tutte le violazioni delle regole in un unico posto e correggile o ignorale con un tap.
|
||||
• Firebase Crashlytics — report degli arresti anomali attivi per correzioni più rapide.
|
||||
• Correzione barra di ricerca — il testo ora è leggibile in modalità scura.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Pianifica, condividi, stampa
|
||||
@@ -0,0 +1 @@
|
||||
https://mealmood.app
|
||||
@@ -0,0 +1 @@
|
||||
FOOD_AND_DRINK
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
Planeje as refeições da família em minutos — não em horas.
|
||||
|
||||
MealMood é o planejador de cardápio semanal simples e bonito para famílias ocupadas. Adicione seus pratos favoritos, configure suas preferências e deixe o app fazer o resto.
|
||||
|
||||
PLANEJE EM SEGUNDOS
|
||||
Crie uma semana completa de almoços e jantares com um toque. O preenchimento automático inteligente preenche seu planner com a biblioteca de pratos e regras de etiquetas — sem repetição, sem estresse.
|
||||
|
||||
SUA BIBLIOTECA DE PRATOS
|
||||
Adicione todos os favoritos da casa e marque-os com regras inteligentes. Configure regras como "máximo 2 vezes por semana" ou "só jantar" e o MealMood as respeitará automaticamente.
|
||||
|
||||
EXPORTAÇÕES LINDAS — PRONTAS PARA A GELADEIRA
|
||||
Compartilhe seu cardápio semanal como imagem em 3 estilos:
|
||||
• Grade clássica
|
||||
• Elegante grade escolar
|
||||
• Retrato A4 vertical — imprima e cole na geladeira
|
||||
|
||||
SEMPRE SINCRONIZADO
|
||||
O iCloud mantém seu plano atualizado em todos os seus dispositivos Apple. Um plano, visível em todo lugar.
|
||||
|
||||
INTEGRAÇÃO COM CALENDÁRIO
|
||||
Sincronize suas refeições diretamente com o Calendário Apple para que toda a família saiba sempre o que tem para comer.
|
||||
|
||||
— — —
|
||||
|
||||
GRATUITO
|
||||
• Até 20 pratos
|
||||
• Planejamento da semana atual
|
||||
• Com anúncios
|
||||
|
||||
PREMIUM (assinatura mensal)
|
||||
• Pratos ilimitados
|
||||
• Planeje qualquer semana futura
|
||||
• Regras de etiquetas avançadas
|
||||
• Exportações do cardápio semanal
|
||||
• Sem anúncios
|
||||
|
||||
— — —
|
||||
|
||||
Disponível em português, espanhol, inglês, francês, alemão e italiano.
|
||||
@@ -0,0 +1 @@
|
||||
cardápio semanal,o que comer hoje,ideias jantar,organizar refeições,plano semanal,receitas
|
||||
@@ -0,0 +1 @@
|
||||
MealMood: Planejador Semanal
|
||||
@@ -0,0 +1 @@
|
||||
Planeje almoços e jantares de toda a semana em segundos. 3 estilos de exportação — incluindo A4 para a geladeira. Grátis para começar.
|
||||
@@ -1,8 +1,6 @@
|
||||
Planejamento mais inteligente nesta atualização:
|
||||
Novidades na versão 1.0.5:
|
||||
|
||||
• O preenchimento automático agora evita repetir o mesmo prato duas vezes quando há alternativas disponíveis — semanas mais variadas e equilibradas.
|
||||
• Adicionar vários pratos é mais rápido: o formulário permanece aberto após salvar para adicionar vários seguidos.
|
||||
• Sincronização com o calendário corrigida: os eventos agora são atualizados em vez de duplicados ao sincronizar novamente.
|
||||
• Configuração simplificada: os pratos agora são opcionais durante a configuração inicial — você pode adicioná-los depois, se preferir.
|
||||
|
||||
Melhorias gerais e correções de bugs.
|
||||
• Comer fora — marque qualquer slot como "comer fora" para não contá-lo como vazio e o auto-preenchimento irá pulá-lo.
|
||||
• Painel de conflitos — veja todas as violações de regras juntas e corrija ou ignore com um toque.
|
||||
• Firebase Crashlytics — relatórios de falhas agora ativos para correções mais rápidas.
|
||||
• Correção da barra de busca — o texto agora é legível no modo escuro.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Planeje, compartilhe e imprima
|
||||
@@ -0,0 +1 @@
|
||||
https://mealmood.app
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
alexandre.vazquez@gmail.com
|
||||
@@ -0,0 +1 @@
|
||||
Alexandre
|
||||
@@ -0,0 +1 @@
|
||||
Vazquez
|
||||
@@ -0,0 +1,21 @@
|
||||
Please review together with IAP https://appstoreconnect.apple.com/apps/6759255553/distribution/iaps/6759257107 that is also new for this version.
|
||||
|
||||
MealMood includes one auto-renewable subscription IAP (MealMood Premium Monthly, 2.99 EUR/month) that is also new in this version. So please review both together.
|
||||
|
||||
What is unlocked by Premium:
|
||||
|
||||
Ad-free experience
|
||||
Monthly history view
|
||||
Week plan image export/share
|
||||
Advanced planning features
|
||||
How to test IAP:
|
||||
|
||||
Launch app and open Settings > Premium (or tap a Premium-locked action such as Export when on Free).
|
||||
Tap Subscribe to start the purchase flow.
|
||||
Tap Restore Purchases to verify restoration behavior.
|
||||
Family Sharing is enabled for this subscription in App Store Connect.
|
||||
Notes:
|
||||
|
||||
The app is fully usable without purchase (Free plan).
|
||||
Premium paywall is only shown when accessing Premium features.
|
||||
No external payment methods are used.
|
||||
@@ -0,0 +1 @@
|
||||
+34683619601
|
||||
@@ -0,0 +1 @@
|
||||
LIFESTYLE
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<testsuites>
|
||||
<testsuite name="fastlane.lanes">
|
||||
|
||||
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000294">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="1: increment_build_number" time="0.375189">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="2: build_app" time="80.108323">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="3: upload_to_app_store" time="122.53615">
|
||||
|
||||
</testcase>
|
||||
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
@@ -0,0 +1,30 @@
|
||||
## Screenshots Naming Rules
|
||||
|
||||
Put all screenshots you want to use inside the folder of its language (e.g. `en-US`).
|
||||
The device type will automatically be recognized using the image resolution.
|
||||
|
||||
The screenshots can be named whatever you want, but keep in mind they are sorted
|
||||
alphabetically, in a human-friendly way. See https://github.com/fastlane/fastlane/pull/18200 for more details.
|
||||
|
||||
### Exceptions
|
||||
|
||||
#### iPad Pro (3rd Gen) 12.9"
|
||||
|
||||
Since iPad Pro (3rd Gen) 12.9" and iPad Pro (2nd Gen) 12.9" have the same image
|
||||
resolution, screenshots of the iPad Pro (3rd gen) 12.9" must contain either the
|
||||
string `iPad Pro (12.9-inch) (3rd generation)`, `IPAD_PRO_3GEN_129`, or `ipadPro129`
|
||||
(App Store Connect's internal naming of the display family for the 3rd generation iPad Pro)
|
||||
in its filename to be assigned the correct display family and to be uploaded to
|
||||
the correct screenshot slot in your app's metadata.
|
||||
|
||||
### Other Platforms
|
||||
|
||||
#### Apple TV
|
||||
|
||||
Apple TV screenshots should be stored in a subdirectory named `appleTV` with language
|
||||
folders inside of it.
|
||||
|
||||
#### iMessage
|
||||
|
||||
iMessage screenshots, like the Apple TV ones, should also be stored in a subdirectory
|
||||
named `iMessage`, with language folders inside of it.
|
||||
|
After Width: | Height: | Size: 496 KiB |
|
After Width: | Height: | Size: 621 KiB |
|
After Width: | Height: | Size: 448 KiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 1.6 MiB |
|
After Width: | Height: | Size: 409 KiB |
|
After Width: | Height: | Size: 636 KiB |
|
After Width: | Height: | Size: 514 KiB |
|
After Width: | Height: | Size: 742 KiB |
|
After Width: | Height: | Size: 414 KiB |