]> code.delx.au - notipod/blobdiff - notipod.xcodeproj/project.pbxproj
Moved stuff around
[notipod] / notipod.xcodeproj / project.pbxproj
index 7d61add92d3123ec2c771e1dc6b996f351bfdef9..08adab1ebeeed040e533e3ae8922cf36d3ed71e3 100644 (file)
@@ -12,8 +12,9 @@
                8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
                8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
                8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
-               93D64A9A12D030190093DEC9 /* libsyncitunes.py in Resources */ = {isa = PBXBuildFile; fileRef = 93D64A9912D030190093DEC9 /* libsyncitunes.py */; };
-               93D64AB212D037890093DEC9 /* NotiPod.py in Resources */ = {isa = PBXBuildFile; fileRef = 93D64AB112D037890093DEC9 /* NotiPod.py */; };
+               93EE29F312D0C5450002BB95 /* libnotipod.py in Resources */ = {isa = PBXBuildFile; fileRef = 93EE29F012D0C5450002BB95 /* libnotipod.py */; };
+               93EE29F412D0C5450002BB95 /* notipod_cli.py in Resources */ = {isa = PBXBuildFile; fileRef = 93EE29F112D0C5450002BB95 /* notipod_cli.py */; };
+               93EE29F512D0C5450002BB95 /* notipod_gui.py in Resources */ = {isa = PBXBuildFile; fileRef = 93EE29F212D0C5450002BB95 /* notipod_gui.py */; };
 /* End PBXBuildFile section */
 
 /* Begin PBXFileReference section */
@@ -27,8 +28,9 @@
                77C8C1F80C07829500965286 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/NotiPod.xib; sourceTree = "<group>"; };
                8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
                8D1107320486CEB800E47090 /* notipod.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = notipod.app; sourceTree = BUILT_PRODUCTS_DIR; };
-               93D64A9912D030190093DEC9 /* libsyncitunes.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = libsyncitunes.py; sourceTree = "<group>"; };
-               93D64AB112D037890093DEC9 /* NotiPod.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = NotiPod.py; sourceTree = "<group>"; };
+               93EE29F012D0C5450002BB95 /* libnotipod.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = libnotipod.py; sourceTree = "<group>"; };
+               93EE29F112D0C5450002BB95 /* notipod_cli.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = notipod_cli.py; sourceTree = "<group>"; };
+               93EE29F212D0C5450002BB95 /* notipod_gui.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = notipod_gui.py; sourceTree = "<group>"; };
 /* End PBXFileReference section */
 
 /* Begin PBXFrameworksBuildPhase section */
                        isa = PBXGroup;
                        children = (
                                32CA4F630368D1EE00C91783 /* notipod_Prefix.pch */,
+                               93EE29F012D0C5450002BB95 /* libnotipod.py */,
+                               93EE29F112D0C5450002BB95 /* notipod_cli.py */,
+                               93EE29F212D0C5450002BB95 /* notipod_gui.py */,
                                29B97316FDCFA39411CA2CEA /* main.m */,
-                               93D64AB112D037890093DEC9 /* NotiPod.py */,
-                               93D64A9912D030190093DEC9 /* libsyncitunes.py */,
                        );
                        name = Sources;
                        sourceTree = "<group>";
                        files = (
                                8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
                                77C8C1F90C07829500965286 /* NotiPod.xib in Resources */,
-                               93D64A9A12D030190093DEC9 /* libsyncitunes.py in Resources */,
-                               93D64AB212D037890093DEC9 /* NotiPod.py in Resources */,
+                               93EE29F312D0C5450002BB95 /* libnotipod.py in Resources */,
+                               93EE29F412D0C5450002BB95 /* notipod_cli.py in Resources */,
+                               93EE29F512D0C5450002BB95 /* notipod_gui.py in Resources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };