Skip to content

Commit eccc234

Browse files
committed
ensure this goofy thing will compile
1 parent d42dc0c commit eccc234

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NotificationCenterAction/NotificationCenterAction.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
DAD8899D15D5F337009F30A3 /* NotificationCenterAction-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NotificationCenterAction-Prefix.pch"; sourceTree = "<group>"; };
2424
DAD889AB15D5F394009F30A3 /* NotificationCenterAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NotificationCenterAction.h; sourceTree = "<group>"; };
2525
DAD889AC15D5F394009F30A3 /* NotificationCenterAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NotificationCenterAction.m; sourceTree = "<group>"; };
26-
DAD889B315D5F61C009F30A3 /* ActionPlugin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ActionPlugin.h; path = ../../Protocols/ActionPlugin.h; sourceTree = "<group>"; };
2726
/* End PBXFileReference section */
2827

2928
/* Begin PBXFrameworksBuildPhase section */
@@ -77,7 +76,6 @@
7776
DAD8899715D5F337009F30A3 /* NotificationCenterAction */ = {
7877
isa = PBXGroup;
7978
children = (
80-
DAD889B315D5F61C009F30A3 /* ActionPlugin.h */,
8179
DAD889AB15D5F394009F30A3 /* NotificationCenterAction.h */,
8280
DAD889AC15D5F394009F30A3 /* NotificationCenterAction.m */,
8381
DAD8899815D5F337009F30A3 /* Supporting Files */,
@@ -200,6 +198,7 @@
200198
MACOSX_DEPLOYMENT_TARGET = 10.8;
201199
ONLY_ACTIVE_ARCH = YES;
202200
SDKROOT = macosx;
201+
USER_HEADER_SEARCH_PATHS = ../../Source;
203202
};
204203
name = Debug;
205204
};
@@ -221,6 +220,7 @@
221220
GCC_WARN_UNUSED_VARIABLE = YES;
222221
MACOSX_DEPLOYMENT_TARGET = 10.8;
223222
SDKROOT = macosx;
223+
USER_HEADER_SEARCH_PATHS = ../../Source;
224224
};
225225
name = Release;
226226
};

NotificationCenterAction/NotificationCenterAction/NotificationCenterAction.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) 2012 Dustin Rue. All rights reserved.
77
//
88

9-
#import "ActionPlugin.h"
9+
#import "../../Source/ActionPlugin.h"
1010

1111

1212
@interface NotificationCenterAction : NSObject <ToggleableAction>

0 commit comments

Comments
 (0)