Changeset 212108 in webkit
- Timestamp:
- Feb 10, 2017, 2:28:59 AM (9 years ago)
- Location:
- trunk/Tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r212104 r212108 1 2017-02-10 Andy Estes <aestes@apple.com> 2 3 Move two MiniBrowserBundle settings out of the .pbxproj 4 https://bugs.webkit.org/show_bug.cgi?id=168106 5 6 Reviewed by Tim Horton. 7 8 INFOPLIST_FILE was specified in MiniBrowserBundle.xcconfig but overridden to "" in 9 the project file. This removes the project file override. 10 11 WRAPPER_EXTENSION was moved from the project file to MiniBrowserBundle.xcconfig. 12 13 * MiniBrowser/Configurations/MiniBrowserBundle.xcconfig: 14 * MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj: 15 1 16 2017-02-10 Alex Christensen <achristensen@webkit.org> 2 17 -
trunk/Tools/MiniBrowser/Configurations/MiniBrowserBundle.xcconfig
r209288 r212108 24 24 PRODUCT_NAME = MiniBrowser 25 25 PRODUCT_BUNDLE_IDENTIFIER = com.apple.$(PRODUCT_NAME:rfc1034identifier) 26 WRAPPER_EXTENSION = wkbundle 26 27 GCC_PREFIX_HEADER = mac/Bundle/MiniBrowserBundle_Prefix.pch 27 28 INFOPLIST_FILE = mac/Bundle/Info.plist -
trunk/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj
r192801 r212108 337 337 baseConfigurationReference = 1AFFEF831860EEFB00DA465E /* MiniBrowserBundle.xcconfig */; 338 338 buildSettings = { 339 INFOPLIST_FILE = "";340 WRAPPER_EXTENSION = wkbundle;341 339 }; 342 340 name = Debug; … … 346 344 baseConfigurationReference = 1AFFEF831860EEFB00DA465E /* MiniBrowserBundle.xcconfig */; 347 345 buildSettings = { 348 INFOPLIST_FILE = "";349 WRAPPER_EXTENSION = wkbundle;350 346 }; 351 347 name = Release;
Note:
See TracChangeset
for help on using the changeset viewer.