Skip to content

Commit

Permalink
Modernised project for Xcode 4 on OS X 10.7. For some reason the proj…
Browse files Browse the repository at this point in the history
…ect "Block.h" file is loaded when Foundation.h attempts

to import <Block.h>. Hence project "Block.h" was renamed to "Block_fscript.h"
  • Loading branch information
Jonathan Mitchell committed Jul 25, 2011
1 parent 25c850c commit a318d6d
Show file tree
Hide file tree
Showing 19 changed files with 61 additions and 68 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ build/*
*.pbxuser
*.mode1v3

# xcode 4 user noise
*.xcworkspace
xcuserdata

# old skool
.svn

Expand Down
91 changes: 40 additions & 51 deletions FScript.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion FScriptFramework/Array.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* This software is open source. See the license. */

#import "build_config.h"
#import "Array.h"
#import "Array_fscript.h"
#import "ArrayPrivate.h"
#import "ArrayRepId.h"
#import "FScriptFunctions.h"
Expand Down
2 changes: 1 addition & 1 deletion FScriptFramework/ArrayRepBooleanAltivec.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import "BlockInspector.h"
#import "string.h" // memcpy()
#import "ArrayPrivate.h"
#import "Number.h"
#import "Number_fscript.h"
#import "FScriptFunctions.h"
#import "FSBooleanPrivate.h"
#import "ArrayRepId.h"
Expand Down
2 changes: 1 addition & 1 deletion FScriptFramework/ArrayRepBooleanPacked.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#import "BlockInspector.h"
#import "string.h" // memcpy()
#import "ArrayPrivate.h"
#import "Number.h"
#import "Number_fscript.h"
#import "FScriptFunctions.h"
#import "FSBooleanPrivate.h"
#import "ArrayRepId.h"
Expand Down
2 changes: 1 addition & 1 deletion FScriptFramework/ArrayRepEmpty.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* This software is open source. See the license. */

#import "ArrayRepEmpty.h"
#import "Number.h"
#import "Number_fscript.h"
#import "ArrayRepId.h"
#import "ArrayRepDouble.h"
#import "ArrayRepBoolean.h"
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions FScriptFramework/Block.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* This software is open source. See the license. */

#import "build_config.h"
#import "Block.h"
#import "Block_fscript.h"
#import "BlockPrivate.h"
#import "BlockRep.h"
#import "FSExecEngine.h"
Expand All @@ -15,7 +15,7 @@
#import "FSBooleanPrivate.h"
#import "BlockInspector.h"
#import "FScriptFunctions.h"
#import "Number.h"
#import "Number_fscript.h"
#import "FSVoid.h"
#import "FSMiscTools.h"
#import "FSNSString.h"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion FScriptFramework/FSBlock.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#import "FSNSString.h"
#import "FSInterpreterResultPrivate.h"
#import "FSReturnSignal.h"
#import "Block.h"
#import "Block_fscript.h"

void __attribute__ ((constructor)) initializeFSBlock(void)
{
Expand Down
2 changes: 1 addition & 1 deletion FScriptFramework/FSCollectionInspector.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#import "FSArray.h"
#import "FSNSArray.h"
//#import "FSObjectFormatter.h"
#import "Number.h"
#import "Number_fscript.h"
#import "FSNSString.h"
#import "FSCollectionInspectorView.h"

Expand Down
2 changes: 1 addition & 1 deletion FScriptFramework/FSConstantsDictionaryGenerator.m
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
#import <WebKit/WebJavaPlugIn.h>
#import <XgridFoundation/XgridFoundation.h>

#import "Number.h"
#import "Number_fscript.h"
#import "FSBoolean.h"

@implementation FSConstantsDictionaryGenerator
Expand Down
2 changes: 1 addition & 1 deletion FScriptFramework/FSNSMutableString.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#import <Foundation/Foundation.h>
#import "FSNSMutableString.h"
#import "Number.h"
#import "Number_fscript.h"
#import "FScriptFunctions.h"
#import "FSNSStringPrivate.h"

Expand Down
2 changes: 1 addition & 1 deletion FScriptFramework/FSNSString.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* FSNSString.m Copyright (c) 1998-2009 Philippe Mougin. */
/* This software is open source. See the license. */

#import "Number.h"
#import "Number_fscript.h"
#import "FSNSString.h"
#import "FSSymbolTable.h"
#import "FSBlock.h"
Expand Down
2 changes: 1 addition & 1 deletion FScriptFramework/FSObjectFormatter.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#import "FSObjectFormatter.h"
#import "FSNSObject.h"
#import "FSMiscTools.h"
#import "Number.h"
#import "Number_fscript.h"


@implementation FSObjectFormatter
Expand Down
2 changes: 1 addition & 1 deletion FScriptFramework/FSSymbolTable.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


#import "FSSymbolTable.h"
#import "Number.h"
#import "Number_fscript.h"
#import "FSArray.h"
#import "FSBoolean.h"
#import "Space.h"
Expand Down
6 changes: 3 additions & 3 deletions FScriptFramework/FScript.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
#import <FScript/FSSystem.h>

// For backward compatibility with F-Script 1.x
#import <FScript/Array.h>
#import <FScript/Block.h>
#import <FScript/Number.h>
#import <FScript/Array_fscript.h>
#import <FScript/Block_fscript.h>
#import <FScript/Number_fscript.h>
2 changes: 1 addition & 1 deletion FScriptFramework/Number.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#import "build_config.h"

#import "Number.h"
#import "Number_fscript.h"
#import "NumberPrivate.h"
#import "FSNSNumber.h"
#import "FScriptFunctions.h"
Expand Down
File renamed without changes.

0 comments on commit a318d6d

Please sign in to comment.