Skip to content

Commit

Permalink
Merge pull request #1 from RedRoma/develop
Browse files Browse the repository at this point in the history
Merging Develop into Master
  • Loading branch information
SirWellington committed Apr 17, 2016
2 parents 4d96f66 + d6c1400 commit 8e982e2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# SwiftExceptionCatcher

[<img src="http://brand.redroma.tech/Logos/RedRoma-Logo%402x.png
" width="300">](https://RedRoma.tech)
[<img src="http://brand.redroma.tech/Logos/RedRoma-Logo%402x.png" width="300">](http://RedRoma.tech)

`SwiftExceptionCatcher` allows Swift Code to catch exceptions thrown from Objective-C code.

Expand All @@ -13,6 +12,14 @@ This is useful when using Thrift libraries, where it is perfectly normal for cod
pod 'SwiftExceptionCatcher', :git => 'https://github.com/RedRoma/SwiftExceptionCatcher.git'
```

## Using the RedRoma Repository
```xml
# RedRoma Repository
source 'https://github.com/RedRoma/CocoaSpecs.git'

pod 'SwiftExceptionCatcher', '1.0'
```

# API
Simply wrap the code-in-play in the `tryOp` function call.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -323,7 +323,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -418,6 +418,7 @@
DE683DA01CB380180072F98A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
DE683DA11CB380180072F98A /* Build configuration list for PBXNativeTarget "SwiftExceptionCatcherTests" */ = {
isa = XCConfigurationList;
Expand All @@ -426,6 +427,7 @@
DE683DA31CB380180072F98A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down

0 comments on commit 8e982e2

Please sign in to comment.