Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add directoryUrl to Options
  • Loading branch information
aaronpearce committed Aug 26, 2020
1 parent 6181522 commit bcc1f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Options.swift
Expand Up @@ -13,6 +13,7 @@ public struct Options {
public var folder: String = (Bundle.main.bundleIdentifier ?? "").appending("/Default")
public var encoder: JSONEncoder = JSONEncoder()
public var decoder: JSONDecoder = JSONDecoder()
public var directoryUrl: URL? = nil

public init() {}
}

0 comments on commit bcc1f27

Please sign in to comment.