Update to enable universal builds of Flipper
* added PortForwardingMacApp project target * updated Podfiles * updated electron builder to 22.14.10 * updated electron to 16.0.3 * added universal architecture to the build process
This commit is contained in:
committed by
Lorenzo Blasa
parent
2b927b4e72
commit
6cc083b860
@@ -7,6 +7,7 @@ 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
|
||||
@@ -18,3 +19,11 @@ 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