Changeset 5503 for WiredClient
- Timestamp:
- 05/07/08 14:34:09 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/WiredClient.xcodeproj/project.pbxproj
r5188 r5503 78 78 77D29ECD0A2DB77800173F3C /* WCFilesController.m in Sources */ = {isa = PBXBuildFile; fileRef = 77D29ECB0A2DB77800173F3C /* WCFilesController.m */; }; 79 79 77E2888E0A2D9E9B00035403 /* WCFilesTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 77E2888C0A2D9E9B00035403 /* WCFilesTableView.m */; }; 80 77E4287E0DD1DAD900703987 /* libssl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 77E4287D0DD1DAD700703987 /* libssl.dylib */; }; 81 77E428820DD1DAE500703987 /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 77E428810DD1DAE500703987 /* libcrypto.dylib */; }; 80 82 77E555BC075346E4009A7557 /* GreenDrop.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 77E555BB075346E4009A7557 /* GreenDrop.tiff */; }; 81 83 77E555C5075346F3009A7557 /* YellowDrop.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 77E555C4075346F3009A7557 /* YellowDrop.tiff */; }; … … 324 326 77E2888C0A2D9E9B00035403 /* WCFilesTableView.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = WCFilesTableView.m; sourceTree = "<group>"; }; 325 327 77E2888D0A2D9E9B00035403 /* WCFilesTableView.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = WCFilesTableView.h; sourceTree = "<group>"; }; 328 77E4287D0DD1DAD700703987 /* libssl.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libssl.dylib; path = /usr/lib/libssl.dylib; sourceTree = "<absolute>"; }; 329 77E428810DD1DAE500703987 /* libcrypto.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libcrypto.dylib; path = /usr/lib/libcrypto.dylib; sourceTree = "<absolute>"; }; 326 330 77E555BB075346E4009A7557 /* GreenDrop.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = GreenDrop.tiff; sourceTree = "<group>"; }; 327 331 77E555C4075346F3009A7557 /* YellowDrop.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = YellowDrop.tiff; sourceTree = "<group>"; }; … … 602 606 A564407B0A2607AC00ADF4F5 /* WiredAdditions.framework in Frameworks */, 603 607 774C35F00CC8CA8900716F37 /* WiredNetworking.framework in Frameworks */, 608 77E428820DD1DAE500703987 /* libcrypto.dylib in Frameworks */, 609 77E4287E0DD1DAD900703987 /* libssl.dylib in Frameworks */, 604 610 ); 605 611 runOnlyForDeploymentPostprocessing = 0; … … 616 622 A5A3400607216D8900A16E9A /* Security.framework */, 617 623 777D36C40987E125005B5EC1 /* WebKit.framework */, 624 77E428810DD1DAE500703987 /* libcrypto.dylib */, 625 77E4287D0DD1DAD700703987 /* libssl.dylib */, 618 626 ); 619 627 name = "Linked Frameworks"; … … 1823 1831 INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-DDEBUG"; 1824 1832 INFOPLIST_PREPROCESS = YES; 1825 OTHER_LDFLAGS = (1826 "-lcrypto",1827 "-lssl",1828 );1829 1833 PRODUCT_NAME = "Wired Client"; 1830 1834 WRAPPER_EXTENSION = app; … … 1910 1914 INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-DTEST"; 1911 1915 INFOPLIST_PREPROCESS = YES; 1912 OTHER_LDFLAGS = (1913 "-lcrypto",1914 "-lssl",1915 );1916 1916 PRODUCT_NAME = "Wired Client"; 1917 1917 WRAPPER_EXTENSION = app; … … 1995 1995 INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-DDEBUG"; 1996 1996 INFOPLIST_PREPROCESS = YES; 1997 OTHER_LDFLAGS = (1998 "-lcrypto",1999 "-lssl",2000 );2001 1997 PRODUCT_NAME = "Wired Client"; 2002 1998 WRAPPER_EXTENSION = app; … … 2023 2019 INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-DRELEASE"; 2024 2020 INFOPLIST_PREPROCESS = YES; 2025 OTHER_LDFLAGS = (2026 "-lcrypto",2027 "-lssl",2028 );2029 2021 PRODUCT_NAME = "Wired Client"; 2030 2022 WRAPPER_EXTENSION = app;
