Changeset 639

Show
Ignore:
Timestamp:
07/26/08 21:10:57 (4 months ago)
Author:
gbooker
Message:

Forgot to commit version info for last

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/SapphireFrappliance/Info.plist

    r534 r639  
    2020        <string>????</string> 
    2121        <key>CFBundleVersion</key> 
    22         <string>1.0b6.1 (SVN_REVISION)</string> 
     22        <string>1.0b6.2 (SVN_REVISION)</string> 
    2323        <key>FRApplianceCategoryDescriptors</key> 
    2424        <array> 
  • trunk/SapphireFrappliance/Sapphire.xcodeproj/project.pbxproj

    r538 r639  
    145145                        containerPortal = 089C1669FE841209C02AAC07 /* Project object */; 
    146146                        proxyType = 1; 
    147                         remoteGlobalIDString = F5B4186D0D0B29D800BDD361 /* Complete Sapphire */
     147                        remoteGlobalIDString = F5B4186D0D0B29D800BDD361
    148148                        remoteInfo = "Complete Sapphire"; 
    149149                }; 
     
    264264                38FAFC310C012A7800853CFE /* SapphireBrowser.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = SapphireBrowser.m; sourceTree = "<group>"; }; 
    265265                8D5B49B6048680CD000E48DA /* Sapphire.frappliance */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Sapphire.frappliance; sourceTree = BUILT_PRODUCTS_DIR; }; 
    266                 8D5B49B7048680CD000E48DA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = Info.plist; sourceTree = "<group>"; }; 
     266                8D5B49B7048680CD000E48DA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 
    267267                F5003FF90D19980B003FEA08 /* LeopardOnly.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LeopardOnly.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 
    268268                F50040090D1998B4003FEA08 /* SapphireLeopardOnly.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SapphireLeopardOnly.h; sourceTree = "<group>"; }; 
  • trunk/SapphireFrappliance/scripts/createInstaller

    r536 r639  
    11PATH="$PATH:/opt/local/bin:/usr/local/bin:/usr/local/subversion/bin:/sw/bin" 
    22INSTALLER="installSapphire.sh" 
    3 VERSION="1.0b6.1
     3VERSION="1.0b6.2
    44cd "$BUILT_PRODUCTS_DIR" 
    55mkdir "dist"