Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose reverse and forward initializers to Obj-C #130

Merged
merged 2 commits into from
Jan 17, 2018
Merged

Conversation

frederoni
Copy link
Contributor

Fixes #128

The migration to Swift 4 unexposed these initializers to Objective-C.

@1ec5 @bsudekum 👀

@frederoni frederoni self-assigned this Jan 17, 2018
@end

@implementation BridgingTests

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it worth expanding these tests to cover MBGeocoder, MBPlacemark, etc.?

@bsudekum
Copy link

bsudekum commented Jan 17, 2018

@friedbunny added a few more bridging tests in eb7da18

}

- (void)testMBPlacemark {
XCTAssertNotNil([MBPlacemark alloc]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is mildly weird, but I think it accomplishes the task.

@bsudekum bsudekum merged commit 745c9f1 into master Jan 17, 2018
@bsudekum bsudekum deleted the fred-objc branch January 17, 2018 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants