Ver a proveniência

Add preprocessor for macOS vs iOS import

pull/42/head
Angelo Stavrow há 3 anos
ascendente
cometimento
bac7d9bfb0
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 1A49C7064E060EEE
2 ficheiros alterados com 4 adições e 2 eliminações
  1. +3
    -1
      Shared/PersistenceManager.swift
  2. +1
    -1
      WFACollection+CoreDataProperties.swift

+ 3
- 1
Shared/PersistenceManager.swift Ver ficheiro

@@ -1,6 +1,8 @@
import CoreData

#if os(macOS)
#if os(iOS)
import UIKit
#elseif os(macOS)
import AppKit
#endif



+ 1
- 1
WFACollection+CoreDataProperties.swift Ver ficheiro

@@ -17,6 +17,6 @@ extension WFACollection {

}

extension WFACollection : Identifiable {
extension WFACollection: Identifiable {

}

Carregando…
Cancelar
Guardar