Refactor to move PortForwardingMacApp under /desktop

This commit is contained in:
Colin Bendell
2021-12-01 20:19:55 -05:00
committed by Lorenzo Blasa
parent 1e1cc37c3b
commit b26997af00
11 changed files with 59 additions and 29 deletions

View File

@@ -7,7 +7,6 @@ target 'FlipperKit' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
workspace 'FlipperKit.xcworkspace'
project 'FlipperKit.xcodeproj'
pod 'Flipper', :path => '../Flipper.podspec'
# Pods for SonarKit
@@ -19,11 +18,3 @@ target 'FlipperKit' do
pod 'SocketRocket', '~> 0.6.0'
end
target 'PortForwardingMacApp' do
#use_frameworks!
platform :osx, '11'
workspace 'FlipperKit.xcworkspace'
project '../PortForwardingMacApp.xcodeproj'
pod 'Flipper-PeerTalk', '~>0.0'
pod 'CocoaAsyncSocket', '~>7.6'
end