Skip to content

Commit 1afebc9

Browse files
committed
Readd MainMenu.xib and change target down to 10.7
1 parent d45feac commit 1afebc9

File tree

2 files changed

+3620
-0
lines changed

2 files changed

+3620
-0
lines changed

Example Apps/ExampleApp-OSX.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
2C136A5A17642704004C7401 /* ExampleApp.html in Resources */ = {isa = PBXBuildFile; fileRef = 2C136A5917642704004C7401 /* ExampleApp.html */; };
1717
2C1562C5176BA9FF00B4AE50 /* WebViewJavascriptBridge.js.txt in Resources */ = {isa = PBXBuildFile; fileRef = 2C1562C3176BA9FF00B4AE50 /* WebViewJavascriptBridge.js.txt */; };
1818
2C1562C6176BA9FF00B4AE50 /* WebViewJavascriptBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C1562C4176BA9FF00B4AE50 /* WebViewJavascriptBridge.m */; };
19+
2CF17F5317D8AACF006E828B /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2CF17F5217D8AACF006E828B /* MainMenu.xib */; };
1920
/* End PBXBuildFile section */
2021

2122
/* Begin PBXFileReference section */
@@ -36,6 +37,7 @@
3637
2C1562C2176BA9FF00B4AE50 /* WebViewJavascriptBridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebViewJavascriptBridge.h; sourceTree = "<group>"; };
3738
2C1562C3176BA9FF00B4AE50 /* WebViewJavascriptBridge.js.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = WebViewJavascriptBridge.js.txt; sourceTree = "<group>"; };
3839
2C1562C4176BA9FF00B4AE50 /* WebViewJavascriptBridge.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebViewJavascriptBridge.m; sourceTree = "<group>"; };
40+
2CF17F5217D8AACF006E828B /* MainMenu.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MainMenu.xib; sourceTree = "<group>"; };
3941
/* End PBXFileReference section */
4042

4143
/* Begin PBXFrameworksBuildPhase section */
@@ -94,6 +96,7 @@
9496
2C136A3617641106004C7401 /* AppDelegate.h */,
9597
2C136A3717641106004C7401 /* AppDelegate.m */,
9698
2C136A5917642704004C7401 /* ExampleApp.html */,
99+
2CF17F5217D8AACF006E828B /* MainMenu.xib */,
97100
2C1562C1176BA9FF00B4AE50 /* WebViewJavascriptBridge */,
98101
2C136A2B17641106004C7401 /* Supporting Files */,
99102
);
@@ -178,6 +181,7 @@
178181
2C136A2F17641106004C7401 /* InfoPlist.strings in Resources */,
179182
2C136A3517641106004C7401 /* Credits.rtf in Resources */,
180183
2C136A5A17642704004C7401 /* ExampleApp.html in Resources */,
184+
2CF17F5317D8AACF006E828B /* MainMenu.xib in Resources */,
181185
);
182186
runOnlyForDeploymentPostprocessing = 0;
183187
};
@@ -282,6 +286,7 @@
282286
GCC_PRECOMPILE_PREFIX_HEADER = YES;
283287
GCC_PREFIX_HEADER = "ExampleApp-OSX/ExampleApp-OSX-Prefix.pch";
284288
INFOPLIST_FILE = "ExampleApp-OSX/ExampleApp-OSX-Info.plist";
289+
MACOSX_DEPLOYMENT_TARGET = 10.7;
285290
PRODUCT_NAME = "$(TARGET_NAME)";
286291
WRAPPER_EXTENSION = app;
287292
};
@@ -294,6 +299,7 @@
294299
GCC_PRECOMPILE_PREFIX_HEADER = YES;
295300
GCC_PREFIX_HEADER = "ExampleApp-OSX/ExampleApp-OSX-Prefix.pch";
296301
INFOPLIST_FILE = "ExampleApp-OSX/ExampleApp-OSX-Info.plist";
302+
MACOSX_DEPLOYMENT_TARGET = 10.7;
297303
PRODUCT_NAME = "$(TARGET_NAME)";
298304
WRAPPER_EXTENSION = app;
299305
};

0 commit comments

Comments
 (0)