Changeset 235541 in webkit


Ignore:
Timestamp:
Aug 31, 2018, 3:19:38 AM (7 years ago)
Author:
ddkilzer@apple.com
Message:

MobileMiniBrowser: Move test2s.mp4 into Resources directory

This makes the Resources folder in the Xcode project match
what's in the Resources directory on disk. Found by
tidy-Xcode-project-file (see Bug 188754).

  • MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj:
  • Update project for file move.
  • MobileMiniBrowser/MobileMiniBrowserFramework/Resources/test2s.mp4: Rename from Tools/MobileMiniBrowser/MobileMiniBrowserFramework/test2s.mp4.
Location:
trunk/Tools
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r235539 r235541  
     12018-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
    1132018-08-31  Frederic Wang  <fwang@igalia.com>
    214
  • trunk/Tools/MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj

    r235439 r235541  
    6767/* Begin PBXFileReference section */
    6868                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>"; };
    7070                CD1DAF921D709E3600017CF0 /* MobileMiniBrowser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MobileMiniBrowser.app; sourceTree = BUILT_PRODUCTS_DIR; };
    7171                CD1DAF961D709E3600017CF0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
Note: See TracChangeset for help on using the changeset viewer.