Skip to content

Commit

Permalink
1.4.2 - More modules
Browse files Browse the repository at this point in the history
  • Loading branch information
patryk-sredzinski committed Mar 28, 2024
1 parent 0abeafd commit 649cb85
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IteoLogger.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'IteoLogger'
spec.version = '1.4.1'
spec.version = '1.4.2'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/psredzinski/IteoLogger'
spec.authors = { 'Patryk Średziński' => '[email protected]' }
Expand Down
4 changes: 2 additions & 2 deletions IteoLogger.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.4.1;
MARKETING_VERSION = 1.4.2;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -784,7 +784,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.4.1;
MARKETING_VERSION = 1.4.2;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
Expand Down
9 changes: 9 additions & 0 deletions IteoLogger/Models/IteoLoggerModule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,15 @@ public struct IteoLoggerModule: Codable, Equatable, Hashable {
/// Connection - 🪺
public static let connection = IteoLoggerModule("Connection" ,prefix: "🪺")

/// Intents - 🚿
public static let intents = IteoLoggerModule("Intents" ,prefix: "🚿")

/// "Share Extension - ♐️
public static let shareExtension = IteoLoggerModule("Share Extension" ,prefix: "♐️")

/// Device Token - 🎗️
public static let deviceToken = IteoLoggerModule("Device Token" ,prefix: "🎗️")

/// LOG - 🖊
public static let unknown = IteoLoggerModule("LOG" ,prefix: "🖊")

Expand Down

0 comments on commit 649cb85

Please sign in to comment.