Changes between Initial Version and Version 1 of Ticket #37287


Ignore:
Timestamp:
Dec 12, 2012, 3:50:37 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37287

    • Property Keywords haspatch added
  • Ticket #37287 – Description

    initial v1  
    55
    66The Makefile contains:
    7 -----------
     7{{{
    88texstudio.app/Contents/Resources/empty.lproj:
    99        @$(CHK_DIR_EXISTS) texstudio.app/Contents/Resources || $(MKDIR) texstudio.app/Contents/Resources
     
    1717        @$(DEL_FILE) texstudio.app/Contents/Resources/texstudio.icns
    1818        @$(COPY_FILE) texstudio.icns texstudio.app/Contents/Resources/texstudio.icns
    19 ---------------------
     19}}}
    2020
    2121It works when the line
     22{{{
    2223QMAKE_INFO_PLIST = Info.plist
     24}}}
    2325is removed from the texstudio.pro file.
    2426