Optional generation of Colors extension

This commit is contained in:
2025-07-17 09:39:43 +02:00
parent c3b8ebfb37
commit a64a956254
2 changed files with 13 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}

View File

@@ -1,5 +1,6 @@
// Generated by ResgenSwift.Analytics 2.1.0
import Foundation
import MatomoTracker
import FirebaseAnalytics
@@ -254,20 +255,20 @@ class AnalyticsManager {
// MARK: - section_one
static func logScreenS1DefOne(title: String) {
AnalyticsManager.shared.logScreen(
func logScreenS1DefOne(title: String) {
logScreen(
name: "s1 def one \(title)",
path: "s1_def_one/\(title)",
params: nil
)
}
static func logEventS1DefTwo(
func logEventS1DefTwo(
title: String,
count: String,
test2: String = "test"
) {
AnalyticsManager.shared.logEvent(
logEvent(
name: "s1 def two",
action: "test",
category: "test",
@@ -282,8 +283,8 @@ class AnalyticsManager {
// MARK: - section_two
static func logScreenS2DefOne() {
AnalyticsManager.shared.logScreen(
func logScreenS2DefOne() {
logScreen(
name: "s2 def one",
path: "s2_def_one/",
params: nil