Changeset 1356

Show
Ignore:
Timestamp:
11/16/11 21:00:23 (6 months ago)
Author:
gbooker
Message:

Tag a version that works on Lion.

Location:
trunk/SapphireFrappliance
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/SapphireFrappliance/FRAppliance/SapphireAppliance.m

    r1190 r1356  
    121121                //code from ATVFiles. Thx! 
    122122                range = [backtrace rangeOfString: @"(in BackRow)"]; 
    123                 if(range.location != NSNotFound) { 
     123                if([SapphireFrontRowCompat atvVersion] >= SapphireFrontRowCompatATVVersionLeopardFrontrow) { 
    124124                        //NSLog(@"+[%@ className] called for Leopard/ATV2 whitelist check, so I'm lying, m'kay?", className); 
    125125                        // 10.5/ATV2 (and 1.1, but that's handled above) 
  • trunk/SapphireFrappliance/Resources/Info.plist

    r1344 r1356  
    2020        <string>????</string> 
    2121        <key>CFBundleVersion</key> 
    22         <string>1.0b8.0.7 (SVN_REVISION)</string> 
     22        <string>1.0b8.0.8 (SVN_REVISION)</string> 
    2323        <key>FRApplianceCategoryDescriptors</key> 
    2424        <array> 
  • trunk/SapphireFrappliance/scripts/createInstaller

    r1344 r1356  
    11PATH="$PATH:/opt/local/bin:/usr/local/bin:/usr/local/subversion/bin:/sw/bin" 
    22INSTALLER="installSapphire.sh" 
    3 VERSION="1.0b8.0.7" 
     3VERSION="1.0b8.0.8" 
    44cd "$BUILT_PRODUCTS_DIR" 
    55mkdir -p "dist"