Changeset 271180 in webkit
- Timestamp:
- Jan 5, 2021, 4:22:12 PM (6 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebKit.xcodeproj/project.pbxproj (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r271178 r271180 1 2021-01-05 Tim Horton <timothy_horton@apple.com> 2 3 SourcesCocoa.txt should not be installed in the Web Content service bundle 4 https://bugs.webkit.org/show_bug.cgi?id=220338 5 6 Reviewed by Wenson Hsieh. 7 8 * WebKit.xcodeproj/project.pbxproj: 9 Remove SourcesCocoa.txt from the target. 10 1 11 2021-01-05 Peng Liu <peng.liu6@apple.com> 2 12 -
trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj
r270907 r271180 1213 1213 57FABB122581827C0059DC95 /* AuthenticationServicesCoreSoftLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 57FABB102581827C0059DC95 /* AuthenticationServicesCoreSoftLink.h */; }; 1214 1214 57FABB132581827C0059DC95 /* AuthenticationServicesCoreSoftLink.mm in Sources */ = {isa = PBXBuildFile; fileRef = 57FABB112581827C0059DC95 /* AuthenticationServicesCoreSoftLink.mm */; }; 1215 57FABB14258188230059DC95 /* SourcesCocoa.txt in Resources */ = {isa = PBXBuildFile; fileRef = 2D7DEBE121269D5F00B9F73C /* SourcesCocoa.txt */; };1216 1215 57FD318022B35158008D0E8B /* NavigationSOAuthorizationSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 57FD317822B35149008D0E8B /* NavigationSOAuthorizationSession.h */; }; 1217 1216 57FD318122B3515B008D0E8B /* PopUpSOAuthorizationSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 57FD317022B35148008D0E8B /* PopUpSOAuthorizationSession.h */; }; … … 12960 12959 buildActionMask = 2147483647; 12961 12960 files = ( 12962 57FABB14258188230059DC95 /* SourcesCocoa.txt in Resources */,12963 12961 E1D26A53175964D90095BFD1 /* WebContentProcess.xib in Resources */, 12964 12962 );
Note:
See TracChangeset
for help on using the changeset viewer.