NSString *urlClear = [NSString stringWithString:@"file:///Library/Documentation/Test/index.html"];
[[webView mainFrame] loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:urlClear]]];
to display html page with release notes in a web view but I wonder what the URL should be if the file is in the /Contents/Resources folder in the application package?