Changeset 1073
- Timestamp:
- Nov 10, 2006, 7:47:45 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r1071 r1073 263 263 4DCCBB3C09C3D71100D3CABF /* TorrentCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = TorrentCell.m; path = macosx/TorrentCell.m; sourceTree = "<group>"; }; 264 264 4DCCBB3D09C3D71100D3CABF /* TorrentCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = TorrentCell.h; path = macosx/TorrentCell.h; sourceTree = "<group>"; }; 265 4DDBB71909E16BAE00284745 /* transmissioncli */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = transmissioncli; sourceTree = BUILT_PRODUCTS_DIR; };265 4DDBB71909E16BAE00284745 /* transmissioncli */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "compiled.mach-o.executable"; path = transmissioncli; sourceTree = BUILT_PRODUCTS_DIR; }; 266 266 4DDBB71B09E16BF100284745 /* transmissioncli.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = transmissioncli.c; path = cli/transmissioncli.c; sourceTree = "<group>"; }; 267 267 4DDFDD20099A5D8E00189D81 /* DownloadBadge.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = DownloadBadge.png; path = macosx/Images/DownloadBadge.png; sourceTree = "<group>"; }; … … 1053 1053 ); 1054 1054 DEBUG_INFORMATION_FORMAT = dwarf; 1055 GCC_ENABLE_OBJC_EXCEPTIONS = YES; 1055 1056 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 1056 1057 GCC_OPTIMIZATION_LEVEL = 3; 1057 1058 GCC_VERSION_i386 = 4.0; 1058 1059 GCC_VERSION_ppc = 4.0; 1060 GCC_WARN_ABOUT_RETURN_TYPE = NO; 1059 1061 MACOSX_DEPLOYMENT_TARGET_i386 = 10.4; 1060 1062 MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; -
trunk/macosx/PortChecker.m
r1032 r1073 25 25 #import "PortChecker.h" 26 26 #import "transmission.h" 27 #import "PrefsController.h" 27 28 28 29 @implementation PortChecker
Note: See TracChangeset
for help on using the changeset viewer.