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

Doesn't seem to work anymore #13

Open
OutsourcedGuru opened this issue Aug 14, 2018 · 0 comments
Open

Doesn't seem to work anymore #13

OutsourcedGuru opened this issue Aug 14, 2018 · 0 comments

Comments

@OutsourcedGuru
Copy link

Xcode: 9.4.1

WebSaverView.m:

- (id)initWithFrame:(NSRect)frame isPreview:(BOOL)isPreview
...
    [webView setFrameLoadDelegate:self];
    "Sending 'WebSaverView *' to parameter of incompatible type 'id<WebFrameLoadDelegate>'"
- (NSWindow *)configureSheet
...
    if (![NSBundle loadNibNamed:@"ConfigureSheet" owner:self])
    "'loadNibNamed:owner:' is deprecated: first deprecated in macOS 10.8"

As a result of these, the configuration dialog doesn't display so... it doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant