Skip to content

Commit

Permalink
Move OutlineCatalystApp target into OutlineAppleLib product.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Aug 9, 2023
1 parent ce84470 commit cb46285
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
5 changes: 1 addition & 4 deletions src/cordova/apple/OutlineAppleLib/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ let package = Package(
products: [
.library(
name: "OutlineAppleLib",
targets: ["Tun2socks", "OutlineSentryLogger", "OutlineTunnel", "OutlineShared"]),
.library(
name: "OutlineCatalystApp",
targets: ["OutlineCatalystApp"]),
targets: ["Tun2socks", "OutlineSentryLogger", "OutlineTunnel", "OutlineShared", "OutlineCatalystApp"]),
.library(
name: "OutlineLauncher",
targets: ["OutlineLauncher"]),
Expand Down
7 changes: 0 additions & 7 deletions src/cordova/apple/xcode/ios/Outline.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
A271D4302A708278009981B2 /* CocoaLumberjack in Frameworks */ = {isa = PBXBuildFile; productRef = A271D42F2A708278009981B2 /* CocoaLumberjack */; };
A271D4322A708278009981B2 /* CocoaLumberjackSwift in Frameworks */ = {isa = PBXBuildFile; productRef = A271D4312A708278009981B2 /* CocoaLumberjackSwift */; };
A271D4342A70829D009981B2 /* OutlineAppleLib in Frameworks */ = {isa = PBXBuildFile; productRef = A271D4332A70829D009981B2 /* OutlineAppleLib */; };
A271D4362A7082B1009981B2 /* OutlineCatalystApp in Frameworks */ = {isa = PBXBuildFile; productRef = A271D4352A7082B1009981B2 /* OutlineCatalystApp */; };
A27F43AA29F6EC43002C3678 /* config.xml in CopyFiles */ = {isa = PBXBuildFile; fileRef = F840E1F0165FE0F500CFE078 /* config.xml */; };
A27F43AB29F6EC43002C3678 /* www in CopyFiles */ = {isa = PBXBuildFile; fileRef = 301BF56E109A69640062928A /* www */; };
A2A83B392A1C5B2E00755F56 /* OutlineLauncher.app in Copy OutlineLauncher */ = {isa = PBXBuildFile; fileRef = A26D262D2A1C41B1009838E0 /* OutlineLauncher.app */; platformFilter = maccatalyst; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
Expand Down Expand Up @@ -182,7 +181,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
A271D4362A7082B1009981B2 /* OutlineCatalystApp in Frameworks */,
A271D4302A708278009981B2 /* CocoaLumberjack in Frameworks */,
301BF552109A68D80062928A /* libCordova.a in Frameworks */,
FC8C310C1FAA88FB004262BE /* NetworkExtension.framework in Frameworks */,
Expand Down Expand Up @@ -396,7 +394,6 @@
A271D42F2A708278009981B2 /* CocoaLumberjack */,
A271D4312A708278009981B2 /* CocoaLumberjackSwift */,
A271D4332A70829D009981B2 /* OutlineAppleLib */,
A271D4352A7082B1009981B2 /* OutlineCatalystApp */,
);
productName = Outline;
productReference = 1D6058910D05DD3D006BFB54 /* Outline.app */;
Expand Down Expand Up @@ -1229,10 +1226,6 @@
isa = XCSwiftPackageProductDependency;
productName = OutlineAppleLib;
};
A271D4352A7082B1009981B2 /* OutlineCatalystApp */ = {
isa = XCSwiftPackageProductDependency;
productName = OutlineCatalystApp;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
Expand Down

0 comments on commit cb46285

Please sign in to comment.