Deal with final folder name issues due to Apple's case insensitive case preserving behavior.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// Interface+CoreDataClass.swift
|
||||
//
|
||||
//
|
||||
// Created by Jeroen Leenarts on 23-05-18.
|
||||
//
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import CoreData
|
||||
|
||||
@objc(Interface)
|
||||
public class Interface: NSManagedObject {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user