Remove RSocket

Summary:
^
Changelog: Remove rsocket dependency for iOS

Reviewed By: aigoncharov

Differential Revision: D33656299

fbshipit-source-id: aab00c425976273112a127e06aca82dfd63194eb
This commit is contained in:
Lorenzo Blasa
2022-02-25 02:02:24 -08:00
committed by Facebook GitHub Bot
parent c4f80a826e
commit 9aed8ce02d
10 changed files with 8 additions and 103 deletions

View File

@@ -31,15 +31,3 @@ jobs:
run: pod repo update
- name: Lint Peertalk
run: pod spec lint Flipper-PeerTalk.podspec --use-libraries --allow-warnings --verbose --skip-import-validation
lint-flipper_rsocket_pod:
runs-on: macos-latest
defaults:
run:
working-directory: iOS/Podspecs
steps:
- uses: actions/checkout@v2
- name: Install Dependences
run: pod repo update
- name: Lint RSocket
run: pod spec lint Flipper-RSocket.podspec --use-libraries --allow-warnings --verbose --skip-import-validation