Improving Your iOS Development Workflow with SwiftGen: A Practical Guide

Поділитися
Вставка

КОМЕНТАРІ • 14

  • @oguzhanaslan494
    @oguzhanaslan494 Рік тому +1

    Finally! somebody makes this stuff easier

  • @user-vf7vk9zp1r
    @user-vf7vk9zp1r Рік тому +2

    Awesome video! SwiftGen really helpful for any project.

  • @SourovDattacse
    @SourovDattacse 2 місяці тому

    A simple library for 20 minutes of duration!

  • @DaveJacobseniOS
    @DaveJacobseniOS Рік тому +1

    Very thorough walkthrough! Thank you!

  • @pratikgupta7373
    @pratikgupta7373 Рік тому +1

    Its Really Helpul

  • @awakeFromNib
    @awakeFromNib Рік тому

    I followed your code, and my app works fine!

  • @rahuljamba5846
    @rahuljamba5846 Рік тому +1

    I very very very appreciated your work. 😍

  • @BranGaming20
    @BranGaming20 Рік тому +1

    Thank youu!

  • @comedycentral4333
    @comedycentral4333 10 місяців тому

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

  • @user-sr7et5ht7f
    @user-sr7et5ht7f 8 місяців тому

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

  • @ipaktulane4748
    @ipaktulane4748 3 місяці тому

    # 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

  • @user-qd7ce5fu1w
    @user-qd7ce5fu1w 10 місяців тому

    Don't work