• Richard Moe Gustavsen's avatar
    xcode generator: don't modify or copy QMAKE_INFO_PLIST · 4be7cd09
    Richard Moe Gustavsen authored
    
    If the project has a custom Info.plist assigned to
    QMAKE_INFO_PLIST, we should leave it as-is without
    scanning and replacing contents inside it. Since we
    always copy the file to the build folder at qmake
    time, any later attempts to modify the source file
    will not have any effect.
    
    A better solution is to just reference the custom
    plist directly from the Xcode, without modifying it.
    
    This change will also stop unixmake2 from assigning the
    default plist to QMAKE_INFO_PLIST, since we need to
    know in the xcode generator if the variable was set in
    the project or not.
    
    Task-number: QTBUG-38260
    Change-Id: I3c488b2960170c544d94f9db89d3ca95ee290bdd
    Reviewed-by: default avatarTor Arne Vestbø <tor.arne.vestbo@digia.com>
    4be7cd09