Refactor to move PortForwardingMacApp under /desktop
This commit is contained in:
committed by
Lorenzo Blasa
parent
1e1cc37c3b
commit
b26997af00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user