Changeset 1076 for trunk/Transmission.xcodeproj/project.pbxproj
- Timestamp:
- Nov 11, 2006, 2:10:49 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r1073 r1076 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; includeInIndex = 0; lastKnownFileType = "compiled.mach-o.executable"; path = transmissioncli; sourceTree = BUILT_PRODUCTS_DIR; };265 4DDBB71909E16BAE00284745 /* transmissioncli */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; 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>"; }; … … 704 704 buildConfigurationList = 4D18389B09DEC01E0047D688 /* Build configuration list for PBXNativeTarget "libtransmission" */; 705 705 buildPhases = ( 706 4DC4AA3D0B05673D0005DB76 /* ShellScript */, 706 707 4D18389309DEC0030047D688 /* Headers */, 707 708 4D18389409DEC0030047D688 /* Sources */, … … 850 851 /* End PBXResourcesBuildPhase section */ 851 852 853 /* Begin PBXShellScriptBuildPhase section */ 854 4DC4AA3D0B05673D0005DB76 /* ShellScript */ = { 855 isa = PBXShellScriptBuildPhase; 856 buildActionMask = 2147483647; 857 files = ( 858 ); 859 inputPaths = ( 860 ); 861 outputPaths = ( 862 ); 863 runOnlyForDeploymentPostprocessing = 0; 864 shellPath = /bin/sh; 865 shellScript = "sh version.sh"; 866 }; 867 /* End PBXShellScriptBuildPhase section */ 868 852 869 /* Begin PBXSourcesBuildPhase section */ 853 870 4D18389409DEC0030047D688 /* Sources */ = {
Note: See TracChangeset
for help on using the changeset viewer.