Skip to content

Commit

Permalink
Revert SocketRocket pod update. Closes #3422 (#3424)
Browse files Browse the repository at this point in the history
* Improve error messages in hs.websocket

* Revert SocketRocket to 0.5.1

* Partially revert 5271943
  • Loading branch information
cmsj authored Mar 13, 2023
1 parent d341a5b commit 864bbd8
Show file tree
Hide file tree
Showing 75 changed files with 4,393 additions and 6,593 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pod 'PocketSocket/Client', '1.0.1'
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '8.3.0'
pod 'Sparkle', '2.3.2', :configurations => ['Release']
pod 'MIKMIDI', '1.7.1'
pod 'SocketRocket', '0.6.0'
pod 'SocketRocket', '0.5.1'
pod 'ORSSerialPort', '2.1.0'
end

Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PODS:
- Sentry/Core (8.3.0):
- SentryPrivate (= 8.3.0)
- SentryPrivate (8.3.0)
- SocketRocket (0.6.0)
- SocketRocket (0.5.1)
- Sparkle (2.3.2)

DEPENDENCIES:
Expand All @@ -30,7 +30,7 @@ DEPENDENCIES:
- ORSSerialPort (= 2.1.0)
- PocketSocket/Client (= 1.0.1)
- Sentry (from `https://github.com/getsentry/sentry-cocoa.git`, tag `8.3.0`)
- SocketRocket (= 0.6.0)
- SocketRocket (= 0.5.1)
- Sparkle (= 2.3.2)

SPEC REPOS:
Expand Down Expand Up @@ -70,9 +70,9 @@ SPEC CHECKSUMS:
PocketSocket: 9c6867d66fb4f962af96b9b07f4b45bb561b2c2a
Sentry: 757565eb01e2a6ef6b26e897e4e47e8213e12f06
SentryPrivate: 668d6ce46835769b32e61dc8b5c78ef0b6cdcef8
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
SocketRocket: d57c7159b83c3c6655745cd15302aa24b6bae531
Sparkle: b36a51855e81585a1c38e32e53101d36c00f4304

PODFILE CHECKSUM: 8c509e8881ca0d2b718d492bb9292bfe19ede17d
PODFILE CHECKSUM: dfa1d7339d7a0b6b28e56c852f27bb31316f220a

COCOAPODS: 1.12.0
1 change: 0 additions & 1 deletion Pods/Headers/Private/SocketRocket/NSRunLoop+SRWebSocket.h

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Private/SocketRocket/SRConstants.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Private/SocketRocket/SRDelegateController.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Private/SocketRocket/SRError.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Private/SocketRocket/SRHTTPConnectMessage.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Private/SocketRocket/SRHash.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Private/SocketRocket/SRIOConsumer.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Private/SocketRocket/SRIOConsumerPool.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Private/SocketRocket/SRLog.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Private/SocketRocket/SRMutex.h

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Private/SocketRocket/SRProxyConnect.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Private/SocketRocket/SRRandom.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Private/SocketRocket/SRRunLoopThread.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Private/SocketRocket/SRSIMDHelpers.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Private/SocketRocket/SRSecurityPolicy.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Private/SocketRocket/SRURLUtilities.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Public/SocketRocket/NSRunLoop+SRWebSocket.h

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Public/SocketRocket/SRSecurityPolicy.h

This file was deleted.

8 changes: 4 additions & 4 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 864bbd8

Please sign in to comment.