Skip to content

Commit

Permalink
Remove deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed Jul 7, 2023
1 parent 25b5bde commit 37f3d17
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions src/cordova/apple/xcode/ios/Outline.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@
302D95F114D2391D003F00A1 /* MainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 302D95EF14D2391D003F00A1 /* MainViewController.m */; };
302D95F214D2391D003F00A1 /* MainViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 302D95F014D2391D003F00A1 /* MainViewController.xib */; };
3B0347531F212F0200C8EF1F /* VpnExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 3B0347481F212F0100C8EF1F /* VpnExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
3B0347611F212F6900C8EF1F /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 941052A220F54953928FF2E2 /* libz.tbd */; };
52CBB892295BD8F200D0073F /* CocoaLumberjack in Frameworks */ = {isa = PBXBuildFile; productRef = 52CBB891295BD8F200D0073F /* CocoaLumberjack */; };
52CBB894295BD8F200D0073F /* CocoaLumberjackSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 52CBB893295BD8F200D0073F /* CocoaLumberjackSwift */; };
52CBB896295BD93600D0073F /* CocoaLumberjack in Frameworks */ = {isa = PBXBuildFile; productRef = 52CBB895295BD93600D0073F /* CocoaLumberjack */; };
52CE53E7295B6A310064D03D /* Sentry in Frameworks */ = {isa = PBXBuildFile; productRef = 52CE53E6295B6A310064D03D /* Sentry */; };
52E783062A5880CF00355E64 /* PacketTunnelProvider in Frameworks */ = {isa = PBXBuildFile; productRef = 52E783052A5880CF00355E64 /* PacketTunnelProvider */; };
5F7F90AE0E924FD7B065C415 /* CDVStatusBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 0394302BA6114B2AB648D4FF /* CDVStatusBar.m */; };
Expand Down Expand Up @@ -60,13 +58,6 @@
remoteGlobalIDString = C0C01EB21E3911D50056E6CB;
remoteInfo = Cordova;
};
FC28C2C1202913BE005FD743 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 301BF52D109A57CC0062928A /* CordovaLib/CordovaLib.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = D2AAC07D0554694100DB518D;
remoteInfo = CordovaLib;
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -150,8 +141,6 @@
files = (
FC8C310B1FAA814A004262BE /* NetworkExtension.framework in Frameworks */,
52E783062A5880CF00355E64 /* PacketTunnelProvider in Frameworks */,
3B0347611F212F6900C8EF1F /* libz.tbd in Frameworks */,
52CBB896295BD93600D0073F /* CocoaLumberjack in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -335,11 +324,9 @@
buildRules = (
);
dependencies = (
FC28C2C2202913BE005FD743 /* PBXTargetDependency */,
);
name = VpnExtension;
packageProductDependencies = (
52CBB895295BD93600D0073F /* CocoaLumberjack */,
52E783052A5880CF00355E64 /* PacketTunnelProvider */,
);
productName = VpnExtension;
Expand Down Expand Up @@ -506,11 +493,6 @@
target = 3B0347471F212F0100C8EF1F /* VpnExtension */;
targetProxy = 3B0347511F212F0200C8EF1F /* PBXContainerItemProxy */;
};
FC28C2C2202913BE005FD743 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = CordovaLib;
targetProxy = FC28C2C1202913BE005FD743 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
Expand Down Expand Up @@ -852,11 +834,6 @@
package = 52CBB890295BD8F200D0073F /* XCRemoteSwiftPackageReference "CocoaLumberjack" */;
productName = CocoaLumberjackSwift;
};
52CBB895295BD93600D0073F /* CocoaLumberjack */ = {
isa = XCSwiftPackageProductDependency;
package = 52CBB890295BD8F200D0073F /* XCRemoteSwiftPackageReference "CocoaLumberjack" */;
productName = CocoaLumberjack;
};
52CE53E6295B6A310064D03D /* Sentry */ = {
isa = XCSwiftPackageProductDependency;
package = 52CE53E5295B6A310064D03D /* XCRemoteSwiftPackageReference "sentry-cocoa" */;
Expand Down

0 comments on commit 37f3d17

Please sign in to comment.