From e748cafcfb0ae67d36d9cae278aae92ac3fd774e Mon Sep 17 00:00:00 2001 From: Sumant Manne Date: Mon, 30 May 2016 13:00:00 -0500 Subject: [PATCH] XMLDictionary import fixed To work with cocoapods, as subproject, etc. --- XlsxReaderWriter/BRAOpenXmlSubElement.h | 2 +- XlsxReaderWriter/BRARelationship.h | 2 +- XlsxReaderWriter/NSDictionary+OpenXMLDictionaryParser.h | 2 +- XlsxReaderWriter/NSDictionary+OpenXmlString.h | 2 +- XlsxReaderWriter/XlsxReaderWriter-swift-bridge.h | 3 +-- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/XlsxReaderWriter/BRAOpenXmlSubElement.h b/XlsxReaderWriter/BRAOpenXmlSubElement.h index ab514cd..065a0dd 100644 --- a/XlsxReaderWriter/BRAOpenXmlSubElement.h +++ b/XlsxReaderWriter/BRAOpenXmlSubElement.h @@ -7,9 +7,9 @@ // #import +#import #import "NativeColor+HTML.h" #import "NativeFont+BoldItalic.h" -#import "XMLDictionary.h" #import "NSDictionary+DeepCopy.h" #import "NSDictionary+OpenXmlString.h" #import "NSDictionary+OpenXMLDictionaryParser.h" diff --git a/XlsxReaderWriter/BRARelationship.h b/XlsxReaderWriter/BRARelationship.h index 56a82d5..05d441a 100644 --- a/XlsxReaderWriter/BRARelationship.h +++ b/XlsxReaderWriter/BRARelationship.h @@ -7,7 +7,7 @@ // #import -#import "XMLDictionary.h" +#import #import "NativeColor+OpenXML.h" #import "BRAElementWithRelationships.h" diff --git a/XlsxReaderWriter/NSDictionary+OpenXMLDictionaryParser.h b/XlsxReaderWriter/NSDictionary+OpenXMLDictionaryParser.h index ae65ff6..2205b29 100644 --- a/XlsxReaderWriter/NSDictionary+OpenXMLDictionaryParser.h +++ b/XlsxReaderWriter/NSDictionary+OpenXMLDictionaryParser.h @@ -6,7 +6,7 @@ // Copyright (c) 2014 René Bigot. All rights reserved. // -#import "XMLDictionary.h" +#import @interface NSDictionary (OpenXmlDictionaryParser) diff --git a/XlsxReaderWriter/NSDictionary+OpenXmlString.h b/XlsxReaderWriter/NSDictionary+OpenXmlString.h index 941c06a..b3418da 100644 --- a/XlsxReaderWriter/NSDictionary+OpenXmlString.h +++ b/XlsxReaderWriter/NSDictionary+OpenXmlString.h @@ -7,7 +7,7 @@ // #import -#import "XMLDictionary.h" +#import @interface NSDictionary (OpenXmlString) diff --git a/XlsxReaderWriter/XlsxReaderWriter-swift-bridge.h b/XlsxReaderWriter/XlsxReaderWriter-swift-bridge.h index b2efe6d..0c93030 100644 --- a/XlsxReaderWriter/XlsxReaderWriter-swift-bridge.h +++ b/XlsxReaderWriter/XlsxReaderWriter-swift-bridge.h @@ -6,11 +6,10 @@ // Copyright (c) 2015 René Bigot. All rights reserved. // - +#import #import "NativeFont+BoldItalic.h" #import "NativeColor+OpenXML.h" #import "NativeColor+HTML.h" -#import "XMLDictionary.h" #import "NSDictionary+OpenXmlString.h" #import "NSDictionary+OpenXMLDictionaryParser.h" #import "NSDictionary+DeepCopy.h"