X-Git-Url: https://code.delx.au/notipod/blobdiff_plain/e7d3014ce626a73f4d3341f2d9a22b525a5da500..e596efbde0143236274c54b56eda54d99d995ef7:/notipod.xcodeproj/project.pbxproj diff --git a/notipod.xcodeproj/project.pbxproj b/notipod.xcodeproj/project.pbxproj index 7d61add..08adab1 100644 --- a/notipod.xcodeproj/project.pbxproj +++ b/notipod.xcodeproj/project.pbxproj @@ -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 = ""; }; 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 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 = ""; }; - 93D64AB112D037890093DEC9 /* NotiPod.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = NotiPod.py; sourceTree = ""; }; + 93EE29F012D0C5450002BB95 /* libnotipod.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = libnotipod.py; sourceTree = ""; }; + 93EE29F112D0C5450002BB95 /* notipod_cli.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = notipod_cli.py; sourceTree = ""; }; + 93EE29F212D0C5450002BB95 /* notipod_gui.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = notipod_gui.py; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -85,9 +87,10 @@ 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 = ""; @@ -156,8 +159,9 @@ 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; };