Skip to content

Commit

Permalink
Remove Tun2socks and OutlineTunnel dependency from launcher and a…
Browse files Browse the repository at this point in the history
…dd "compile sources" buildphase back in.
  • Loading branch information
sbruens committed Aug 9, 2023
1 parent fb05e14 commit ecdd922
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cordova/apple/OutlineAppleLib/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ let package = Package(
dependencies:
["CocoaLumberjack",
.product(name: "CocoaLumberjackSwift", package: "CocoaLumberjack"),
"Tun2socks",
"OutlineTunnel",
"OutlineCatalystApp"
]
),
Expand Down
8 changes: 8 additions & 0 deletions src/cordova/apple/xcode/ios/Outline.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@
isa = PBXNativeTarget;
buildConfigurationList = A26D26392A1C41B4009838E0 /* Build configuration list for PBXNativeTarget "OutlineLauncher" */;
buildPhases = (
A25EB8812A8437D700B92EE0 /* Sources */,
A26D262A2A1C41B1009838E0 /* Frameworks */,
A2B8C1502A58B70E0054487E /* Embed PlugIns */,
);
Expand Down Expand Up @@ -592,6 +593,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
A25EB8812A8437D700B92EE0 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
A2DBB2F22A00D2DD0017E696 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
Expand Down

0 comments on commit ecdd922

Please sign in to comment.