public
Description: yet an other small itunes controller
Clone URL: git://github.com/tetsuo692/rtunes.git
commit readme file
tetsuo692 (author)
Fri Sep 05 03:38:23 -0700 2008
commit  db121a1c0c3324f2694ceb054115b9080217d9d1
tree    b1c74150495022882cbae47b51a08b9f4b82e35f
parent  31f38f4b754e227b8f314aca65772c6b9ea4cfbb
0
...
 
 
 
...
1
2
3
0
@@ -0,0 +1,3 @@
0
+yet an other small itunes controller.
0
+
0
+rtunes use ipod shuffle interface to controll itunes.
...
13
14
15
 
16
17
18
...
37
38
39
 
40
41
42
...
100
101
102
 
103
104
105
...
239
240
241
 
242
243
244
...
13
14
15
16
17
18
19
...
38
39
40
41
42
43
44
...
102
103
104
105
106
107
108
...
242
243
244
245
246
247
248
0
@@ -13,6 +13,7 @@
0
     4DDCA70A0ACC9A6100E082CE /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
0
     4DDCA70C0ACC9A6100E082CE /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
0
     4DDCA70D0ACC9A6100E082CE /* RubyCocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E8F5E24E03AEB6EC03A81C6F /* RubyCocoa.framework */; };
0
+ F0228F2A0E7142BE008B2E1B /* README in Resources */ = {isa = PBXBuildFile; fileRef = F0228F290E7142BE008B2E1B /* README */; };
0
     F023D1BB0E5F1E0E00455D42 /* RPlay.icns in Resources */ = {isa = PBXBuildFile; fileRef = F023D1BA0E5F1E0E00455D42 /* RPlay.icns */; };
0
     F09577170E5E92DA00178F8C /* ActionController.rb in Resources */ = {isa = PBXBuildFile; fileRef = F09577160E5E92DA00178F8C /* ActionController.rb */; };
0
     F09577480E5E965A00178F8C /* WindowController.rb in Resources */ = {isa = PBXBuildFile; fileRef = F09577470E5E965A00178F8C /* WindowController.rb */; };
0
@@ -37,6 +38,7 @@
0
     4DDCA7120ACC9A6100E082CE /* RPlay.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RPlay.app; sourceTree = BUILT_PRODUCTS_DIR; };
0
     E8F5E24E03AEB6EC03A81C6F /* RubyCocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RubyCocoa.framework; path = /System/Library/Frameworks/RubyCocoa.framework; sourceTree = "<absolute>"; };
0
     E8F5E25803AEB7C803A81C6F /* rb_main.rb */ = {isa = PBXFileReference; lastKnownFileType = text.script.ruby; path = rb_main.rb; sourceTree = "<group>"; };
0
+ F0228F290E7142BE008B2E1B /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
0
     F023D1BA0E5F1E0E00455D42 /* RPlay.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = RPlay.icns; sourceTree = "<group>"; };
0
     F09577160E5E92DA00178F8C /* ActionController.rb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.ruby; path = ActionController.rb; sourceTree = "<group>"; };
0
     F09577470E5E965A00178F8C /* WindowController.rb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.ruby; path = WindowController.rb; sourceTree = "<group>"; };
0
@@ -100,6 +102,7 @@
0
     29B97314FDCFA39411CA2CEA /* RPlay */ = {
0
       isa = PBXGroup;
0
       children = (
0
+ F0228F290E7142BE008B2E1B /* README */,
0
         080E96DDFE201D6D7F000001 /* Classes */,
0
         29B97315FDCFA39411CA2CEA /* Other Sources */,
0
         29B97317FDCFA39411CA2CEA /* Resources */,
0
@@ -239,6 +242,7 @@
0
         F095785E0E5F0DE500178F8C /* ipod-shuffle-red.png in Resources */,
0
         F095785F0E5F0DE500178F8C /* ipod-shuffle-tiger.png in Resources */,
0
         F023D1BB0E5F1E0E00455D42 /* RPlay.icns in Resources */,
0
+ F0228F2A0E7142BE008B2E1B /* README in Resources */,
0
       );
0
       runOnlyForDeploymentPostprocessing = 0;
0
     };

Comments

    No one has commented yet.