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;
|
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" */ = {
|
||||||
|
|||||||
@@ -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"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user