analytics #9

Merged
t.schmitt merged 9 commits from analytics into master 2025-07-17 09:15:43 +02:00
5 changed files with 23 additions and 19 deletions
Showing only changes of commit 323bd18e00 - Show all commits

View File

@@ -57,7 +57,8 @@ swift run -c release ResgenSwift analytics $FORCE_FLAG "./Tags/sampleTags.yml" \
--target "firebase" \ --target "firebase" \
--extension-output-path "./Tags/Generated" \ --extension-output-path "./Tags/Generated" \
--extension-name "Analytics" \ --extension-name "Analytics" \
--extension-suffix "GenAllScript" --extension-suffix "GenAllScript" \
--static-members true
echo "\n-------------------------\n" echo "\n-------------------------\n"

View File

@@ -153,7 +153,7 @@ class AnalyticsDefinition {
replaceIn() replaceIn()
return """ return """
static func \(getFuncName())\(getParameters()) { static func \(getFuncName())\(getParameters()) {
\(getlogFunction()) AnalyticsManager.shared.\(getlogFunction())
} }
""" """
} }