Skip to content

Commit

Permalink
Depending on FlipperLitePeertalk
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragramani committed Dec 3, 2022
1 parent 559f616 commit de6a0c3
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 2,086 deletions.
9 changes: 9 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
"version" : "7.6.5"
}
},
{
"identity" : "flipperlitepeertalk",
"kind" : "remoteSourceControl",
"location" : "https://github.com/chiragramani/FlipperLitePeertalk",
"state" : {
"branch" : "main",
"revision" : "5004f4d8a24dd1299e45e57d05d24da7b8ce5fca"
}
},
{
"identity" : "flipperpluginutils",
"kind" : "remoteSourceControl",
Expand Down
8 changes: 3 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ let package = Package(
.package(url: "https://github.com/robbiehanson/CocoaAsyncSocket", exact: Version("7.6.5")),
.package(url: "https://github.com/chiragramani/FlipperPluginUtils",
branch: "main"),
.package(url: "https://github.com/chiragramani/FlipperLitePeertalk",
branch: "main"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand All @@ -32,14 +34,10 @@ let package = Package(
"OpenSSL"
],
publicHeadersPath: "include"),
.target(
name: "Peertalk",
dependencies: [],
publicHeadersPath: "include"),
.target(
name: "FKPortForwardingServer",
dependencies: [
"Peertalk",
"FlipperLitePeertalk",
"CocoaAsyncSocket"
],
publicHeadersPath: "."),
Expand Down
2 changes: 1 addition & 1 deletion Sources/FKPortForwardingServer/FKPortForwardingServer.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ static dispatch_data_t NSDataToGCDData(NSData* data) {
#endif


@import Peertalk;
@import FlipperLitePeertalk;
@import CocoaAsyncSocket;


Expand Down
126 changes: 0 additions & 126 deletions Sources/Peertalk/PTChannel.h

This file was deleted.

Loading

0 comments on commit de6a0c3

Please sign in to comment.