Skip to content

Commit

Permalink
Merge pull request Evernote#94 from SabreLabs/master
Browse files Browse the repository at this point in the history
Update evernote framework includes to use quotes to make Swift bridging headers work. Verified it builds.
  • Loading branch information
everic committed Jun 8, 2015
2 parents 8a030ff + 5b614c1 commit fefe96b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion evernote-sdk-ios/ENSDK/Advanced/ENNoteStoreClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*/

#import <Foundation/Foundation.h>
#import <ENSDK/ENSDK.h>
#import "ENSDK/ENSDK.h"
#import "EDAM.h"
#import "ENStoreClient.h"
#import "ENLinkedNotebookRef.h"
Expand Down
2 changes: 1 addition & 1 deletion evernote-sdk-ios/ENSDK/Advanced/ENSDKAdvanced.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#import <ENSDK/ENSDK.h>
#import "ENSDK/ENSDK.h"
#import "EDAM.h"
#import "ENUserStoreClient.h"
#import "ENPreferencesStore.h"
Expand Down
2 changes: 1 addition & 1 deletion evernote-sdk-ios/ENSDK/Private/ENSDKPrivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#import <ENSDK/ENSDK.h>
#import "ENSDK/ENSDK.h"
#import "ENSDKAdvanced.h"
#import "ENLinkedNotebookRef.h"
#import "ENNoteRefInternal.h"
Expand Down

0 comments on commit fefe96b

Please sign in to comment.