Changeset 235541 in webkit
- Timestamp:
- Aug 31, 2018, 3:19:38 AM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r235539 r235541 1 2018-08-31 David Kilzer <ddkilzer@apple.com> 2 3 MobileMiniBrowser: Move test2s.mp4 into Resources directory 4 5 This makes the Resources folder in the Xcode project match 6 what's in the Resources directory on disk. Found by 7 tidy-Xcode-project-file (see Bug 188754). 8 9 * MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj: 10 - Update project for file move. 11 * MobileMiniBrowser/MobileMiniBrowserFramework/Resources/test2s.mp4: Rename from Tools/MobileMiniBrowser/MobileMiniBrowserFramework/test2s.mp4. 12 1 13 2018-08-31 Frederic Wang <fwang@igalia.com> 2 14 -
trunk/Tools/MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj
r235439 r235541 67 67 /* Begin PBXFileReference section */ 68 68 3F0B439A1D908D0C00D186B5 /* looping2s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = looping2s.html; path = Resources/looping2s.html; sourceTree = "<group>"; }; 69 3F0B439C1D908DE700D186B5 /* test2s.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path =test2s.mp4; sourceTree = "<group>"; };69 3F0B439C1D908DE700D186B5 /* test2s.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; name = test2s.mp4; path = Resources/test2s.mp4; sourceTree = "<group>"; }; 70 70 CD1DAF921D709E3600017CF0 /* MobileMiniBrowser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MobileMiniBrowser.app; sourceTree = BUILT_PRODUCTS_DIR; }; 71 71 CD1DAF961D709E3600017CF0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
Note:
See TracChangeset
for help on using the changeset viewer.