haikuwebkit/Tools/WebKitTestRunner/Info.plist

11 lines
325 B
Plaintext
Raw Permalink Normal View History

TestWebKitAPI and WebKitTestRunner should have bundle identifiers https://bugs.webkit.org/show_bug.cgi?id=208260 <rdar://problem/59820107> Reviewed by Tim Horton. Followed instructions for adding an Info.plist for Single-File Tools found on https://developer.apple.com/library/archive/documentation/Security/Conceptual/CodeSigningGuide/Procedures/Procedures.html The default WebsiteDataStore file path will change with this test to reflect the new bundleID so we must change expectations for any api tests which rely on knowing the path. * TestWebKitAPI/Configurations/TestWebKitAPI.xcconfig: * TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj: * TestWebKitAPI/Tests/WebKitCocoa/IDBDeleteRecovery.mm: (TEST): * TestWebKitAPI/Tests/WebKitCocoa/IDBIndexUpgradeToV2.mm: (TEST): * TestWebKitAPI/Tests/WebKitCocoa/IDBObjectStoreInfoUpgradeToV2.mm: (TEST): * TestWebKitAPI/Tests/WebKitCocoa/IndexedDBStructuredCloneBackwardCompatibility.mm: (TEST): * TestWebKitAPI/Tests/WebKitCocoa/IndexedDBTempFileSize.mm: (TEST): * TestWebKitAPI/Tests/WebKitCocoa/LoadFileURL.mm: (TEST): * TestWebKitAPI/Tests/WebKitCocoa/LocalStorageClear.mm: (TEST): (defaultWebsiteCacheDirectory): * TestWebKitAPI/Tests/WebKitCocoa/LocalStorageNullEntries.mm: (TEST): * TestWebKitAPI/Tests/WebKitCocoa/ResourceLoadStatistics.mm: (TEST): * TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm: * TestWebKitAPI/Tests/WebKitCocoa/StoreBlobThenDelete.mm: (TEST): * TestWebKitAPI/Tests/WebKitCocoa/WKHTTPCookieStore.mm: (TEST): * TestWebKitAPI/Tests/WebKitCocoa/WebsiteDataStoreCustomPaths.mm: (runWebsiteDataStoreCustomPaths): (TEST): * TestWebKitAPI/Tests/mac/SetAndUpdateCacheModel.mm: (TestWebKitAPI::resetTestState): Now that we set a bundleID, we have to reset the cache model between tests, otherwise it gets stored between tests. (TestWebKitAPI::TEST): * WebKitTestRunner/Configurations/WebKitTestRunner.xcconfig: * WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj: Canonical link: https://commits.webkit.org/221283@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@257614 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2020-02-28 03:43:19 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
</dict>
</plist>