Changeset 3387
- Timestamp:
- 01/03/06 18:47:57 (3 years ago)
- Files:
-
- Footagehead/trunk/English.lproj/ReleaseNotes.rtf (modified) (2 diffs)
- Footagehead/trunk/Footagehead.xcconfig (modified) (1 diff)
- Footagehead/trunk/Footagehead.xcodeproj/project.pbxproj (modified) (19 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Footagehead/trunk/English.lproj/ReleaseNotes.rtf
r3110 r3387 1 {\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf 1001 {\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf230 2 2 {\fonttbl\f0\fswiss\fcharset77 Helvetica-Bold;\f1\fswiss\fcharset77 Helvetica;\f2\fswiss\fcharset77 Helvetica-Oblique; 3 3 } … … 83 83 - Automatic detection of added/removed/renamed files and folders\ 84 84 - Deprecate Mac OS X 10.2 support\ 85 - Universal binary\ 85 86 86 87 \f0\b \cf2 \ Footagehead/trunk/Footagehead.xcconfig
r3374 r3387 22 22 GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO 23 23 GCC_WARN_SIGN_COMPARE = YES 24 GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = YES 25 MACOSX_DEPLOYMENT_TARGET_i386 = 10.4 26 MACOSX_DEPLOYMENT_TARGET_ppc = 10.3 27 SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk 28 SDKROOT_ppc = /Developer/SDKs/MacOSX10.4u.sdk 24 29 WARNING_CFLAGS = 25 GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = YESFootagehead/trunk/Footagehead.xcodeproj/project.pbxproj
r3295 r3387 1194 1194 runOnlyForDeploymentPostprocessing = 0; 1195 1195 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"; 1197 1197 }; 1198 1198 775BA322075F59E000F0941E /* Run Script (Localize) */ = { … … 1448 1448 1449 1449 /* Begin XCBuildConfiguration section */ 1450 77512CF80862CFC2002757A8 /* Debug */ = {1450 77512CF80862CFC2002757A8 /* Debug (Native) */ = { 1451 1451 isa = XCBuildConfiguration; 1452 1452 buildSettings = { … … 1465 1465 ); 1466 1466 }; 1467 name = Debug;1468 }; 1469 77512CF90862CFC2002757A8 /* Test */ = {1467 name = "Debug (Native)"; 1468 }; 1469 77512CF90862CFC2002757A8 /* Test (Universal) */ = { 1470 1470 isa = XCBuildConfiguration; 1471 1471 buildSettings = { … … 1482 1482 ); 1483 1483 }; 1484 name = Test;1485 }; 1486 77512CFA0862CFC2002757A8 /* Release */ = {1484 name = "Test (Universal)"; 1485 }; 1486 77512CFA0862CFC2002757A8 /* Release (Universal) */ = { 1487 1487 isa = XCBuildConfiguration; 1488 1488 buildSettings = { … … 1501 1501 ); 1502 1502 }; 1503 name = Release;1504 }; 1505 77512F770862D6C7002757A8 /* Debug */ = {1503 name = "Release (Universal)"; 1504 }; 1505 77512F770862D6C7002757A8 /* Debug (Native) */ = { 1506 1506 isa = XCBuildConfiguration; 1507 1507 buildSettings = { 1508 1508 PRODUCT_NAME = jpeg; 1509 1509 }; 1510 name = Debug;1511 }; 1512 77512F780862D6C7002757A8 /* Test */ = {1510 name = "Debug (Native)"; 1511 }; 1512 77512F780862D6C7002757A8 /* Test (Universal) */ = { 1513 1513 isa = XCBuildConfiguration; 1514 1514 buildSettings = { 1515 1515 PRODUCT_NAME = jpeg; 1516 1516 }; 1517 name = Test;1518 }; 1519 77512F790862D6C7002757A8 /* Release */ = {1517 name = "Test (Universal)"; 1518 }; 1519 77512F790862D6C7002757A8 /* Release (Universal) */ = { 1520 1520 isa = XCBuildConfiguration; 1521 1521 buildSettings = { 1522 1522 PRODUCT_NAME = jpeg; 1523 1523 }; 1524 name = Release;1525 }; 1526 7782C5920856151000777434 /* Debug */ = {1524 name = "Release (Universal)"; 1525 }; 1526 7782C5920856151000777434 /* Debug (Native) */ = { 1527 1527 isa = XCBuildConfiguration; 1528 1528 baseConfigurationReference = 7739664D08574E5400058AF5 /* Footagehead.xcconfig */; … … 1535 1535 WRAPPER_EXTENSION = app; 1536 1536 }; 1537 name = Debug;1538 }; 1539 7782C5930856151000777434 /* Test */ = {1537 name = "Debug (Native)"; 1538 }; 1539 7782C5930856151000777434 /* Test (Universal) */ = { 1540 1540 isa = XCBuildConfiguration; 1541 1541 baseConfigurationReference = 7739664D08574E5400058AF5 /* Footagehead.xcconfig */; … … 1548 1548 WRAPPER_EXTENSION = app; 1549 1549 }; 1550 name = Test;1551 }; 1552 7782C5940856151000777434 /* Release */ = {1550 name = "Test (Universal)"; 1551 }; 1552 7782C5940856151000777434 /* Release (Universal) */ = { 1553 1553 isa = XCBuildConfiguration; 1554 1554 baseConfigurationReference = 7739664D08574E5400058AF5 /* Footagehead.xcconfig */; … … 1561 1561 WRAPPER_EXTENSION = app; 1562 1562 }; 1563 name = Release;1564 }; 1565 7782C5970856151000777434 /* Debug */ = {1563 name = "Release (Universal)"; 1564 }; 1565 7782C5970856151000777434 /* Debug (Native) */ = { 1566 1566 isa = XCBuildConfiguration; 1567 1567 buildSettings = { … … 1577 1577 ZERO_LINK = YES; 1578 1578 }; 1579 name = Debug;1580 }; 1581 7782C5980856151000777434 /* Test */ = {1579 name = "Debug (Native)"; 1580 }; 1581 7782C5980856151000777434 /* Test (Universal) */ = { 1582 1582 isa = XCBuildConfiguration; 1583 1583 buildSettings = { … … 1590 1590 ZERO_LINK = NO; 1591 1591 }; 1592 name = Test;1593 }; 1594 7782C5990856151000777434 /* Release */ = {1592 name = "Test (Universal)"; 1593 }; 1594 7782C5990856151000777434 /* Release (Universal) */ = { 1595 1595 isa = XCBuildConfiguration; 1596 1596 buildSettings = { … … 1606 1606 ZERO_LINK = NO; 1607 1607 }; 1608 name = Release;1609 }; 1610 7782C59C0856151000777434 /* Debug */ = {1608 name = "Release (Universal)"; 1609 }; 1610 7782C59C0856151000777434 /* Debug (Native) */ = { 1611 1611 isa = XCBuildConfiguration; 1612 1612 buildSettings = { … … 1622 1622 ZERO_LINK = YES; 1623 1623 }; 1624 name = Debug;1625 }; 1626 7782C59D0856151000777434 /* Test */ = {1624 name = "Debug (Native)"; 1625 }; 1626 7782C59D0856151000777434 /* Test (Universal) */ = { 1627 1627 isa = XCBuildConfiguration; 1628 1628 buildSettings = { … … 1635 1635 ZERO_LINK = NO; 1636 1636 }; 1637 name = Test;1638 }; 1639 7782C59E0856151000777434 /* Release */ = {1637 name = "Test (Universal)"; 1638 }; 1639 7782C59E0856151000777434 /* Release (Universal) */ = { 1640 1640 isa = XCBuildConfiguration; 1641 1641 buildSettings = { … … 1651 1651 ZERO_LINK = NO; 1652 1652 }; 1653 name = Release;1654 }; 1655 7782C5A10856151000777434 /* Debug */ = {1653 name = "Release (Universal)"; 1654 }; 1655 7782C5A10856151000777434 /* Debug (Native) */ = { 1656 1656 isa = XCBuildConfiguration; 1657 1657 baseConfigurationReference = 7739664D08574E5400058AF5 /* Footagehead.xcconfig */; … … 1660 1660 GCC_OPTIMIZATION_LEVEL = 0; 1661 1661 GCC_PREPROCESSOR_DEFINITIONS = DEBUG; 1662 MACOSX_DEPLOYMENT_TARGET = 10.3;1663 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;1664 1662 ZERO_LINK = YES; 1665 1663 }; 1666 name = Debug;1667 }; 1668 7782C5A20856151000777434 /* Test */ = {1664 name = "Debug (Native)"; 1665 }; 1666 7782C5A20856151000777434 /* Test (Universal) */ = { 1669 1667 isa = XCBuildConfiguration; 1670 1668 baseConfigurationReference = 7739664D08574E5400058AF5 /* Footagehead.xcconfig */; 1671 1669 buildSettings = { 1670 ARCHS = ( 1671 ppc, 1672 i386, 1673 ); 1672 1674 COPY_PHASE_STRIP = NO; 1673 1675 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) */ = { 1680 1681 isa = XCBuildConfiguration; 1681 1682 baseConfigurationReference = 7739664D08574E5400058AF5 /* Footagehead.xcconfig */; 1682 1683 buildSettings = { 1684 ARCHS = ( 1685 ppc, 1686 i386, 1687 ); 1683 1688 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 1684 1689 GCC_PREPROCESSOR_DEFINITIONS = RELEASE; 1685 1690 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) */ = { 1692 1695 isa = XCBuildConfiguration; 1693 1696 buildSettings = { … … 1703 1706 PRODUCT_NAME = unrar; 1704 1707 }; 1705 name = Debug;1706 }; 1707 A5B450DD0880A790003B1DA1 /* Test */ = {1708 name = "Debug (Native)"; 1709 }; 1710 A5B450DD0880A790003B1DA1 /* Test (Universal) */ = { 1708 1711 isa = XCBuildConfiguration; 1709 1712 buildSettings = { … … 1719 1722 PRODUCT_NAME = unrar; 1720 1723 }; 1721 name = Test;1722 }; 1723 A5B450DE0880A790003B1DA1 /* Release */ = {1724 name = "Test (Universal)"; 1725 }; 1726 A5B450DE0880A790003B1DA1 /* Release (Universal) */ = { 1724 1727 isa = XCBuildConfiguration; 1725 1728 buildSettings = { … … 1735 1738 PRODUCT_NAME = unrar; 1736 1739 }; 1737 name = Release;1740 name = "Release (Universal)"; 1738 1741 }; 1739 1742 /* End XCBuildConfiguration section */ … … 1743 1746 isa = XCConfigurationList; 1744 1747 buildConfigurations = ( 1745 77512CF80862CFC2002757A8 /* Debug */,1746 77512CF90862CFC2002757A8 /* Test */,1747 77512CFA0862CFC2002757A8 /* Release */,1748 77512CF80862CFC2002757A8 /* Debug (Native) */, 1749 77512CF90862CFC2002757A8 /* Test (Universal) */, 1750 77512CFA0862CFC2002757A8 /* Release (Universal) */, 1748 1751 ); 1749 1752 defaultConfigurationIsVisible = 0; 1750 defaultConfigurationName = Debug;1753 defaultConfigurationName = "Debug (Native)"; 1751 1754 }; 1752 1755 77512F760862D6C7002757A8 /* Build configuration list for PBXNativeTarget "libjpeg" */ = { 1753 1756 isa = XCConfigurationList; 1754 1757 buildConfigurations = ( 1755 77512F770862D6C7002757A8 /* Debug */,1756 77512F780862D6C7002757A8 /* Test */,1757 77512F790862D6C7002757A8 /* Release */,1758 77512F770862D6C7002757A8 /* Debug (Native) */, 1759 77512F780862D6C7002757A8 /* Test (Universal) */, 1760 77512F790862D6C7002757A8 /* Release (Universal) */, 1758 1761 ); 1759 1762 defaultConfigurationIsVisible = 0; 1760 defaultConfigurationName = Debug;1763 defaultConfigurationName = "Debug (Native)"; 1761 1764 }; 1762 1765 7782C5910856151000777434 /* Build configuration list for PBXNativeTarget "Footagehead" */ = { 1763 1766 isa = XCConfigurationList; 1764 1767 buildConfigurations = ( 1765 7782C5920856151000777434 /* Debug */,1766 7782C5930856151000777434 /* Test */,1767 7782C5940856151000777434 /* Release */,1768 7782C5920856151000777434 /* Debug (Native) */, 1769 7782C5930856151000777434 /* Test (Universal) */, 1770 7782C5940856151000777434 /* Release (Universal) */, 1768 1771 ); 1769 1772 defaultConfigurationIsVisible = 0; 1770 defaultConfigurationName = Debug;1773 defaultConfigurationName = "Debug (Native)"; 1771 1774 }; 1772 1775 7782C5960856151000777434 /* Build configuration list for PBXAggregateTarget "Localization" */ = { 1773 1776 isa = XCConfigurationList; 1774 1777 buildConfigurations = ( 1775 7782C5970856151000777434 /* Debug */,1776 7782C5980856151000777434 /* Test */,1777 7782C5990856151000777434 /* Release */,1778 7782C5970856151000777434 /* Debug (Native) */, 1779 7782C5980856151000777434 /* Test (Universal) */, 1780 7782C5990856151000777434 /* Release (Universal) */, 1778 1781 ); 1779 1782 defaultConfigurationIsVisible = 0; 1780 defaultConfigurationName = Debug;1783 defaultConfigurationName = "Debug (Native)"; 1781 1784 }; 1782 1785 7782C59B0856151000777434 /* Build configuration list for PBXAggregateTarget "Distribution" */ = { 1783 1786 isa = XCConfigurationList; 1784 1787 buildConfigurations = ( 1785 7782C59C0856151000777434 /* Debug */,1786 7782C59D0856151000777434 /* Test */,1787 7782C59E0856151000777434 /* Release */,1788 7782C59C0856151000777434 /* Debug (Native) */, 1789 7782C59D0856151000777434 /* Test (Universal) */, 1790 7782C59E0856151000777434 /* Release (Universal) */, 1788 1791 ); 1789 1792 defaultConfigurationIsVisible = 0; 1790 defaultConfigurationName = Debug;1793 defaultConfigurationName = "Debug (Native)"; 1791 1794 }; 1792 1795 7782C5A00856151000777434 /* Build configuration list for PBXProject "Footagehead" */ = { 1793 1796 isa = XCConfigurationList; 1794 1797 buildConfigurations = ( 1795 7782C5A10856151000777434 /* Debug */,1796 7782C5A20856151000777434 /* Test */,1797 7782C5A30856151000777434 /* Release */,1798 7782C5A10856151000777434 /* Debug (Native) */, 1799 7782C5A20856151000777434 /* Test (Universal) */, 1800 7782C5A30856151000777434 /* Release (Universal) */, 1798 1801 ); 1799 1802 defaultConfigurationIsVisible = 0; 1800 defaultConfigurationName = Debug;1803 defaultConfigurationName = "Debug (Native)"; 1801 1804 }; 1802 1805 A5B450DB0880A790003B1DA1 /* Build configuration list for PBXNativeTarget "unrar" */ = { 1803 1806 isa = XCConfigurationList; 1804 1807 buildConfigurations = ( 1805 A5B450DC0880A790003B1DA1 /* Debug */,1806 A5B450DD0880A790003B1DA1 /* Test */,1807 A5B450DE0880A790003B1DA1 /* Release */,1808 A5B450DC0880A790003B1DA1 /* Debug (Native) */, 1809 A5B450DD0880A790003B1DA1 /* Test (Universal) */, 1810 A5B450DE0880A790003B1DA1 /* Release (Universal) */, 1808 1811 ); 1809 1812 defaultConfigurationIsVisible = 0; 1810 defaultConfigurationName = Debug;1813 defaultConfigurationName = "Debug (Native)"; 1811 1814 }; 1812 1815 /* End XCConfigurationList section */
