[CAKER-12] Adjusting os specific source filename suffixes (#4)
Work on xiiagency/Caker#12
This commit is contained in:
parent
c08716eef2
commit
8ea2c451f1
|
@ -1,4 +1,5 @@
|
|||
#if os(macOS)
|
||||
|
||||
import AppKit
|
||||
import SwiftFoundationExtensions
|
||||
import os
|
|
@ -1,4 +1,5 @@
|
|||
#if os(iOS)
|
||||
#if !os(macOS)
|
||||
|
||||
import UIKit
|
||||
|
||||
/**
|
Loading…
Reference in New Issue