Skip to content

Commit 6410b7a

Browse files
author
jblues
committed
Restore framework target.
1 parent 6a4303d commit 6410b7a

File tree

16 files changed

+616
-1412
lines changed

16 files changed

+616
-1412
lines changed

.idea/XcodeEditor.iml

+34-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Tests.xml

-6
This file was deleted.

.idea/runConfigurations/XcodeEditor.xml

-9
This file was deleted.

Source/XcodeEditor.h

+10
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
//
1010
////////////////////////////////////////////////////////////////////////////////
1111

12+
#import <Cocoa/Cocoa.h>
13+
14+
//! Project version number for XcodeEditor.
15+
FOUNDATION_EXPORT double XcodeEditorVersionNumber;
16+
17+
//! Project version string for XcodeEditor.
18+
FOUNDATION_EXPORT const unsigned char XcodeEditorVersionString[];
19+
20+
// In this header, you should import all the public headers of your framework using statements like #import <XcodeEditor/PublicHeader.h>
21+
1222

1323
#import "XCAbstractDefinition.h"
1424
#import "XCGroup.h"

0 commit comments

Comments
 (0)