This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env xcrun --sdk macosx swift | |
// | |
// AutoLocalizationManagerCreator | |
// | |
// Created by Dorian Grolaux on 25/04/2019. | |
// Copyright © 2019 Dorian Grolaux. All rights reserved. | |
// | |
import Foundation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Created by Dorian Grolaux on 14/01/2020. | |
// Copyright © 2020 Skwiggs Inc. All rights reserved. | |
// | |
import Foundation | |
/** | |
Nil coalesces 2-level optionals in a single step | |
*/ |