Title: [212108] trunk/Tools
Revision
212108
Author
aes...@apple.com
Date
2017-02-10 02:28:59 -0800 (Fri, 10 Feb 2017)

Log Message

Move two MiniBrowserBundle settings out of the .pbxproj
https://bugs.webkit.org/show_bug.cgi?id=168106

Reviewed by Tim Horton.

INFOPLIST_FILE was specified in MiniBrowserBundle.xcconfig but overridden to "" in
the project file. This removes the project file override.

WRAPPER_EXTENSION was moved from the project file to MiniBrowserBundle.xcconfig.

* MiniBrowser/Configurations/MiniBrowserBundle.xcconfig:
* MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (212107 => 212108)


--- trunk/Tools/ChangeLog	2017-02-10 10:22:50 UTC (rev 212107)
+++ trunk/Tools/ChangeLog	2017-02-10 10:28:59 UTC (rev 212108)
@@ -1,3 +1,18 @@
+2017-02-10  Andy Estes  <aes...@apple.com>
+
+        Move two MiniBrowserBundle settings out of the .pbxproj
+        https://bugs.webkit.org/show_bug.cgi?id=168106
+
+        Reviewed by Tim Horton.
+
+        INFOPLIST_FILE was specified in MiniBrowserBundle.xcconfig but overridden to "" in
+        the project file. This removes the project file override.
+
+        WRAPPER_EXTENSION was moved from the project file to MiniBrowserBundle.xcconfig.
+
+        * MiniBrowser/Configurations/MiniBrowserBundle.xcconfig:
+        * MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj:
+
 2017-02-10  Alex Christensen  <achristen...@webkit.org>
 
         Fix 32-and-64-bit build on El Capitan.

Modified: trunk/Tools/MiniBrowser/Configurations/MiniBrowserBundle.xcconfig (212107 => 212108)


--- trunk/Tools/MiniBrowser/Configurations/MiniBrowserBundle.xcconfig	2017-02-10 10:22:50 UTC (rev 212107)
+++ trunk/Tools/MiniBrowser/Configurations/MiniBrowserBundle.xcconfig	2017-02-10 10:28:59 UTC (rev 212108)
@@ -23,6 +23,7 @@
 
 PRODUCT_NAME = MiniBrowser
 PRODUCT_BUNDLE_IDENTIFIER = com.apple.$(PRODUCT_NAME:rfc1034identifier)
+WRAPPER_EXTENSION = wkbundle
 GCC_PREFIX_HEADER = mac/Bundle/MiniBrowserBundle_Prefix.pch
 INFOPLIST_FILE = mac/Bundle/Info.plist
 EXCLUDED_SOURCE_FILE_NAMES[sdk=iphone*] = *

Modified: trunk/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj (212107 => 212108)


--- trunk/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj	2017-02-10 10:22:50 UTC (rev 212107)
+++ trunk/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj	2017-02-10 10:28:59 UTC (rev 212108)
@@ -336,8 +336,6 @@
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = 1AFFEF831860EEFB00DA465E /* MiniBrowserBundle.xcconfig */;
 			buildSettings = {
-				INFOPLIST_FILE = "";
-				WRAPPER_EXTENSION = wkbundle;
 			};
 			name = Debug;
 		};
@@ -345,8 +343,6 @@
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = 1AFFEF831860EEFB00DA465E /* MiniBrowserBundle.xcconfig */;
 			buildSettings = {
-				INFOPLIST_FILE = "";
-				WRAPPER_EXTENSION = wkbundle;
 			};
 			name = Release;
 		};
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to