mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Replaces AltSign cocoapod with Swift package
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
// Copyright © 2020 Riley Testut. All rights reserved.
|
// Copyright © 2020 Riley Testut. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <AltSign/AltSign.h>
|
#import "AltSign.h"
|
||||||
|
|
||||||
NS_ASSUME_NONNULL_BEGIN
|
NS_ASSUME_NONNULL_BEGIN
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
// Copyright © 2020 Riley Testut. All rights reserved.
|
// Copyright © 2020 Riley Testut. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <AltSign/AltSign.h>
|
#import "AltSign.h"
|
||||||
|
|
||||||
#import "ALTConnection.h"
|
#import "ALTConnection.h"
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
#import <AltSign/AltSign.h>
|
#import "AltSign.h"
|
||||||
|
|
||||||
@class ALTWiredConnection;
|
@class ALTWiredConnection;
|
||||||
@class ALTNotificationConnection;
|
@class ALTNotificationConnection;
|
||||||
|
|||||||
@@ -3,21 +3,26 @@
|
|||||||
archiveVersion = 1;
|
archiveVersion = 1;
|
||||||
classes = {
|
classes = {
|
||||||
};
|
};
|
||||||
objectVersion = 51;
|
objectVersion = 52;
|
||||||
objects = {
|
objects = {
|
||||||
|
|
||||||
/* Begin PBXBuildFile section */
|
/* Begin PBXBuildFile section */
|
||||||
01100C7036F0EBAC5B30984B /* libPods-AltStore.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DE618FA97EA42C3F468D186 /* libPods-AltStore.a */; };
|
01100C7036F0EBAC5B30984B /* libPods-AltStore.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DE618FA97EA42C3F468D186 /* libPods-AltStore.a */; };
|
||||||
A8BCEBEAC0620CF80A2FD26D /* Pods_AltServer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FC3822AB1C4CF1D4CDF7445D /* Pods_AltServer.framework */; };
|
A8BCEBEAC0620CF80A2FD26D /* Pods_AltServer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FC3822AB1C4CF1D4CDF7445D /* Pods_AltServer.framework */; };
|
||||||
BF0201BA22C2EFA3000B93E4 /* AltSign.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF5AB3A72285FE6C00DC914B /* AltSign.framework */; };
|
|
||||||
BF0201BB22C2EFA3000B93E4 /* AltSign.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = BF5AB3A72285FE6C00DC914B /* AltSign.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
||||||
BF0201BD22C2EFBC000B93E4 /* openssl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF4713A422976CFC00784A2F /* openssl.framework */; };
|
|
||||||
BF0201BE22C2EFBC000B93E4 /* openssl.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = BF4713A422976CFC00784A2F /* openssl.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
||||||
BF02419422F2156E00129732 /* RefreshAttempt.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF02419322F2156E00129732 /* RefreshAttempt.swift */; };
|
BF02419422F2156E00129732 /* RefreshAttempt.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF02419322F2156E00129732 /* RefreshAttempt.swift */; };
|
||||||
BF02419622F2199300129732 /* RefreshAttemptsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF02419522F2199300129732 /* RefreshAttemptsViewController.swift */; };
|
BF02419622F2199300129732 /* RefreshAttemptsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF02419522F2199300129732 /* RefreshAttemptsViewController.swift */; };
|
||||||
BF0241AA22F29CCD00129732 /* UserDefaults+AltServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0241A922F29CCD00129732 /* UserDefaults+AltServer.swift */; };
|
BF0241AA22F29CCD00129732 /* UserDefaults+AltServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0241A922F29CCD00129732 /* UserDefaults+AltServer.swift */; };
|
||||||
BF08858322DE795100DE9F1E /* MyAppsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF08858222DE795100DE9F1E /* MyAppsViewController.swift */; };
|
BF08858322DE795100DE9F1E /* MyAppsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF08858222DE795100DE9F1E /* MyAppsViewController.swift */; };
|
||||||
BF08858522DE7EC800DE9F1E /* UpdateCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF08858422DE7EC800DE9F1E /* UpdateCollectionViewCell.swift */; };
|
BF08858522DE7EC800DE9F1E /* UpdateCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF08858422DE7EC800DE9F1E /* UpdateCollectionViewCell.swift */; };
|
||||||
|
BF088D0F25019ABA008082D9 /* AltSign-Static in Frameworks */ = {isa = PBXBuildFile; productRef = BF088D0E25019ABA008082D9 /* AltSign-Static */; };
|
||||||
|
BF088D2D2501A18E008082D9 /* AltSign-Dynamic in Frameworks */ = {isa = PBXBuildFile; productRef = BF088D2C2501A18E008082D9 /* AltSign-Dynamic */; };
|
||||||
|
BF088D2E2501A18E008082D9 /* AltSign-Dynamic in Embed Frameworks */ = {isa = PBXBuildFile; productRef = BF088D2C2501A18E008082D9 /* AltSign-Dynamic */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
||||||
|
BF088D332501A4FF008082D9 /* OpenSSL.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF088D322501A4FF008082D9 /* OpenSSL.xcframework */; };
|
||||||
|
BF088D342501A4FF008082D9 /* OpenSSL.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = BF088D322501A4FF008082D9 /* OpenSSL.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
||||||
|
BF088D362501A821008082D9 /* AltSign-Dynamic in Frameworks */ = {isa = PBXBuildFile; productRef = BF088D352501A821008082D9 /* AltSign-Dynamic */; };
|
||||||
|
BF088D372501A821008082D9 /* AltSign-Dynamic in Embed Frameworks */ = {isa = PBXBuildFile; productRef = BF088D352501A821008082D9 /* AltSign-Dynamic */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
||||||
|
BF088D382501A833008082D9 /* OpenSSL.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF088D322501A4FF008082D9 /* OpenSSL.xcframework */; };
|
||||||
|
BF088D392501A833008082D9 /* OpenSSL.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = BF088D322501A4FF008082D9 /* OpenSSL.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
||||||
BF0C4EBD22A1BD8B009A2DD7 /* AppManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0C4EBC22A1BD8B009A2DD7 /* AppManager.swift */; };
|
BF0C4EBD22A1BD8B009A2DD7 /* AppManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0C4EBC22A1BD8B009A2DD7 /* AppManager.swift */; };
|
||||||
BF0DCA662433BDF500E3A595 /* AnalyticsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0DCA652433BDF500E3A595 /* AnalyticsManager.swift */; };
|
BF0DCA662433BDF500E3A595 /* AnalyticsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0DCA652433BDF500E3A595 /* AnalyticsManager.swift */; };
|
||||||
BF0E4E5124F99D4000FB5EEC /* AltStore6ToAltStore7.xcmappingmodel in Sources */ = {isa = PBXBuildFile; fileRef = BF0E4E5024F99D4000FB5EEC /* AltStore6ToAltStore7.xcmappingmodel */; };
|
BF0E4E5124F99D4000FB5EEC /* AltStore6ToAltStore7.xcmappingmodel in Sources */ = {isa = PBXBuildFile; fileRef = BF0E4E5024F99D4000FB5EEC /* AltStore6ToAltStore7.xcmappingmodel */; };
|
||||||
@@ -139,8 +144,8 @@
|
|||||||
BF6C8FAE2429597900125131 /* BannerCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF6C8FAD2429597900125131 /* BannerCollectionViewCell.swift */; };
|
BF6C8FAE2429597900125131 /* BannerCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF6C8FAD2429597900125131 /* BannerCollectionViewCell.swift */; };
|
||||||
BF6C8FB02429599900125131 /* TextCollectionReusableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF6C8FAF2429599900125131 /* TextCollectionReusableView.swift */; };
|
BF6C8FB02429599900125131 /* TextCollectionReusableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF6C8FAF2429599900125131 /* TextCollectionReusableView.swift */; };
|
||||||
BF6F439223644C6E00A0B879 /* RefreshAltStoreViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF6F439123644C6E00A0B879 /* RefreshAltStoreViewController.swift */; };
|
BF6F439223644C6E00A0B879 /* RefreshAltStoreViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF6F439123644C6E00A0B879 /* RefreshAltStoreViewController.swift */; };
|
||||||
BF718BD123C91BD300A89F2D /* ALTWiredConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = BF718BD023C91BD300A89F2D /* ALTWiredConnection.m */; };
|
BF718BD123C91BD300A89F2D /* ALTWiredConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF718BD023C91BD300A89F2D /* ALTWiredConnection.mm */; };
|
||||||
BF718BD523C928A300A89F2D /* ALTNotificationConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = BF718BD423C928A300A89F2D /* ALTNotificationConnection.m */; };
|
BF718BD523C928A300A89F2D /* ALTNotificationConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF718BD423C928A300A89F2D /* ALTNotificationConnection.mm */; };
|
||||||
BF74989B23621C0700CED65F /* ForwardingNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF74989A23621C0700CED65F /* ForwardingNavigationController.swift */; };
|
BF74989B23621C0700CED65F /* ForwardingNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF74989A23621C0700CED65F /* ForwardingNavigationController.swift */; };
|
||||||
BF770E5122BB1CF6002A40FE /* InstallAppOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF770E5022BB1CF6002A40FE /* InstallAppOperation.swift */; };
|
BF770E5122BB1CF6002A40FE /* InstallAppOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF770E5022BB1CF6002A40FE /* InstallAppOperation.swift */; };
|
||||||
BF770E5422BC044E002A40FE /* OperationContexts.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF770E5322BC044E002A40FE /* OperationContexts.swift */; };
|
BF770E5422BC044E002A40FE /* OperationContexts.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF770E5322BC044E002A40FE /* OperationContexts.swift */; };
|
||||||
@@ -322,9 +327,21 @@
|
|||||||
dstPath = "";
|
dstPath = "";
|
||||||
dstSubfolderSpec = 10;
|
dstSubfolderSpec = 10;
|
||||||
files = (
|
files = (
|
||||||
BF0201BB22C2EFA3000B93E4 /* AltSign.framework in Embed Frameworks */,
|
BF088D392501A833008082D9 /* OpenSSL.xcframework in Embed Frameworks */,
|
||||||
BF0201BE22C2EFBC000B93E4 /* openssl.framework in Embed Frameworks */,
|
|
||||||
BF44CC6D232AEB90004DA9C3 /* LaunchAtLogin.framework in Embed Frameworks */,
|
BF44CC6D232AEB90004DA9C3 /* LaunchAtLogin.framework in Embed Frameworks */,
|
||||||
|
BF088D372501A821008082D9 /* AltSign-Dynamic in Embed Frameworks */,
|
||||||
|
);
|
||||||
|
name = "Embed Frameworks";
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
BF088D2B2501A087008082D9 /* Embed Frameworks */ = {
|
||||||
|
isa = PBXCopyFilesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
dstPath = "";
|
||||||
|
dstSubfolderSpec = 10;
|
||||||
|
files = (
|
||||||
|
BF088D342501A4FF008082D9 /* OpenSSL.xcframework in Embed Frameworks */,
|
||||||
|
BF088D2E2501A18E008082D9 /* AltSign-Dynamic in Embed Frameworks */,
|
||||||
);
|
);
|
||||||
name = "Embed Frameworks";
|
name = "Embed Frameworks";
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
@@ -352,6 +369,7 @@
|
|||||||
BF0241A922F29CCD00129732 /* UserDefaults+AltServer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UserDefaults+AltServer.swift"; sourceTree = "<group>"; };
|
BF0241A922F29CCD00129732 /* UserDefaults+AltServer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UserDefaults+AltServer.swift"; sourceTree = "<group>"; };
|
||||||
BF08858222DE795100DE9F1E /* MyAppsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyAppsViewController.swift; sourceTree = "<group>"; };
|
BF08858222DE795100DE9F1E /* MyAppsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyAppsViewController.swift; sourceTree = "<group>"; };
|
||||||
BF08858422DE7EC800DE9F1E /* UpdateCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UpdateCollectionViewCell.swift; sourceTree = "<group>"; };
|
BF08858422DE7EC800DE9F1E /* UpdateCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UpdateCollectionViewCell.swift; sourceTree = "<group>"; };
|
||||||
|
BF088D322501A4FF008082D9 /* OpenSSL.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = OpenSSL.xcframework; path = Dependencies/AltSign/Dependencies/OpenSSL/Frameworks/OpenSSL.xcframework; sourceTree = "<group>"; };
|
||||||
BF0C4EBC22A1BD8B009A2DD7 /* AppManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppManager.swift; sourceTree = "<group>"; };
|
BF0C4EBC22A1BD8B009A2DD7 /* AppManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppManager.swift; sourceTree = "<group>"; };
|
||||||
BF0DCA652433BDF500E3A595 /* AnalyticsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnalyticsManager.swift; sourceTree = "<group>"; };
|
BF0DCA652433BDF500E3A595 /* AnalyticsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnalyticsManager.swift; sourceTree = "<group>"; };
|
||||||
BF0E4E4F24F99C0200FB5EEC /* AltStore 7.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = "AltStore 7.xcdatamodel"; sourceTree = "<group>"; };
|
BF0E4E4F24F99C0200FB5EEC /* AltStore 7.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = "AltStore 7.xcdatamodel"; sourceTree = "<group>"; };
|
||||||
@@ -509,10 +527,10 @@
|
|||||||
BF718BC723C919CC00A89F2D /* CFNotificationName+AltStore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CFNotificationName+AltStore.h"; sourceTree = "<group>"; };
|
BF718BC723C919CC00A89F2D /* CFNotificationName+AltStore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CFNotificationName+AltStore.h"; sourceTree = "<group>"; };
|
||||||
BF718BC823C919E300A89F2D /* CFNotificationName+AltStore.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "CFNotificationName+AltStore.m"; sourceTree = "<group>"; };
|
BF718BC823C919E300A89F2D /* CFNotificationName+AltStore.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "CFNotificationName+AltStore.m"; sourceTree = "<group>"; };
|
||||||
BF718BCF23C91BD300A89F2D /* ALTWiredConnection.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ALTWiredConnection.h; sourceTree = "<group>"; };
|
BF718BCF23C91BD300A89F2D /* ALTWiredConnection.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ALTWiredConnection.h; sourceTree = "<group>"; };
|
||||||
BF718BD023C91BD300A89F2D /* ALTWiredConnection.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ALTWiredConnection.m; sourceTree = "<group>"; };
|
BF718BD023C91BD300A89F2D /* ALTWiredConnection.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = ALTWiredConnection.mm; sourceTree = "<group>"; };
|
||||||
BF718BD223C91C7000A89F2D /* ALTWiredConnection+Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ALTWiredConnection+Private.h"; sourceTree = "<group>"; };
|
BF718BD223C91C7000A89F2D /* ALTWiredConnection+Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ALTWiredConnection+Private.h"; sourceTree = "<group>"; };
|
||||||
BF718BD323C928A300A89F2D /* ALTNotificationConnection.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ALTNotificationConnection.h; sourceTree = "<group>"; };
|
BF718BD323C928A300A89F2D /* ALTNotificationConnection.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ALTNotificationConnection.h; sourceTree = "<group>"; };
|
||||||
BF718BD423C928A300A89F2D /* ALTNotificationConnection.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ALTNotificationConnection.m; sourceTree = "<group>"; };
|
BF718BD423C928A300A89F2D /* ALTNotificationConnection.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = ALTNotificationConnection.mm; sourceTree = "<group>"; };
|
||||||
BF718BD623C92B3700A89F2D /* ALTNotificationConnection+Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ALTNotificationConnection+Private.h"; sourceTree = "<group>"; };
|
BF718BD623C92B3700A89F2D /* ALTNotificationConnection+Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ALTNotificationConnection+Private.h"; sourceTree = "<group>"; };
|
||||||
BF718BD723C93DB700A89F2D /* ALTConstants.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ALTConstants.m; sourceTree = "<group>"; };
|
BF718BD723C93DB700A89F2D /* ALTConstants.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ALTConstants.m; sourceTree = "<group>"; };
|
||||||
BF74989A23621C0700CED65F /* ForwardingNavigationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ForwardingNavigationController.swift; sourceTree = "<group>"; };
|
BF74989A23621C0700CED65F /* ForwardingNavigationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ForwardingNavigationController.swift; sourceTree = "<group>"; };
|
||||||
@@ -667,6 +685,7 @@
|
|||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
EFB988A976C401E5710498B7 /* libPods-AltDaemon.a in Frameworks */,
|
EFB988A976C401E5710498B7 /* libPods-AltDaemon.a in Frameworks */,
|
||||||
|
BF088D0F25019ABA008082D9 /* AltSign-Static in Frameworks */,
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
@@ -674,11 +693,11 @@
|
|||||||
isa = PBXFrameworksBuildPhase;
|
isa = PBXFrameworksBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
|
BF088D382501A833008082D9 /* OpenSSL.xcframework in Frameworks */,
|
||||||
BF4588882298DD3F00BD7491 /* libxml2.tbd in Frameworks */,
|
BF4588882298DD3F00BD7491 /* libxml2.tbd in Frameworks */,
|
||||||
BF44CC6C232AEB90004DA9C3 /* LaunchAtLogin.framework in Frameworks */,
|
BF44CC6C232AEB90004DA9C3 /* LaunchAtLogin.framework in Frameworks */,
|
||||||
BF4588472298D4B000BD7491 /* libimobiledevice.a in Frameworks */,
|
BF4588472298D4B000BD7491 /* libimobiledevice.a in Frameworks */,
|
||||||
BF0201BD22C2EFBC000B93E4 /* openssl.framework in Frameworks */,
|
BF088D362501A821008082D9 /* AltSign-Dynamic in Frameworks */,
|
||||||
BF0201BA22C2EFA3000B93E4 /* AltSign.framework in Frameworks */,
|
|
||||||
A8BCEBEAC0620CF80A2FD26D /* Pods_AltServer.framework in Frameworks */,
|
A8BCEBEAC0620CF80A2FD26D /* Pods_AltServer.framework in Frameworks */,
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
@@ -702,6 +721,8 @@
|
|||||||
isa = PBXFrameworksBuildPhase;
|
isa = PBXFrameworksBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
|
BF088D332501A4FF008082D9 /* OpenSSL.xcframework in Frameworks */,
|
||||||
|
BF088D2D2501A18E008082D9 /* AltSign-Dynamic in Frameworks */,
|
||||||
01100C7036F0EBAC5B30984B /* libPods-AltStore.a in Frameworks */,
|
01100C7036F0EBAC5B30984B /* libPods-AltStore.a in Frameworks */,
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
@@ -1181,6 +1202,7 @@
|
|||||||
BFD247852284BB3300981D42 /* Frameworks */ = {
|
BFD247852284BB3300981D42 /* Frameworks */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
|
BF088D322501A4FF008082D9 /* OpenSSL.xcframework */,
|
||||||
BF580497246A3D19008AE704 /* UIKit.framework */,
|
BF580497246A3D19008AE704 /* UIKit.framework */,
|
||||||
BF44CC6A232AEB74004DA9C3 /* LaunchAtLogin.framework */,
|
BF44CC6A232AEB74004DA9C3 /* LaunchAtLogin.framework */,
|
||||||
BF9B63C5229DD44D002F0A62 /* AltSign.framework */,
|
BF9B63C5229DD44D002F0A62 /* AltSign.framework */,
|
||||||
@@ -1296,10 +1318,10 @@
|
|||||||
BF18BFFC2485A1E400DD5981 /* WiredConnectionHandler.swift */,
|
BF18BFFC2485A1E400DD5981 /* WiredConnectionHandler.swift */,
|
||||||
BF718BCF23C91BD300A89F2D /* ALTWiredConnection.h */,
|
BF718BCF23C91BD300A89F2D /* ALTWiredConnection.h */,
|
||||||
BF718BD223C91C7000A89F2D /* ALTWiredConnection+Private.h */,
|
BF718BD223C91C7000A89F2D /* ALTWiredConnection+Private.h */,
|
||||||
BF718BD023C91BD300A89F2D /* ALTWiredConnection.m */,
|
BF718BD023C91BD300A89F2D /* ALTWiredConnection.mm */,
|
||||||
BF718BD323C928A300A89F2D /* ALTNotificationConnection.h */,
|
BF718BD323C928A300A89F2D /* ALTNotificationConnection.h */,
|
||||||
BF718BD623C92B3700A89F2D /* ALTNotificationConnection+Private.h */,
|
BF718BD623C92B3700A89F2D /* ALTNotificationConnection+Private.h */,
|
||||||
BF718BD423C928A300A89F2D /* ALTNotificationConnection.m */,
|
BF718BD423C928A300A89F2D /* ALTNotificationConnection.mm */,
|
||||||
);
|
);
|
||||||
path = Connections;
|
path = Connections;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
@@ -1477,6 +1499,9 @@
|
|||||||
dependencies = (
|
dependencies = (
|
||||||
);
|
);
|
||||||
name = AltDaemon;
|
name = AltDaemon;
|
||||||
|
packageProductDependencies = (
|
||||||
|
BF088D0E25019ABA008082D9 /* AltSign-Static */,
|
||||||
|
);
|
||||||
productName = AltDaemon;
|
productName = AltDaemon;
|
||||||
productReference = BF18BFE724857D7900DD5981 /* AltDaemon */;
|
productReference = BF18BFE724857D7900DD5981 /* AltDaemon */;
|
||||||
productType = "com.apple.product-type.library.dynamic";
|
productType = "com.apple.product-type.library.dynamic";
|
||||||
@@ -1501,6 +1526,9 @@
|
|||||||
BF4588452298D48B00BD7491 /* PBXTargetDependency */,
|
BF4588452298D48B00BD7491 /* PBXTargetDependency */,
|
||||||
);
|
);
|
||||||
name = AltServer;
|
name = AltServer;
|
||||||
|
packageProductDependencies = (
|
||||||
|
BF088D352501A821008082D9 /* AltSign-Dynamic */,
|
||||||
|
);
|
||||||
productName = AltServer;
|
productName = AltServer;
|
||||||
productReference = BF45868D229872EA00BD7491 /* AltServer.app */;
|
productReference = BF45868D229872EA00BD7491 /* AltServer.app */;
|
||||||
productType = "com.apple.product-type.application";
|
productType = "com.apple.product-type.application";
|
||||||
@@ -1566,12 +1594,16 @@
|
|||||||
BFD247672284B9A500981D42 /* Frameworks */,
|
BFD247672284B9A500981D42 /* Frameworks */,
|
||||||
BFD247682284B9A500981D42 /* Resources */,
|
BFD247682284B9A500981D42 /* Resources */,
|
||||||
8C9013C41DD92A1476195C0E /* [CP] Copy Pods Resources */,
|
8C9013C41DD92A1476195C0E /* [CP] Copy Pods Resources */,
|
||||||
|
BF088D2B2501A087008082D9 /* Embed Frameworks */,
|
||||||
);
|
);
|
||||||
buildRules = (
|
buildRules = (
|
||||||
);
|
);
|
||||||
dependencies = (
|
dependencies = (
|
||||||
);
|
);
|
||||||
name = AltStore;
|
name = AltStore;
|
||||||
|
packageProductDependencies = (
|
||||||
|
BF088D2C2501A18E008082D9 /* AltSign-Dynamic */,
|
||||||
|
);
|
||||||
productName = AltStore;
|
productName = AltStore;
|
||||||
productReference = BFD2476A2284B9A500981D42 /* AltStore.app */;
|
productReference = BFD2476A2284B9A500981D42 /* AltStore.app */;
|
||||||
productType = "com.apple.product-type.application";
|
productType = "com.apple.product-type.application";
|
||||||
@@ -1893,9 +1925,9 @@
|
|||||||
BFECAC8124FD950B0077C41F /* ALTServerError+Conveniences.swift in Sources */,
|
BFECAC8124FD950B0077C41F /* ALTServerError+Conveniences.swift in Sources */,
|
||||||
BFECAC7F24FD950B0077C41F /* CodableServerError.swift in Sources */,
|
BFECAC7F24FD950B0077C41F /* CodableServerError.swift in Sources */,
|
||||||
BFECAC8624FD950B0077C41F /* Result+Conveniences.swift in Sources */,
|
BFECAC8624FD950B0077C41F /* Result+Conveniences.swift in Sources */,
|
||||||
BF718BD523C928A300A89F2D /* ALTNotificationConnection.m in Sources */,
|
BF718BD523C928A300A89F2D /* ALTNotificationConnection.mm in Sources */,
|
||||||
BF1E312B229F474900370A3C /* RequestHandler.swift in Sources */,
|
BF1E312B229F474900370A3C /* RequestHandler.swift in Sources */,
|
||||||
BF718BD123C91BD300A89F2D /* ALTWiredConnection.m in Sources */,
|
BF718BD123C91BD300A89F2D /* ALTWiredConnection.mm in Sources */,
|
||||||
BFECAC8524FD950B0077C41F /* Connection.swift in Sources */,
|
BFECAC8524FD950B0077C41F /* Connection.swift in Sources */,
|
||||||
BF458690229872EA00BD7491 /* AppDelegate.swift in Sources */,
|
BF458690229872EA00BD7491 /* AppDelegate.swift in Sources */,
|
||||||
BFECAC8424FD950B0077C41F /* ALTConstants.m in Sources */,
|
BFECAC8424FD950B0077C41F /* ALTConstants.m in Sources */,
|
||||||
@@ -2192,11 +2224,14 @@
|
|||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
"@loader_path/Frameworks",
|
"@loader_path/Frameworks",
|
||||||
);
|
);
|
||||||
|
LIBRARY_SEARCH_PATHS = (
|
||||||
|
"$(inherited)",
|
||||||
|
"\"${PODS_CONFIGURATION_BUILD_DIR}/Roxas\"",
|
||||||
|
"\"$(SRCROOT)/Dependencies/AltSign/Dependencies/OpenSSL/ios/lib\"",
|
||||||
|
);
|
||||||
MACH_O_TYPE = mh_execute;
|
MACH_O_TYPE = mh_execute;
|
||||||
OTHER_LDFLAGS = (
|
OTHER_LDFLAGS = (
|
||||||
"-ObjC",
|
"-ObjC",
|
||||||
"-lRoxas",
|
|
||||||
"-lAltSign",
|
|
||||||
"-lc++",
|
"-lc++",
|
||||||
"-lcrypto",
|
"-lcrypto",
|
||||||
"-lssl",
|
"-lssl",
|
||||||
@@ -2233,11 +2268,14 @@
|
|||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
"@loader_path/Frameworks",
|
"@loader_path/Frameworks",
|
||||||
);
|
);
|
||||||
|
LIBRARY_SEARCH_PATHS = (
|
||||||
|
"$(inherited)",
|
||||||
|
"\"${PODS_CONFIGURATION_BUILD_DIR}/Roxas\"",
|
||||||
|
"\"$(SRCROOT)/Dependencies/AltSign/Dependencies/OpenSSL/ios/lib\"",
|
||||||
|
);
|
||||||
MACH_O_TYPE = mh_execute;
|
MACH_O_TYPE = mh_execute;
|
||||||
OTHER_LDFLAGS = (
|
OTHER_LDFLAGS = (
|
||||||
"-ObjC",
|
"-ObjC",
|
||||||
"-lRoxas",
|
|
||||||
"-lAltSign",
|
|
||||||
"-lc++",
|
"-lc++",
|
||||||
"-lcrypto",
|
"-lcrypto",
|
||||||
"-lssl",
|
"-lssl",
|
||||||
@@ -2582,6 +2620,10 @@
|
|||||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||||
MTL_FAST_MATH = YES;
|
MTL_FAST_MATH = YES;
|
||||||
ONLY_ACTIVE_ARCH = YES;
|
ONLY_ACTIVE_ARCH = YES;
|
||||||
|
OTHER_CPLUSPLUSFLAGS = (
|
||||||
|
"$(OTHER_CFLAGS)",
|
||||||
|
"-Wno-module-import-in-extern-c",
|
||||||
|
);
|
||||||
SDKROOT = iphoneos;
|
SDKROOT = iphoneos;
|
||||||
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx";
|
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx";
|
||||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
||||||
@@ -2638,6 +2680,10 @@
|
|||||||
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
|
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
|
||||||
MTL_ENABLE_DEBUG_INFO = NO;
|
MTL_ENABLE_DEBUG_INFO = NO;
|
||||||
MTL_FAST_MATH = YES;
|
MTL_FAST_MATH = YES;
|
||||||
|
OTHER_CPLUSPLUSFLAGS = (
|
||||||
|
"$(OTHER_CFLAGS)",
|
||||||
|
"-Wno-module-import-in-extern-c",
|
||||||
|
);
|
||||||
SDKROOT = iphoneos;
|
SDKROOT = iphoneos;
|
||||||
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx";
|
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx";
|
||||||
SWIFT_COMPILATION_MODE = wholemodule;
|
SWIFT_COMPILATION_MODE = wholemodule;
|
||||||
@@ -2770,6 +2816,21 @@
|
|||||||
};
|
};
|
||||||
/* End XCConfigurationList section */
|
/* End XCConfigurationList section */
|
||||||
|
|
||||||
|
/* Begin XCSwiftPackageProductDependency section */
|
||||||
|
BF088D0E25019ABA008082D9 /* AltSign-Static */ = {
|
||||||
|
isa = XCSwiftPackageProductDependency;
|
||||||
|
productName = "AltSign-Static";
|
||||||
|
};
|
||||||
|
BF088D2C2501A18E008082D9 /* AltSign-Dynamic */ = {
|
||||||
|
isa = XCSwiftPackageProductDependency;
|
||||||
|
productName = "AltSign-Dynamic";
|
||||||
|
};
|
||||||
|
BF088D352501A821008082D9 /* AltSign-Dynamic */ = {
|
||||||
|
isa = XCSwiftPackageProductDependency;
|
||||||
|
productName = "AltSign-Dynamic";
|
||||||
|
};
|
||||||
|
/* End XCSwiftPackageProductDependency section */
|
||||||
|
|
||||||
/* Begin XCVersionGroup section */
|
/* Begin XCVersionGroup section */
|
||||||
BFBBE2DB22931B20002097FA /* AltStore.xcdatamodeld */ = {
|
BFBBE2DB22931B20002097FA /* AltStore.xcdatamodeld */ = {
|
||||||
isa = XCVersionGroup;
|
isa = XCVersionGroup;
|
||||||
|
|||||||
2
AltStore.xcworkspace/contents.xcworkspacedata
generated
2
AltStore.xcworkspace/contents.xcworkspacedata
generated
@@ -5,7 +5,7 @@
|
|||||||
location = "container:AltStore.xcodeproj">
|
location = "container:AltStore.xcodeproj">
|
||||||
</FileRef>
|
</FileRef>
|
||||||
<FileRef
|
<FileRef
|
||||||
location = "group:Dependencies/AltSign/AltSign.xcodeproj">
|
location = "group:Dependencies/AltSign">
|
||||||
</FileRef>
|
</FileRef>
|
||||||
<FileRef
|
<FileRef
|
||||||
location = "group:Dependencies/Roxas/Roxas.xcodeproj">
|
location = "group:Dependencies/Roxas/Roxas.xcodeproj">
|
||||||
|
|||||||
2
Dependencies/AltSign
vendored
2
Dependencies/AltSign
vendored
Submodule Dependencies/AltSign updated: 3dc995f366...508abc4cdf
2
Podfile
2
Podfile
@@ -9,7 +9,6 @@ target 'AltStore' do
|
|||||||
pod 'KeychainAccess', '~> 3.2.0'
|
pod 'KeychainAccess', '~> 3.2.0'
|
||||||
pod 'Nuke', '~> 7.0'
|
pod 'Nuke', '~> 7.0'
|
||||||
pod 'AppCenter', '~> 3.1.0'
|
pod 'AppCenter', '~> 3.1.0'
|
||||||
pod 'AltSign', :path => 'Dependencies/AltSign'
|
|
||||||
pod 'Roxas', :path => 'Dependencies/Roxas'
|
pod 'Roxas', :path => 'Dependencies/Roxas'
|
||||||
|
|
||||||
end
|
end
|
||||||
@@ -31,7 +30,6 @@ target 'AltDaemon' do
|
|||||||
use_modular_headers!
|
use_modular_headers!
|
||||||
|
|
||||||
# Pods for AltDaemon
|
# Pods for AltDaemon
|
||||||
pod 'AltSign', :path => 'Dependencies/AltSign'
|
|
||||||
pod 'Roxas', :path => 'Dependencies/Roxas'
|
pod 'Roxas', :path => 'Dependencies/Roxas'
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
17
Podfile.lock
17
Podfile.lock
@@ -1,15 +1,4 @@
|
|||||||
PODS:
|
PODS:
|
||||||
- AltSign (0.1):
|
|
||||||
- AltSign/CoreCrypto (= 0.1)
|
|
||||||
- AltSign/ldid (= 0.1)
|
|
||||||
- AltSign/minizip (= 0.1)
|
|
||||||
- AltSign/OpenSSL (= 0.1)
|
|
||||||
- AltSign/plist (= 0.1)
|
|
||||||
- AltSign/CoreCrypto (0.1)
|
|
||||||
- AltSign/ldid (0.1)
|
|
||||||
- AltSign/minizip (0.1)
|
|
||||||
- AltSign/OpenSSL (0.1)
|
|
||||||
- AltSign/plist (0.1)
|
|
||||||
- AppCenter (3.1.0):
|
- AppCenter (3.1.0):
|
||||||
- AppCenter/Analytics (= 3.1.0)
|
- AppCenter/Analytics (= 3.1.0)
|
||||||
- AppCenter/Crashes (= 3.1.0)
|
- AppCenter/Crashes (= 3.1.0)
|
||||||
@@ -25,7 +14,6 @@ PODS:
|
|||||||
- STPrivilegedTask (1.0.7)
|
- STPrivilegedTask (1.0.7)
|
||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
- AltSign (from `Dependencies/AltSign`)
|
|
||||||
- AppCenter (~> 3.1.0)
|
- AppCenter (~> 3.1.0)
|
||||||
- KeychainAccess (~> 3.2.0)
|
- KeychainAccess (~> 3.2.0)
|
||||||
- Nuke (~> 7.0)
|
- Nuke (~> 7.0)
|
||||||
@@ -41,8 +29,6 @@ SPEC REPOS:
|
|||||||
- Sparkle
|
- Sparkle
|
||||||
|
|
||||||
EXTERNAL SOURCES:
|
EXTERNAL SOURCES:
|
||||||
AltSign:
|
|
||||||
:path: Dependencies/AltSign
|
|
||||||
Roxas:
|
Roxas:
|
||||||
:path: Dependencies/Roxas
|
:path: Dependencies/Roxas
|
||||||
STPrivilegedTask:
|
STPrivilegedTask:
|
||||||
@@ -54,7 +40,6 @@ CHECKOUT OPTIONS:
|
|||||||
:git: https://github.com/rileytestut/STPrivilegedTask.git
|
:git: https://github.com/rileytestut/STPrivilegedTask.git
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
AltSign: ef26f18415063a19d0778db512108e223199c85f
|
|
||||||
AppCenter: a1c30c47b7882a04a615ffa5ab26c007326436d8
|
AppCenter: a1c30c47b7882a04a615ffa5ab26c007326436d8
|
||||||
KeychainAccess: 3b1bf8a77eb4c6ea1ce9404c292e48f948954c6b
|
KeychainAccess: 3b1bf8a77eb4c6ea1ce9404c292e48f948954c6b
|
||||||
Nuke: 44130e95e09463f8773ae4b96b90de1eba6b3350
|
Nuke: 44130e95e09463f8773ae4b96b90de1eba6b3350
|
||||||
@@ -62,6 +47,6 @@ SPEC CHECKSUMS:
|
|||||||
Sparkle: 3f75576db8b0265adef36c43249d747f22d0b708
|
Sparkle: 3f75576db8b0265adef36c43249d747f22d0b708
|
||||||
STPrivilegedTask: 56c3397238a1ec07720fb877a044898373cd2c68
|
STPrivilegedTask: 56c3397238a1ec07720fb877a044898373cd2c68
|
||||||
|
|
||||||
PODFILE CHECKSUM: bd28424f8d9916505402972bc06c1925ce9f5026
|
PODFILE CHECKSUM: 8e139db2a0c0a1d2f4affc7b615b6ca0720633ed
|
||||||
|
|
||||||
COCOAPODS: 1.9.3
|
COCOAPODS: 1.9.3
|
||||||
|
|||||||
1
Pods/Headers/Private/AltSign/ALTAccount.h
generated
1
Pods/Headers/Private/AltSign/ALTAccount.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../Dependencies/AltSign/AltSign/Model/Apple API/ALTAccount.h
|
|
||||||
1
Pods/Headers/Private/AltSign/ALTAnisetteData.h
generated
1
Pods/Headers/Private/AltSign/ALTAnisetteData.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../Dependencies/AltSign/AltSign/Model/Apple API/ALTAnisetteData.h
|
|
||||||
1
Pods/Headers/Private/AltSign/ALTAppGroup.h
generated
1
Pods/Headers/Private/AltSign/ALTAppGroup.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../Dependencies/AltSign/AltSign/Model/Apple API/ALTAppGroup.h
|
|
||||||
1
Pods/Headers/Private/AltSign/ALTAppID.h
generated
1
Pods/Headers/Private/AltSign/ALTAppID.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../Dependencies/AltSign/AltSign/Model/Apple API/ALTAppID.h
|
|
||||||
1
Pods/Headers/Private/AltSign/ALTAppleAPI.h
generated
1
Pods/Headers/Private/AltSign/ALTAppleAPI.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../Dependencies/AltSign/AltSign/Apple API/ALTAppleAPI.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../Dependencies/AltSign/AltSign/Apple API/ALTAppleAPISession.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../Dependencies/AltSign/AltSign/Apple API/ALTAppleAPI_Private.h
|
|
||||||
1
Pods/Headers/Private/AltSign/ALTApplication.h
generated
1
Pods/Headers/Private/AltSign/ALTApplication.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../Dependencies/AltSign/AltSign/Model/ALTApplication.h
|
|
||||||
1
Pods/Headers/Private/AltSign/ALTCapabilities.h
generated
1
Pods/Headers/Private/AltSign/ALTCapabilities.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../Dependencies/AltSign/AltSign/Capabilities/ALTCapabilities.h
|
|
||||||
1
Pods/Headers/Private/AltSign/ALTCertificate.h
generated
1
Pods/Headers/Private/AltSign/ALTCertificate.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../Dependencies/AltSign/AltSign/Model/Apple API/ALTCertificate.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../Dependencies/AltSign/AltSign/Model/Apple API/ALTCertificateRequest.h
|
|
||||||
1
Pods/Headers/Private/AltSign/ALTDevice.h
generated
1
Pods/Headers/Private/AltSign/ALTDevice.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../Dependencies/AltSign/AltSign/Model/Apple API/ALTDevice.h
|
|
||||||
1
Pods/Headers/Private/AltSign/ALTModel+Internal.h
generated
1
Pods/Headers/Private/AltSign/ALTModel+Internal.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../Dependencies/AltSign/AltSign/Model/Apple API/ALTModel+Internal.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../Dependencies/AltSign/AltSign/Model/Apple API/ALTProvisioningProfile.h
|
|
||||||
1
Pods/Headers/Private/AltSign/ALTSigner.h
generated
1
Pods/Headers/Private/AltSign/ALTSigner.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../Dependencies/AltSign/AltSign/Signing/ALTSigner.h
|
|
||||||
1
Pods/Headers/Private/AltSign/ALTTeam.h
generated
1
Pods/Headers/Private/AltSign/ALTTeam.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../Dependencies/AltSign/AltSign/Model/Apple API/ALTTeam.h
|
|
||||||
1
Pods/Headers/Private/AltSign/AltSign.h
generated
1
Pods/Headers/Private/AltSign/AltSign.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../Dependencies/AltSign/AltSign/AltSign.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../../Dependencies/AltSign/AltSign/ldid/alt_ldid.hpp
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../../Dependencies/AltSign/Dependencies/ldid/ldid.hpp
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../../Dependencies/AltSign/Dependencies/ldid/sha1.h
|
|
||||||
1
Pods/Headers/Private/AltSign/NSError+ALTErrors.h
generated
1
Pods/Headers/Private/AltSign/NSError+ALTErrors.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../Dependencies/AltSign/AltSign/Categories/NSError+ALTErrors.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../Dependencies/AltSign/AltSign/Categories/NSFileManager+Apps.h
|
|
||||||
1
Pods/Headers/Private/AltSign/alt_ldid.hpp
generated
1
Pods/Headers/Private/AltSign/alt_ldid.hpp
generated
@@ -1 +0,0 @@
|
|||||||
../../../../Dependencies/AltSign/AltSign/ldid/alt_ldid.hpp
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/cc.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/cc.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/cc.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/cc_config.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/cc_debug.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/cc_memory.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/cc_priv.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/cc_runtime_config.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/ccaes.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/ccaes.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccaes.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccansikdf.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/ccasn1.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/ccasn1.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccasn1.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccblowfish.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/cccast.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/cccast.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/cccast.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccchacha20poly1305.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccchacha20poly1305_priv.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/cccmac.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/cccmac.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/cccmac.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/ccder.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/ccder.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccder.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccder_decode_eckey.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccder_encode_eckey.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccder_priv.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccder_rsa.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/ccdes.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/ccdes.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccdes.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/ccdh.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/ccdh.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccdh.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccdh_gp.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccdh_priv.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccdigest.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccdigest_priv.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/ccdrbg.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/ccdrbg.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccdrbg.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccdrbg_factory.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccdrbg_impl.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/ccec.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/ccec.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccec.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccec25519.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccec25519_priv.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccec_priv.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccecies.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccecies_priv.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/cchkdf.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/cchkdf.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/cchkdf.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/cchmac.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/cchmac.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/cchmac.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/ccmd2.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/ccmd2.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccmd2.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/ccmd4.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/ccmd4.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccmd4.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/ccmd5.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/ccmd5.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccmd5.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/ccmode.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/ccmode.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccmode.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccmode_factory.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccmode_impl.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccmode_siv.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccmode_siv_priv.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/ccn.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/ccn.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccn.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccn_priv.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccnistkdf.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/ccpad.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/ccpad.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccpad.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccpbkdf2.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccprime.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/ccrc2.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/ccrc2.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccrc2.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/ccrc4.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/ccrc4.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccrc4.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccripemd.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/ccrng.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/ccrng.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccrng.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccrng_drbg.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccrng_ecfips_test.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccrng_pbkdf2_prng.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccrng_priv.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccrng_rsafips_test.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccrng_sequence.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccrng_system.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccrng_test.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/ccrsa.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/ccrsa.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccrsa.h
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccrsa_priv.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/ccsha1.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/ccsha1.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccsha1.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/ccsha2.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/ccsha2.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccsha2.h
|
|
||||||
1
Pods/Headers/Private/AltSign/corecrypto/ccsrp.h
generated
1
Pods/Headers/Private/AltSign/corecrypto/ccsrp.h
generated
@@ -1 +0,0 @@
|
|||||||
../../../../../Dependencies/AltSign/Dependencies/corecrypto/ccsrp.h
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user