feat(RES-57): Add visibility to control scope of generated code (#18)
All checks were successful
gitea-openium/resgen.swift/pipeline/head This commit looks good

Add visibility parameter: public, package, internal, private
Impacted command: analytics, colors, fonts, images, strings, tags

Reviewed-on: #18
This commit is contained in:
2025-07-21 16:56:05 +02:00
parent beca2c6b2b
commit 5ad219ae89
62 changed files with 1526 additions and 794 deletions

View File

@@ -1,31 +1,31 @@
// Generated by ResgenSwift.Images 2.1.0
// Generated by ResgenSwift.Images 2.2.0
// Images from sampleImages
import UIKit
extension UIImageYolo {
var article_notification_pull_detail: UIImage {
public var article_notification_pull_detail: UIImage {
UIImage(named: "article_notification_pull_detail")!
}
var article_notification_pull: UIImage {
public var article_notification_pull: UIImage {
UIImage(named: "article_notification_pull")!
}
var new_article: UIImage {
public var new_article: UIImage {
UIImage(named: "new_article")!
}
var welcome_background: UIImage {
public var welcome_background: UIImage {
UIImage(named: "welcome_background")!
}
var article_trash: UIImage {
public var article_trash: UIImage {
UIImage(named: "article_trash")!
}
var ic_close_article: UIImage {
public var ic_close_article: UIImage {
UIImage(named: "ic_close_article")!
}
}