Skip to content

Commit bacf0f3

Browse files
committed
add some different gc rules to the web view so that various versions of xcode can get along
1 parent c64eab9 commit bacf0f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mac/node-shell/node-shell.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
7FB1E84F156A7C9800CDD2CC /* Project object */ = {
151151
isa = PBXProject;
152152
attributes = {
153-
LastUpgradeCheck = 0420;
153+
LastUpgradeCheck = 0430;
154154
ORGANIZATIONNAME = "Adobe Systems";
155155
};
156156
buildConfigurationList = 7FB1E852156A7C9800CDD2CC /* Build configuration list for PBXProject "node-shell" */;

src/mac/node-shell/node-shell/AppDelegate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818

1919
@property (assign) IBOutlet NSWindow *window;
2020

21-
@property IBOutlet WebView *theWebView;
21+
@property (retain) IBOutlet WebView *theWebView;
2222

2323
@end

0 commit comments

Comments
 (0)