diff --git a/moonlight-common/moonlight-common-c b/moonlight-common/moonlight-common-c index 5782246..221af82 160000 --- a/moonlight-common/moonlight-common-c +++ b/moonlight-common/moonlight-common-c @@ -1 +1 @@ -Subproject commit 5782246b30bfc11e659cf53b498886a924aa97d1 +Subproject commit 221af8295064b24222dee7a42fff179e89ec9a0f diff --git a/moonlight-common/moonlight-common.xcodeproj/project.pbxproj b/moonlight-common/moonlight-common.xcodeproj/project.pbxproj index 5aa7115..5e08740 100644 --- a/moonlight-common/moonlight-common.xcodeproj/project.pbxproj +++ b/moonlight-common/moonlight-common.xcodeproj/project.pbxproj @@ -36,6 +36,8 @@ 98AB2E561CAD427A0089BB98 /* protocol.c in Sources */ = {isa = PBXBuildFile; fileRef = 98AB2E151CAD422B0089BB98 /* protocol.c */; }; 98AB2E571CAD427A0089BB98 /* unix.c in Sources */ = {isa = PBXBuildFile; fileRef = 98AB2E171CAD422B0089BB98 /* unix.c */; }; 98AB2E581CAD427A0089BB98 /* win32.c in Sources */ = {isa = PBXBuildFile; fileRef = 98AB2E181CAD422B0089BB98 /* win32.c */; }; + 98B8C2B6262BC1220027F659 /* PlatformCrypto.c in Sources */ = {isa = PBXBuildFile; fileRef = 98B8C2B5262BC1220027F659 /* PlatformCrypto.c */; }; + 98B8C2B7262BC1220027F659 /* PlatformCrypto.c in Sources */ = {isa = PBXBuildFile; fileRef = 98B8C2B5262BC1220027F659 /* PlatformCrypto.c */; }; 98C1FC13218404040023FDDF /* SimpleStun.c in Sources */ = {isa = PBXBuildFile; fileRef = 98C1FC11218404030023FDDF /* SimpleStun.c */; }; 98C1FC142184124C0023FDDF /* SimpleStun.c in Sources */ = {isa = PBXBuildFile; fileRef = 98C1FC11218404030023FDDF /* SimpleStun.c */; }; FB1A67F821324F4900507771 /* rs.c in Sources */ = {isa = PBXBuildFile; fileRef = 9857AEEE1EBE85E10084F99E /* rs.c */; }; @@ -149,6 +151,8 @@ 98AB2E3C1CAD423B0089BB98 /* Video.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Video.h; sourceTree = ""; }; 98AB2E3D1CAD423B0089BB98 /* VideoDepacketizer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VideoDepacketizer.c; sourceTree = ""; }; 98AB2E3E1CAD423B0089BB98 /* VideoStream.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VideoStream.c; sourceTree = ""; }; + 98B8C2B5262BC1220027F659 /* PlatformCrypto.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = PlatformCrypto.c; sourceTree = ""; }; + 98B8C2BA262BC12F0027F659 /* PlatformCrypto.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformCrypto.h; sourceTree = ""; }; 98C1FC11218404030023FDDF /* SimpleStun.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SimpleStun.c; sourceTree = ""; }; FB1A67EF21324EE300507771 /* libmoonlight-common-tv.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libmoonlight-common-tv.a"; sourceTree = BUILT_PRODUCTS_DIR; }; FB290E2E19B37A4E004C83CF /* libmoonlight-common.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libmoonlight-common.a"; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -279,6 +283,8 @@ 98AB2E261CAD423B0089BB98 /* Misc.c */, 98AB2E311CAD423B0089BB98 /* Platform.c */, 98AB2E321CAD423B0089BB98 /* Platform.h */, + 98B8C2B5262BC1220027F659 /* PlatformCrypto.c */, + 98B8C2BA262BC12F0027F659 /* PlatformCrypto.h */, 98AB2E331CAD423B0089BB98 /* PlatformSockets.c */, 98AB2E341CAD423B0089BB98 /* PlatformSockets.h */, 98AB2E351CAD423B0089BB98 /* PlatformThreads.h */, @@ -410,6 +416,7 @@ FB1A680721324F4900507771 /* SdpGenerator.c in Sources */, FB1A680821324F4900507771 /* VideoDepacketizer.c in Sources */, FB1A680921324F4900507771 /* VideoStream.c in Sources */, + 98B8C2B7262BC1220027F659 /* PlatformCrypto.c in Sources */, FB1A680A21324F4900507771 /* callbacks.c in Sources */, FB1A680B21324F4900507771 /* compress.c in Sources */, FB1A680C21324F4900507771 /* host.c in Sources */, @@ -446,6 +453,7 @@ 98AB2E4E1CAD425A0089BB98 /* VideoDepacketizer.c in Sources */, 9857AEEA1EBE85A20084F99E /* RtpFecQueue.c in Sources */, 98AB2E4F1CAD425A0089BB98 /* VideoStream.c in Sources */, + 98B8C2B6262BC1220027F659 /* PlatformCrypto.c in Sources */, 98AB2E501CAD427A0089BB98 /* callbacks.c in Sources */, 98AB2E511CAD427A0089BB98 /* compress.c in Sources */, 98AB2E521CAD427A0089BB98 /* host.c in Sources */,