Changeset 237310 in webkit
- Timestamp:
- Oct 20, 2018, 12:00:09 AM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 4 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r237305 r237310 1 2018-10-19 Dan Bernstein <mitz@apple.com> 2 3 [macOS] MiniBrowser has an unused injected bundle 4 https://bugs.webkit.org/show_bug.cgi?id=190770 5 6 Reviewed by Tim Horton. 7 8 * MiniBrowser/Configurations/MiniBrowserBundle.xcconfig: Removed. 9 * MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj: Removed the MiniBrowserBundle target, 10 the Copy Bundle build phase in the MiniBrowser target, and references to removed files. 11 * MiniBrowser/MiniBrowserWebProcessPlugIn.h: Removed. 12 * MiniBrowser/MiniBrowserWebProcessPlugIn.m: Removed. 13 * MiniBrowser/mac/Bundle: Removed. 14 1 15 2018-10-19 Wenson Hsieh <wenson_hsieh@apple.com> 2 16 -
trunk/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj
r236913 r237310 10 10 0FE643A1161FA8940059E3FF /* BrowserWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FE643A0161FA8940059E3FF /* BrowserWindowController.m */; }; 11 11 0FE643A4161FAC660059E3FF /* WK1BrowserWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FE643A3161FAC660059E3FF /* WK1BrowserWindowController.m */; }; 12 1AFFEF8818611C3D00DA465E /* MiniBrowserWebProcessPlugIn.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AFFEF8618611C3D00DA465E /* MiniBrowserWebProcessPlugIn.m */; };13 1AFFEF8B18611D8A00DA465E /* MiniBrowser.wkbundle in Copy Bundle */ = {isa = PBXBuildFile; fileRef = 1AFFEF751860EE6700DA465E /* MiniBrowser.wkbundle */; };14 12 256AC3DA0F4B6AC300CF3369 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 256AC3D90F4B6AC300CF3369 /* AppDelegate.m */; }; 15 13 2DC37343198B62D300EC33E9 /* SettingsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DC37342198B62D300EC33E9 /* SettingsController.m */; }; … … 23 21 /* End PBXBuildFile section */ 24 22 25 /* Begin PBXContainerItemProxy section */26 1AFFEF8918611D0500DA465E /* PBXContainerItemProxy */ = {27 isa = PBXContainerItemProxy;28 containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;29 proxyType = 1;30 remoteGlobalIDString = 1AFFEF741860EE6700DA465E;31 remoteInfo = MiniBrowserBundle;32 };33 /* End PBXContainerItemProxy section */34 35 /* Begin PBXCopyFilesBuildPhase section */36 BCBD38CF11B08C0100E01E54 /* Copy Bundle */ = {37 isa = PBXCopyFilesBuildPhase;38 buildActionMask = 2147483647;39 dstPath = Contents;40 dstSubfolderSpec = 1;41 files = (42 1AFFEF8B18611D8A00DA465E /* MiniBrowser.wkbundle in Copy Bundle */,43 );44 name = "Copy Bundle";45 runOnlyForDeploymentPostprocessing = 0;46 };47 /* End PBXCopyFilesBuildPhase section */48 49 23 /* Begin PBXFileReference section */ 50 24 0FE6439F161FA8940059E3FF /* BrowserWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BrowserWindowController.h; path = mac/BrowserWindowController.h; sourceTree = "<group>"; }; … … 52 26 0FE643A2161FAC660059E3FF /* WK1BrowserWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WK1BrowserWindowController.h; path = mac/WK1BrowserWindowController.h; sourceTree = "<group>"; }; 53 27 0FE643A3161FAC660059E3FF /* WK1BrowserWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = WK1BrowserWindowController.m; path = mac/WK1BrowserWindowController.m; sourceTree = "<group>"; }; 54 1AFFEF751860EE6700DA465E /* MiniBrowser.wkbundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MiniBrowser.wkbundle; sourceTree = BUILT_PRODUCTS_DIR; };55 28 1AFFEF761860EE6800DA465E /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; 56 29 1AFFEF781860EE6800DA465E /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; }; 57 1AFFEF831860EEFB00DA465E /* MiniBrowserBundle.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = MiniBrowserBundle.xcconfig; sourceTree = "<group>"; };58 1AFFEF841860EF2200DA465E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };59 1AFFEF851860EF2200DA465E /* MiniBrowserBundle_Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MiniBrowserBundle_Prefix.pch; sourceTree = "<group>"; };60 1AFFEF8618611C3D00DA465E /* MiniBrowserWebProcessPlugIn.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MiniBrowserWebProcessPlugIn.m; sourceTree = SOURCE_ROOT; };61 1AFFEF8718611C3D00DA465E /* MiniBrowserWebProcessPlugIn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MiniBrowserWebProcessPlugIn.h; sourceTree = SOURCE_ROOT; };62 30 1DDD58150DA1D0A300B32029 /* MainMenu.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = MainMenu.xib; path = mac/MainMenu.xib; sourceTree = "<group>"; }; 63 31 256AC3D80F4B6AC300CF3369 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = mac/AppDelegate.h; sourceTree = "<group>"; }; … … 87 55 88 56 /* Begin PBXFrameworksBuildPhase section */ 89 1AFFEF721860EE6700DA465E /* Frameworks */ = {90 isa = PBXFrameworksBuildPhase;91 buildActionMask = 2147483647;92 files = (93 );94 runOnlyForDeploymentPostprocessing = 0;95 };96 57 8D11072E0486CEB800E47090 /* Frameworks */ = { 97 58 isa = PBXFrameworksBuildPhase; … … 143 104 children = ( 144 105 8D1107320486CEB800E47090 /* MiniBrowser.app */, 145 1AFFEF751860EE6700DA465E /* MiniBrowser.wkbundle */,146 106 ); 147 107 name = Products; 148 sourceTree = "<group>";149 };150 1AFFEF791860EE6800DA465E /* Bundle */ = {151 isa = PBXGroup;152 children = (153 1AFFEF841860EF2200DA465E /* Info.plist */,154 1AFFEF851860EF2200DA465E /* MiniBrowserBundle_Prefix.pch */,155 1AFFEF8718611C3D00DA465E /* MiniBrowserWebProcessPlugIn.h */,156 1AFFEF8618611C3D00DA465E /* MiniBrowserWebProcessPlugIn.m */,157 );158 name = Bundle;159 path = mac/Bundle;160 108 sourceTree = "<group>"; 161 109 }; … … 167 115 29B97317FDCFA39411CA2CEA /* Resources */, 168 116 BCA8CBDA11E5787800812FB7 /* Configurations */, 169 1AFFEF791860EE6800DA465E /* Bundle */,170 117 29B97323FDCFA39411CA2CEA /* Frameworks */, 171 118 19C28FACFE9D520D11CA2CBB /* Products */, … … 199 146 BCA8CBDE11E578A000812FB7 /* DebugRelease.xcconfig */, 200 147 BCA8CBDF11E578A000812FB7 /* MiniBrowser.xcconfig */, 201 1AFFEF831860EEFB00DA465E /* MiniBrowserBundle.xcconfig */,202 148 ); 203 149 path = Configurations; … … 207 153 208 154 /* Begin PBXNativeTarget section */ 209 1AFFEF741860EE6700DA465E /* MiniBrowserBundle */ = {210 isa = PBXNativeTarget;211 buildConfigurationList = 1AFFEF821860EE6800DA465E /* Build configuration list for PBXNativeTarget "MiniBrowserBundle" */;212 buildPhases = (213 1AFFEF711860EE6700DA465E /* Sources */,214 1AFFEF721860EE6700DA465E /* Frameworks */,215 1AFFEF731860EE6700DA465E /* Resources */,216 );217 buildRules = (218 );219 dependencies = (220 );221 name = MiniBrowserBundle;222 productName = Bundle;223 productReference = 1AFFEF751860EE6700DA465E /* MiniBrowser.wkbundle */;224 productType = "com.apple.product-type.bundle";225 };226 155 8D1107260486CEB800E47090 /* MiniBrowser */ = { 227 156 isa = PBXNativeTarget; … … 229 158 buildPhases = ( 230 159 8D1107290486CEB800E47090 /* Resources */, 231 BCBD38CF11B08C0100E01E54 /* Copy Bundle */,232 160 8D11072C0486CEB800E47090 /* Sources */, 233 161 8D11072E0486CEB800E47090 /* Frameworks */, … … 236 164 ); 237 165 dependencies = ( 238 1AFFEF8A18611D0500DA465E /* PBXTargetDependency */,239 166 ); 240 167 name = MiniBrowser; … … 278 205 targets = ( 279 206 8D1107260486CEB800E47090 /* MiniBrowser */, 280 1AFFEF741860EE6700DA465E /* MiniBrowserBundle */,281 207 ); 282 208 }; … … 284 210 285 211 /* Begin PBXResourcesBuildPhase section */ 286 1AFFEF731860EE6700DA465E /* Resources */ = {287 isa = PBXResourcesBuildPhase;288 buildActionMask = 2147483647;289 files = (290 );291 runOnlyForDeploymentPostprocessing = 0;292 };293 212 8D1107290486CEB800E47090 /* Resources */ = { 294 213 isa = PBXResourcesBuildPhase; … … 304 223 305 224 /* Begin PBXSourcesBuildPhase section */ 306 1AFFEF711860EE6700DA465E /* Sources */ = {307 isa = PBXSourcesBuildPhase;308 buildActionMask = 2147483647;309 files = (310 1AFFEF8818611C3D00DA465E /* MiniBrowserWebProcessPlugIn.m in Sources */,311 );312 runOnlyForDeploymentPostprocessing = 0;313 };314 225 8D11072C0486CEB800E47090 /* Sources */ = { 315 226 isa = PBXSourcesBuildPhase; … … 329 240 /* End PBXSourcesBuildPhase section */ 330 241 331 /* Begin PBXTargetDependency section */332 1AFFEF8A18611D0500DA465E /* PBXTargetDependency */ = {333 isa = PBXTargetDependency;334 target = 1AFFEF741860EE6700DA465E /* MiniBrowserBundle */;335 targetProxy = 1AFFEF8918611D0500DA465E /* PBXContainerItemProxy */;336 };337 /* End PBXTargetDependency section */338 339 242 /* Begin XCBuildConfiguration section */ 340 1AFFEF801860EE6800DA465E/* Debug */ = {341 isa = XCBuildConfiguration; 342 baseConfigurationReference = 1AFFEF831860EEFB00DA465E /* MiniBrowserBundle.xcconfig */;243 C01FCF4B08A954540054247B /* Debug */ = { 244 isa = XCBuildConfiguration; 245 baseConfigurationReference = BCA8CBDF11E578A000812FB7 /* MiniBrowser.xcconfig */; 343 246 buildSettings = { 344 247 }; 345 248 name = Debug; 346 249 }; 347 1AFFEF811860EE6800DA465E/* Release */ = {348 isa = XCBuildConfiguration; 349 baseConfigurationReference = 1AFFEF831860EEFB00DA465E /* MiniBrowserBundle.xcconfig */;250 C01FCF4C08A954540054247B /* Release */ = { 251 isa = XCBuildConfiguration; 252 baseConfigurationReference = BCA8CBDF11E578A000812FB7 /* MiniBrowser.xcconfig */; 350 253 buildSettings = { 351 254 }; 352 255 name = Release; 353 256 }; 354 C01FCF4B08A954540054247B /* Debug */ = { 355 isa = XCBuildConfiguration; 356 baseConfigurationReference = BCA8CBDF11E578A000812FB7 /* MiniBrowser.xcconfig */; 357 buildSettings = { 257 C01FCF4F08A954540054247B /* Debug */ = { 258 isa = XCBuildConfiguration; 259 baseConfigurationReference = BCA8CBDE11E578A000812FB7 /* DebugRelease.xcconfig */; 260 buildSettings = { 261 GCC_OPTIMIZATION_LEVEL = 0; 358 262 }; 359 263 name = Debug; 360 264 }; 361 C01FCF 4C08A954540054247B /* Release */ = {362 isa = XCBuildConfiguration; 363 baseConfigurationReference = BCA8CBD F11E578A000812FB7 /* MiniBrowser.xcconfig */;265 C01FCF5008A954540054247B /* Release */ = { 266 isa = XCBuildConfiguration; 267 baseConfigurationReference = BCA8CBDE11E578A000812FB7 /* DebugRelease.xcconfig */; 364 268 buildSettings = { 365 269 }; 366 270 name = Release; 367 271 }; 368 C01FCF4F08A954540054247B /* Debug */ = {369 isa = XCBuildConfiguration;370 baseConfigurationReference = BCA8CBDE11E578A000812FB7 /* DebugRelease.xcconfig */;371 buildSettings = {372 GCC_OPTIMIZATION_LEVEL = 0;373 };374 name = Debug;375 };376 C01FCF5008A954540054247B /* Release */ = {377 isa = XCBuildConfiguration;378 baseConfigurationReference = BCA8CBDE11E578A000812FB7 /* DebugRelease.xcconfig */;379 buildSettings = {380 };381 name = Release;382 };383 272 /* End XCBuildConfiguration section */ 384 273 385 274 /* Begin XCConfigurationList section */ 386 1AFFEF821860EE6800DA465E /* Build configuration list for PBXNativeTarget "MiniBrowserBundle" */ = {387 isa = XCConfigurationList;388 buildConfigurations = (389 1AFFEF801860EE6800DA465E /* Debug */,390 1AFFEF811860EE6800DA465E /* Release */,391 );392 defaultConfigurationIsVisible = 0;393 defaultConfigurationName = Release;394 };395 275 C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "MiniBrowser" */ = { 396 276 isa = XCConfigurationList;
Note:
See TracChangeset
for help on using the changeset viewer.