Changeset 6212
- Timestamp:
- 10/09/08 15:58:33 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/P7/WiredClient/WiredClient.xcodeproj/project.pbxproj
r6123 r6212 290 290 remoteGlobalIDString = 7712BC030E5C1964001C4210; 291 291 remoteInfo = WiredAppKit; 292 }; 293 77CB045D0E9E45E500EB2878 /* PBXContainerItemProxy */ = { 294 isa = PBXContainerItemProxy; 295 containerPortal = A544C1B90758E0E9008446CF /* WiredAdditions.xcodeproj */; 296 proxyType = 2; 297 remoteGlobalIDString = A5C23CFF0E9AC2AB00A81F49 /* libwired.a */; 298 remoteInfo = libwired; 292 299 }; 293 300 A59C7E840E64002B00FF73AD /* PBXContainerItemProxy */ = { … … 1247 1254 A59C7E870E64002B00FF73AD /* libWiredAppKit.a */, 1248 1255 A59C7E890E64002B00FF73AD /* libWiredNetworking.a */, 1256 77CB045E0E9E45E500EB2878 /* libwired.a */, 1249 1257 ); 1250 1258 name = Products; … … 1322 1330 path = WiredAppKit.framework; 1323 1331 remoteRef = 779AB7D80E5C480A0031B6CE /* PBXContainerItemProxy */; 1332 sourceTree = BUILT_PRODUCTS_DIR; 1333 }; 1334 77CB045E0E9E45E500EB2878 /* libwired.a */ = { 1335 isa = PBXReferenceProxy; 1336 fileType = archive.ar; 1337 path = libwired.a; 1338 remoteRef = 77CB045D0E9E45E500EB2878 /* PBXContainerItemProxy */; 1324 1339 sourceTree = BUILT_PRODUCTS_DIR; 1325 1340 }; … … 1828 1843 1829 1844 /* Begin XCBuildConfiguration section */ 1830 A59684280B6A3F5400A59623 /* Debug/Native/64 */ = {1831 isa = XCBuildConfiguration;1832 baseConfigurationReference = A5E8BADA08748E1C0010F2A4 /* WiredClient.xcconfig */;1833 buildSettings = {1834 ARCHS = "$(NATIVE_ARCH_64_BIT)";1835 COPY_PHASE_STRIP = NO;1836 GCC_OPTIMIZATION_LEVEL = 0;1837 GCC_PREPROCESSOR_DEFINITIONS = DEBUG;1838 IBC_NOTICES = NO;1839 PREBINDING = NO;1840 PRODUCT_IDENTIFIER = com.zanka.WiredClientDebugP7;1841 };1842 name = Debug/Native/64;1843 };1844 A596842A0B6A3F5400A59623 /* Debug/Native/64 */ = {1845 isa = XCBuildConfiguration;1846 buildSettings = {1847 FRAMEWORK_SEARCH_PATHS = "\"$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)\"";1848 GCC_PRECOMPILE_PREFIX_HEADER = YES;1849 GCC_PREFIX_HEADER = prefix.pch;1850 HEADER_SEARCH_PATHS = "\"$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/WiredNetworking.framework/Headers\"";1851 INFOPLIST_FILE = Info.plist;1852 INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-DDEBUG";1853 INFOPLIST_PREPROCESS = YES;1854 PRODUCT_NAME = "Wired Client";1855 WRAPPER_EXTENSION = app;1856 };1857 name = Debug/Native/64;1858 };1859 A596842B0B6A3F5400A59623 /* Debug/Native/64 */ = {1860 isa = XCBuildConfiguration;1861 buildSettings = {1862 COPY_PHASE_STRIP = NO;1863 GCC_ENABLE_FIX_AND_CONTINUE = NO;1864 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;1865 GCC_OPTIMIZATION_LEVEL = 0;1866 OTHER_CFLAGS = "-DDEVELOPMENT";1867 OTHER_LDFLAGS = "";1868 OTHER_REZFLAGS = "";1869 PRODUCT_NAME = Distribution;1870 SECTORDER_FLAGS = "";1871 WARNING_CFLAGS = (1872 "-Wmost",1873 "-Wno-four-char-constants",1874 "-Wno-unknown-pragmas",1875 );1876 ZERO_LINK = YES;1877 };1878 name = Debug/Native/64;1879 };1880 A596842C0B6A3F5400A59623 /* Debug/Native/64 */ = {1881 isa = XCBuildConfiguration;1882 buildSettings = {1883 COPY_PHASE_STRIP = NO;1884 GCC_ENABLE_FIX_AND_CONTINUE = NO;1885 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;1886 GCC_OPTIMIZATION_LEVEL = 0;1887 OTHER_CFLAGS = "-DDEVELOPMENT";1888 OTHER_LDFLAGS = "";1889 OTHER_REZFLAGS = "";1890 PRODUCT_NAME = Packaging;1891 SECTORDER_FLAGS = "";1892 WARNING_CFLAGS = (1893 "-Wmost",1894 "-Wno-four-char-constants",1895 "-Wno-unknown-pragmas",1896 );1897 ZERO_LINK = YES;1898 };1899 name = Debug/Native/64;1900 };1901 1845 A5DB47B9098BBAB50073564C /* Test/Universal */ = { 1902 1846 isa = XCBuildConfiguration; … … 1973 1917 name = Test/Universal; 1974 1918 }; 1975 A5E8BAAA08748D3B0010F2A4 /* Debug/Native /32*/ = {1919 A5E8BAAA08748D3B0010F2A4 /* Debug/Native */ = { 1976 1920 isa = XCBuildConfiguration; 1977 1921 buildSettings = { … … 1986 1930 WRAPPER_EXTENSION = app; 1987 1931 }; 1988 name = Debug/Native /32;1932 name = Debug/Native; 1989 1933 }; 1990 1934 A5E8BAAC08748D3B0010F2A4 /* Release/Universal */ = { … … 2003 1947 name = Release/Universal; 2004 1948 }; 2005 A5E8BAAF08748D3B0010F2A4 /* Debug/Native /32*/ = {1949 A5E8BAAF08748D3B0010F2A4 /* Debug/Native */ = { 2006 1950 isa = XCBuildConfiguration; 2007 1951 buildSettings = { … … 2022 1966 ZERO_LINK = YES; 2023 1967 }; 2024 name = Debug/Native /32;1968 name = Debug/Native; 2025 1969 }; 2026 1970 A5E8BAB108748D3B0010F2A4 /* Release/Universal */ = { … … 2045 1989 name = Release/Universal; 2046 1990 }; 2047 A5E8BAB408748D3B0010F2A4 /* Debug/Native /32*/ = {1991 A5E8BAB408748D3B0010F2A4 /* Debug/Native */ = { 2048 1992 isa = XCBuildConfiguration; 2049 1993 buildSettings = { … … 2064 2008 ZERO_LINK = YES; 2065 2009 }; 2066 name = Debug/Native /32;2010 name = Debug/Native; 2067 2011 }; 2068 2012 A5E8BAB608748D3B0010F2A4 /* Release/Universal */ = { … … 2087 2031 name = Release/Universal; 2088 2032 }; 2089 A5E8BAB908748D3B0010F2A4 /* Debug/Native /32*/ = {2033 A5E8BAB908748D3B0010F2A4 /* Debug/Native */ = { 2090 2034 isa = XCBuildConfiguration; 2091 2035 baseConfigurationReference = A5E8BADA08748E1C0010F2A4 /* WiredClient.xcconfig */; … … 2098 2042 PRODUCT_IDENTIFIER = com.zanka.WiredClientDebugP7; 2099 2043 }; 2100 name = Debug/Native /32;2044 name = Debug/Native; 2101 2045 }; 2102 2046 A5E8BABB08748D3B0010F2A4 /* Release/Universal */ = { … … 2123 2067 isa = XCConfigurationList; 2124 2068 buildConfigurations = ( 2125 A5E8BAAA08748D3B0010F2A4 /* Debug/Native/32 */, 2126 A596842A0B6A3F5400A59623 /* Debug/Native/64 */, 2069 A5E8BAAA08748D3B0010F2A4 /* Debug/Native */, 2127 2070 A5DB47B9098BBAB50073564C /* Test/Universal */, 2128 2071 A5E8BAAC08748D3B0010F2A4 /* Release/Universal */, 2129 2072 ); 2130 2073 defaultConfigurationIsVisible = 0; 2131 defaultConfigurationName = Debug/Native /32;2074 defaultConfigurationName = Debug/Native; 2132 2075 }; 2133 2076 A5E8BAAE08748D3B0010F2A4 /* Build configuration list for PBXAggregateTarget "Localization" */ = { 2134 2077 isa = XCConfigurationList; 2135 2078 buildConfigurations = ( 2136 A5E8BAAF08748D3B0010F2A4 /* Debug/Native/32 */, 2137 A596842B0B6A3F5400A59623 /* Debug/Native/64 */, 2079 A5E8BAAF08748D3B0010F2A4 /* Debug/Native */, 2138 2080 A5DB47BA098BBAB50073564C /* Test/Universal */, 2139 2081 A5E8BAB108748D3B0010F2A4 /* Release/Universal */, 2140 2082 ); 2141 2083 defaultConfigurationIsVisible = 0; 2142 defaultConfigurationName = Debug/Native /32;2084 defaultConfigurationName = Debug/Native; 2143 2085 }; 2144 2086 A5E8BAB308748D3B0010F2A4 /* Build configuration list for PBXAggregateTarget "Distribution" */ = { 2145 2087 isa = XCConfigurationList; 2146 2088 buildConfigurations = ( 2147 A5E8BAB408748D3B0010F2A4 /* Debug/Native/32 */, 2148 A596842C0B6A3F5400A59623 /* Debug/Native/64 */, 2089 A5E8BAB408748D3B0010F2A4 /* Debug/Native */, 2149 2090 A5DB47BB098BBAB50073564C /* Test/Universal */, 2150 2091 A5E8BAB608748D3B0010F2A4 /* Release/Universal */, 2151 2092 ); 2152 2093 defaultConfigurationIsVisible = 0; 2153 defaultConfigurationName = Debug/Native /32;2094 defaultConfigurationName = Debug/Native; 2154 2095 }; 2155 2096 A5E8BAB808748D3B0010F2A4 /* Build configuration list for PBXProject "WiredClient" */ = { 2156 2097 isa = XCConfigurationList; 2157 2098 buildConfigurations = ( 2158 A5E8BAB908748D3B0010F2A4 /* Debug/Native/32 */, 2159 A59684280B6A3F5400A59623 /* Debug/Native/64 */, 2099 A5E8BAB908748D3B0010F2A4 /* Debug/Native */, 2160 2100 A5DB47BC098BBAB50073564C /* Test/Universal */, 2161 2101 A5E8BABB08748D3B0010F2A4 /* Release/Universal */, 2162 2102 ); 2163 2103 defaultConfigurationIsVisible = 0; 2164 defaultConfigurationName = Debug/Native /32;2104 defaultConfigurationName = Debug/Native; 2165 2105 }; 2166 2106 /* End XCConfigurationList section */
