Skip to content

Commit

Permalink
moved sources around
Browse files Browse the repository at this point in the history
  • Loading branch information
tcurdt committed Jun 4, 2010
1 parent 86f6fa3 commit dd17fca
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
42 changes: 21 additions & 21 deletions iProxy.xcodeproj/project.pbxproj
Expand Up @@ -10,9 +10,6 @@
1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765A40DF7441C002DB57D /* CoreGraphics.framework */; };
3A18D6AE119DC7D400C56A7A /* AppTextFileResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A18D6A8119DC7D400C56A7A /* AppTextFileResponse.m */; };
3A18D6AF119DC7D400C56A7A /* HTTPResponseHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A18D6AA119DC7D400C56A7A /* HTTPResponseHandler.m */; };
3A18D6B0119DC7D400C56A7A /* HTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A18D6AC119DC7D400C56A7A /* HTTPServer.m */; };
3A18D6B4119DC7E300C56A7A /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3A18D6B3119DC7E300C56A7A /* CFNetwork.framework */; };
9D211196110637FB009C3C7C /* iTunesArtwork in Resources */ = {isa = PBXBuildFile; fileRef = 9D211195110637FB009C3C7C /* iTunesArtwork */; };
9D2224E51105E6A6003F4E04 /* Entitlements.plist in Resources */ = {isa = PBXBuildFile; fileRef = 9D2224E41105E6A6003F4E04 /* Entitlements.plist */; };
Expand All @@ -30,6 +27,9 @@
9D63173C10FEAC980041EE37 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D63173A10FEAC980041EE37 /* main.m */; };
9D63174910FEACD30041EE37 /* StatusViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9D63174610FEACD30041EE37 /* StatusViewController.xib */; };
9D63174A10FEACD30041EE37 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9D63174710FEACD30041EE37 /* MainWindow.xib */; };
9D83D36711B9AF5C00A9922F /* AppTextFileResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D83D36111B9AF5C00A9922F /* AppTextFileResponse.m */; };
9D83D36811B9AF5C00A9922F /* HTTPResponseHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D83D36311B9AF5C00A9922F /* HTTPResponseHandler.m */; };
9D83D36911B9AF5C00A9922F /* HTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D83D36511B9AF5C00A9922F /* HTTPServer.m */; };
9D94CB80110E727700F8C260 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 9D94CB7F110E727700F8C260 /* Default.png */; };
9DB0CF66110551F6001F4119 /* Status.png in Resources */ = {isa = PBXBuildFile; fileRef = 9DB0CF65110551F6001F4119 /* Status.png */; };
9DE52B14110E77650035266A /* Instructions.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 9DE52B13110E77650035266A /* Instructions.jpg */; };
Expand All @@ -41,13 +41,6 @@
1D6058910D05DD3D006BFB54 /* iProxy.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iProxy.app; sourceTree = BUILT_PRODUCTS_DIR; };
1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
288765A40DF7441C002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
3A18D6A7119DC7D400C56A7A /* AppTextFileResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppTextFileResponse.h; path = PACFileSources/AppTextFileResponse.h; sourceTree = "<group>"; };
3A18D6A8119DC7D400C56A7A /* AppTextFileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppTextFileResponse.m; path = PACFileSources/AppTextFileResponse.m; sourceTree = "<group>"; };
3A18D6A9119DC7D400C56A7A /* HTTPResponseHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPResponseHandler.h; path = PACFileSources/HTTPResponseHandler.h; sourceTree = "<group>"; };
3A18D6AA119DC7D400C56A7A /* HTTPResponseHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPResponseHandler.m; path = PACFileSources/HTTPResponseHandler.m; sourceTree = "<group>"; };
3A18D6AB119DC7D400C56A7A /* HTTPServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPServer.h; path = PACFileSources/HTTPServer.h; sourceTree = "<group>"; };
3A18D6AC119DC7D400C56A7A /* HTTPServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPServer.m; path = PACFileSources/HTTPServer.m; sourceTree = "<group>"; };
3A18D6AD119DC7D400C56A7A /* SynthesizeSingleton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SynthesizeSingleton.h; path = PACFileSources/SynthesizeSingleton.h; sourceTree = "<group>"; };
3A18D6B3119DC7E300C56A7A /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
9D211195110637FB009C3C7C /* iTunesArtwork */ = {isa = PBXFileReference; lastKnownFileType = file; name = iTunesArtwork; path = Resources/iTunesArtwork; sourceTree = "<group>"; };
9D2224E41105E6A6003F4E04 /* Entitlements.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Entitlements.plist; path = Resources/Entitlements.plist; sourceTree = "<group>"; };
Expand All @@ -72,6 +65,13 @@
9D63174510FEACD30041EE37 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Resources/Info.plist; sourceTree = "<group>"; };
9D63174610FEACD30041EE37 /* StatusViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = StatusViewController.xib; path = Resources/StatusViewController.xib; sourceTree = "<group>"; };
9D63174710FEACD30041EE37 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = MainWindow.xib; path = Resources/MainWindow.xib; sourceTree = "<group>"; };
9D83D36011B9AF5C00A9922F /* AppTextFileResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppTextFileResponse.h; path = Sources/AppTextFileResponse.h; sourceTree = "<group>"; };
9D83D36111B9AF5C00A9922F /* AppTextFileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppTextFileResponse.m; path = Sources/AppTextFileResponse.m; sourceTree = "<group>"; };
9D83D36211B9AF5C00A9922F /* HTTPResponseHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPResponseHandler.h; path = Sources/HTTPResponseHandler.h; sourceTree = "<group>"; };
9D83D36311B9AF5C00A9922F /* HTTPResponseHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPResponseHandler.m; path = Sources/HTTPResponseHandler.m; sourceTree = "<group>"; };
9D83D36411B9AF5C00A9922F /* HTTPServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPServer.h; path = Sources/HTTPServer.h; sourceTree = "<group>"; };
9D83D36511B9AF5C00A9922F /* HTTPServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPServer.m; path = Sources/HTTPServer.m; sourceTree = "<group>"; };
9D83D36611B9AF5C00A9922F /* SynthesizeSingleton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SynthesizeSingleton.h; path = Sources/SynthesizeSingleton.h; sourceTree = "<group>"; };
9D94CB7F110E727700F8C260 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Default.png; path = Resources/Default.png; sourceTree = "<group>"; };
9DB0CF65110551F6001F4119 /* Status.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Status.png; path = Resources/Status.png; sourceTree = "<group>"; };
9DE52B13110E77650035266A /* Instructions.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = Instructions.jpg; path = Resources/Instructions.jpg; sourceTree = "<group>"; };
Expand Down Expand Up @@ -105,7 +105,6 @@
29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
isa = PBXGroup;
children = (
3A18D67F119DC6F700C56A7A /* PACFileServer */,
9D63174410FEACBE0041EE37 /* Classes */,
29B97315FDCFA39411CA2CEA /* Other Sources */,
29B97317FDCFA39411CA2CEA /* Resources */,
Expand Down Expand Up @@ -154,20 +153,21 @@
3A18D67F119DC6F700C56A7A /* PACFileServer */ = {
isa = PBXGroup;
children = (
3A18D6A7119DC7D400C56A7A /* AppTextFileResponse.h */,
3A18D6A8119DC7D400C56A7A /* AppTextFileResponse.m */,
3A18D6A9119DC7D400C56A7A /* HTTPResponseHandler.h */,
3A18D6AA119DC7D400C56A7A /* HTTPResponseHandler.m */,
3A18D6AB119DC7D400C56A7A /* HTTPServer.h */,
3A18D6AC119DC7D400C56A7A /* HTTPServer.m */,
3A18D6AD119DC7D400C56A7A /* SynthesizeSingleton.h */,
9D83D36011B9AF5C00A9922F /* AppTextFileResponse.h */,
9D83D36111B9AF5C00A9922F /* AppTextFileResponse.m */,
9D83D36211B9AF5C00A9922F /* HTTPResponseHandler.h */,
9D83D36311B9AF5C00A9922F /* HTTPResponseHandler.m */,
9D83D36411B9AF5C00A9922F /* HTTPServer.h */,
9D83D36511B9AF5C00A9922F /* HTTPServer.m */,
9D83D36611B9AF5C00A9922F /* SynthesizeSingleton.h */,
);
name = PACFileServer;
sourceTree = "<group>";
};
9D63174410FEACBE0041EE37 /* Classes */ = {
isa = PBXGroup;
children = (
3A18D67F119DC6F700C56A7A /* PACFileServer */,
9D63173310FEAC8B0041EE37 /* AppDelegate.h */,
9D63173410FEAC8B0041EE37 /* AppDelegate.m */,
9D63173510FEAC8B0041EE37 /* StatusViewController.h */,
Expand Down Expand Up @@ -303,9 +303,9 @@
9D63173910FEAC8B0041EE37 /* StatusViewController.m in Sources */,
9D63173C10FEAC980041EE37 /* main.m in Sources */,
9DE52B17110E77760035266A /* InstructionsViewController.m in Sources */,
3A18D6AE119DC7D400C56A7A /* AppTextFileResponse.m in Sources */,
3A18D6AF119DC7D400C56A7A /* HTTPResponseHandler.m in Sources */,
3A18D6B0119DC7D400C56A7A /* HTTPServer.m in Sources */,
9D83D36711B9AF5C00A9922F /* AppTextFileResponse.m in Sources */,
9D83D36811B9AF5C00A9922F /* HTTPResponseHandler.m in Sources */,
9D83D36911B9AF5C00A9922F /* HTTPServer.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit dd17fca

Please sign in to comment.