Skip to content

Commit c5ff14c

Browse files
committed
altserver depends to swiftpm
Signed-off-by: Joseph Mattello <[email protected]>
1 parent 2900999 commit c5ff14c

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

AltStore.xcodeproj/project.pbxproj

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
B3C395F4284F35DD00DA9E2F /* Nuke in Frameworks */ = {isa = PBXBuildFile; productRef = B3C395F3284F35DD00DA9E2F /* Nuke */; };
1414
B3C395F7284F362400DA9E2F /* AppCenterAnalytics in Frameworks */ = {isa = PBXBuildFile; productRef = B3C395F6284F362400DA9E2F /* AppCenterAnalytics */; };
1515
B3C395F9284F362400DA9E2F /* AppCenterCrashes in Frameworks */ = {isa = PBXBuildFile; productRef = B3C395F8284F362400DA9E2F /* AppCenterCrashes */; };
16+
B3C395FC284F3B2400DA9E2F /* Sparkle in Frameworks */ = {isa = PBXBuildFile; productRef = B3C395FB284F3B2400DA9E2F /* Sparkle */; };
17+
B3C395FF284F3C0900DA9E2F /* STPrivilegedTask in Frameworks */ = {isa = PBXBuildFile; productRef = B3C395FE284F3C0900DA9E2F /* STPrivilegedTask */; };
1618
BF02419622F2199300129732 /* RefreshAttemptsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF02419522F2199300129732 /* RefreshAttemptsViewController.swift */; };
1719
BF0241AA22F29CCD00129732 /* UserDefaults+AltServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0241A922F29CCD00129732 /* UserDefaults+AltServer.swift */; };
1820
BF08858322DE795100DE9F1E /* MyAppsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF08858222DE795100DE9F1E /* MyAppsViewController.swift */; };
@@ -849,8 +851,10 @@
849851
buildActionMask = 2147483647;
850852
files = (
851853
D58D5F2E26DFE68E00E55E38 /* LaunchAtLogin in Frameworks */,
854+
B3C395FF284F3C0900DA9E2F /* STPrivilegedTask in Frameworks */,
852855
BF088D382501A833008082D9 /* OpenSSL.xcframework in Frameworks */,
853856
BF4588882298DD3F00BD7491 /* libxml2.tbd in Frameworks */,
857+
B3C395FC284F3B2400DA9E2F /* Sparkle in Frameworks */,
854858
BF4588472298D4B000BD7491 /* libimobiledevice.a in Frameworks */,
855859
BF088D362501A821008082D9 /* AltSign-Dynamic in Frameworks */,
856860
);
@@ -1868,6 +1872,8 @@
18681872
packageProductDependencies = (
18691873
BF088D352501A821008082D9 /* AltSign-Dynamic */,
18701874
D58D5F2D26DFE68E00E55E38 /* LaunchAtLogin */,
1875+
B3C395FB284F3B2400DA9E2F /* Sparkle */,
1876+
B3C395FE284F3C0900DA9E2F /* STPrivilegedTask */,
18711877
);
18721878
productName = AltServer;
18731879
productReference = BF45868D229872EA00BD7491 /* AltServer.app */;
@@ -2083,6 +2089,8 @@
20832089
B3C395EF284F2DE700DA9E2F /* XCRemoteSwiftPackageReference "KeychainAccess" */,
20842090
B3C395F2284F35DD00DA9E2F /* XCRemoteSwiftPackageReference "Nuke" */,
20852091
B3C395F5284F362400DA9E2F /* XCRemoteSwiftPackageReference "appcenter-sdk-apple" */,
2092+
B3C395FA284F3B2400DA9E2F /* XCRemoteSwiftPackageReference "Sparkle" */,
2093+
B3C395FD284F3C0900DA9E2F /* XCRemoteSwiftPackageReference "STPrivilegedTask" */,
20862094
);
20872095
productRefGroup = BFD2476B2284B9A500981D42 /* Products */;
20882096
projectDirPath = "";
@@ -3485,6 +3493,22 @@
34853493
minimumVersion = 4.2.0;
34863494
};
34873495
};
3496+
B3C395FA284F3B2400DA9E2F /* XCRemoteSwiftPackageReference "Sparkle" */ = {
3497+
isa = XCRemoteSwiftPackageReference;
3498+
repositoryURL = "https://github.com/sparkle-project/Sparkle.git";
3499+
requirement = {
3500+
kind = upToNextMajorVersion;
3501+
minimumVersion = 2.1.0;
3502+
};
3503+
};
3504+
B3C395FD284F3C0900DA9E2F /* XCRemoteSwiftPackageReference "STPrivilegedTask" */ = {
3505+
isa = XCRemoteSwiftPackageReference;
3506+
repositoryURL = "https://github.com/JoeMatt/STPrivilegedTask.git";
3507+
requirement = {
3508+
branch = master;
3509+
kind = branch;
3510+
};
3511+
};
34883512
D58D5F2C26DFE68E00E55E38 /* XCRemoteSwiftPackageReference "LaunchAtLogin" */ = {
34893513
isa = XCRemoteSwiftPackageReference;
34903514
repositoryURL = "https://github.com/sindresorhus/LaunchAtLogin.git";
@@ -3516,6 +3540,16 @@
35163540
package = B3C395F5284F362400DA9E2F /* XCRemoteSwiftPackageReference "appcenter-sdk-apple" */;
35173541
productName = AppCenterCrashes;
35183542
};
3543+
B3C395FB284F3B2400DA9E2F /* Sparkle */ = {
3544+
isa = XCSwiftPackageProductDependency;
3545+
package = B3C395FA284F3B2400DA9E2F /* XCRemoteSwiftPackageReference "Sparkle" */;
3546+
productName = Sparkle;
3547+
};
3548+
B3C395FE284F3C0900DA9E2F /* STPrivilegedTask */ = {
3549+
isa = XCSwiftPackageProductDependency;
3550+
package = B3C395FD284F3C0900DA9E2F /* XCRemoteSwiftPackageReference "STPrivilegedTask" */;
3551+
productName = STPrivilegedTask;
3552+
};
35193553
BF088D0E25019ABA008082D9 /* AltSign-Static */ = {
35203554
isa = XCSwiftPackageProductDependency;
35213555
productName = "AltSign-Static";

0 commit comments

Comments
 (0)