Changeset 252
- Timestamp:
- 01/06/07 13:12:00 (2 years ago)
- Files:
-
- trunk/Perian.xcodeproj/project.pbxproj (modified) (15 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Perian.xcodeproj/project.pbxproj
r250 r252 257 257 containerPortal = 089C1669FE841209C02AAC07 /* Project object */; 258 258 proxyType = 1; 259 remoteGlobalIDString = F5CFD1B30B50009000616865 /* PerianPanePListGenerator */;259 remoteGlobalIDString = F5CFD1B30B50009000616865; 260 260 remoteInfo = PerianPanePListGenerator; 261 261 }; … … 264 264 containerPortal = 089C1669FE841209C02AAC07 /* Project object */; 265 265 proxyType = 1; 266 remoteGlobalIDString = F5CFD2560B500B5E00616865 /* CreatePrefPanePlist */;266 remoteGlobalIDString = F5CFD2560B500B5E00616865; 267 267 remoteInfo = CreatePrefPanePlist; 268 268 }; … … 271 271 containerPortal = 089C1669FE841209C02AAC07 /* Project object */; 272 272 proxyType = 1; 273 remoteGlobalIDString = 11A70AC00A3D0105002058D4 /* Perian */;273 remoteGlobalIDString = 11A70AC00A3D0105002058D4; 274 274 remoteInfo = Perian; 275 275 }; … … 278 278 containerPortal = F5CFD2C90B5012A100616865 /* A52Codec.xcodeproj */; 279 279 proxyType = 2; 280 remoteGlobalIDString = F5BDACAD0A20A00000FF4884 /* A52Codec.component */;280 remoteGlobalIDString = F5BDACAD0A20A00000FF4884; 281 281 remoteInfo = "A52Codec (Upgraded)"; 282 282 }; … … 285 285 containerPortal = F5CFD2C90B5012A100616865 /* A52Codec.xcodeproj */; 286 286 proxyType = 2; 287 remoteGlobalIDString = F5525DF70A3BF78A00F36B86 /* AC3MovieImport.component */;287 remoteGlobalIDString = F5525DF70A3BF78A00F36B86; 288 288 remoteInfo = AC3MovieImport; 289 289 }; … … 292 292 containerPortal = F5CFD2C90B5012A100616865 /* A52Codec.xcodeproj */; 293 293 proxyType = 2; 294 remoteGlobalIDString = F50B7AB50AAB69C600065C78 /* Preferences.app */;294 remoteGlobalIDString = F50B7AB50AAB69C600065C78; 295 295 remoteInfo = A52Preferences; 296 296 }; … … 299 299 containerPortal = F5CFD2C90B5012A100616865 /* A52Codec.xcodeproj */; 300 300 proxyType = 1; 301 remoteGlobalIDString = F5BDAC850A20A00000FF4884 /* A52Codec (Upgraded) */;301 remoteGlobalIDString = F5BDAC850A20A00000FF4884; 302 302 remoteInfo = "A52Codec (Upgraded)"; 303 303 }; … … 306 306 containerPortal = F5CFD2C90B5012A100616865 /* A52Codec.xcodeproj */; 307 307 proxyType = 1; 308 remoteGlobalIDString = F5525DCA0A3BF78A00F36B86 /* AC3MovieImport */;308 remoteGlobalIDString = F5525DCA0A3BF78A00F36B86; 309 309 remoteInfo = AC3MovieImport; 310 310 }; … … 313 313 containerPortal = 089C1669FE841209C02AAC07 /* Project object */; 314 314 proxyType = 1; 315 remoteGlobalIDString = F5CFD2DB0B5012AA00616865 /* A52Codec */;315 remoteGlobalIDString = F5CFD2DB0B5012AA00616865; 316 316 remoteInfo = A52Codec; 317 317 }; … … 320 320 containerPortal = 089C1669FE841209C02AAC07 /* Project object */; 321 321 proxyType = 1; 322 remoteGlobalIDString = F5CFD3BA0B50142100616865 /* Setup Build Directories */;322 remoteGlobalIDString = F5CFD3BA0B50142100616865; 323 323 remoteInfo = "Setup Build Directories"; 324 324 }; … … 1826 1826 isa = XCBuildConfiguration; 1827 1827 buildSettings = { 1828 ARCHS = ( 1829 ppc, 1830 i386, 1831 ); 1828 1832 COPY_PHASE_STRIP = NO; 1829 1833 GCC_DYNAMIC_NO_PIC = NO; … … 1854 1858 PREBINDING = NO; 1855 1859 PRODUCT_NAME = PerianPane; 1860 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; 1856 1861 WRAPPER_EXTENSION = prefPane; 1857 1862 ZERO_LINK = YES; … … 1882 1887 PREBINDING = NO; 1883 1888 PRODUCT_NAME = PerianPane; 1889 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; 1884 1890 WRAPPER_EXTENSION = prefPane; 1885 1891 ZERO_LINK = NO; … … 1890 1896 isa = XCBuildConfiguration; 1891 1897 buildSettings = { 1898 ARCHS = ( 1899 ppc, 1900 i386, 1901 ); 1892 1902 GCC_ENABLE_FIX_AND_CONTINUE = YES; 1893 1903 GCC_MODEL_TUNING = G5; … … 1904 1914 PREBINDING = NO; 1905 1915 PRODUCT_NAME = PerianPane; 1916 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; 1906 1917 WRAPPER_EXTENSION = prefPane; 1907 1918 ZERO_LINK = YES;
