Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apple Silicon Desktop Support #3553

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions desktop/PortForwardingMacApp/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'PortForwardingMacApp' do
# Comment the next line if you don't want to use dynamic frameworks
#use_frameworks!
platform :osx, '11'

# Pods for PortForwardingMacApp
pod 'Flipper-PeerTalk', '~>0.0'
pod 'CocoaAsyncSocket', '~>7.6'

end
20 changes: 20 additions & 0 deletions desktop/PortForwardingMacApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
PODS:
- CocoaAsyncSocket (7.6.5)
- Flipper-PeerTalk (0.0.4)

DEPENDENCIES:
- CocoaAsyncSocket (~> 7.6)
- Flipper-PeerTalk (~> 0.0)

SPEC REPOS:
trunk:
- CocoaAsyncSocket
- Flipper-PeerTalk

SPEC CHECKSUMS:
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9

PODFILE CHECKSUM: 861e0c9ba6cbdc85168a923850426dcf49e444fa

COCOAPODS: 1.11.2
Loading