Changeset 3387

Show
Ignore:
Timestamp:
01/03/06 18:47:57 (3 years ago)
Author:
morris
Message:

Build universal

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Footagehead/trunk/English.lproj/ReleaseNotes.rtf

    r3110 r3387  
    1 {\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf10
     1{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf23
    22{\fonttbl\f0\fswiss\fcharset77 Helvetica-Bold;\f1\fswiss\fcharset77 Helvetica;\f2\fswiss\fcharset77 Helvetica-Oblique; 
    33} 
     
    8383- Automatic detection of added/removed/renamed files and folders\ 
    8484- Deprecate Mac OS X 10.2 support\ 
     85- Universal binary\ 
    8586 
    8687\f0\b \cf2 \ 
  • Footagehead/trunk/Footagehead.xcconfig

    r3374 r3387  
    2222GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO 
    2323GCC_WARN_SIGN_COMPARE = YES 
     24GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = YES 
     25MACOSX_DEPLOYMENT_TARGET_i386 = 10.4 
     26MACOSX_DEPLOYMENT_TARGET_ppc = 10.3 
     27SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk 
     28SDKROOT_ppc = /Developer/SDKs/MacOSX10.4u.sdk 
    2429WARNING_CFLAGS =  
    25 GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = YES 
  • Footagehead/trunk/Footagehead.xcodeproj/project.pbxproj

    r3295 r3387  
    11941194                        runOnlyForDeploymentPostprocessing = 0; 
    11951195                        shellPath = /bin/sh; 
    1196                         shellScript = "cd ../ZankaAdditions/\n/usr/bin/xcodebuild -target \"Zanka Additions\" -configuration $BUILD_STYLE SYMROOT=$SYMROOT OBJROOT=$OBJROOT $ACTION || exit 1"; 
     1196                        shellScript = "cd ../ZankaAdditions/\n/usr/bin/xcodebuild -target \"Zanka Additions\" -configuration \"$BUILD_STYLE\" SYMROOT=\"$SYMROOT\" OBJROOT=\"$OBJROOT\" $ACTION || exit 1"; 
    11971197                }; 
    11981198                775BA322075F59E000F0941E /* Run Script (Localize) */ = { 
     
    14481448 
    14491449/* Begin XCBuildConfiguration section */ 
    1450                 77512CF80862CFC2002757A8 /* Debug */ = { 
     1450                77512CF80862CFC2002757A8 /* Debug (Native) */ = { 
    14511451                        isa = XCBuildConfiguration; 
    14521452                        buildSettings = { 
     
    14651465                                ); 
    14661466                        }; 
    1467                         name = Debug
    1468                 }; 
    1469                 77512CF90862CFC2002757A8 /* Test */ = { 
     1467                        name = "Debug (Native)"
     1468                }; 
     1469                77512CF90862CFC2002757A8 /* Test (Universal) */ = { 
    14701470                        isa = XCBuildConfiguration; 
    14711471                        buildSettings = { 
     
    14821482                                ); 
    14831483                        }; 
    1484                         name = Test
    1485                 }; 
    1486                 77512CFA0862CFC2002757A8 /* Release */ = { 
     1484                        name = "Test (Universal)"
     1485                }; 
     1486                77512CFA0862CFC2002757A8 /* Release (Universal) */ = { 
    14871487                        isa = XCBuildConfiguration; 
    14881488                        buildSettings = { 
     
    15011501                                ); 
    15021502                        }; 
    1503                         name = Release
    1504                 }; 
    1505                 77512F770862D6C7002757A8 /* Debug */ = { 
     1503                        name = "Release (Universal)"
     1504                }; 
     1505                77512F770862D6C7002757A8 /* Debug (Native) */ = { 
    15061506                        isa = XCBuildConfiguration; 
    15071507                        buildSettings = { 
    15081508                                PRODUCT_NAME = jpeg; 
    15091509                        }; 
    1510                         name = Debug
    1511                 }; 
    1512                 77512F780862D6C7002757A8 /* Test */ = { 
     1510                        name = "Debug (Native)"
     1511                }; 
     1512                77512F780862D6C7002757A8 /* Test (Universal) */ = { 
    15131513                        isa = XCBuildConfiguration; 
    15141514                        buildSettings = { 
    15151515                                PRODUCT_NAME = jpeg; 
    15161516                        }; 
    1517                         name = Test
    1518                 }; 
    1519                 77512F790862D6C7002757A8 /* Release */ = { 
     1517                        name = "Test (Universal)"
     1518                }; 
     1519                77512F790862D6C7002757A8 /* Release (Universal) */ = { 
    15201520                        isa = XCBuildConfiguration; 
    15211521                        buildSettings = { 
    15221522                                PRODUCT_NAME = jpeg; 
    15231523                        }; 
    1524                         name = Release
    1525                 }; 
    1526                 7782C5920856151000777434 /* Debug */ = { 
     1524                        name = "Release (Universal)"
     1525                }; 
     1526                7782C5920856151000777434 /* Debug (Native) */ = { 
    15271527                        isa = XCBuildConfiguration; 
    15281528                        baseConfigurationReference = 7739664D08574E5400058AF5 /* Footagehead.xcconfig */; 
     
    15351535                                WRAPPER_EXTENSION = app; 
    15361536                        }; 
    1537                         name = Debug
    1538                 }; 
    1539                 7782C5930856151000777434 /* Test */ = { 
     1537                        name = "Debug (Native)"
     1538                }; 
     1539                7782C5930856151000777434 /* Test (Universal) */ = { 
    15401540                        isa = XCBuildConfiguration; 
    15411541                        baseConfigurationReference = 7739664D08574E5400058AF5 /* Footagehead.xcconfig */; 
     
    15481548                                WRAPPER_EXTENSION = app; 
    15491549                        }; 
    1550                         name = Test
    1551                 }; 
    1552                 7782C5940856151000777434 /* Release */ = { 
     1550                        name = "Test (Universal)"
     1551                }; 
     1552                7782C5940856151000777434 /* Release (Universal) */ = { 
    15531553                        isa = XCBuildConfiguration; 
    15541554                        baseConfigurationReference = 7739664D08574E5400058AF5 /* Footagehead.xcconfig */; 
     
    15611561                                WRAPPER_EXTENSION = app; 
    15621562                        }; 
    1563                         name = Release
    1564                 }; 
    1565                 7782C5970856151000777434 /* Debug */ = { 
     1563                        name = "Release (Universal)"
     1564                }; 
     1565                7782C5970856151000777434 /* Debug (Native) */ = { 
    15661566                        isa = XCBuildConfiguration; 
    15671567                        buildSettings = { 
     
    15771577                                ZERO_LINK = YES; 
    15781578                        }; 
    1579                         name = Debug
    1580                 }; 
    1581                 7782C5980856151000777434 /* Test */ = { 
     1579                        name = "Debug (Native)"
     1580                }; 
     1581                7782C5980856151000777434 /* Test (Universal) */ = { 
    15821582                        isa = XCBuildConfiguration; 
    15831583                        buildSettings = { 
     
    15901590                                ZERO_LINK = NO; 
    15911591                        }; 
    1592                         name = Test
    1593                 }; 
    1594                 7782C5990856151000777434 /* Release */ = { 
     1592                        name = "Test (Universal)"
     1593                }; 
     1594                7782C5990856151000777434 /* Release (Universal) */ = { 
    15951595                        isa = XCBuildConfiguration; 
    15961596                        buildSettings = { 
     
    16061606                                ZERO_LINK = NO; 
    16071607                        }; 
    1608                         name = Release
    1609                 }; 
    1610                 7782C59C0856151000777434 /* Debug */ = { 
     1608                        name = "Release (Universal)"
     1609                }; 
     1610                7782C59C0856151000777434 /* Debug (Native) */ = { 
    16111611                        isa = XCBuildConfiguration; 
    16121612                        buildSettings = { 
     
    16221622                                ZERO_LINK = YES; 
    16231623                        }; 
    1624                         name = Debug
    1625                 }; 
    1626                 7782C59D0856151000777434 /* Test */ = { 
     1624                        name = "Debug (Native)"
     1625                }; 
     1626                7782C59D0856151000777434 /* Test (Universal) */ = { 
    16271627                        isa = XCBuildConfiguration; 
    16281628                        buildSettings = { 
     
    16351635                                ZERO_LINK = NO; 
    16361636                        }; 
    1637                         name = Test
    1638                 }; 
    1639                 7782C59E0856151000777434 /* Release */ = { 
     1637                        name = "Test (Universal)"
     1638                }; 
     1639                7782C59E0856151000777434 /* Release (Universal) */ = { 
    16401640                        isa = XCBuildConfiguration; 
    16411641                        buildSettings = { 
     
    16511651                                ZERO_LINK = NO; 
    16521652                        }; 
    1653                         name = Release
    1654                 }; 
    1655                 7782C5A10856151000777434 /* Debug */ = { 
     1653                        name = "Release (Universal)"
     1654                }; 
     1655                7782C5A10856151000777434 /* Debug (Native) */ = { 
    16561656                        isa = XCBuildConfiguration; 
    16571657                        baseConfigurationReference = 7739664D08574E5400058AF5 /* Footagehead.xcconfig */; 
     
    16601660                                GCC_OPTIMIZATION_LEVEL = 0; 
    16611661                                GCC_PREPROCESSOR_DEFINITIONS = DEBUG; 
    1662                                 MACOSX_DEPLOYMENT_TARGET = 10.3; 
    1663                                 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; 
    16641662                                ZERO_LINK = YES; 
    16651663                        }; 
    1666                         name = Debug
    1667                 }; 
    1668                 7782C5A20856151000777434 /* Test */ = { 
     1664                        name = "Debug (Native)"
     1665                }; 
     1666                7782C5A20856151000777434 /* Test (Universal) */ = { 
    16691667                        isa = XCBuildConfiguration; 
    16701668                        baseConfigurationReference = 7739664D08574E5400058AF5 /* Footagehead.xcconfig */; 
    16711669                        buildSettings = { 
     1670                                ARCHS = ( 
     1671                                        ppc, 
     1672                                        i386, 
     1673                                ); 
    16721674                                COPY_PHASE_STRIP = NO; 
    16731675                                GCC_PREPROCESSOR_DEFINITIONS = TEST; 
    1674                                 MACOSX_DEPLOYMENT_TARGET = 10.3; 
    1675                                 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; 
    1676                         }; 
    1677                         name = Test; 
    1678                 }; 
    1679                 7782C5A30856151000777434 /* Release */ = { 
     1676                                GCC_WARN_UNINITIALIZED_AUTOS = YES; 
     1677                        }; 
     1678                        name = "Test (Universal)"; 
     1679                }; 
     1680                7782C5A30856151000777434 /* Release (Universal) */ = { 
    16801681                        isa = XCBuildConfiguration; 
    16811682                        baseConfigurationReference = 7739664D08574E5400058AF5 /* Footagehead.xcconfig */; 
    16821683                        buildSettings = { 
     1684                                ARCHS = ( 
     1685                                        ppc, 
     1686                                        i386, 
     1687                                ); 
    16831688                                GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 
    16841689                                GCC_PREPROCESSOR_DEFINITIONS = RELEASE; 
    16851690                                GCC_WARN_UNINITIALIZED_AUTOS = YES; 
    1686                                 MACOSX_DEPLOYMENT_TARGET = 10.3; 
    1687                                 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; 
    1688                         }; 
    1689                         name = Release; 
    1690                 }; 
    1691                 A5B450DC0880A790003B1DA1 /* Debug */ = { 
     1691                        }; 
     1692                        name = "Release (Universal)"; 
     1693                }; 
     1694                A5B450DC0880A790003B1DA1 /* Debug (Native) */ = { 
    16921695                        isa = XCBuildConfiguration; 
    16931696                        buildSettings = { 
     
    17031706                                PRODUCT_NAME = unrar; 
    17041707                        }; 
    1705                         name = Debug
    1706                 }; 
    1707                 A5B450DD0880A790003B1DA1 /* Test */ = { 
     1708                        name = "Debug (Native)"
     1709                }; 
     1710                A5B450DD0880A790003B1DA1 /* Test (Universal) */ = { 
    17081711                        isa = XCBuildConfiguration; 
    17091712                        buildSettings = { 
     
    17191722                                PRODUCT_NAME = unrar; 
    17201723                        }; 
    1721                         name = Test
    1722                 }; 
    1723                 A5B450DE0880A790003B1DA1 /* Release */ = { 
     1724                        name = "Test (Universal)"
     1725                }; 
     1726                A5B450DE0880A790003B1DA1 /* Release (Universal) */ = { 
    17241727                        isa = XCBuildConfiguration; 
    17251728                        buildSettings = { 
     
    17351738                                PRODUCT_NAME = unrar; 
    17361739                        }; 
    1737                         name = Release
     1740                        name = "Release (Universal)"
    17381741                }; 
    17391742/* End XCBuildConfiguration section */ 
     
    17431746                        isa = XCConfigurationList; 
    17441747                        buildConfigurations = ( 
    1745                                 77512CF80862CFC2002757A8 /* Debug */, 
    1746                                 77512CF90862CFC2002757A8 /* Test */, 
    1747                                 77512CFA0862CFC2002757A8 /* Release */, 
     1748                                77512CF80862CFC2002757A8 /* Debug (Native) */, 
     1749                                77512CF90862CFC2002757A8 /* Test (Universal) */, 
     1750                                77512CFA0862CFC2002757A8 /* Release (Universal) */, 
    17481751                        ); 
    17491752                        defaultConfigurationIsVisible = 0; 
    1750                         defaultConfigurationName = Debug
     1753                        defaultConfigurationName = "Debug (Native)"
    17511754                }; 
    17521755                77512F760862D6C7002757A8 /* Build configuration list for PBXNativeTarget "libjpeg" */ = { 
    17531756                        isa = XCConfigurationList; 
    17541757                        buildConfigurations = ( 
    1755                                 77512F770862D6C7002757A8 /* Debug */, 
    1756                                 77512F780862D6C7002757A8 /* Test */, 
    1757                                 77512F790862D6C7002757A8 /* Release */, 
     1758                                77512F770862D6C7002757A8 /* Debug (Native) */, 
     1759                                77512F780862D6C7002757A8 /* Test (Universal) */, 
     1760                                77512F790862D6C7002757A8 /* Release (Universal) */, 
    17581761                        ); 
    17591762                        defaultConfigurationIsVisible = 0; 
    1760                         defaultConfigurationName = Debug
     1763                        defaultConfigurationName = "Debug (Native)"
    17611764                }; 
    17621765                7782C5910856151000777434 /* Build configuration list for PBXNativeTarget "Footagehead" */ = { 
    17631766                        isa = XCConfigurationList; 
    17641767                        buildConfigurations = ( 
    1765                                 7782C5920856151000777434 /* Debug */, 
    1766                                 7782C5930856151000777434 /* Test */, 
    1767                                 7782C5940856151000777434 /* Release */, 
     1768                                7782C5920856151000777434 /* Debug (Native) */, 
     1769                                7782C5930856151000777434 /* Test (Universal) */, 
     1770                                7782C5940856151000777434 /* Release (Universal) */, 
    17681771                        ); 
    17691772                        defaultConfigurationIsVisible = 0; 
    1770                         defaultConfigurationName = Debug
     1773                        defaultConfigurationName = "Debug (Native)"
    17711774                }; 
    17721775                7782C5960856151000777434 /* Build configuration list for PBXAggregateTarget "Localization" */ = { 
    17731776                        isa = XCConfigurationList; 
    17741777                        buildConfigurations = ( 
    1775                                 7782C5970856151000777434 /* Debug */, 
    1776                                 7782C5980856151000777434 /* Test */, 
    1777                                 7782C5990856151000777434 /* Release */, 
     1778                                7782C5970856151000777434 /* Debug (Native) */, 
     1779                                7782C5980856151000777434 /* Test (Universal) */, 
     1780                                7782C5990856151000777434 /* Release (Universal) */, 
    17781781                        ); 
    17791782                        defaultConfigurationIsVisible = 0; 
    1780                         defaultConfigurationName = Debug
     1783                        defaultConfigurationName = "Debug (Native)"
    17811784                }; 
    17821785                7782C59B0856151000777434 /* Build configuration list for PBXAggregateTarget "Distribution" */ = { 
    17831786                        isa = XCConfigurationList; 
    17841787                        buildConfigurations = ( 
    1785                                 7782C59C0856151000777434 /* Debug */, 
    1786                                 7782C59D0856151000777434 /* Test */, 
    1787                                 7782C59E0856151000777434 /* Release */, 
     1788                                7782C59C0856151000777434 /* Debug (Native) */, 
     1789                                7782C59D0856151000777434 /* Test (Universal) */, 
     1790                                7782C59E0856151000777434 /* Release (Universal) */, 
    17881791                        ); 
    17891792                        defaultConfigurationIsVisible = 0; 
    1790                         defaultConfigurationName = Debug
     1793                        defaultConfigurationName = "Debug (Native)"
    17911794                }; 
    17921795                7782C5A00856151000777434 /* Build configuration list for PBXProject "Footagehead" */ = { 
    17931796                        isa = XCConfigurationList; 
    17941797                        buildConfigurations = ( 
    1795                                 7782C5A10856151000777434 /* Debug */, 
    1796                                 7782C5A20856151000777434 /* Test */, 
    1797                                 7782C5A30856151000777434 /* Release */, 
     1798                                7782C5A10856151000777434 /* Debug (Native) */, 
     1799                                7782C5A20856151000777434 /* Test (Universal) */, 
     1800                                7782C5A30856151000777434 /* Release (Universal) */, 
    17981801                        ); 
    17991802                        defaultConfigurationIsVisible = 0; 
    1800                         defaultConfigurationName = Debug
     1803                        defaultConfigurationName = "Debug (Native)"
    18011804                }; 
    18021805                A5B450DB0880A790003B1DA1 /* Build configuration list for PBXNativeTarget "unrar" */ = { 
    18031806                        isa = XCConfigurationList; 
    18041807                        buildConfigurations = ( 
    1805                                 A5B450DC0880A790003B1DA1 /* Debug */, 
    1806                                 A5B450DD0880A790003B1DA1 /* Test */, 
    1807                                 A5B450DE0880A790003B1DA1 /* Release */, 
     1808                                A5B450DC0880A790003B1DA1 /* Debug (Native) */, 
     1809                                A5B450DD0880A790003B1DA1 /* Test (Universal) */, 
     1810                                A5B450DE0880A790003B1DA1 /* Release (Universal) */, 
    18081811                        ); 
    18091812                        defaultConfigurationIsVisible = 0; 
    1810                         defaultConfigurationName = Debug
     1813                        defaultConfigurationName = "Debug (Native)"
    18111814                }; 
    18121815/* End XCConfigurationList section */