update altsign again

This commit is contained in:
June
2024-12-24 16:29:49 +09:00
committed by June Park
parent 110f70e34c
commit faa1555294
3 changed files with 6 additions and 5 deletions

View File

@@ -3444,8 +3444,8 @@
isa = XCRemoteSwiftPackageReference; isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SideStore/AltSign"; repositoryURL = "https://github.com/SideStore/AltSign";
requirement = { requirement = {
branch = master; kind = revision;
kind = branch; revision = eb8cde64bca8fca8a131568fe1483510c5629569;
}; };
}; };
4879A9602861049C00FC1BBD /* XCRemoteSwiftPackageReference "OpenSSL" */ = { 4879A9602861049C00FC1BBD /* XCRemoteSwiftPackageReference "OpenSSL" */ = {

View File

@@ -6,8 +6,7 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/SideStore/AltSign", "location" : "https://github.com/SideStore/AltSign",
"state" : { "state" : {
"branch" : "master", "revision" : "eb8cde64bca8fca8a131568fe1483510c5629569"
"revision" : "68c82b3b9ea05a2fbc08b3df8d3126f75252eb93"
} }
}, },
{ {

View File

@@ -363,7 +363,9 @@ extension FetchProvisioningProfilesOperation
} }
} }
if updateFeatures appID.
if updateFeatures || true
{ {
let appID = appID.copy() as! ALTAppID let appID = appID.copy() as! ALTAppID
appID.features = features appID.features = features