Ignore:
Timestamp:
05/16/06 18:44:19 (18 years ago)
Author:
rchin
Message:

Fixed problem with F-Script leaking file handles (caused F-Script to not be able to inject into applications after a certain number of running apps had been launched). The problem was in appIsPEF calling open(2) but not close(2) before returning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/F-Script Anywhere/Source/Info-Application.plist

    r153 r222  
    88        <string>F-Script Anywhere</string>
    99        <key>CFBundleGetInfoString</key>
    10         <string>F-Script Anywhere 1.2b1,
    11 © 2002–04 Nicholas Riley</string>
     10        <string>F-Script Anywhere 1.3,
     11© 2002–06 Nicholas Riley</string>
    1212        <key>CFBundleIconFile</key>
    1313        <string>Application icon</string>
     
    2121        <string>APPL</string>
    2222        <key>CFBundleShortVersionString</key>
    23         <string>1.2b1</string>
     23        <string>1.3</string>
    2424        <key>CFBundleSignature</key>
    2525        <string>FSAn</string>
    2626        <key>CFBundleVersion</key>
    27         <string>1.2b1</string>
     27        <string>1.3</string>
    2828        <key>NSMainNibFile</key>
    2929        <string>MainMenu</string>
Note: See TracChangeset for help on using the changeset viewer.