Changeset 14113
- Timestamp:
- Jul 9, 2013, 4:02:22 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r13990 r14113 166 166 A23F50020D1D99D7002FCB97 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = A23F50000D1D99D7002FCB97 /* MainMenu.xib */; }; 167 167 A23F526F0F14395900AA02E3 /* PredicateEditorRowTemplateAny.m in Sources */ = {isa = PBXBuildFile; fileRef = A23F526E0F14395900AA02E3 /* PredicateEditorRowTemplateAny.m */; }; 168 A23FAE54178BC2950053DC5B /* platform-quota.c in Sources */ = {isa = PBXBuildFile; fileRef = A23FAE52178BC2950053DC5B /* platform-quota.c */; }; 169 A23FAE55178BC2950053DC5B /* platform-quota.h in Headers */ = {isa = PBXBuildFile; fileRef = A23FAE53178BC2950053DC5B /* platform-quota.h */; }; 168 170 A241528B0C0261B8007DD3B4 /* Globe.png in Resources */ = {isa = PBXBuildFile; fileRef = A2FB06950BFF484A0095564D /* Globe.png */; }; 169 171 A242AD9315F05D23002B3A6C /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = A242AD9115F05D23002B3A6C /* Localizable.strings */; }; … … 784 786 A23F526D0F14395900AA02E3 /* PredicateEditorRowTemplateAny.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PredicateEditorRowTemplateAny.h; path = macosx/PredicateEditorRowTemplateAny.h; sourceTree = "<group>"; }; 785 787 A23F526E0F14395900AA02E3 /* PredicateEditorRowTemplateAny.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PredicateEditorRowTemplateAny.m; path = macosx/PredicateEditorRowTemplateAny.m; sourceTree = "<group>"; }; 788 A23FAE52178BC2950053DC5B /* platform-quota.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "platform-quota.c"; path = "libtransmission/platform-quota.c"; sourceTree = "<group>"; }; 789 A23FAE53178BC2950053DC5B /* platform-quota.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "platform-quota.h"; path = "libtransmission/platform-quota.h"; sourceTree = "<group>"; }; 786 790 A242AD9215F05D23002B3A6C /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = macosx/QuickLookPlugin/en.lproj/Localizable.strings; sourceTree = SOURCE_ROOT; }; 787 791 A245030B0D6A1FB000B49D00 /* UpArrowGroupTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = UpArrowGroupTemplate.png; path = macosx/Images/UpArrowGroupTemplate.png; sourceTree = "<group>"; }; … … 1700 1704 BEFC1E020C07861A00B0BB3C /* platform.h */, 1701 1705 BEFC1E030C07861A00B0BB3C /* platform.c */, 1706 A23FAE53178BC2950053DC5B /* platform-quota.h */, 1707 A23FAE52178BC2950053DC5B /* platform-quota.c */, 1702 1708 BEFC1E0C0C07861A00B0BB3C /* net.h */, 1703 1709 BEFC1E0D0C07861A00B0BB3C /* net.c */, … … 2077 2083 A2EA52321686AC0D00180493 /* quark.h in Headers */, 2078 2084 A2AF23C916B44FA0003BC59E /* log.h in Headers */, 2085 A23FAE55178BC2950053DC5B /* platform-quota.h in Headers */, 2079 2086 ); 2080 2087 runOnlyForDeploymentPostprocessing = 0; … … 2685 2692 A2EA52311686AC0D00180493 /* quark.c in Sources */, 2686 2693 A2AF23C816B44FA0003BC59E /* log.c in Sources */, 2694 A23FAE54178BC2950053DC5B /* platform-quota.c in Sources */, 2687 2695 ); 2688 2696 runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset
for help on using the changeset viewer.