Skip to content

Commit

Permalink
New block-based handler support using imp_implementationWithBlock.
Browse files Browse the repository at this point in the history
  • Loading branch information
timburks committed Jun 18, 2011
1 parent 1291c6b commit ab01ad2
Show file tree
Hide file tree
Showing 5 changed files with 6,585 additions and 22,554 deletions.
4 changes: 0 additions & 4 deletions MacOS/Nu-framework/Nu.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
2230622B13A54EDC00B67882 /* test_undo.nu in Resources */ = {isa = PBXBuildFile; fileRef = 223061FD13A54EDC00B67882 /* test_undo.nu */; };
2230622C13A54EDC00B67882 /* test_varargs.nu in Resources */ = {isa = PBXBuildFile; fileRef = 223061FE13A54EDC00B67882 /* test_varargs.nu */; };
224276FF11DD748600940005 /* Nu.h in Headers */ = {isa = PBXBuildFile; fileRef = 224276FE11DD748600940005 /* Nu.h */; };
2248579013AC5BDF00934342 /* handlers.m in Sources */ = {isa = PBXBuildFile; fileRef = 2248578F13AC5BDF00934342 /* handlers.m */; };
2276E5E013A5E4AB006A166B /* NuProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 2276E5DE13A5E4AB006A166B /* NuProperty.h */; };
2276E5E113A5E4AB006A166B /* NuProperty.m in Sources */ = {isa = PBXBuildFile; fileRef = 2276E5DF13A5E4AB006A166B /* NuProperty.m */; };
2276E5E213A5E4AB006A166B /* NuProperty.m in Sources */ = {isa = PBXBuildFile; fileRef = 2276E5DF13A5E4AB006A166B /* NuProperty.m */; };
Expand Down Expand Up @@ -252,7 +251,6 @@
223061FD13A54EDC00B67882 /* test_undo.nu */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = test_undo.nu; sourceTree = "<group>"; };
223061FE13A54EDC00B67882 /* test_varargs.nu */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = test_varargs.nu; sourceTree = "<group>"; };
224276FE11DD748600940005 /* Nu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Nu.h; sourceTree = "<group>"; };
2248578F13AC5BDF00934342 /* handlers.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = handlers.m; path = ../../../util/handlers.m; sourceTree = "<group>"; };
2276E5DE13A5E4AB006A166B /* NuProperty.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NuProperty.h; sourceTree = "<group>"; };
2276E5DF13A5E4AB006A166B /* NuProperty.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NuProperty.m; sourceTree = "<group>"; };
228306F411DDBBD100A5C690 /* beautify.nu */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = beautify.nu; sourceTree = "<group>"; };
Expand Down Expand Up @@ -629,7 +627,6 @@
22EE2BFF13A4731600895861 /* NuApp */ = {
isa = PBXGroup;
children = (
2248578F13AC5BDF00934342 /* handlers.m */,
22EE2C0813A4731600895861 /* NuAppDelegate.h */,
22EE2C0913A4731600895861 /* NuAppDelegate.m */,
22EE2C0013A4731600895861 /* Supporting Files */,
Expand Down Expand Up @@ -952,7 +949,6 @@
22EE2C6D13A4757B00895861 /* raw_api.c in Sources */,
22EE2C6F13A4757B00895861 /* types.c in Sources */,
2276E5E213A5E4AB006A166B /* NuProperty.m in Sources */,
2248579013AC5BDF00934342 /* handlers.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Loading

0 comments on commit ab01ad2

Please sign in to comment.