-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only set properties on the TyphoonAssembly to TyphoonCollaboratingAss…
…emblyProxy if they are of type TyphoonAssembly. Improve TyphoonTypeDescriptor to correctly handle properties with both a non-id object type and a protocol.
- Loading branch information
Showing
9 changed files
with
90 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
.../Factory/Block/TyphoonCollaboratingAssemblyPropertyEnumeratorTests_AssemblyWithProperty.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// | ||
// Created by Robert Gilliam on 1/9/14. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
#import <Typhoon/TyphoonAssembly.h> | ||
|
||
|
||
@interface AssemblyWithProperty : TyphoonAssembly | ||
|
||
@property TyphoonAssembly *assembly; | ||
|
||
@property NSString *name; | ||
|
||
@end |
12 changes: 12 additions & 0 deletions
12
.../Factory/Block/TyphoonCollaboratingAssemblyPropertyEnumeratorTests_AssemblyWithProperty.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// | ||
// Created by Robert Gilliam on 1/9/14. | ||
// | ||
|
||
#import "TyphoonCollaboratingAssemblyPropertyEnumeratorTests_AssemblyWithProperty.h" | ||
|
||
|
||
@implementation AssemblyWithProperty | ||
{ | ||
|
||
} | ||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters