Ignore:
Timestamp:
02/24/08 10:12:02 (16 years ago)
Author:
Nicholas Riley
Message:

Info.plists, VERSION.xcconfig: Using Dave Dribin's build configuration
trick to propagate ${CURRENT_MARKETING_VERSION}. Updated for 2.0d2.

InfoPlist.strings: Remove unnecessary repeated localization; update
copyright date.

Read Me: Updated for 2.0d2.

FSAnywhere.[hm]: F-Script 2.0a2 is the minimum version. Remove
FSA_VERSION (it's propagated from CURRENT_MARKETING_VERSION during
build) and turn on FSA_DEBUG.

F-Script Anywhere.xcodeproj: Updated for Xcode 3, Leopard only, etc.
Development build is still broken on inject and Deployment app build
is currently -O0 for debugging.

FSAApp.mm: Grammar/formatting cleanups. Some annoying race conditions
on startup still exist.

File:
1 edited

Legend:

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

    r222 r409  
    1818        <string>BNDL</string>
    1919        <key>CFBundleShortVersionString</key>
    20         <string></string>
     20        <string>${CURRENT_MARKETING_VERSION}</string>
    2121        <key>CFBundleSignature</key>
    2222        <string>FSAL</string>
    2323        <key>CFBundleVersion</key>
    24         <string>1.3</string>
     24        <string>${CURRENT_MARKETING_VERSION}</string>
    2525</dict>
    2626</plist>
Note: See TracChangeset for help on using the changeset viewer.