From bb50eefe886890aadcbdf46ffd5156ced5f4a2c1 Mon Sep 17 00:00:00 2001 From: gzerad Date: Fri, 2 Feb 2024 12:21:03 +0200 Subject: [PATCH] 1.5.1 Release --- .../HMSSDKExample.xcodeproj/project.pbxproj | 100 +++++++++--------- Example/Podfile | 2 +- Example/Podfile.lock | 8 +- HMSSDK.podspec | 6 +- Package.swift | 4 +- 5 files changed, 60 insertions(+), 60 deletions(-) diff --git a/Example/HMSSDKExample.xcodeproj/project.pbxproj b/Example/HMSSDKExample.xcodeproj/project.pbxproj index 9ee20d6..f3f0e92 100644 --- a/Example/HMSSDKExample.xcodeproj/project.pbxproj +++ b/Example/HMSSDKExample.xcodeproj/project.pbxproj @@ -23,6 +23,7 @@ 2A75A9381F768B5C58917059 /* HMSUIColorTheme.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1C95DD57118849D106DA4C3 /* HMSUIColorTheme.swift */; }; 2D8D074A3905D00A6D7A5513 /* HLSPlayerOverlayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EA2D24CD11F2951B785ED6E /* HLSPlayerOverlayView.swift */; }; 2D96C14D75916844779B533C /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7C55D217A5281D74CF0D8733 /* Images.xcassets */; }; + 337299CF9B70BC021AE853B5 /* Pods_HMSScreenShare.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0160D97C88B508B7679E9522 /* Pods_HMSScreenShare.framework */; }; 337F7FBAA6D20DBC80FED748 /* HueStripView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67CC65B5B5011E4F2B0C3E21 /* HueStripView.swift */; }; 3ABE4AF78C5B2418166FB18C /* PickerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36F8F1B4B0A42EC599FB217B /* PickerControlView.swift */; }; 3ECA49F20BA2E1D64AC74DB6 /* Meeting.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2495B8B93F454B952C45BF13 /* Meeting.storyboard */; }; @@ -39,12 +40,11 @@ 5B274F17D6399DD36AC13F73 /* PreviewPeersListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9471B8DED5A9DDEF47EFB2DA /* PreviewPeersListViewController.swift */; }; 5F42BFB2F39DC9B836E7A487 /* PollQuestionsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E7492DEB508577745B2CA6B /* PollQuestionsView.swift */; }; 601487372D3041DDDB5C24E2 /* HLSStreamViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 318F2B9147A54123040112A3 /* HLSStreamViewController.swift */; }; + 60E35FE5663C966B4648371F /* Pods_HMSSDKExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C865EC5D2B273B5F4CE30266 /* Pods_HMSSDKExample.framework */; }; 636DDE3A425F03B97F428D92 /* QuizVoteQuestionOptionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA85DE019C47AEC0A4692ACF /* QuizVoteQuestionOptionView.swift */; }; 63CF21BB5A352D1928F7E709 /* MusicControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1AC5FCBB332FE761AA66DF6 /* MusicControlView.swift */; }; - 674266409C3C89FA66B5664D /* Pods_HMSScreenShare.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BD35913B8107B8FFB3309F5 /* Pods_HMSScreenShare.framework */; }; 69436FDEEAFE808E422000D3 /* Login.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F1DDC479FF90B33482780B48 /* Login.storyboard */; }; 69FBD65E433935A227E9706C /* Inter-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 740540A1B0F0EFA1A6326AAC /* Inter-SemiBold.ttf */; }; - 6B0C015593D9D5E029551147 /* Pods_HMSSDKExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22B70AD3D1E128BFDBF2F3F3 /* Pods_HMSSDKExample.framework */; }; 6CB305CD72260776F2F2D623 /* HMSUIFontTheme.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50787B0B3A953CDA65AA6DBD /* HMSUIFontTheme.swift */; }; 70FD72823C57FF4609E0E23B /* QuestionCreateViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983C7A1EA7447F65265EF907 /* QuestionCreateViewModel.swift */; }; 719171EC2BC2494A2F59391A /* PreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F311ABA4605FE1F8FAE81DF /* PreviewViewController.swift */; }; @@ -137,6 +137,7 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ + 0160D97C88B508B7679E9522 /* Pods_HMSScreenShare.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_HMSScreenShare.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 03B23BF5EC9CFF5DB38FC363 /* SaturationStripView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SaturationStripView.swift; sourceTree = ""; }; 069F73498C01E61258326110 /* SettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = ""; }; 075FC4EA47BA9C3584C0CB25 /* HMSScreenShare-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "HMSScreenShare-Bridging-Header.h"; sourceTree = ""; }; @@ -150,8 +151,6 @@ 1D42061C985CBCC1E0756625 /* HMSScreenShareRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = HMSScreenShareRelease.entitlements; sourceTree = ""; }; 1F311ABA4605FE1F8FAE81DF /* PreviewViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreviewViewController.swift; sourceTree = ""; }; 201EA813A788F21342791104 /* Inter-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Inter-Regular.ttf"; sourceTree = ""; }; - 2218B5D44FBE86C71D2F2972 /* Pods-HMSScreenShare.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HMSScreenShare.release.xcconfig"; path = "Target Support Files/Pods-HMSScreenShare/Pods-HMSScreenShare.release.xcconfig"; sourceTree = ""; }; - 22B70AD3D1E128BFDBF2F3F3 /* Pods_HMSSDKExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_HMSSDKExample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 22FEB13F1D44F9D6D34449B7 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Meeting.strings; sourceTree = ""; }; 2615BBB7369533D3A66C87F9 /* SwitchView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwitchView.swift; sourceTree = ""; }; 26AD73F48304A6A7739E1A20 /* PollStyles.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PollStyles.swift; sourceTree = ""; }; @@ -166,11 +165,12 @@ 39370BD742B1814FC99AD307 /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = ""; }; 3B299FC9D64B61727ED64DE5 /* PickerField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PickerField.swift; sourceTree = ""; }; 3B498A9276B63C433E7CD712 /* FirebaseInteractor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirebaseInteractor.swift; sourceTree = ""; }; + 3C0A273D775A26B8876EC3CE /* Pods-HMSScreenShare.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HMSScreenShare.debug.xcconfig"; path = "Target Support Files/Pods-HMSScreenShare/Pods-HMSScreenShare.debug.xcconfig"; sourceTree = ""; }; + 424FF7E846C3EA5FC2B16BF9 /* Pods-HMSScreenShare.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HMSScreenShare.release.xcconfig"; path = "Target Support Files/Pods-HMSScreenShare/Pods-HMSScreenShare.release.xcconfig"; sourceTree = ""; }; 4264DF62FE37D026AA32F6A5 /* HLSStatsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HLSStatsView.swift; sourceTree = ""; }; 45F48E89F81EAB06B409884A /* ChatViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatViewController.swift; sourceTree = ""; }; 4779EBAF99E41D81F27DDBDA /* PollCreateViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PollCreateViewModel.swift; sourceTree = ""; }; 4814E857DBC0E1B691B28F56 /* PollStateBadgeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PollStateBadgeView.swift; sourceTree = ""; }; - 4BD35913B8107B8FFB3309F5 /* Pods_HMSScreenShare.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_HMSScreenShare.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 4E2AA5CDF545042D0378FED9 /* Inter-ExtraLight.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Inter-ExtraLight.ttf"; sourceTree = ""; }; 50787B0B3A953CDA65AA6DBD /* HMSUIFontTheme.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HMSUIFontTheme.swift; sourceTree = ""; }; 50DCD61FF6645A19ACA8BFCC /* ChangeAllRoleViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChangeAllRoleViewController.swift; sourceTree = ""; }; @@ -178,18 +178,16 @@ 5A7660ACCD4FF514FF8DE16C /* TicTacToeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TicTacToeView.swift; sourceTree = ""; }; 5D923E8C23C2674367621BBE /* PollSummaryViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PollSummaryViewModel.swift; sourceTree = ""; }; 5DEE66AA5E315C02F0B64CA4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 5E0F4CE5ABE8EA4CF7E759FC /* Pods-HMSSDKExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HMSSDKExample.debug.xcconfig"; path = "Target Support Files/Pods-HMSSDKExample/Pods-HMSSDKExample.debug.xcconfig"; sourceTree = ""; }; + 60DF2C7E5EF3271A46ACB6BB /* Pods-HMSSDKExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HMSSDKExample.debug.xcconfig"; path = "Target Support Files/Pods-HMSSDKExample/Pods-HMSSDKExample.debug.xcconfig"; sourceTree = ""; }; 666ECFED105EB311F5B51F88 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; 67CC65B5B5011E4F2B0C3E21 /* HueStripView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HueStripView.swift; sourceTree = ""; }; 68362B1438D2D0FBB17CAB2E /* HMSScreenShare.appex */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "wrapper.app-extension"; path = HMSScreenShare.appex; sourceTree = BUILT_PRODUCTS_DIR; }; - 685BB4BEABD2A27F04CA46AB /* Pods-HMSSDKExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HMSSDKExample.release.xcconfig"; path = "Target Support Files/Pods-HMSSDKExample/Pods-HMSSDKExample.release.xcconfig"; sourceTree = ""; }; 6BB429F987514E9391A9A606 /* RTMPSettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RTMPSettingsViewController.swift; sourceTree = ""; }; 7096554F532BA7E9F9D46F35 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/PeersList.strings; sourceTree = ""; }; 719F2AF93F7C9FA7CF4F2987 /* PollVoteQuestionOptionViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PollVoteQuestionOptionViewModel.swift; sourceTree = ""; }; 721F0E8E0A96A7C8AE53BB0D /* PollTypeButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PollTypeButton.swift; sourceTree = ""; }; 73D3BE80BEB8EB0BB860F1FD /* HMSSDKExample.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = HMSSDKExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; 740540A1B0F0EFA1A6326AAC /* Inter-SemiBold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Inter-SemiBold.ttf"; sourceTree = ""; }; - 741BDCDA45D93197343E6F15 /* Pods-HMSScreenShare.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HMSScreenShare.debug.xcconfig"; path = "Target Support Files/Pods-HMSScreenShare/Pods-HMSScreenShare.debug.xcconfig"; sourceTree = ""; }; 78E3BEFBBBA8DA793EE450D1 /* RolePreviewViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RolePreviewViewController.swift; sourceTree = ""; }; 79A705E0C88AD22596918644 /* MeetingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MeetingViewController.swift; sourceTree = ""; }; 7AC71C13D74EB16560B21CD1 /* PollTextField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PollTextField.swift; sourceTree = ""; }; @@ -228,6 +226,7 @@ BF90789ABEE7255CAC318407 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Chat.strings; sourceTree = ""; }; C308F45700BBAB68E7002EB9 /* PollListEntryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PollListEntryView.swift; sourceTree = ""; }; C684ACD48EE1935CDA9CB9E6 /* PreJoinPreviewViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreJoinPreviewViewController.swift; sourceTree = ""; }; + C865EC5D2B273B5F4CE30266 /* Pods_HMSSDKExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_HMSSDKExample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; C8C5DD8303D0F805B3838970 /* HMSSDKInteractor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HMSSDKInteractor.swift; sourceTree = ""; }; CA85DE019C47AEC0A4692ACF /* QuizVoteQuestionOptionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuizVoteQuestionOptionView.swift; sourceTree = ""; }; D438E8CB4B2FCCD81A3E3AD5 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; @@ -238,6 +237,7 @@ E1422CF5DD5D7C89B3FB8CFD /* PollOptionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PollOptionView.swift; sourceTree = ""; }; E1C95DD57118849D106DA4C3 /* HMSUIColorTheme.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HMSUIColorTheme.swift; sourceTree = ""; }; E2FB0F4A138DF7DE7825A4EC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Chat.storyboard; sourceTree = ""; }; + E35E11816AE579D38CC11BFA /* Pods-HMSSDKExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HMSSDKExample.release.xcconfig"; path = "Target Support Files/Pods-HMSSDKExample/Pods-HMSSDKExample.release.xcconfig"; sourceTree = ""; }; E7971D687E57192C259F2CC3 /* SampleHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SampleHandler.swift; sourceTree = ""; }; EC5DF9944CCEAD707A2E708C /* BroadcastSetupViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BroadcastSetupViewController.swift; sourceTree = ""; }; EEDA8DB0EF73410436CD5ED2 /* MeetingViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MeetingViewModel.swift; sourceTree = ""; }; @@ -259,7 +259,7 @@ buildActionMask = 2147483647; files = ( 92EC1B7EF75B1E0DDF6C1B1D /* ReplayKit.framework in Frameworks */, - 674266409C3C89FA66B5664D /* Pods_HMSScreenShare.framework in Frameworks */, + 337299CF9B70BC021AE853B5 /* Pods_HMSScreenShare.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -271,11 +271,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DD622F3985099940534C713D /* Frameworks */ = { + B4D78519BCEE8FCB1567C3F0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 6B0C015593D9D5E029551147 /* Pods_HMSSDKExample.framework in Frameworks */, + 60E35FE5663C966B4648371F /* Pods_HMSSDKExample.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -286,8 +286,8 @@ isa = PBXGroup; children = ( D86D7C783AA51C039047367E /* ReplayKit.framework */, - 22B70AD3D1E128BFDBF2F3F3 /* Pods_HMSSDKExample.framework */, - 4BD35913B8107B8FFB3309F5 /* Pods_HMSScreenShare.framework */, + C865EC5D2B273B5F4CE30266 /* Pods_HMSSDKExample.framework */, + 0160D97C88B508B7679E9522 /* Pods_HMSScreenShare.framework */, ); name = Frameworks; sourceTree = ""; @@ -373,6 +373,18 @@ path = Fonts; sourceTree = ""; }; + 3FA1D7EC2A269FD3DD83E98B /* Pods */ = { + isa = PBXGroup; + children = ( + 60DF2C7E5EF3271A46ACB6BB /* Pods-HMSSDKExample.debug.xcconfig */, + E35E11816AE579D38CC11BFA /* Pods-HMSSDKExample.release.xcconfig */, + 3C0A273D775A26B8876EC3CE /* Pods-HMSScreenShare.debug.xcconfig */, + 424FF7E846C3EA5FC2B16BF9 /* Pods-HMSScreenShare.release.xcconfig */, + ); + name = Pods; + path = Pods; + sourceTree = ""; + }; 470C8CC42E37E5924EF7A404 = { isa = PBXGroup; children = ( @@ -381,7 +393,7 @@ 8C56EB81A3D94A56DE07829F /* HMSSDKExample */, 04B636A8F527D724395CEA56 /* Frameworks */, 92574F9EBE52FFB9B7440823 /* Products */, - C3B85370CC67C19BB2A8FCBD /* Pods */, + 3FA1D7EC2A269FD3DD83E98B /* Pods */, ); sourceTree = ""; }; @@ -487,18 +499,6 @@ path = "Questions Create"; sourceTree = ""; }; - C3B85370CC67C19BB2A8FCBD /* Pods */ = { - isa = PBXGroup; - children = ( - 5E0F4CE5ABE8EA4CF7E759FC /* Pods-HMSSDKExample.debug.xcconfig */, - 685BB4BEABD2A27F04CA46AB /* Pods-HMSSDKExample.release.xcconfig */, - 741BDCDA45D93197343E6F15 /* Pods-HMSScreenShare.debug.xcconfig */, - 2218B5D44FBE86C71D2F2972 /* Pods-HMSScreenShare.release.xcconfig */, - ); - name = Pods; - path = Pods; - sourceTree = ""; - }; C6A9009DB92112E511D73AB0 /* Chat */ = { isa = PBXGroup; children = ( @@ -620,12 +620,12 @@ isa = PBXNativeTarget; buildConfigurationList = 50E5BCF9AC71D999A04D6C82 /* Build configuration list for PBXNativeTarget "HMSSDKExample" */; buildPhases = ( - B5BACC425EDEE6B4FCE8EC5F /* [CP] Check Pods Manifest.lock */, + 245FD3604E3A3956FE8DD14F /* [CP] Check Pods Manifest.lock */, E718EE2B864DF36B9EC96F17 /* Sources */, 494D8C70E3A113C51CEB1739 /* Resources */, BB5C006D13AE609E91D7310A /* Embed App Extensions */, - DD622F3985099940534C713D /* Frameworks */, - 5607045AAB262EE0F74D3413 /* [CP] Embed Pods Frameworks */, + B4D78519BCEE8FCB1567C3F0 /* Frameworks */, + 78A3C71A3A5DF25CA32FC1E4 /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -642,7 +642,7 @@ isa = PBXNativeTarget; buildConfigurationList = FD5AF66CF5C0A042F211BCD3 /* Build configuration list for PBXNativeTarget "HMSScreenShare" */; buildPhases = ( - B334D6CFF4FEA1D87681914B /* [CP] Check Pods Manifest.lock */, + 7352BE089DCF4629E4B2B568 /* [CP] Check Pods Manifest.lock */, AB611BE5E6C1A7BF4C7C1541 /* Sources */, 7C05F0E026AC5542CB811D99 /* Frameworks */, ); @@ -725,24 +725,29 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 5607045AAB262EE0F74D3413 /* [CP] Embed Pods Frameworks */ = { + 245FD3604E3A3956FE8DD14F /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-HMSSDKExample/Pods-HMSSDKExample-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); - name = "[CP] Embed Pods Frameworks"; + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-HMSSDKExample/Pods-HMSSDKExample-frameworks-${CONFIGURATION}-output-files.xcfilelist", + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-HMSSDKExample-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HMSSDKExample/Pods-HMSSDKExample-frameworks.sh\"\n"; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; - B334D6CFF4FEA1D87681914B /* [CP] Check Pods Manifest.lock */ = { + 7352BE089DCF4629E4B2B568 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -764,26 +769,21 @@ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; - B5BACC425EDEE6B4FCE8EC5F /* [CP] Check Pods Manifest.lock */ = { + 78A3C71A3A5DF25CA32FC1E4 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-HMSSDKExample/Pods-HMSSDKExample-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; + name = "[CP] Embed Pods Frameworks"; outputFileListPaths = ( - ); - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-HMSSDKExample-checkManifestLockResult.txt", + "${PODS_ROOT}/Target Support Files/Pods-HMSSDKExample/Pods-HMSSDKExample-frameworks-${CONFIGURATION}-output-files.xcfilelist", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HMSSDKExample/Pods-HMSSDKExample-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ @@ -1038,7 +1038,7 @@ }; 66917588E8CA557C465B6556 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2218B5D44FBE86C71D2F2972 /* Pods-HMSScreenShare.release.xcconfig */; + baseConfigurationReference = 424FF7E846C3EA5FC2B16BF9 /* Pods-HMSScreenShare.release.xcconfig */; buildSettings = { CODE_SIGN_ENTITLEMENTS = HMSScreenShare/HMSScreenShareRelease.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -1068,7 +1068,7 @@ }; 72FB4D48FB66190D7924E386 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 685BB4BEABD2A27F04CA46AB /* Pods-HMSSDKExample.release.xcconfig */; + baseConfigurationReference = E35E11816AE579D38CC11BFA /* Pods-HMSSDKExample.release.xcconfig */; buildSettings = { CODE_SIGN_ENTITLEMENTS = HMSSDKExample/SupportingFiles/HMSSDKExample.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -1091,7 +1091,7 @@ }; 81C3032F613CEB15C57B094A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 741BDCDA45D93197343E6F15 /* Pods-HMSScreenShare.debug.xcconfig */; + baseConfigurationReference = 3C0A273D775A26B8876EC3CE /* Pods-HMSScreenShare.debug.xcconfig */; buildSettings = { CODE_SIGN_ENTITLEMENTS = HMSScreenShare/HMSScreenShareRelease.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -1121,7 +1121,7 @@ }; 832411D19918B12AD465AED8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5E0F4CE5ABE8EA4CF7E759FC /* Pods-HMSSDKExample.debug.xcconfig */; + baseConfigurationReference = 60DF2C7E5EF3271A46ACB6BB /* Pods-HMSSDKExample.debug.xcconfig */; buildSettings = { CODE_SIGN_ENTITLEMENTS = HMSSDKExample/SupportingFiles/HMSSDKExample.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; diff --git a/Example/Podfile b/Example/Podfile index e81495e..31fabb1 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -4,7 +4,7 @@ platform :ios, '13.0' target 'HMSSDKExample' do use_frameworks! - pod 'HMSSDK', '1.5.0' + pod 'HMSSDK', '1.5.1' pod 'HMSHLSPlayerSDK', '0.0.2' pod 'SwiftyBeaver', '1.9.5' pod 'Zip', '2.1.2' diff --git a/Example/Podfile.lock b/Example/Podfile.lock index f7710f7..a7ad207 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -4,7 +4,7 @@ PODS: - HMSBroadcastExtensionSDK (1.0.0) - HMSHLSPlayerSDK (0.0.2): - HMSAnalyticsSDK (= 0.0.2) - - HMSSDK (1.4.2): + - HMSSDK (1.5.0): - HMSAnalyticsSDK (= 0.0.2) - HMSWebRTC (= 1.0.5116) - HMSWebRTC (1.0.5116) @@ -16,7 +16,7 @@ DEPENDENCIES: - Eureka (= 5.4.0) - HMSBroadcastExtensionSDK (= 1.0.0) - HMSHLSPlayerSDK (= 0.0.2) - - HMSSDK (= 1.4.2) + - HMSSDK (= 1.5.0) - SwiftyBeaver (= 1.9.5) - SwiftyGif - Zip (= 2.1.2) @@ -38,12 +38,12 @@ SPEC CHECKSUMS: HMSAnalyticsSDK: 4d2a88a729b1eb42f3d25f217c28937ec318a5b7 HMSBroadcastExtensionSDK: 0757d80497fddec3952858eb14892fb274f9f3c3 HMSHLSPlayerSDK: 6a54ad4d12f3dc2270d1ecd24019d71282a4f6a3 - HMSSDK: 7be2385e9e3ddbd5c03a228934622d679d033e15 + HMSSDK: 0d1901d64faf2661d1183c1ba2881e2531a5eeba HMSWebRTC: ae54e9dd91b869051b283b43b14f57d43b7bf8e1 SwiftyBeaver: 84069991dd5dca07d7069100985badaca7f0ce82 SwiftyGif: 93a1cc87bf3a51916001cf8f3d63835fb64c819f Zip: b3fef584b147b6e582b2256a9815c897d60ddc67 -PODFILE CHECKSUM: 0d2a64e60da239173a0c7afe1f6820059c72231d +PODFILE CHECKSUM: 035c35fd7c18750249d170411d49fa9ca89b9d30 COCOAPODS: 1.12.1 diff --git a/HMSSDK.podspec b/HMSSDK.podspec index e21acef..5295c0f 100644 --- a/HMSSDK.podspec +++ b/HMSSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'HMSSDK' - s.version = '1.5.0' + s.version = '1.5.1' s.summary = 'HMS Videoconferencing iOS SDK' s.description = <<-DESC @@ -10,8 +10,8 @@ TODO: Add long description of the pod here. s.homepage = 'https://github.com/100mslive/100ms-ios-sdk/' s.license = { :type => 'MIT'} s.author = { 'Dmitry Fedoseyev' => 'dmitry@100ms.live', 'Yogesh Singh' => 'yogesh@100ms.live', 'Pawan Dixit' => 'pawan@100ms.live'} - s.source = { :http => 'https://github.com/100mslive/100ms-ios-sdk/releases/download/1.5.0/HMSSDK.xcframework.zip', - :sha256 => '9ba2a4d48eb0a1d4bd45f8ed2d17065e9f259fd4422da529fd2c633408c3a538' + s.source = { :http => 'https://github.com/100mslive/100ms-ios-sdk/releases/download/1.5.1/HMSSDK.xcframework.zip', + :sha256 => 'e5235163360e4ef3481bdbe37a53be4cf832c5ce4a52c67da7310f9883c96fa5' } s.ios.deployment_target = '12.0' s.vendored_frameworks = 'HMSSDK.xcframework' diff --git a/Package.swift b/Package.swift index 48c9392..b9d63a3 100644 --- a/Package.swift +++ b/Package.swift @@ -16,8 +16,8 @@ let package = Package( targets: [ .binaryTarget( name: "HMSSDK", - url: "https://github.com/100mslive/100ms-ios-sdk/releases/download/1.5.0/HMSSDK.xcframework.zip", - checksum: "9ba2a4d48eb0a1d4bd45f8ed2d17065e9f259fd4422da529fd2c633408c3a538" + url: "https://github.com/100mslive/100ms-ios-sdk/releases/download/1.5.1/HMSSDK.xcframework.zip", + checksum: "e5235163360e4ef3481bdbe37a53be4cf832c5ce4a52c67da7310f9883c96fa5" ), .binaryTarget( name: "WebRTC",