mirror of https://github.com/buresdv/Cork
+ Dependencies folder
This commit is contained in:
parent
75a4fff366
commit
79b6ddaf55
|
|
@ -66,10 +66,6 @@ playground.xcworkspace
|
|||
|
||||
Carthage/Build/
|
||||
|
||||
# Accio dependency management
|
||||
Dependencies/
|
||||
.accio/
|
||||
|
||||
# fastlane
|
||||
#
|
||||
# It is recommended to not store the screenshots in the git repo.
|
||||
|
|
|
|||
|
|
@ -0,0 +1,19 @@
|
|||
//
|
||||
// App Constants Dependency.swift
|
||||
// Cork
|
||||
//
|
||||
// Created by David Bureš - P on 12.09.2025.
|
||||
//
|
||||
|
||||
import FactoryKit
|
||||
|
||||
public extension Container
|
||||
{
|
||||
var appConstants: Factory<AppConstants>
|
||||
{
|
||||
Factory(self)
|
||||
{
|
||||
AppConstants()
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue