Skip to content

Commit

Permalink
Add durus lib to resources
Browse files Browse the repository at this point in the history
  • Loading branch information
artynusov committed May 18, 2013
1 parent 596dfc6 commit b412f31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MacTimeLog.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
AC7928E410B8937F001F21D6 /* FormatterHelpers.py in Resources */ = {isa = PBXBuildFile; fileRef = AC7928E310B8937F001F21D6 /* FormatterHelpers.py */; };
AC944CB110B6ED63001F0932 /* MacTimeLog Help in Resources */ = {isa = PBXBuildFile; fileRef = AC944CAE10B6ED63001F0932 /* MacTimeLog Help */; };
AC944D1110B6FB63001F0932 /* MacTimeLogApplication.py in Resources */ = {isa = PBXBuildFile; fileRef = AC944D1010B6FB63001F0932 /* MacTimeLogApplication.py */; };
ACD3E8241741436F00290767 /* durus in Resources */ = {isa = PBXBuildFile; fileRef = ACD3E8231741436F00290767 /* durus */; };
ACFC998110A5817800523403 /* Timings.py in Resources */ = {isa = PBXBuildFile; fileRef = ACFC998010A5817800523403 /* Timings.py */; };
ACFC998510A5844300523403 /* DataManager.py in Resources */ = {isa = PBXBuildFile; fileRef = ACFC998410A5844300523403 /* DataManager.py */; };
ACFC998910A5847F00523403 /* PlainTextDriver.py in Resources */ = {isa = PBXBuildFile; fileRef = ACFC998810A5847F00523403 /* PlainTextDriver.py */; };
Expand Down Expand Up @@ -88,6 +89,7 @@
AC7928E310B8937F001F21D6 /* FormatterHelpers.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = FormatterHelpers.py; sourceTree = "<group>"; };
AC944CAE10B6ED63001F0932 /* MacTimeLog Help */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "MacTimeLog Help"; sourceTree = "<group>"; };
AC944D1010B6FB63001F0932 /* MacTimeLogApplication.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = MacTimeLogApplication.py; sourceTree = "<group>"; };
ACD3E8231741436F00290767 /* durus */ = {isa = PBXFileReference; lastKnownFileType = folder; name = durus; path = lib/durus; sourceTree = "<group>"; };
ACFC998010A5817800523403 /* Timings.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Timings.py; sourceTree = "<group>"; };
ACFC998410A5844300523403 /* DataManager.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = DataManager.py; sourceTree = "<group>"; };
ACFC998810A5847F00523403 /* PlainTextDriver.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = PlainTextDriver.py; sourceTree = "<group>"; };
Expand Down Expand Up @@ -185,6 +187,7 @@
29B97317FDCFA39411CA2CEA /* Resources */ = {
isa = PBXGroup;
children = (
ACD3E8231741436F00290767 /* durus */,
AC578BA210DCC49C0048D358 /* bin */,
AC944CAE10B6ED63001F0932 /* MacTimeLog Help */,
AC18DB7810B03883000BDEF0 /* Credits.html */,
Expand Down Expand Up @@ -294,6 +297,7 @@
AC01725C173ED1A400CFFB64 /* Reports.xib in Resources */,
AC01726617400EE200CFFB64 /* decorators.py in Resources */,
AC0172681740182A00CFFB64 /* Preferences.xib in Resources */,
ACD3E8241741436F00290767 /* durus in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit b412f31

Please sign in to comment.