mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
update altsign again
This commit is contained in:
@@ -3444,8 +3444,8 @@
|
||||
isa = XCRemoteSwiftPackageReference;
|
||||
repositoryURL = "https://github.com/SideStore/AltSign";
|
||||
requirement = {
|
||||
branch = master;
|
||||
kind = branch;
|
||||
kind = revision;
|
||||
revision = eb8cde64bca8fca8a131568fe1483510c5629569;
|
||||
};
|
||||
};
|
||||
4879A9602861049C00FC1BBD /* XCRemoteSwiftPackageReference "OpenSSL" */ = {
|
||||
|
||||
@@ -6,8 +6,7 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/SideStore/AltSign",
|
||||
"state" : {
|
||||
"branch" : "master",
|
||||
"revision" : "68c82b3b9ea05a2fbc08b3df8d3126f75252eb93"
|
||||
"revision" : "eb8cde64bca8fca8a131568fe1483510c5629569"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -363,7 +363,9 @@ extension FetchProvisioningProfilesOperation
|
||||
}
|
||||
}
|
||||
|
||||
if updateFeatures
|
||||
appID.
|
||||
|
||||
if updateFeatures || true
|
||||
{
|
||||
let appID = appID.copy() as! ALTAppID
|
||||
appID.features = features
|
||||
|
||||
Reference in New Issue
Block a user