Skip to content

Doesn't seem to work anymore #13

@OutsourcedGuru

Description

@OutsourcedGuru

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions