Skip to content

Commit

Permalink
Restore framework target.
Browse files Browse the repository at this point in the history
  • Loading branch information
jblues committed Nov 22, 2015
1 parent 6a4303d commit 6410b7a
Show file tree
Hide file tree
Showing 16 changed files with 616 additions and 1,412 deletions.
42 changes: 34 additions & 8 deletions .idea/XcodeEditor.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions .idea/runConfigurations/Tests.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/runConfigurations/XcodeEditor.xml

This file was deleted.

10 changes: 10 additions & 0 deletions Source/XcodeEditor.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
//
////////////////////////////////////////////////////////////////////////////////

#import <Cocoa/Cocoa.h>

//! Project version number for XcodeEditor.
FOUNDATION_EXPORT double XcodeEditorVersionNumber;

//! Project version string for XcodeEditor.
FOUNDATION_EXPORT const unsigned char XcodeEditorVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <XcodeEditor/PublicHeader.h>


#import "XCAbstractDefinition.h"
#import "XCGroup.h"
Expand Down
Loading

0 comments on commit 6410b7a

Please sign in to comment.