Skip to content

Commit

Permalink
Add Type converter to registry.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper Blues committed Nov 29, 2013
1 parent 4023374 commit c0163e4
Show file tree
Hide file tree
Showing 7 changed files with 2,448 additions and 2,438 deletions.
2 changes: 2 additions & 0 deletions Source/TypeConversion/TyphoonTypeConverterRegistry.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#if TARGET_OS_IPHONE

#import "TyphoonUIColorTypeConverter.h"
#import "TyphoonBundledImageTypeConverter.h"

#endif

Expand Down Expand Up @@ -113,6 +114,7 @@ - (void)registerPlatformConverters
#if TARGET_OS_IPHONE
{
[self register:[[TyphoonUIColorTypeConverter alloc] init] forClassOrProtocol:NSClassFromString(@"UIColor")];
[self register:[[TyphoonBundledImageTypeConverter alloc] init] forClassOrProtocol:NSClassFromString(@"UIImage")];
}
#else
{
Expand Down
4 changes: 2 additions & 2 deletions Tests/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- OCHamcrest (1.9)
- OCMockito (0.23):
- OCHamcrest
- Typhoon (1.5.7)
- Typhoon (1.5.8)

DEPENDENCIES:
- OCHamcrest (~> 1.9)
Expand All @@ -16,6 +16,6 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
OCHamcrest: f8393efd5a49d91879be573635d6183effacc0ab
OCMockito: 01560fd24319b85c223e10f52e2e41fbe2c6d434
Typhoon: 99fca282d720c449f7e02946b42ea9cd8bf57ce8
Typhoon: bb902448b9d10bd4182e5984c44b0e3c393d908d

COCOAPODS: 0.28.0
2 changes: 1 addition & 1 deletion Tests/Pods/Local Podspecs/Typhoon.podspec

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

4 changes: 2 additions & 2 deletions Tests/Pods/Manifest.lock

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

2 changes: 1 addition & 1 deletion Tests/Pods/Pods-iOS Tests (Cocoapods)-environment.h

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

2 changes: 1 addition & 1 deletion Tests/Pods/Pods-osx-environment.h

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

4,870 changes: 2,439 additions & 2,431 deletions Tests/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

0 comments on commit c0163e4

Please sign in to comment.