File tree 2 files changed +3
-3
lines changed
NotificationCenterAction.xcodeproj
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
DAD8899D15D5F337009F30A3 /* NotificationCenterAction-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NotificationCenterAction-Prefix.pch"; sourceTree = "<group>"; };
24
24
DAD889AB15D5F394009F30A3 /* NotificationCenterAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NotificationCenterAction.h; sourceTree = "<group>"; };
25
25
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>"; };
27
26
/* End PBXFileReference section */
28
27
29
28
/* Begin PBXFrameworksBuildPhase section */
77
76
DAD8899715D5F337009F30A3 /* NotificationCenterAction */ = {
78
77
isa = PBXGroup;
79
78
children = (
80
- DAD889B315D5F61C009F30A3 /* ActionPlugin.h */,
81
79
DAD889AB15D5F394009F30A3 /* NotificationCenterAction.h */,
82
80
DAD889AC15D5F394009F30A3 /* NotificationCenterAction.m */,
83
81
DAD8899815D5F337009F30A3 /* Supporting Files */,
200
198
MACOSX_DEPLOYMENT_TARGET = 10.8;
201
199
ONLY_ACTIVE_ARCH = YES;
202
200
SDKROOT = macosx;
201
+ USER_HEADER_SEARCH_PATHS = ../../Source;
203
202
};
204
203
name = Debug;
205
204
};
221
220
GCC_WARN_UNUSED_VARIABLE = YES;
222
221
MACOSX_DEPLOYMENT_TARGET = 10.8;
223
222
SDKROOT = macosx;
223
+ USER_HEADER_SEARCH_PATHS = ../../Source;
224
224
};
225
225
name = Release;
226
226
};
Original file line number Diff line number Diff line change 6
6
// Copyright (c) 2012 Dustin Rue. All rights reserved.
7
7
//
8
8
9
- #import " ActionPlugin.h"
9
+ #import " ../../Source/ ActionPlugin.h"
10
10
11
11
12
12
@interface NotificationCenterAction : NSObject <ToggleableAction>
You can’t perform that action at this time.
0 commit comments