Conversation
* feat: se agrega guía de uso * patch: bump compile number
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Francisco Solis <30329003+Im-Fran@users.noreply.github.com>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Francisco Solis <30329003+Im-Fran@users.noreply.github.com>
* feat(macos): se enmarcan las capturas con fondo y textos
Las capturas de macOS salían crudas del recorrido, sin el fondo panorámico ni
el par titular/subtítulo que llevan las de iOS y Android.
frameit no sirve para esto: su MacEditor no dibuja marco por diseño ("Macs
don't need frames - backgrounds only") y encima nunca llega a correr, porque
reconoce al Mac comparando el nombre del dispositivo con "MacBook" cuando el de
su propia lista es "Apple MacBook". Lo arma scripts/frame-macos-screenshots con
ImageMagick: mete la captura en una ventana de macOS (barra con semáforos del
color del borde superior de la app, esquinas redondeadas y sombra), la centra
sobre su tira de fondo y le agrega los textos con el mismo cuerpo relativo,
fuente y colores del Framefile de iOS. La salida sigue siendo de 2880x1800, que
es lo que pide la Mac App Store.
Los titulares se leen de fastlane/screenshots/es-MX para no duplicarlos: son
las mismas pantallas que en iOS.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
* chore: incrementa número de compilación
---------
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* ci(screenshots): separa iPhone y iPad; agrega frame a macOS Signed-off-by: Francisco Solis <30329003+Im-Fran@users.noreply.github.com> * chore: incrementa número de compilación --------- Signed-off-by: Francisco Solis <30329003+Im-Fran@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…y screengrab en Android (#154) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Contributor
📸 Capturas de pantallaAsí quedó la app con los datos de demostración. Las imágenes no se pueden mostrar acá —GitHub no deja adjuntarlas desde la API—, así que van en los artefactos del run. 📱 iPhone7 capturas:
📦 Descargar el artefacto (incluye también las enmarcadas para la tienda) 📱 iPad7 capturas:
📦 Descargar el artefacto (incluye también las enmarcadas para la tienda) 🤖 Android6 capturas:
📦 Descargar el artefacto (incluye también las enmarcadas para la tienda) 🖥️ macOS6 capturas:
📦 Descargar el artefacto (incluye también las enmarcadas para la tienda) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Se automatizan las capturas de pantalla para las tiendas.