Improving Your iOS Development Workflow with SwiftGen: A Practical Guide

Поделиться
HTML-код
  • Опубликовано: 15 сен 2024

Комментарии • 14

  • @oguzhanaslan494
    @oguzhanaslan494 Год назад +1

    Finally! somebody makes this stuff easier

  • @ThanhNgoVan-e5i
    @ThanhNgoVan-e5i Год назад +2

    Awesome video! SwiftGen really helpful for any project.

  • @DaveJacobseniOS
    @DaveJacobseniOS Год назад +1

    Very thorough walkthrough! Thank you!

  • @SourovDattacse
    @SourovDattacse 3 месяца назад

    A simple library for 20 minutes of duration!

  • @awakeFromNib
    @awakeFromNib Год назад

    I followed your code, and my app works fine!

  • @pratikgupta7373
    @pratikgupta7373 Год назад +1

    Its Really Helpul

  • @rahuljamba5846
    @rahuljamba5846 Год назад +1

    I very very very appreciated your work. 😍

  • @BranGaming20
    @BranGaming20 Год назад +1

    Thank youu!

  • @ipaktulane4748
    @ipaktulane4748 5 месяцев назад +1

    # swiftgen.config.yml
    # Input directory containing your Xcode project
    input_dir: ${PROJECT_DIR}/AppName
    # Output directory where generated files will be saved
    output_dir: ${PROJECT_DIR}/AppName/SwiftGen
    # Configuration for processing assets (images)
    xcassets:
    # Input asset catalogs
    inputs:
    - Assets.xcassets
    # Output configuration for generated Swift code
    outputs:
    # Template configuration for generating Swift code
    - templatePath: ${PROJECT_DIR}/AppName/SwiftGen/template.stencil
    # Parameters for the template
    params:
    publicAccess: true
    # Output file name
    output: Assets.generated.swift
    # Configuration for processing strings
    strings:
    # Input strings files
    inputs:
    - Localizable.strings
    # Output configuration for generated Swift code
    outputs:
    # Template configuration for generating Swift code
    - templatePath: ${PROJECT_DIR}/AppName/SwiftGen/template.stencil
    # Parameters for the template
    params:
    publicAccess: true
    # Output file name
    output: Strings.generated.swift

  • @AleksandarPavlović-i3l
    @AleksandarPavlović-i3l 9 месяцев назад

    hi i have a question which code should i add in template.stencil
    if I want to use Color and UIColor?

  • @comedycentral4333
    @comedycentral4333 Год назад

    Hi Thanks for the tutorial, where did you get the code for template.stencil?

  • @user-qd7ce5fu1w
    @user-qd7ce5fu1w 11 месяцев назад

    Don't work