From 29f676a6d119251d3258a274821e7bea718deb27 Mon Sep 17 00:00:00 2001 From: Diego Waxemberg Date: Tue, 21 Oct 2014 03:50:18 -0400 Subject: [PATCH 1/2] refactored project directories --- .../Launch Screen.xib => Launch Screen.xib | 0 Limelight.xcodeproj/project.pbxproj | 252 +++++++++--------- Limelight/{ => Crypto}/CryptoManager.h | 0 Limelight/{ => Crypto}/CryptoManager.m | 0 Limelight/{ => Crypto}/mkcert.c | 0 Limelight/{ => Crypto}/mkcert.h | 0 Limelight/{ => Input}/ControllerSupport.h | 0 Limelight/{ => Input}/ControllerSupport.m | 0 Limelight/{ => Input}/StreamView.h | 0 Limelight/{ => Input}/StreamView.m | 0 Limelight/{ => Network}/HttpManager.h | 0 Limelight/{ => Network}/HttpManager.m | 0 Limelight/{ => Network}/MDNSManager.h | 0 Limelight/{ => Network}/MDNSManager.m | 0 Limelight/{ => Network}/PairManager.h | 0 Limelight/{ => Network}/PairManager.m | 0 Limelight/{ => Stream}/Connection.h | 0 Limelight/{ => Stream}/Connection.m | 0 Limelight/{ => Stream}/StreamConfiguration.h | 0 Limelight/{ => Stream}/StreamConfiguration.m | 0 Limelight/{ => Stream}/StreamManager.h | 0 Limelight/{ => Stream}/StreamManager.m | 0 Limelight/{ => Stream}/VideoDecoderRenderer.h | 0 Limelight/{ => Stream}/VideoDecoderRenderer.m | 0 Limelight/{ => Utility}/Computer.h | 0 Limelight/{ => Utility}/Computer.m | 0 Limelight/{ => Utility}/Utils.h | 0 Limelight/{ => Utility}/Utils.m | 0 .../MainFrameViewController.h | 0 .../MainFrameViewController.m | 2 +- .../StreamFrameViewController.h | 0 .../StreamFrameViewController.m | 2 +- ..._1024x1024.png => store_icon_1024x1024.png | Bin 33 files changed, 125 insertions(+), 131 deletions(-) rename Limelight/Launch Screen.xib => Launch Screen.xib (100%) rename Limelight/{ => Crypto}/CryptoManager.h (100%) rename Limelight/{ => Crypto}/CryptoManager.m (100%) rename Limelight/{ => Crypto}/mkcert.c (100%) rename Limelight/{ => Crypto}/mkcert.h (100%) rename Limelight/{ => Input}/ControllerSupport.h (100%) rename Limelight/{ => Input}/ControllerSupport.m (100%) rename Limelight/{ => Input}/StreamView.h (100%) rename Limelight/{ => Input}/StreamView.m (100%) rename Limelight/{ => Network}/HttpManager.h (100%) rename Limelight/{ => Network}/HttpManager.m (100%) rename Limelight/{ => Network}/MDNSManager.h (100%) rename Limelight/{ => Network}/MDNSManager.m (100%) rename Limelight/{ => Network}/PairManager.h (100%) rename Limelight/{ => Network}/PairManager.m (100%) rename Limelight/{ => Stream}/Connection.h (100%) rename Limelight/{ => Stream}/Connection.m (100%) rename Limelight/{ => Stream}/StreamConfiguration.h (100%) rename Limelight/{ => Stream}/StreamConfiguration.m (100%) rename Limelight/{ => Stream}/StreamManager.h (100%) rename Limelight/{ => Stream}/StreamManager.m (100%) rename Limelight/{ => Stream}/VideoDecoderRenderer.h (100%) rename Limelight/{ => Stream}/VideoDecoderRenderer.m (100%) rename Limelight/{ => Utility}/Computer.h (100%) rename Limelight/{ => Utility}/Computer.m (100%) rename Limelight/{ => Utility}/Utils.h (100%) rename Limelight/{ => Utility}/Utils.m (100%) rename Limelight/{ => ViewControllers}/MainFrameViewController.h (100%) rename Limelight/{ => ViewControllers}/MainFrameViewController.m (99%) rename Limelight/{ => ViewControllers}/StreamFrameViewController.h (100%) rename Limelight/{ => ViewControllers}/StreamFrameViewController.m (98%) rename Limelight/store_icon_1024x1024.png => store_icon_1024x1024.png (100%) diff --git a/Limelight/Launch Screen.xib b/Launch Screen.xib similarity index 100% rename from Limelight/Launch Screen.xib rename to Launch Screen.xib diff --git a/Limelight.xcodeproj/project.pbxproj b/Limelight.xcodeproj/project.pbxproj index c7985e8..4d68594 100644 --- a/Limelight.xcodeproj/project.pbxproj +++ b/Limelight.xcodeproj/project.pbxproj @@ -7,11 +7,8 @@ objects = { /* Begin PBXBuildFile section */ - 984C441819F48D1D0061A500 /* StreamView.m in Sources */ = {isa = PBXBuildFile; fileRef = 984C441719F48D1D0061A500 /* StreamView.m */; }; 98A03B4D19F352EB00861ACA /* liblimelight-common.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 98A03B4A19F3514B00861ACA /* liblimelight-common.a */; }; - 98A03B5019F3598400861ACA /* VideoDecoderRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 98A03B4F19F3598400861ACA /* VideoDecoderRenderer.m */; }; 98A03B5119F35AAC00861ACA /* libcrypto.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FBCC0E9819EF9703009729EB /* libcrypto.a */; }; - 98B175B419F5DAFC00DA2AED /* ControllerSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 98B175B319F5DAFC00DA2AED /* ControllerSupport.m */; }; FB290CF219B2C406004C83CF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB290CF119B2C406004C83CF /* Foundation.framework */; }; FB290CF419B2C406004C83CF /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB290CF319B2C406004C83CF /* CoreGraphics.framework */; }; FB290CF619B2C406004C83CF /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB290CF519B2C406004C83CF /* UIKit.framework */; }; @@ -26,28 +23,30 @@ FB290D1319B2C406004C83CF /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB290CF719B2C406004C83CF /* CoreData.framework */; }; FB290D1B19B2C406004C83CF /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = FB290D1919B2C406004C83CF /* InfoPlist.strings */; }; FB290D1D19B2C406004C83CF /* LimelightTests.m in Sources */ = {isa = PBXBuildFile; fileRef = FB290D1C19B2C406004C83CF /* LimelightTests.m */; }; - FB290D3719B2C6E3004C83CF /* Connection.m in Sources */ = {isa = PBXBuildFile; fileRef = FB290D2719B2C6E3004C83CF /* Connection.m */; }; - FB290D3919B2C6E3004C83CF /* MainFrameViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = FB290D2B19B2C6E3004C83CF /* MainFrameViewController.m */; }; - FB290D3A19B2C6E3004C83CF /* StreamFrameViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = FB290D2D19B2C6E3004C83CF /* StreamFrameViewController.m */; }; FB290DB719B2C870004C83CF /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = FB290DB619B2C870004C83CF /* libz.dylib */; }; FB290DB919B2C877004C83CF /* libbz2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = FB290DB819B2C877004C83CF /* libbz2.dylib */; }; FB290DC419B2E98F004C83CF /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = FB290DC319B2E98F004C83CF /* libxml2.dylib */; }; FB290E7919B37D81004C83CF /* MainFrame-iPad.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FB290E7819B37D81004C83CF /* MainFrame-iPad.storyboard */; }; FB290E7B19B38036004C83CF /* MainFrame-iPhone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FB290E7A19B38036004C83CF /* MainFrame-iPhone.storyboard */; }; - FB63FCF219F43EBC00227761 /* PairManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FB63FCF119F43EBC00227761 /* PairManager.m */; }; - FB63FCF719F573BE00227761 /* StreamManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FB63FCF619F573BE00227761 /* StreamManager.m */; }; FB7E794419C8B71B00A15F68 /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = FB7E794319C8B71B00A15F68 /* libiconv.dylib */; }; - FB8945EF19F5C3CD00339C8A /* Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = FB8945EE19F5C3CD00339C8A /* Utils.m */; }; - FB8945F219F5C76C00339C8A /* StreamConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = FB8945F119F5C76C00339C8A /* StreamConfiguration.m */; }; - FB8945F619F626BA00339C8A /* Launch Screen.xib in Resources */ = {isa = PBXBuildFile; fileRef = FB8945F519F626BA00339C8A /* Launch Screen.xib */; }; - FB8945F819F62A2B00339C8A /* store_icon_1024x1024.png in Resources */ = {isa = PBXBuildFile; fileRef = FB8945F719F62A2B00339C8A /* store_icon_1024x1024.png */; }; FB89460219F63CB600339C8A /* libopus.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FB89460119F63CB600339C8A /* libopus.a */; }; - FBAB29F219EDB08B00929691 /* MDNSManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FBAB29F119EDB08B00929691 /* MDNSManager.m */; }; - FBAB29F619EDE0F800929691 /* Computer.m in Sources */ = {isa = PBXBuildFile; fileRef = FBAB29F519EDE0F800929691 /* Computer.m */; }; - FBAB29FC19EE13AA00929691 /* CryptoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FBAB29FB19EE13AA00929691 /* CryptoManager.m */; }; - FBC8622D19F0BEFB0087327B /* HttpManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FBC8622C19F0BEFB0087327B /* HttpManager.m */; }; + FB89462819F646E200339C8A /* CryptoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FB89460619F646E200339C8A /* CryptoManager.m */; }; + FB89462919F646E200339C8A /* mkcert.c in Sources */ = {isa = PBXBuildFile; fileRef = FB89460719F646E200339C8A /* mkcert.c */; }; + FB89462A19F646E200339C8A /* ControllerSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = FB89460B19F646E200339C8A /* ControllerSupport.m */; }; + FB89462B19F646E200339C8A /* StreamView.m in Sources */ = {isa = PBXBuildFile; fileRef = FB89460D19F646E200339C8A /* StreamView.m */; }; + FB89462C19F646E200339C8A /* HttpManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FB89461019F646E200339C8A /* HttpManager.m */; }; + FB89462D19F646E200339C8A /* MDNSManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FB89461219F646E200339C8A /* MDNSManager.m */; }; + FB89462E19F646E200339C8A /* PairManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FB89461419F646E200339C8A /* PairManager.m */; }; + FB89462F19F646E200339C8A /* Connection.m in Sources */ = {isa = PBXBuildFile; fileRef = FB89461719F646E200339C8A /* Connection.m */; }; + FB89463019F646E200339C8A /* StreamConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = FB89461919F646E200339C8A /* StreamConfiguration.m */; }; + FB89463119F646E200339C8A /* StreamManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FB89461B19F646E200339C8A /* StreamManager.m */; }; + FB89463219F646E200339C8A /* VideoDecoderRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = FB89461D19F646E200339C8A /* VideoDecoderRenderer.m */; }; + FB89463319F646E200339C8A /* Computer.m in Sources */ = {isa = PBXBuildFile; fileRef = FB89462019F646E200339C8A /* Computer.m */; }; + FB89463419F646E200339C8A /* Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = FB89462219F646E200339C8A /* Utils.m */; }; + FB89463519F646E200339C8A /* MainFrameViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = FB89462519F646E200339C8A /* MainFrameViewController.m */; }; + FB89463619F646E200339C8A /* StreamFrameViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = FB89462719F646E200339C8A /* StreamFrameViewController.m */; }; + FB89463819F6473800339C8A /* Launch Screen.xib in Resources */ = {isa = PBXBuildFile; fileRef = FB89463719F6473800339C8A /* Launch Screen.xib */; }; FBCC0E9B19EF9703009729EB /* libssl.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FBCC0E9919EF9703009729EB /* libssl.a */; }; - FBCC0E9D19F00659009729EB /* mkcert.c in Sources */ = {isa = PBXBuildFile; fileRef = FBCC0E9C19F00659009729EB /* mkcert.c */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -75,13 +74,7 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 984C441619F48D1D0061A500 /* StreamView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StreamView.h; sourceTree = ""; }; - 984C441719F48D1D0061A500 /* StreamView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StreamView.m; sourceTree = ""; }; 98A03B4519F3514B00861ACA /* limelight-common.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "limelight-common.xcodeproj"; path = "limelight-common-c/limelight-common.xcodeproj"; sourceTree = ""; }; - 98A03B4E19F3598400861ACA /* VideoDecoderRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VideoDecoderRenderer.h; path = Limelight/VideoDecoderRenderer.h; sourceTree = SOURCE_ROOT; }; - 98A03B4F19F3598400861ACA /* VideoDecoderRenderer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VideoDecoderRenderer.m; path = Limelight/VideoDecoderRenderer.m; sourceTree = SOURCE_ROOT; }; - 98B175B219F5DAFC00DA2AED /* ControllerSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ControllerSupport.h; sourceTree = ""; }; - 98B175B319F5DAFC00DA2AED /* ControllerSupport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ControllerSupport.m; sourceTree = ""; }; FB290CEE19B2C406004C83CF /* Limelight.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Limelight.app; sourceTree = BUILT_PRODUCTS_DIR; }; FB290CF119B2C406004C83CF /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; FB290CF319B2C406004C83CF /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; @@ -99,41 +92,44 @@ FB290D1819B2C406004C83CF /* LimelightTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "LimelightTests-Info.plist"; sourceTree = ""; }; FB290D1A19B2C406004C83CF /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; FB290D1C19B2C406004C83CF /* LimelightTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LimelightTests.m; sourceTree = ""; }; - FB290D2619B2C6E3004C83CF /* Connection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Connection.h; sourceTree = ""; }; - FB290D2719B2C6E3004C83CF /* Connection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Connection.m; sourceTree = ""; }; - FB290D2A19B2C6E3004C83CF /* MainFrameViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainFrameViewController.h; sourceTree = ""; }; - FB290D2B19B2C6E3004C83CF /* MainFrameViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainFrameViewController.m; sourceTree = ""; }; - FB290D2C19B2C6E3004C83CF /* StreamFrameViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StreamFrameViewController.h; sourceTree = ""; }; - FB290D2D19B2C6E3004C83CF /* StreamFrameViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StreamFrameViewController.m; sourceTree = ""; }; FB290DB619B2C870004C83CF /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; FB290DB819B2C877004C83CF /* libbz2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libbz2.dylib; path = usr/lib/libbz2.dylib; sourceTree = SDKROOT; }; FB290DC319B2E98F004C83CF /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; }; FB290E7819B37D81004C83CF /* MainFrame-iPad.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = "MainFrame-iPad.storyboard"; sourceTree = SOURCE_ROOT; }; FB290E7A19B38036004C83CF /* MainFrame-iPhone.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = "MainFrame-iPhone.storyboard"; sourceTree = SOURCE_ROOT; }; - FB63FCF019F43EBC00227761 /* PairManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PairManager.h; sourceTree = ""; }; - FB63FCF119F43EBC00227761 /* PairManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PairManager.m; sourceTree = ""; }; - FB63FCF519F573BE00227761 /* StreamManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StreamManager.h; sourceTree = ""; }; - FB63FCF619F573BE00227761 /* StreamManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StreamManager.m; sourceTree = ""; }; FB7E794319C8B71B00A15F68 /* libiconv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libiconv.dylib; path = usr/lib/libiconv.dylib; sourceTree = SDKROOT; }; - FB8945ED19F5C3CD00339C8A /* Utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Utils.h; sourceTree = ""; }; - FB8945EE19F5C3CD00339C8A /* Utils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Utils.m; sourceTree = ""; }; - FB8945F019F5C76C00339C8A /* StreamConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StreamConfiguration.h; sourceTree = ""; }; - FB8945F119F5C76C00339C8A /* StreamConfiguration.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StreamConfiguration.m; sourceTree = ""; }; - FB8945F519F626BA00339C8A /* Launch Screen.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = "Launch Screen.xib"; sourceTree = ""; }; - FB8945F719F62A2B00339C8A /* store_icon_1024x1024.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = store_icon_1024x1024.png; sourceTree = ""; }; - FB8945FC19F63CB600339C8A /* opus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opus.h; sourceTree = ""; }; - FB8945FD19F63CB600339C8A /* opus_defines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opus_defines.h; sourceTree = ""; }; - FB8945FE19F63CB600339C8A /* opus_multistream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opus_multistream.h; sourceTree = ""; }; - FB8945FF19F63CB600339C8A /* opus_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opus_types.h; sourceTree = ""; }; FB89460119F63CB600339C8A /* libopus.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libopus.a; sourceTree = ""; }; - FBAB29F119EDB08B00929691 /* MDNSManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MDNSManager.m; sourceTree = ""; }; - FBAB29F319EDB0C400929691 /* MDNSManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MDNSManager.h; sourceTree = ""; }; - FBAB29F419EDE0F800929691 /* Computer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Computer.h; sourceTree = ""; }; - FBAB29F519EDE0F800929691 /* Computer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Computer.m; sourceTree = ""; }; - FBAB29FA19EE13AA00929691 /* CryptoManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CryptoManager.h; sourceTree = ""; }; - FBAB29FB19EE13AA00929691 /* CryptoManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CryptoManager.m; sourceTree = ""; }; - FBC8622B19F0BEFB0087327B /* HttpManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HttpManager.h; sourceTree = ""; }; - FBC8622C19F0BEFB0087327B /* HttpManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HttpManager.m; sourceTree = ""; }; + FB89460519F646E200339C8A /* CryptoManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CryptoManager.h; sourceTree = ""; }; + FB89460619F646E200339C8A /* CryptoManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CryptoManager.m; sourceTree = ""; }; + FB89460719F646E200339C8A /* mkcert.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mkcert.c; sourceTree = ""; }; + FB89460819F646E200339C8A /* mkcert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mkcert.h; sourceTree = ""; }; + FB89460A19F646E200339C8A /* ControllerSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ControllerSupport.h; sourceTree = ""; }; + FB89460B19F646E200339C8A /* ControllerSupport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ControllerSupport.m; sourceTree = ""; }; + FB89460C19F646E200339C8A /* StreamView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StreamView.h; sourceTree = ""; }; + FB89460D19F646E200339C8A /* StreamView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StreamView.m; sourceTree = ""; }; + FB89460F19F646E200339C8A /* HttpManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HttpManager.h; sourceTree = ""; }; + FB89461019F646E200339C8A /* HttpManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HttpManager.m; sourceTree = ""; }; + FB89461119F646E200339C8A /* MDNSManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MDNSManager.h; sourceTree = ""; }; + FB89461219F646E200339C8A /* MDNSManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MDNSManager.m; sourceTree = ""; }; + FB89461319F646E200339C8A /* PairManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PairManager.h; sourceTree = ""; }; + FB89461419F646E200339C8A /* PairManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PairManager.m; sourceTree = ""; }; + FB89461619F646E200339C8A /* Connection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Connection.h; sourceTree = ""; }; + FB89461719F646E200339C8A /* Connection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Connection.m; sourceTree = ""; }; + FB89461819F646E200339C8A /* StreamConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StreamConfiguration.h; sourceTree = ""; }; + FB89461919F646E200339C8A /* StreamConfiguration.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StreamConfiguration.m; sourceTree = ""; }; + FB89461A19F646E200339C8A /* StreamManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StreamManager.h; sourceTree = ""; }; + FB89461B19F646E200339C8A /* StreamManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StreamManager.m; sourceTree = ""; }; + FB89461C19F646E200339C8A /* VideoDecoderRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VideoDecoderRenderer.h; sourceTree = ""; }; + FB89461D19F646E200339C8A /* VideoDecoderRenderer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VideoDecoderRenderer.m; sourceTree = ""; }; + FB89461F19F646E200339C8A /* Computer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Computer.h; sourceTree = ""; }; + FB89462019F646E200339C8A /* Computer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Computer.m; sourceTree = ""; }; + FB89462119F646E200339C8A /* Utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Utils.h; sourceTree = ""; }; + FB89462219F646E200339C8A /* Utils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Utils.m; sourceTree = ""; }; + FB89462419F646E200339C8A /* MainFrameViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainFrameViewController.h; sourceTree = ""; }; + FB89462519F646E200339C8A /* MainFrameViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainFrameViewController.m; sourceTree = ""; }; + FB89462619F646E200339C8A /* StreamFrameViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StreamFrameViewController.h; sourceTree = ""; }; + FB89462719F646E200339C8A /* StreamFrameViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StreamFrameViewController.m; sourceTree = ""; }; + FB89463719F6473800339C8A /* Launch Screen.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = "Launch Screen.xib"; sourceTree = SOURCE_ROOT; }; FBCC0E4C19EF9703009729EB /* aes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aes.h; sourceTree = ""; }; FBCC0E4D19EF9703009729EB /* asn1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asn1.h; sourceTree = ""; }; FBCC0E4E19EF9703009729EB /* asn1_mac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asn1_mac.h; sourceTree = ""; }; @@ -211,8 +207,6 @@ FBCC0E9619EF9703009729EB /* x509v3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = x509v3.h; sourceTree = ""; }; FBCC0E9819EF9703009729EB /* libcrypto.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libcrypto.a; sourceTree = ""; }; FBCC0E9919EF9703009729EB /* libssl.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libssl.a; sourceTree = ""; }; - FBCC0E9C19F00659009729EB /* mkcert.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mkcert.c; sourceTree = ""; }; - FBCC0E9E19F00697009729EB /* mkcert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mkcert.h; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -295,44 +289,20 @@ FB290CF919B2C406004C83CF /* Limelight */ = { isa = PBXGroup; children = ( - FB8945F719F62A2B00339C8A /* store_icon_1024x1024.png */, - FB63FCF019F43EBC00227761 /* PairManager.h */, - FB63FCF119F43EBC00227761 /* PairManager.m */, - FB290D3019B2C6E3004C83CF /* Video */, - FB290D2619B2C6E3004C83CF /* Connection.h */, - FB290D2719B2C6E3004C83CF /* Connection.m */, - FB290D2A19B2C6E3004C83CF /* MainFrameViewController.h */, - FB290D2B19B2C6E3004C83CF /* MainFrameViewController.m */, - FB290D2C19B2C6E3004C83CF /* StreamFrameViewController.h */, - FB290D2D19B2C6E3004C83CF /* StreamFrameViewController.m */, + FB89460419F646E200339C8A /* Crypto */, + FB89460919F646E200339C8A /* Input */, + FB89460E19F646E200339C8A /* Network */, + FB89461519F646E200339C8A /* Stream */, + FB89461E19F646E200339C8A /* Utility */, + FB89462319F646E200339C8A /* ViewControllers */, + FB290CFA19B2C406004C83CF /* Supporting Files */, FB290D0219B2C406004C83CF /* AppDelegate.h */, FB290D0319B2C406004C83CF /* AppDelegate.m */, FB290E7819B37D81004C83CF /* MainFrame-iPad.storyboard */, FB290E7A19B38036004C83CF /* MainFrame-iPhone.storyboard */, + FB89463719F6473800339C8A /* Launch Screen.xib */, FB290D0819B2C406004C83CF /* Images.xcassets */, FB290D0519B2C406004C83CF /* Limelight.xcdatamodeld */, - FB290CFA19B2C406004C83CF /* Supporting Files */, - FBAB29F119EDB08B00929691 /* MDNSManager.m */, - FBAB29F319EDB0C400929691 /* MDNSManager.h */, - FBAB29F419EDE0F800929691 /* Computer.h */, - FBAB29F519EDE0F800929691 /* Computer.m */, - FBAB29FA19EE13AA00929691 /* CryptoManager.h */, - FBAB29FB19EE13AA00929691 /* CryptoManager.m */, - FBCC0E9E19F00697009729EB /* mkcert.h */, - FBCC0E9C19F00659009729EB /* mkcert.c */, - FBC8622B19F0BEFB0087327B /* HttpManager.h */, - FBC8622C19F0BEFB0087327B /* HttpManager.m */, - 984C441619F48D1D0061A500 /* StreamView.h */, - 984C441719F48D1D0061A500 /* StreamView.m */, - FB63FCF519F573BE00227761 /* StreamManager.h */, - FB63FCF619F573BE00227761 /* StreamManager.m */, - FB8945ED19F5C3CD00339C8A /* Utils.h */, - FB8945EE19F5C3CD00339C8A /* Utils.m */, - FB8945F019F5C76C00339C8A /* StreamConfiguration.h */, - FB8945F119F5C76C00339C8A /* StreamConfiguration.m */, - 98B175B219F5DAFC00DA2AED /* ControllerSupport.h */, - 98B175B319F5DAFC00DA2AED /* ControllerSupport.m */, - FB8945F519F626BA00339C8A /* Launch Screen.xib */, ); path = Limelight; sourceTree = ""; @@ -366,59 +336,84 @@ name = "Supporting Files"; sourceTree = ""; }; - FB290D3019B2C6E3004C83CF /* Video */ = { - isa = PBXGroup; - children = ( - 98A03B4E19F3598400861ACA /* VideoDecoderRenderer.h */, - 98A03B4F19F3598400861ACA /* VideoDecoderRenderer.m */, - ); - path = Video; - sourceTree = ""; - }; FB290D3F19B2C814004C83CF /* libs */ = { isa = PBXGroup; children = ( - FB8945F919F63CB600339C8A /* opus */, FBCC0E4919EF9703009729EB /* openssl */, - FB290DA719B2C814004C83CF /* limelight-common */, ); path = libs; sourceTree = ""; }; - FB290DAC19B2C814004C83CF /* opus */ = { + FB89460419F646E200339C8A /* Crypto */ = { isa = PBXGroup; children = ( - FB8945FA19F63CB600339C8A /* include */, - FB89460019F63CB600339C8A /* lib */, + FB89460519F646E200339C8A /* CryptoManager.h */, + FB89460619F646E200339C8A /* CryptoManager.m */, + FB89460719F646E200339C8A /* mkcert.c */, + FB89460819F646E200339C8A /* mkcert.h */, ); - path = opus; + path = Crypto; sourceTree = ""; }; - FB8945FA19F63CB600339C8A /* include */ = { + FB89460919F646E200339C8A /* Input */ = { isa = PBXGroup; children = ( - FB8945FB19F63CB600339C8A /* opus */, + FB89460A19F646E200339C8A /* ControllerSupport.h */, + FB89460B19F646E200339C8A /* ControllerSupport.m */, + FB89460C19F646E200339C8A /* StreamView.h */, + FB89460D19F646E200339C8A /* StreamView.m */, ); - path = include; + path = Input; sourceTree = ""; }; - FB8945FB19F63CB600339C8A /* opus */ = { + FB89460E19F646E200339C8A /* Network */ = { isa = PBXGroup; children = ( - FB8945FC19F63CB600339C8A /* opus.h */, - FB8945FD19F63CB600339C8A /* opus_defines.h */, - FB8945FE19F63CB600339C8A /* opus_multistream.h */, - FB8945FF19F63CB600339C8A /* opus_types.h */, + FB89460F19F646E200339C8A /* HttpManager.h */, + FB89461019F646E200339C8A /* HttpManager.m */, + FB89461119F646E200339C8A /* MDNSManager.h */, + FB89461219F646E200339C8A /* MDNSManager.m */, + FB89461319F646E200339C8A /* PairManager.h */, + FB89461419F646E200339C8A /* PairManager.m */, ); - path = opus; + path = Network; sourceTree = ""; }; - FB89460019F63CB600339C8A /* lib */ = { + FB89461519F646E200339C8A /* Stream */ = { isa = PBXGroup; children = ( - FB89460119F63CB600339C8A /* libopus.a */, + FB89461619F646E200339C8A /* Connection.h */, + FB89461719F646E200339C8A /* Connection.m */, + FB89461819F646E200339C8A /* StreamConfiguration.h */, + FB89461919F646E200339C8A /* StreamConfiguration.m */, + FB89461A19F646E200339C8A /* StreamManager.h */, + FB89461B19F646E200339C8A /* StreamManager.m */, + FB89461C19F646E200339C8A /* VideoDecoderRenderer.h */, + FB89461D19F646E200339C8A /* VideoDecoderRenderer.m */, ); - path = lib; + path = Stream; + sourceTree = ""; + }; + FB89461E19F646E200339C8A /* Utility */ = { + isa = PBXGroup; + children = ( + FB89461F19F646E200339C8A /* Computer.h */, + FB89462019F646E200339C8A /* Computer.m */, + FB89462119F646E200339C8A /* Utils.h */, + FB89462219F646E200339C8A /* Utils.m */, + ); + path = Utility; + sourceTree = ""; + }; + FB89462319F646E200339C8A /* ViewControllers */ = { + isa = PBXGroup; + children = ( + FB89462419F646E200339C8A /* MainFrameViewController.h */, + FB89462519F646E200339C8A /* MainFrameViewController.m */, + FB89462619F646E200339C8A /* StreamFrameViewController.h */, + FB89462719F646E200339C8A /* StreamFrameViewController.m */, + ); + path = ViewControllers; sourceTree = ""; }; FBCC0E4919EF9703009729EB /* openssl */ = { @@ -625,11 +620,10 @@ buildActionMask = 2147483647; files = ( FB290E7919B37D81004C83CF /* MainFrame-iPad.storyboard in Resources */, - FB8945F819F62A2B00339C8A /* store_icon_1024x1024.png in Resources */, FB290CFE19B2C406004C83CF /* InfoPlist.strings in Resources */, FB290E7B19B38036004C83CF /* MainFrame-iPhone.storyboard in Resources */, FB290D0919B2C406004C83CF /* Images.xcassets in Resources */, - FB8945F619F626BA00339C8A /* Launch Screen.xib in Resources */, + FB89463819F6473800339C8A /* Launch Screen.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -648,24 +642,24 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FBAB29FC19EE13AA00929691 /* CryptoManager.m in Sources */, - FB63FCF719F573BE00227761 /* StreamManager.m in Sources */, - FB63FCF219F43EBC00227761 /* PairManager.m in Sources */, - FB8945EF19F5C3CD00339C8A /* Utils.m in Sources */, - 98A03B5019F3598400861ACA /* VideoDecoderRenderer.m in Sources */, - FBAB29F219EDB08B00929691 /* MDNSManager.m in Sources */, - FBC8622D19F0BEFB0087327B /* HttpManager.m in Sources */, FB290D0719B2C406004C83CF /* Limelight.xcdatamodeld in Sources */, + FB89463219F646E200339C8A /* VideoDecoderRenderer.m in Sources */, FB290D0419B2C406004C83CF /* AppDelegate.m in Sources */, - FBAB29F619EDE0F800929691 /* Computer.m in Sources */, - FB290D3A19B2C6E3004C83CF /* StreamFrameViewController.m in Sources */, - 98B175B419F5DAFC00DA2AED /* ControllerSupport.m in Sources */, + FB89463419F646E200339C8A /* Utils.m in Sources */, + FB89463319F646E200339C8A /* Computer.m in Sources */, + FB89462F19F646E200339C8A /* Connection.m in Sources */, + FB89462919F646E200339C8A /* mkcert.c in Sources */, + FB89463019F646E200339C8A /* StreamConfiguration.m in Sources */, + FB89462C19F646E200339C8A /* HttpManager.m in Sources */, + FB89462D19F646E200339C8A /* MDNSManager.m in Sources */, + FB89462B19F646E200339C8A /* StreamView.m in Sources */, + FB89463519F646E200339C8A /* MainFrameViewController.m in Sources */, + FB89463619F646E200339C8A /* StreamFrameViewController.m in Sources */, + FB89462819F646E200339C8A /* CryptoManager.m in Sources */, + FB89462E19F646E200339C8A /* PairManager.m in Sources */, FB290D0019B2C406004C83CF /* main.m in Sources */, - FB8945F219F5C76C00339C8A /* StreamConfiguration.m in Sources */, - FB290D3919B2C6E3004C83CF /* MainFrameViewController.m in Sources */, - 984C441819F48D1D0061A500 /* StreamView.m in Sources */, - FB290D3719B2C6E3004C83CF /* Connection.m in Sources */, - FBCC0E9D19F00659009729EB /* mkcert.c in Sources */, + FB89462A19F646E200339C8A /* ControllerSupport.m in Sources */, + FB89463119F646E200339C8A /* StreamManager.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Limelight/CryptoManager.h b/Limelight/Crypto/CryptoManager.h similarity index 100% rename from Limelight/CryptoManager.h rename to Limelight/Crypto/CryptoManager.h diff --git a/Limelight/CryptoManager.m b/Limelight/Crypto/CryptoManager.m similarity index 100% rename from Limelight/CryptoManager.m rename to Limelight/Crypto/CryptoManager.m diff --git a/Limelight/mkcert.c b/Limelight/Crypto/mkcert.c similarity index 100% rename from Limelight/mkcert.c rename to Limelight/Crypto/mkcert.c diff --git a/Limelight/mkcert.h b/Limelight/Crypto/mkcert.h similarity index 100% rename from Limelight/mkcert.h rename to Limelight/Crypto/mkcert.h diff --git a/Limelight/ControllerSupport.h b/Limelight/Input/ControllerSupport.h similarity index 100% rename from Limelight/ControllerSupport.h rename to Limelight/Input/ControllerSupport.h diff --git a/Limelight/ControllerSupport.m b/Limelight/Input/ControllerSupport.m similarity index 100% rename from Limelight/ControllerSupport.m rename to Limelight/Input/ControllerSupport.m diff --git a/Limelight/StreamView.h b/Limelight/Input/StreamView.h similarity index 100% rename from Limelight/StreamView.h rename to Limelight/Input/StreamView.h diff --git a/Limelight/StreamView.m b/Limelight/Input/StreamView.m similarity index 100% rename from Limelight/StreamView.m rename to Limelight/Input/StreamView.m diff --git a/Limelight/HttpManager.h b/Limelight/Network/HttpManager.h similarity index 100% rename from Limelight/HttpManager.h rename to Limelight/Network/HttpManager.h diff --git a/Limelight/HttpManager.m b/Limelight/Network/HttpManager.m similarity index 100% rename from Limelight/HttpManager.m rename to Limelight/Network/HttpManager.m diff --git a/Limelight/MDNSManager.h b/Limelight/Network/MDNSManager.h similarity index 100% rename from Limelight/MDNSManager.h rename to Limelight/Network/MDNSManager.h diff --git a/Limelight/MDNSManager.m b/Limelight/Network/MDNSManager.m similarity index 100% rename from Limelight/MDNSManager.m rename to Limelight/Network/MDNSManager.m diff --git a/Limelight/PairManager.h b/Limelight/Network/PairManager.h similarity index 100% rename from Limelight/PairManager.h rename to Limelight/Network/PairManager.h diff --git a/Limelight/PairManager.m b/Limelight/Network/PairManager.m similarity index 100% rename from Limelight/PairManager.m rename to Limelight/Network/PairManager.m diff --git a/Limelight/Connection.h b/Limelight/Stream/Connection.h similarity index 100% rename from Limelight/Connection.h rename to Limelight/Stream/Connection.h diff --git a/Limelight/Connection.m b/Limelight/Stream/Connection.m similarity index 100% rename from Limelight/Connection.m rename to Limelight/Stream/Connection.m diff --git a/Limelight/StreamConfiguration.h b/Limelight/Stream/StreamConfiguration.h similarity index 100% rename from Limelight/StreamConfiguration.h rename to Limelight/Stream/StreamConfiguration.h diff --git a/Limelight/StreamConfiguration.m b/Limelight/Stream/StreamConfiguration.m similarity index 100% rename from Limelight/StreamConfiguration.m rename to Limelight/Stream/StreamConfiguration.m diff --git a/Limelight/StreamManager.h b/Limelight/Stream/StreamManager.h similarity index 100% rename from Limelight/StreamManager.h rename to Limelight/Stream/StreamManager.h diff --git a/Limelight/StreamManager.m b/Limelight/Stream/StreamManager.m similarity index 100% rename from Limelight/StreamManager.m rename to Limelight/Stream/StreamManager.m diff --git a/Limelight/VideoDecoderRenderer.h b/Limelight/Stream/VideoDecoderRenderer.h similarity index 100% rename from Limelight/VideoDecoderRenderer.h rename to Limelight/Stream/VideoDecoderRenderer.h diff --git a/Limelight/VideoDecoderRenderer.m b/Limelight/Stream/VideoDecoderRenderer.m similarity index 100% rename from Limelight/VideoDecoderRenderer.m rename to Limelight/Stream/VideoDecoderRenderer.m diff --git a/Limelight/Computer.h b/Limelight/Utility/Computer.h similarity index 100% rename from Limelight/Computer.h rename to Limelight/Utility/Computer.h diff --git a/Limelight/Computer.m b/Limelight/Utility/Computer.m similarity index 100% rename from Limelight/Computer.m rename to Limelight/Utility/Computer.m diff --git a/Limelight/Utils.h b/Limelight/Utility/Utils.h similarity index 100% rename from Limelight/Utils.h rename to Limelight/Utility/Utils.h diff --git a/Limelight/Utils.m b/Limelight/Utility/Utils.m similarity index 100% rename from Limelight/Utils.m rename to Limelight/Utility/Utils.m diff --git a/Limelight/MainFrameViewController.h b/Limelight/ViewControllers/MainFrameViewController.h similarity index 100% rename from Limelight/MainFrameViewController.h rename to Limelight/ViewControllers/MainFrameViewController.h diff --git a/Limelight/MainFrameViewController.m b/Limelight/ViewControllers/MainFrameViewController.m similarity index 99% rename from Limelight/MainFrameViewController.m rename to Limelight/ViewControllers/MainFrameViewController.m index 75d7bec..d644445 100644 --- a/Limelight/MainFrameViewController.m +++ b/Limelight/ViewControllers/MainFrameViewController.m @@ -201,7 +201,7 @@ static StreamConfiguration* streamConfig; if ([deviceType containsString:@"iPhone"] || [deviceType containsString:@"iPod"]) { return UIInterfaceOrientationPortrait; } else { - return UIInterfaceOrientationLandscapeLeft; + return UIInterfaceOrientationLandscapeRight; } } @end diff --git a/Limelight/StreamFrameViewController.h b/Limelight/ViewControllers/StreamFrameViewController.h similarity index 100% rename from Limelight/StreamFrameViewController.h rename to Limelight/ViewControllers/StreamFrameViewController.h diff --git a/Limelight/StreamFrameViewController.m b/Limelight/ViewControllers/StreamFrameViewController.m similarity index 98% rename from Limelight/StreamFrameViewController.m rename to Limelight/ViewControllers/StreamFrameViewController.m index 0079983..f8a2103 100644 --- a/Limelight/StreamFrameViewController.m +++ b/Limelight/ViewControllers/StreamFrameViewController.m @@ -69,7 +69,7 @@ } - (UIInterfaceOrientation)preferredInterfaceOrientationForPresentation { - return UIInterfaceOrientationLandscapeLeft; + return UIInterfaceOrientationLandscapeRight; } @end diff --git a/Limelight/store_icon_1024x1024.png b/store_icon_1024x1024.png similarity index 100% rename from Limelight/store_icon_1024x1024.png rename to store_icon_1024x1024.png From 8dd62a864501a7a950380350cdaade660acc15ce Mon Sep 17 00:00:00 2001 From: Diego Waxemberg Date: Tue, 21 Oct 2014 04:13:47 -0400 Subject: [PATCH 2/2] Fixed launch screen text color and image location, changed version to 0.1 --- Launch Screen.xib | 6 ++--- .../Contents.json | 21 ++++++++++++++++++ .../store_icon_1024x1024.png | Bin Limelight/Limelight-Info.plist | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 Limelight/Images.xcassets/store_icon_1024x1024.imageset/Contents.json rename store_icon_1024x1024.png => Limelight/Images.xcassets/store_icon_1024x1024.imageset/store_icon_1024x1024.png (100%) diff --git a/Launch Screen.xib b/Launch Screen.xib index aaedfdf..7ad3847 100644 --- a/Launch Screen.xib +++ b/Launch Screen.xib @@ -13,13 +13,13 @@ - + @@ -40,6 +40,6 @@ - + diff --git a/Limelight/Images.xcassets/store_icon_1024x1024.imageset/Contents.json b/Limelight/Images.xcassets/store_icon_1024x1024.imageset/Contents.json new file mode 100644 index 0000000..532110c --- /dev/null +++ b/Limelight/Images.xcassets/store_icon_1024x1024.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x", + "filename" : "store_icon_1024x1024.png" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/store_icon_1024x1024.png b/Limelight/Images.xcassets/store_icon_1024x1024.imageset/store_icon_1024x1024.png similarity index 100% rename from store_icon_1024x1024.png rename to Limelight/Images.xcassets/store_icon_1024x1024.imageset/store_icon_1024x1024.png diff --git a/Limelight/Limelight-Info.plist b/Limelight/Limelight-Info.plist index efb36ad..c542bfd 100644 --- a/Limelight/Limelight-Info.plist +++ b/Limelight/Limelight-Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + 0.1 CFBundleSignature ???? CFBundleVersion