We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64eab9 commit bacf0f3Copy full SHA for bacf0f3
src/mac/node-shell/node-shell.xcodeproj/project.pbxproj
@@ -150,7 +150,7 @@
150
7FB1E84F156A7C9800CDD2CC /* Project object */ = {
151
isa = PBXProject;
152
attributes = {
153
- LastUpgradeCheck = 0420;
+ LastUpgradeCheck = 0430;
154
ORGANIZATIONNAME = "Adobe Systems";
155
};
156
buildConfigurationList = 7FB1E852156A7C9800CDD2CC /* Build configuration list for PBXProject "node-shell" */;
src/mac/node-shell/node-shell/AppDelegate.h
@@ -18,6 +18,6 @@
18
19
@property (assign) IBOutlet NSWindow *window;
20
21
-@property IBOutlet WebView *theWebView;
+@property (retain) IBOutlet WebView *theWebView;
22
23
@end
0 commit comments