diff --git a/PACFileSources/AppTextFileResponse.h b/Sources/AppTextFileResponse.h similarity index 100% rename from PACFileSources/AppTextFileResponse.h rename to Sources/AppTextFileResponse.h diff --git a/PACFileSources/AppTextFileResponse.m b/Sources/AppTextFileResponse.m similarity index 100% rename from PACFileSources/AppTextFileResponse.m rename to Sources/AppTextFileResponse.m diff --git a/PACFileSources/HTTPResponseHandler.h b/Sources/HTTPResponseHandler.h similarity index 100% rename from PACFileSources/HTTPResponseHandler.h rename to Sources/HTTPResponseHandler.h diff --git a/PACFileSources/HTTPResponseHandler.m b/Sources/HTTPResponseHandler.m similarity index 100% rename from PACFileSources/HTTPResponseHandler.m rename to Sources/HTTPResponseHandler.m diff --git a/PACFileSources/HTTPServer.h b/Sources/HTTPServer.h similarity index 100% rename from PACFileSources/HTTPServer.h rename to Sources/HTTPServer.h diff --git a/PACFileSources/HTTPServer.m b/Sources/HTTPServer.m similarity index 100% rename from PACFileSources/HTTPServer.m rename to Sources/HTTPServer.m diff --git a/PACFileSources/SynthesizeSingleton.h b/Sources/SynthesizeSingleton.h similarity index 100% rename from PACFileSources/SynthesizeSingleton.h rename to Sources/SynthesizeSingleton.h diff --git a/iProxy.xcodeproj/project.pbxproj b/iProxy.xcodeproj/project.pbxproj index f1cee5d..a7ea981 100755 --- a/iProxy.xcodeproj/project.pbxproj +++ b/iProxy.xcodeproj/project.pbxproj @@ -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 */; }; @@ -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 */; }; @@ -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 = ""; }; - 3A18D6A8119DC7D400C56A7A /* AppTextFileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppTextFileResponse.m; path = PACFileSources/AppTextFileResponse.m; sourceTree = ""; }; - 3A18D6A9119DC7D400C56A7A /* HTTPResponseHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPResponseHandler.h; path = PACFileSources/HTTPResponseHandler.h; sourceTree = ""; }; - 3A18D6AA119DC7D400C56A7A /* HTTPResponseHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPResponseHandler.m; path = PACFileSources/HTTPResponseHandler.m; sourceTree = ""; }; - 3A18D6AB119DC7D400C56A7A /* HTTPServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPServer.h; path = PACFileSources/HTTPServer.h; sourceTree = ""; }; - 3A18D6AC119DC7D400C56A7A /* HTTPServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPServer.m; path = PACFileSources/HTTPServer.m; sourceTree = ""; }; - 3A18D6AD119DC7D400C56A7A /* SynthesizeSingleton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SynthesizeSingleton.h; path = PACFileSources/SynthesizeSingleton.h; sourceTree = ""; }; 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 = ""; }; 9D2224E41105E6A6003F4E04 /* Entitlements.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Entitlements.plist; path = Resources/Entitlements.plist; sourceTree = ""; }; @@ -72,6 +65,13 @@ 9D63174510FEACD30041EE37 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Resources/Info.plist; sourceTree = ""; }; 9D63174610FEACD30041EE37 /* StatusViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = StatusViewController.xib; path = Resources/StatusViewController.xib; sourceTree = ""; }; 9D63174710FEACD30041EE37 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = MainWindow.xib; path = Resources/MainWindow.xib; sourceTree = ""; }; + 9D83D36011B9AF5C00A9922F /* AppTextFileResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppTextFileResponse.h; path = Sources/AppTextFileResponse.h; sourceTree = ""; }; + 9D83D36111B9AF5C00A9922F /* AppTextFileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppTextFileResponse.m; path = Sources/AppTextFileResponse.m; sourceTree = ""; }; + 9D83D36211B9AF5C00A9922F /* HTTPResponseHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPResponseHandler.h; path = Sources/HTTPResponseHandler.h; sourceTree = ""; }; + 9D83D36311B9AF5C00A9922F /* HTTPResponseHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPResponseHandler.m; path = Sources/HTTPResponseHandler.m; sourceTree = ""; }; + 9D83D36411B9AF5C00A9922F /* HTTPServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPServer.h; path = Sources/HTTPServer.h; sourceTree = ""; }; + 9D83D36511B9AF5C00A9922F /* HTTPServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPServer.m; path = Sources/HTTPServer.m; sourceTree = ""; }; + 9D83D36611B9AF5C00A9922F /* SynthesizeSingleton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SynthesizeSingleton.h; path = Sources/SynthesizeSingleton.h; sourceTree = ""; }; 9D94CB7F110E727700F8C260 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Default.png; path = Resources/Default.png; sourceTree = ""; }; 9DB0CF65110551F6001F4119 /* Status.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Status.png; path = Resources/Status.png; sourceTree = ""; }; 9DE52B13110E77650035266A /* Instructions.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = Instructions.jpg; path = Resources/Instructions.jpg; sourceTree = ""; }; @@ -105,7 +105,6 @@ 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = { isa = PBXGroup; children = ( - 3A18D67F119DC6F700C56A7A /* PACFileServer */, 9D63174410FEACBE0041EE37 /* Classes */, 29B97315FDCFA39411CA2CEA /* Other Sources */, 29B97317FDCFA39411CA2CEA /* Resources */, @@ -154,13 +153,13 @@ 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 = ""; @@ -168,6 +167,7 @@ 9D63174410FEACBE0041EE37 /* Classes */ = { isa = PBXGroup; children = ( + 3A18D67F119DC6F700C56A7A /* PACFileServer */, 9D63173310FEAC8B0041EE37 /* AppDelegate.h */, 9D63173410FEAC8B0041EE37 /* AppDelegate.m */, 9D63173510FEAC8B0041EE37 /* StatusViewController.h */, @@ -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; };