Skip to content

Commit 206e1ce

Browse files
authored
Removed application field (#89)
* added support for design system event * version up * добавил обработку * hhtmsource proxy * hhtmsource proxy * tmp * Убрал поддержку application
1 parent 35d71a5 commit 206e1ce

File tree

4 files changed

+2
-13
lines changed

4 files changed

+2
-13
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PREFIX?=/usr/local
22

33
PRODUCT_NAME=analyticsgen
4-
PRODUCT_VERSION=0.6.10
4+
PRODUCT_VERSION=0.6.11
55
TEMPLATES_NAME=Templates
66
README_NAME=README.md
77
LICENSE_NAME=LICENSE

Sources/AnalyticsGen/Models/Event/Event.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ struct Event: Decodable {
44

55
// MARK: - Instance Properties
66

7-
let application: EventApplication
87
let edition: [EventEdition]?
98
let deprecated: Bool?
109
let category: String

Sources/AnalyticsGen/Models/Event/EventApplication.swift

Lines changed: 0 additions & 10 deletions
This file was deleted.

Sources/AnalyticsGen/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ private extension String {
2020

2121
// MARK: - Type Properties
2222

23-
static let version = "0.6.10"
23+
static let version = "0.6.11"
2424
static let description = "Generate analytics code for you Swift iOS project"
2525
}

0 commit comments

Comments
 (0)