aboutsummaryrefslogtreecommitdiffstats
path: root/Framework
diff options
context:
space:
mode:
authorTomáš Znamenáček2015-09-10 09:37:38 +0200
committerTomáš Znamenáček2015-09-10 09:37:38 +0200
commita06ef8d27c76c3abb473b88588ae4e7553e7a8c1 (patch)
treecbdceff73f2040a84c7edb588099d82871b979bd /Framework
parent8b669cea8da9f753d6413fc3f5f491cdea86c229 (diff)
downloadMASShortcut-a06ef8d27c76c3abb473b88588ae4e7553e7a8c1.tar.bz2
Changed MASLocalization.h to explicit import, trying to appease CocopaPods.
Diffstat (limited to 'Framework')
-rw-r--r--Framework/MASShortcut.m1
-rw-r--r--Framework/MASShortcutValidator.m1
-rw-r--r--Framework/MASShortcutView.m1
-rw-r--r--Framework/Prefix.pch3
4 files changed, 4 insertions, 2 deletions
diff --git a/Framework/MASShortcut.m b/Framework/MASShortcut.m
index 0170c01..511f2b2 100644
--- a/Framework/MASShortcut.m
+++ b/Framework/MASShortcut.m
@@ -1,4 +1,5 @@
#import "MASShortcut.h"
+#import "MASLocalization.h"
static NSString *const MASShortcutKeyCode = @"KeyCode";
static NSString *const MASShortcutModifierFlags = @"ModifierFlags";
diff --git a/Framework/MASShortcutValidator.m b/Framework/MASShortcutValidator.m
index 6b192bf..b14815c 100644
--- a/Framework/MASShortcutValidator.m
+++ b/Framework/MASShortcutValidator.m
@@ -1,4 +1,5 @@
#import "MASShortcutValidator.h"
+#import "MASLocalization.h"
@implementation MASShortcutValidator
diff --git a/Framework/MASShortcutView.m b/Framework/MASShortcutView.m
index 21b8f38..2e303cf 100644
--- a/Framework/MASShortcutView.m
+++ b/Framework/MASShortcutView.m
@@ -1,5 +1,6 @@
#import "MASShortcutView.h"
#import "MASShortcutValidator.h"
+#import "MASLocalization.h"
NSString *const MASShortcutBinding = @"shortcutValue";
diff --git a/Framework/Prefix.pch b/Framework/Prefix.pch
index ad417e0..3e71c31 100644
--- a/Framework/Prefix.pch
+++ b/Framework/Prefix.pch
@@ -1,3 +1,2 @@
#import <AppKit/AppKit.h>
-#import <Carbon/Carbon.h>
-#import "MASLocalization.h" \ No newline at end of file
+#import <Carbon/Carbon.h> \ No newline at end of file