|
|
@@ -174,6 +174,7 @@
|
|
|
A1BC6EC81C3E578F00D957D9 /* CustomLabelButton.m in Sources */ = {isa = PBXBuildFile; fileRef = A1BC6EC71C3E578F00D957D9 /* CustomLabelButton.m */; };
|
|
|
A1BC6ECA1C3E57A000D957D9 /* CustomLabelButton.xib in Resources */ = {isa = PBXBuildFile; fileRef = A1BC6EC91C3E57A000D957D9 /* CustomLabelButton.xib */; };
|
|
|
A1CC0BF61C3B8A2D00B05DA3 /* NSLayoutConstraint+Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = A1CC0BF51C3B8A2D00B05DA3 /* NSLayoutConstraint+Additions.m */; };
|
|
|
+ A53C0DAF1E56E2F000E5D9F4 /* SocketServiceHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A53C0DAE1E56E2F000E5D9F4 /* SocketServiceHandler.m */; };
|
|
|
A5F267DA1E544A530096276E /* NSNetService+Util.m in Sources */ = {isa = PBXBuildFile; fileRef = A5F267D91E544A530096276E /* NSNetService+Util.m */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
@@ -487,6 +488,8 @@
|
|
|
A1CC0BF41C3B8A2D00B05DA3 /* NSLayoutConstraint+Additions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSLayoutConstraint+Additions.h"; sourceTree = "<group>"; };
|
|
|
A1CC0BF51C3B8A2D00B05DA3 /* NSLayoutConstraint+Additions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSLayoutConstraint+Additions.m"; sourceTree = "<group>"; };
|
|
|
A507ABE31E5149EC0013786A /* OneCable.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = OneCable.entitlements; sourceTree = "<group>"; };
|
|
|
+ A53C0DAD1E56E2F000E5D9F4 /* SocketServiceHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SocketServiceHandler.h; sourceTree = "<group>"; };
|
|
|
+ A53C0DAE1E56E2F000E5D9F4 /* SocketServiceHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SocketServiceHandler.m; sourceTree = "<group>"; };
|
|
|
A576561A1E52EFF8002D0AE2 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
|
A5F267D81E544A530096276E /* NSNetService+Util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSNetService+Util.h"; sourceTree = "<group>"; };
|
|
|
A5F267D91E544A530096276E /* NSNetService+Util.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSNetService+Util.m"; sourceTree = "<group>"; };
|
|
|
@@ -737,6 +740,8 @@
|
|
|
A13BCF1C1C3B491400C76527 /* RequestHandler.m */,
|
|
|
A16A1CC21C71728400F92BC1 /* NetworkServiceHandler.h */,
|
|
|
A16A1CC31C71728400F92BC1 /* NetworkServiceHandler.m */,
|
|
|
+ A53C0DAD1E56E2F000E5D9F4 /* SocketServiceHandler.h */,
|
|
|
+ A53C0DAE1E56E2F000E5D9F4 /* SocketServiceHandler.m */,
|
|
|
);
|
|
|
path = Handler;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -1363,6 +1368,7 @@
|
|
|
A13BCFE31C3B491400C76527 /* UIImage+Addtions.m in Sources */,
|
|
|
A16D937E1C5600D300DC0DF1 /* DurationPopupView.m in Sources */,
|
|
|
A13BCFE51C3B491400C76527 /* UIView+Additions.m in Sources */,
|
|
|
+ A53C0DAF1E56E2F000E5D9F4 /* SocketServiceHandler.m in Sources */,
|
|
|
A13BD00C1C3B491400C76527 /* CustomRadioGroup.m in Sources */,
|
|
|
A13BD03F1C3B491400C76527 /* NoticeViewController.m in Sources */,
|
|
|
A13BD0091C3B491400C76527 /* CustomLabel.m in Sources */,
|