23 lines
		
	
	
	
		
			974 B
			
		
	
	
	
		
			Diff
		
	
	
	
	
	
		
		
			
		
	
	
			23 lines
		
	
	
	
		
			974 B
			
		
	
	
	
		
			Diff
		
	
	
	
	
	
| 
								 | 
							
								From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
							 | 
						||
| 
								 | 
							
								From: Shelley Vohr <shelley.vohr@gmail.com>
							 | 
						||
| 
								 | 
							
								Date: Mon, 7 Dec 2020 17:34:08 -0800
							 | 
						||
| 
								 | 
							
								Subject: Remove MTLManagedObjectAdapter.h
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								We are using an outdated version of Mantle which leverages NSConfinementConcurrencyType,
							 | 
						||
| 
								 | 
							
								an enum which has been deprecated with no replacement as of macOS 10.11.
							 | 
						||
| 
								 | 
							
								The actual solution to this problem is to upgrade Mantle, but for now
							 | 
						||
| 
								 | 
							
								we just stop building the offending adapter.
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								diff --git a/Mantle/Mantle.h b/Mantle/Mantle.h
							 | 
						||
| 
								 | 
							
								index ebd74e7e435ef008ef29e94d406246c1f7b07a12..81abff872bd597ce6d21bb43be4d19ddc7253088 100644
							 | 
						||
| 
								 | 
							
								--- a/Mantle/Mantle.h
							 | 
						||
| 
								 | 
							
								+++ b/Mantle/Mantle.h
							 | 
						||
| 
								 | 
							
								@@ -15,7 +15,6 @@ FOUNDATION_EXPORT double MantleVersionNumber;
							 | 
						||
| 
								 | 
							
								 FOUNDATION_EXPORT const unsigned char MantleVersionString[];
							 | 
						||
| 
								 | 
							
								 
							 | 
						||
| 
								 | 
							
								 #import <Mantle/MTLJSONAdapter.h>
							 | 
						||
| 
								 | 
							
								-#import <Mantle/MTLManagedObjectAdapter.h>
							 | 
						||
| 
								 | 
							
								 #import <Mantle/MTLModel.h>
							 | 
						||
| 
								 | 
							
								 #import <Mantle/MTLModel+NSCoding.h>
							 | 
						||
| 
								 | 
							
								 #import <Mantle/MTLValueTransformer.h>
							 |