+2018-11-12 Tim Horton <timothy_horton@apple.com>
+
+ Modernize WebKit Tools Xcode projects for localization's sake
+ https://bugs.webkit.org/show_bug.cgi?id=191495
+
+ Reviewed by Alexey Proskuryakov.
+
+ * ContentExtensionTester/ContentExtensionTester.xcodeproj/project.pbxproj:
+ * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
+ * EditingHistory/EditingHistory.xcodeproj/project.pbxproj:
+ * FontWithFeatures/FontWithFeatures.xcodeproj/project.pbxproj:
+ * ImageDiff/ImageDiff.xcodeproj/project.pbxproj:
+ * MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj:
+ * MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj:
+ * TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
+ * WebEditingTester/WebEditingTester.xcodeproj/project.pbxproj:
+ * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj:
+ * WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj:
+ * lldb/lldbWebKitTester/lldbWebKitTester.xcodeproj/project.pbxproj:
+ These are less important because they're not localized, but since
+ I made the style checker complain, it now complains any time anyone
+ touches any of these projects... so upgrade them.
+
2018-11-12 Jonathan Bedard <jbedard@apple.com>
webkitpy: Check for specific process instead of using data migrator
};
buildConfigurationList = 7C4AB39C1AF0276C003FC8D1 /* Build configuration list for PBXProject "ContentExtensionTester" */;
compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
+ developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
};
buildConfigurationList = 149C29C308902C6D008A9EFC /* Build configuration list for PBXProject "DumpRenderTree" */;
compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
+ developmentRegion = en;
hasScannedForEncodings = 1;
knownRegions = (
- English,
- Japanese,
- French,
- German,
en,
Base,
);
512D7A951DE0FBEF0028F0E6 /* EditingHistory */ = {
isa = PBXGroup;
children = (
+ 512D7AB51DE0FC590028F0E6 /* Resources */,
516ADBB01DE155BD00E2B98D /* Info.plist */,
516ADBB11DE155BD00E2B98D /* main.m */,
516ADBB21DE155BD00E2B98D /* TestRunner.h */,
516ADBB51DE155BD00E2B98D /* TestUtil.m */,
516ADBB61DE155BD00E2B98D /* WKWebViewAdditions.h */,
516ADBB71DE155BD00E2B98D /* WKWebViewAdditions.m */,
- 512D7AB51DE0FC590028F0E6 /* Resources */,
);
path = EditingHistory;
sourceTree = "<group>";
512D7AB51DE0FC590028F0E6 /* Resources */ = {
isa = PBXGroup;
children = (
- 517FD93B1DE18DC900A73673 /* DOMTestingUtil.js */,
516ADBA81DE155AB00E2B98D /* CaptureHarness.html */,
+ 517FD93B1DE18DC900A73673 /* DOMTestingUtil.js */,
516ADBAB1DE155AB00E2B98D /* PlaybackHarness.html */,
);
name = Resources;
516ADBF11DE157AD00E2B98D /* EditingHistoryTests */ = {
isa = PBXGroup;
children = (
- 516ADBF21DE157AD00E2B98D /* RewindAndPlaybackTests.m */,
516ADBF41DE157AD00E2B98D /* Info.plist */,
+ 516ADBF21DE157AD00E2B98D /* RewindAndPlaybackTests.m */,
);
path = EditingHistoryTests;
sourceTree = "<group>";
};
buildConfigurationList = 512D7A8E1DE0FBEF0028F0E6 /* Build configuration list for PBXProject "EditingHistory" */;
compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
+ developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- F4BFB9891E1DE82D00862C24 /* DumpEditingHistory.js in Resources */,
- F4BFB98A1E1DE82D00862C24 /* EditingHistoryUtil.js in Resources */,
516ADBE21DE156A900E2B98D /* CaptureHarness.html in Resources */,
517FD93C1DE18DC900A73673 /* DOMTestingUtil.js in Resources */,
+ F4BFB9891E1DE82D00862C24 /* DumpEditingHistory.js in Resources */,
+ F4BFB98A1E1DE82D00862C24 /* EditingHistoryUtil.js in Resources */,
516ADBE51DE156A900E2B98D /* PlaybackHarness.html in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- C28626B51BA907AE001961D6 /* CoreText.framework in Frameworks */,
- C28626B31BA906D1001961D6 /* CoreServices.framework in Frameworks */,
C28626B11BA906C1001961D6 /* CoreFoundation.framework in Frameworks */,
- C28626AF1BA9062C001961D6 /* ImageIO.framework in Frameworks */,
C28626AD1BA904F1001961D6 /* CoreGraphics.framework in Frameworks */,
+ C28626B31BA906D1001961D6 /* CoreServices.framework in Frameworks */,
+ C28626B51BA907AE001961D6 /* CoreText.framework in Frameworks */,
+ C28626AF1BA9062C001961D6 /* ImageIO.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
C28626A41BA902B9001961D6 /* FontWithFeatures */ = {
isa = PBXGroup;
children = (
- C28626A51BA902B9001961D6 /* main.cpp */,
C28626B61BA91762001961D6 /* FontCreator.cpp */,
C28626B71BA91762001961D6 /* FontCreator.h */,
+ C28626A51BA902B9001961D6 /* main.cpp */,
);
path = FontWithFeatures;
sourceTree = "<group>";
};
buildConfigurationList = C286269D1BA902B9001961D6 /* Build configuration list for PBXProject "FontWithFeatures" */;
compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
+ developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- C28626A61BA902B9001961D6 /* main.cpp in Sources */,
C28626B81BA91762001961D6 /* FontCreator.cpp in Sources */,
+ C28626A61BA902B9001961D6 /* main.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
};
buildConfigurationList = 31A5D03D1EBBBB0400D3F11B /* Build configuration list for PBXProject "ImageDiff" */;
compatibilityVersion = "Xcode 8.0";
- developmentRegion = English;
+ developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 7A41C8F41EC1F935003DBC76 /* PlatformImage.cpp in Sources */,
7A41C8F21EC1F919003DBC76 /* ImageDiff.cpp in Sources */,
+ 7A41C8F41EC1F935003DBC76 /* PlatformImage.cpp in Sources */,
7A41C8F01EC1F8FF003DBC76 /* PlatformImageCG.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "MiniBrowser" */;
compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
+ developmentRegion = en;
hasScannedForEncodings = 1;
knownRegions = (
- English,
- Japanese,
- French,
- German,
en,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* MiniBrowser */;
};
buildConfigurationList = CD1DAF8D1D709E3600017CF0 /* Build configuration list for PBXProject "MobileMiniBrowser" */;
compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
+ developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
developmentRegion = en;
hasScannedForEncodings = 1;
knownRegions = (
- English,
- Japanese,
- French,
- German,
+ en,
);
mainGroup = 08FB7794FE84155DC02AAC07 /* TestWebKitAPI */;
projectDirPath = "";
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- C59F9B991A93C8E90041A959 /* WebKit.framework in Frameworks */,
C59F9B971A93C8E00041A959 /* Cocoa.framework in Frameworks */,
+ C59F9B991A93C8E90041A959 /* WebKit.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
children = (
C558CDB11A92D6900059A907 /* AppDelegate.h */,
C558CDB21A92D6900059A907 /* AppDelegate.m */,
+ 2D6B05BD1A972E8C00613256 /* CannedContent.h */,
+ 2D6B05BE1A972E8C00613256 /* CannedContent.m */,
+ 2D4FFA0F1A97079D0006360B /* EditingOperations.h */,
+ 2D4FFA101A97079D0006360B /* EditingOperations.m */,
+ C558CDB61A92D6900059A907 /* WebDocumentController.h */,
+ C558CDB71A92D6900059A907 /* WebDocumentController.m */,
C59F9B9B1A93CB630041A959 /* WK1WebDocumentController.h */,
C59F9B9C1A93CB630041A959 /* WK1WebDocumentController.m */,
C59F9B9D1A93CB630041A959 /* WK2WebDocumentController.h */,
C59F9B9E1A93CB630041A959 /* WK2WebDocumentController.m */,
- C558CDB61A92D6900059A907 /* WebDocumentController.h */,
- C558CDB71A92D6900059A907 /* WebDocumentController.m */,
- 2D4FFA0F1A97079D0006360B /* EditingOperations.h */,
- 2D4FFA101A97079D0006360B /* EditingOperations.m */,
- 2D6B05BD1A972E8C00613256 /* CannedContent.h */,
- 2D6B05BE1A972E8C00613256 /* CannedContent.m */,
);
name = WebEditingTester;
sourceTree = "<group>";
C558CDD51A93C8830059A907 /* Frameworks */ = {
isa = PBXGroup;
children = (
- C59F9B981A93C8E90041A959 /* WebKit.framework */,
C59F9B961A93C8E00041A959 /* Cocoa.framework */,
+ C59F9B981A93C8E90041A959 /* WebKit.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
buildConfigurationList = C558CDA71A92D6900059A907 /* Build configuration list for PBXProject "WebEditingTester" */;
compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
+ developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- C53E7D0E1A9546E600818F19 /* WebDocument.xib in Resources */,
- C53E7D0D1A9546E600818F19 /* MainMenu.xib in Resources */,
2D6B05C21A97365300613256 /* dice.png in Resources */,
+ C53E7D0D1A9546E600818F19 /* MainMenu.xib in Resources */,
+ C53E7D0E1A9546E600818F19 /* WebDocument.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
+ C558CDB31A92D6900059A907 /* AppDelegate.m in Sources */,
2D6B05BF1A972E8C00613256 /* CannedContent.m in Sources */,
- C558CDB81A92D6900059A907 /* WebDocumentController.m in Sources */,
- C59F9BA01A93CB630041A959 /* WK2WebDocumentController.m in Sources */,
2D4FFA111A97079D0006360B /* EditingOperations.m in Sources */,
C558CDB51A92D6900059A907 /* main.m in Sources */,
- C558CDB31A92D6900059A907 /* AppDelegate.m in Sources */,
+ C558CDB81A92D6900059A907 /* WebDocumentController.m in Sources */,
C59F9B9F1A93CB630041A959 /* WK1WebDocumentController.m in Sources */,
+ C59F9BA01A93CB630041A959 /* WK2WebDocumentController.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 5DE0853815AE0AA0000A27B4 /* Security.framework in Frameworks */,
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
+ 5DE0853815AE0AA0000A27B4 /* Security.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
isa = PBXGroup;
children = (
5DA88F7E0FC8176100AB2F62 /* Base.xcconfig */,
+ 1C48994E1BBC547D00213C1C /* WebKitLauncher.entitlements */,
5DA88F7F0FC8176100AB2F62 /* WebKitLauncher.xcconfig */,
5DA88F800FC8176100AB2F62 /* WebKitNightlyEnabler.xcconfig */,
- 1C48994E1BBC547D00213C1C /* WebKitLauncher.entitlements */,
);
path = Configurations;
sourceTree = "<group>";
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "WebKitLauncher" */;
compatibilityVersion = "Xcode 3.1";
- developmentRegion = English;
+ developmentRegion = en;
hasScannedForEncodings = 1;
knownRegions = (
- English,
- Japanese,
- French,
- German,
+ en,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* WebKit */;
projectDirPath = "";
};
buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "WebKitTestRunner" */;
compatibilityVersion = "Xcode 3.1";
- developmentRegion = English;
+ developmentRegion = en;
hasScannedForEncodings = 1;
knownRegions = (
- English,
- Japanese,
- French,
- German,
en,
);
mainGroup = 08FB7794FE84155DC02AAC07 /* WebKitTestRunner */;
};
buildConfigurationList = 7C4AB39C1AF0276C003FC8D1 /* Build configuration list for PBXProject "lldbWebKitTester" */;
compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
+ developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,