├── .DS_Store ├── .gitignore ├── .vscode └── settings.json ├── Dependencies ├── AltSign │ ├── .gitignore │ ├── .gitmodules │ ├── AltSign │ │ ├── Apple API │ │ │ ├── ALTAppleAPI.h │ │ │ ├── ALTAppleAPI.m │ │ │ ├── ALTAppleAPISession.h │ │ │ ├── ALTAppleAPISession.m │ │ │ └── ALTAppleAPI_Private.h │ │ ├── Capabilities │ │ │ ├── ALTCapabilities.h │ │ │ └── ALTCapabilities.m │ │ ├── Categories │ │ │ ├── NSError+ALTErrors.h │ │ │ ├── NSError+ALTErrors.m │ │ │ ├── NSFileManager+Zip.h │ │ │ └── NSFileManager+Zip.m │ │ ├── Model │ │ │ ├── ALTApplication.h │ │ │ ├── ALTApplication.mm │ │ │ └── Apple API │ │ │ │ ├── ALTAccount.h │ │ │ │ ├── ALTAccount.m │ │ │ │ ├── ALTAnisetteData.h │ │ │ │ ├── ALTAnisetteData.m │ │ │ │ ├── ALTAppGroup.h │ │ │ │ ├── ALTAppGroup.m │ │ │ │ ├── ALTAppID.h │ │ │ │ ├── ALTAppID.m │ │ │ │ ├── ALTCertificate.h │ │ │ │ ├── ALTCertificate.m │ │ │ │ ├── ALTCertificateRequest.h │ │ │ │ ├── ALTCertificateRequest.m │ │ │ │ ├── ALTDevice.h │ │ │ │ ├── ALTDevice.m │ │ │ │ ├── ALTModel+Internal.h │ │ │ │ ├── ALTProvisioningProfile.h │ │ │ │ ├── ALTProvisioningProfile.m │ │ │ │ ├── ALTTeam.h │ │ │ │ └── ALTTeam.m │ │ ├── Signing │ │ │ ├── ALTSigner.h │ │ │ └── ALTSigner.mm │ │ ├── Sources │ │ │ ├── ALTAppleAPI+Authentication.swift │ │ │ ├── Data+Encryption.swift │ │ │ └── GSAContext.swift │ │ ├── include │ │ │ ├── AltSign.h │ │ │ ├── AltSign │ │ │ │ ├── ALTAccount.h │ │ │ │ ├── ALTAnisetteData.h │ │ │ │ ├── ALTAppGroup.h │ │ │ │ ├── ALTAppID.h │ │ │ │ ├── ALTAppleAPI.h │ │ │ │ ├── ALTAppleAPISession.h │ │ │ │ ├── ALTAppleAPI_Private.h │ │ │ │ ├── ALTApplication.h │ │ │ │ ├── ALTCapabilities.h │ │ │ │ ├── ALTCertificate.h │ │ │ │ ├── ALTCertificateRequest.h │ │ │ │ ├── ALTDevice.h │ │ │ │ ├── ALTModel+Internal.h │ │ │ │ ├── ALTProvisioningProfile.h │ │ │ │ ├── ALTSigner.h │ │ │ │ ├── ALTTeam.h │ │ │ │ ├── NSError+ALTErrors.h │ │ │ │ └── NSFileManager+Zip.h │ │ │ └── module.modulemap │ │ └── ldid │ │ │ ├── alt_ldid.cpp │ │ │ └── alt_ldid.hpp │ ├── Dependencies │ │ ├── OpenSSL │ │ │ ├── .github │ │ │ │ └── FUNDING.yml │ │ │ ├── .gitignore │ │ │ ├── Frameworks │ │ │ │ ├── OpenSSL.xcframework │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── ios-arm64_armv7 │ │ │ │ │ │ └── OpenSSL.framework │ │ │ │ │ │ │ ├── Headers │ │ │ │ │ │ │ ├── OpenSSL.h │ │ │ │ │ │ │ ├── aes.h │ │ │ │ │ │ │ ├── asn1.h │ │ │ │ │ │ │ ├── asn1err.h │ │ │ │ │ │ │ ├── asn1t.h │ │ │ │ │ │ │ ├── async.h │ │ │ │ │ │ │ ├── asyncerr.h │ │ │ │ │ │ │ ├── bio.h │ │ │ │ │ │ │ ├── bioerr.h │ │ │ │ │ │ │ ├── blowfish.h │ │ │ │ │ │ │ ├── bn.h │ │ │ │ │ │ │ ├── bnerr.h │ │ │ │ │ │ │ ├── buffer.h │ │ │ │ │ │ │ ├── buffererr.h │ │ │ │ │ │ │ ├── camellia.h │ │ │ │ │ │ │ ├── cast.h │ │ │ │ │ │ │ ├── cmac.h │ │ │ │ │ │ │ ├── cms.h │ │ │ │ │ │ │ ├── cmserr.h │ │ │ │ │ │ │ ├── comp.h │ │ │ │ │ │ │ ├── comperr.h │ │ │ │ │ │ │ ├── conf.h │ │ │ │ │ │ │ ├── conf_api.h │ │ │ │ │ │ │ ├── conferr.h │ │ │ │ │ │ │ ├── crypto.h │ │ │ │ │ │ │ ├── cryptoerr.h │ │ │ │ │ │ │ ├── ct.h │ │ │ │ │ │ │ ├── cterr.h │ │ │ │ │ │ │ ├── des.h │ │ │ │ │ │ │ ├── dh.h │ │ │ │ │ │ │ ├── dherr.h │ │ │ │ │ │ │ ├── dsa.h │ │ │ │ │ │ │ ├── dsaerr.h │ │ │ │ │ │ │ ├── dtls1.h │ │ │ │ │ │ │ ├── e_os2.h │ │ │ │ │ │ │ ├── ebcdic.h │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ ├── ecdh.h │ │ │ │ │ │ │ ├── ecdsa.h │ │ │ │ │ │ │ ├── ecerr.h │ │ │ │ │ │ │ ├── engine.h │ │ │ │ │ │ │ ├── engineerr.h │ │ │ │ │ │ │ ├── err.h │ │ │ │ │ │ │ ├── evp.h │ │ │ │ │ │ │ ├── evperr.h │ │ │ │ │ │ │ ├── hmac.h │ │ │ │ │ │ │ ├── idea.h │ │ │ │ │ │ │ ├── kdf.h │ │ │ │ │ │ │ ├── kdferr.h │ │ │ │ │ │ │ ├── lhash.h │ │ │ │ │ │ │ ├── md2.h │ │ │ │ │ │ │ ├── md4.h │ │ │ │ │ │ │ ├── md5.h │ │ │ │ │ │ │ ├── mdc2.h │ │ │ │ │ │ │ ├── modes.h │ │ │ │ │ │ │ ├── obj_mac.h │ │ │ │ │ │ │ ├── objects.h │ │ │ │ │ │ │ ├── objectserr.h │ │ │ │ │ │ │ ├── ocsp.h │ │ │ │ │ │ │ ├── ocsperr.h │ │ │ │ │ │ │ ├── opensslconf.h │ │ │ │ │ │ │ ├── opensslv.h │ │ │ │ │ │ │ ├── ossl_typ.h │ │ │ │ │ │ │ ├── pem.h │ │ │ │ │ │ │ ├── pem2.h │ │ │ │ │ │ │ ├── pemerr.h │ │ │ │ │ │ │ ├── pkcs12.h │ │ │ │ │ │ │ ├── pkcs12err.h │ │ │ │ │ │ │ ├── pkcs7.h │ │ │ │ │ │ │ ├── pkcs7err.h │ │ │ │ │ │ │ ├── rand.h │ │ │ │ │ │ │ ├── rand_drbg.h │ │ │ │ │ │ │ ├── randerr.h │ │ │ │ │ │ │ ├── rc2.h │ │ │ │ │ │ │ ├── rc4.h │ │ │ │ │ │ │ ├── rc5.h │ │ │ │ │ │ │ ├── ripemd.h │ │ │ │ │ │ │ ├── rsa.h │ │ │ │ │ │ │ ├── rsaerr.h │ │ │ │ │ │ │ ├── safestack.h │ │ │ │ │ │ │ ├── seed.h │ │ │ │ │ │ │ ├── sha.h │ │ │ │ │ │ │ ├── shim.h │ │ │ │ │ │ │ ├── srp.h │ │ │ │ │ │ │ ├── srtp.h │ │ │ │ │ │ │ ├── ssl.h │ │ │ │ │ │ │ ├── ssl2.h │ │ │ │ │ │ │ ├── ssl3.h │ │ │ │ │ │ │ ├── sslerr.h │ │ │ │ │ │ │ ├── stack.h │ │ │ │ │ │ │ ├── store.h │ │ │ │ │ │ │ ├── storeerr.h │ │ │ │ │ │ │ ├── symhacks.h │ │ │ │ │ │ │ ├── tls1.h │ │ │ │ │ │ │ ├── ts.h │ │ │ │ │ │ │ ├── tserr.h │ │ │ │ │ │ │ ├── txt_db.h │ │ │ │ │ │ │ ├── ui.h │ │ │ │ │ │ │ ├── uierr.h │ │ │ │ │ │ │ ├── whrlpool.h │ │ │ │ │ │ │ ├── x509.h │ │ │ │ │ │ │ ├── x509_vfy.h │ │ │ │ │ │ │ ├── x509err.h │ │ │ │ │ │ │ ├── x509v3.h │ │ │ │ │ │ │ └── x509v3err.h │ │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ │ └── module.modulemap │ │ │ │ │ │ │ └── OpenSSL │ │ │ │ │ ├── ios-arm64_i386_x86_64-simulator │ │ │ │ │ │ └── OpenSSL.framework │ │ │ │ │ │ │ ├── Headers │ │ │ │ │ │ │ ├── OpenSSL.h │ │ │ │ │ │ │ ├── aes.h │ │ │ │ │ │ │ ├── asn1.h │ │ │ │ │ │ │ ├── asn1err.h │ │ │ │ │ │ │ ├── asn1t.h │ │ │ │ │ │ │ ├── async.h │ │ │ │ │ │ │ ├── asyncerr.h │ │ │ │ │ │ │ ├── bio.h │ │ │ │ │ │ │ ├── bioerr.h │ │ │ │ │ │ │ ├── blowfish.h │ │ │ │ │ │ │ ├── bn.h │ │ │ │ │ │ │ ├── bnerr.h │ │ │ │ │ │ │ ├── buffer.h │ │ │ │ │ │ │ ├── buffererr.h │ │ │ │ │ │ │ ├── camellia.h │ │ │ │ │ │ │ ├── cast.h │ │ │ │ │ │ │ ├── cmac.h │ │ │ │ │ │ │ ├── cms.h │ │ │ │ │ │ │ ├── cmserr.h │ │ │ │ │ │ │ ├── comp.h │ │ │ │ │ │ │ ├── comperr.h │ │ │ │ │ │ │ ├── conf.h │ │ │ │ │ │ │ ├── conf_api.h │ │ │ │ │ │ │ ├── conferr.h │ │ │ │ │ │ │ ├── crypto.h │ │ │ │ │ │ │ ├── cryptoerr.h │ │ │ │ │ │ │ ├── ct.h │ │ │ │ │ │ │ ├── cterr.h │ │ │ │ │ │ │ ├── des.h │ │ │ │ │ │ │ ├── dh.h │ │ │ │ │ │ │ ├── dherr.h │ │ │ │ │ │ │ ├── dsa.h │ │ │ │ │ │ │ ├── dsaerr.h │ │ │ │ │ │ │ ├── dtls1.h │ │ │ │ │ │ │ ├── e_os2.h │ │ │ │ │ │ │ ├── ebcdic.h │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ ├── ecdh.h │ │ │ │ │ │ │ ├── ecdsa.h │ │ │ │ │ │ │ ├── ecerr.h │ │ │ │ │ │ │ ├── engine.h │ │ │ │ │ │ │ ├── engineerr.h │ │ │ │ │ │ │ ├── err.h │ │ │ │ │ │ │ ├── evp.h │ │ │ │ │ │ │ ├── evperr.h │ │ │ │ │ │ │ ├── hmac.h │ │ │ │ │ │ │ ├── idea.h │ │ │ │ │ │ │ ├── kdf.h │ │ │ │ │ │ │ ├── kdferr.h │ │ │ │ │ │ │ ├── lhash.h │ │ │ │ │ │ │ ├── md2.h │ │ │ │ │ │ │ ├── md4.h │ │ │ │ │ │ │ ├── md5.h │ │ │ │ │ │ │ ├── mdc2.h │ │ │ │ │ │ │ ├── modes.h │ │ │ │ │ │ │ ├── obj_mac.h │ │ │ │ │ │ │ ├── objects.h │ │ │ │ │ │ │ ├── objectserr.h │ │ │ │ │ │ │ ├── ocsp.h │ │ │ │ │ │ │ ├── ocsperr.h │ │ │ │ │ │ │ ├── opensslconf.h │ │ │ │ │ │ │ ├── opensslv.h │ │ │ │ │ │ │ ├── ossl_typ.h │ │ │ │ │ │ │ ├── pem.h │ │ │ │ │ │ │ ├── pem2.h │ │ │ │ │ │ │ ├── pemerr.h │ │ │ │ │ │ │ ├── pkcs12.h │ │ │ │ │ │ │ ├── pkcs12err.h │ │ │ │ │ │ │ ├── pkcs7.h │ │ │ │ │ │ │ ├── pkcs7err.h │ │ │ │ │ │ │ ├── rand.h │ │ │ │ │ │ │ ├── rand_drbg.h │ │ │ │ │ │ │ ├── randerr.h │ │ │ │ │ │ │ ├── rc2.h │ │ │ │ │ │ │ ├── rc4.h │ │ │ │ │ │ │ ├── rc5.h │ │ │ │ │ │ │ ├── ripemd.h │ │ │ │ │ │ │ ├── rsa.h │ │ │ │ │ │ │ ├── rsaerr.h │ │ │ │ │ │ │ ├── safestack.h │ │ │ │ │ │ │ ├── seed.h │ │ │ │ │ │ │ ├── sha.h │ │ │ │ │ │ │ ├── shim.h │ │ │ │ │ │ │ ├── srp.h │ │ │ │ │ │ │ ├── srtp.h │ │ │ │ │ │ │ ├── ssl.h │ │ │ │ │ │ │ ├── ssl2.h │ │ │ │ │ │ │ ├── ssl3.h │ │ │ │ │ │ │ ├── sslerr.h │ │ │ │ │ │ │ ├── stack.h │ │ │ │ │ │ │ ├── store.h │ │ │ │ │ │ │ ├── storeerr.h │ │ │ │ │ │ │ ├── symhacks.h │ │ │ │ │ │ │ ├── tls1.h │ │ │ │ │ │ │ ├── ts.h │ │ │ │ │ │ │ ├── tserr.h │ │ │ │ │ │ │ ├── txt_db.h │ │ │ │ │ │ │ ├── ui.h │ │ │ │ │ │ │ ├── uierr.h │ │ │ │ │ │ │ ├── whrlpool.h │ │ │ │ │ │ │ ├── x509.h │ │ │ │ │ │ │ ├── x509_vfy.h │ │ │ │ │ │ │ ├── x509err.h │ │ │ │ │ │ │ ├── x509v3.h │ │ │ │ │ │ │ └── x509v3err.h │ │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ │ └── module.modulemap │ │ │ │ │ │ │ ├── OpenSSL │ │ │ │ │ │ │ └── _CodeSignature │ │ │ │ │ │ │ └── CodeResources │ │ │ │ │ ├── ios-arm64_x86_64-maccatalyst │ │ │ │ │ │ └── OpenSSL.framework │ │ │ │ │ │ │ ├── Headers │ │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ │ ├── OpenSSL │ │ │ │ │ │ │ ├── Resources │ │ │ │ │ │ │ └── Versions │ │ │ │ │ │ │ ├── A │ │ │ │ │ │ │ ├── Headers │ │ │ │ │ │ │ │ ├── OpenSSL.h │ │ │ │ │ │ │ │ ├── aes.h │ │ │ │ │ │ │ │ ├── asn1.h │ │ │ │ │ │ │ │ ├── asn1err.h │ │ │ │ │ │ │ │ ├── asn1t.h │ │ │ │ │ │ │ │ ├── async.h │ │ │ │ │ │ │ │ ├── asyncerr.h │ │ │ │ │ │ │ │ ├── bio.h │ │ │ │ │ │ │ │ ├── bioerr.h │ │ │ │ │ │ │ │ ├── blowfish.h │ │ │ │ │ │ │ │ ├── bn.h │ │ │ │ │ │ │ │ ├── bnerr.h │ │ │ │ │ │ │ │ ├── buffer.h │ │ │ │ │ │ │ │ ├── buffererr.h │ │ │ │ │ │ │ │ ├── camellia.h │ │ │ │ │ │ │ │ ├── cast.h │ │ │ │ │ │ │ │ ├── cmac.h │ │ │ │ │ │ │ │ ├── cms.h │ │ │ │ │ │ │ │ ├── cmserr.h │ │ │ │ │ │ │ │ ├── comp.h │ │ │ │ │ │ │ │ ├── comperr.h │ │ │ │ │ │ │ │ ├── conf.h │ │ │ │ │ │ │ │ ├── conf_api.h │ │ │ │ │ │ │ │ ├── conferr.h │ │ │ │ │ │ │ │ ├── crypto.h │ │ │ │ │ │ │ │ ├── cryptoerr.h │ │ │ │ │ │ │ │ ├── ct.h │ │ │ │ │ │ │ │ ├── cterr.h │ │ │ │ │ │ │ │ ├── des.h │ │ │ │ │ │ │ │ ├── dh.h │ │ │ │ │ │ │ │ ├── dherr.h │ │ │ │ │ │ │ │ ├── dsa.h │ │ │ │ │ │ │ │ ├── dsaerr.h │ │ │ │ │ │ │ │ ├── dtls1.h │ │ │ │ │ │ │ │ ├── e_os2.h │ │ │ │ │ │ │ │ ├── ebcdic.h │ │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ │ ├── ecdh.h │ │ │ │ │ │ │ │ ├── ecdsa.h │ │ │ │ │ │ │ │ ├── ecerr.h │ │ │ │ │ │ │ │ ├── engine.h │ │ │ │ │ │ │ │ ├── engineerr.h │ │ │ │ │ │ │ │ ├── err.h │ │ │ │ │ │ │ │ ├── evp.h │ │ │ │ │ │ │ │ ├── evperr.h │ │ │ │ │ │ │ │ ├── hmac.h │ │ │ │ │ │ │ │ ├── idea.h │ │ │ │ │ │ │ │ ├── kdf.h │ │ │ │ │ │ │ │ ├── kdferr.h │ │ │ │ │ │ │ │ ├── lhash.h │ │ │ │ │ │ │ │ ├── md2.h │ │ │ │ │ │ │ │ ├── md4.h │ │ │ │ │ │ │ │ ├── md5.h │ │ │ │ │ │ │ │ ├── mdc2.h │ │ │ │ │ │ │ │ ├── modes.h │ │ │ │ │ │ │ │ ├── obj_mac.h │ │ │ │ │ │ │ │ ├── objects.h │ │ │ │ │ │ │ │ ├── objectserr.h │ │ │ │ │ │ │ │ ├── ocsp.h │ │ │ │ │ │ │ │ ├── ocsperr.h │ │ │ │ │ │ │ │ ├── opensslconf.h │ │ │ │ │ │ │ │ ├── opensslv.h │ │ │ │ │ │ │ │ ├── ossl_typ.h │ │ │ │ │ │ │ │ ├── pem.h │ │ │ │ │ │ │ │ ├── pem2.h │ │ │ │ │ │ │ │ ├── pemerr.h │ │ │ │ │ │ │ │ ├── pkcs12.h │ │ │ │ │ │ │ │ ├── pkcs12err.h │ │ │ │ │ │ │ │ ├── pkcs7.h │ │ │ │ │ │ │ │ ├── pkcs7err.h │ │ │ │ │ │ │ │ ├── rand.h │ │ │ │ │ │ │ │ ├── rand_drbg.h │ │ │ │ │ │ │ │ ├── randerr.h │ │ │ │ │ │ │ │ ├── rc2.h │ │ │ │ │ │ │ │ ├── rc4.h │ │ │ │ │ │ │ │ ├── rc5.h │ │ │ │ │ │ │ │ ├── ripemd.h │ │ │ │ │ │ │ │ ├── rsa.h │ │ │ │ │ │ │ │ ├── rsaerr.h │ │ │ │ │ │ │ │ ├── safestack.h │ │ │ │ │ │ │ │ ├── seed.h │ │ │ │ │ │ │ │ ├── sha.h │ │ │ │ │ │ │ │ ├── shim.h │ │ │ │ │ │ │ │ ├── srp.h │ │ │ │ │ │ │ │ ├── srtp.h │ │ │ │ │ │ │ │ ├── ssl.h │ │ │ │ │ │ │ │ ├── ssl2.h │ │ │ │ │ │ │ │ ├── ssl3.h │ │ │ │ │ │ │ │ ├── sslerr.h │ │ │ │ │ │ │ │ ├── stack.h │ │ │ │ │ │ │ │ ├── store.h │ │ │ │ │ │ │ │ ├── storeerr.h │ │ │ │ │ │ │ │ ├── symhacks.h │ │ │ │ │ │ │ │ ├── tls1.h │ │ │ │ │ │ │ │ ├── ts.h │ │ │ │ │ │ │ │ ├── tserr.h │ │ │ │ │ │ │ │ ├── txt_db.h │ │ │ │ │ │ │ │ ├── ui.h │ │ │ │ │ │ │ │ ├── uierr.h │ │ │ │ │ │ │ │ ├── whrlpool.h │ │ │ │ │ │ │ │ ├── x509.h │ │ │ │ │ │ │ │ ├── x509_vfy.h │ │ │ │ │ │ │ │ ├── x509err.h │ │ │ │ │ │ │ │ ├── x509v3.h │ │ │ │ │ │ │ │ └── x509v3err.h │ │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ │ │ └── module.modulemap │ │ │ │ │ │ │ ├── OpenSSL │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ │ └── Current │ │ │ │ │ └── macos-arm64_x86_64 │ │ │ │ │ │ └── OpenSSL.framework │ │ │ │ │ │ ├── Headers │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ ├── OpenSSL │ │ │ │ │ │ ├── Resources │ │ │ │ │ │ └── Versions │ │ │ │ │ │ ├── A │ │ │ │ │ │ ├── Headers │ │ │ │ │ │ │ ├── OpenSSL.h │ │ │ │ │ │ │ ├── aes.h │ │ │ │ │ │ │ ├── asn1.h │ │ │ │ │ │ │ ├── asn1err.h │ │ │ │ │ │ │ ├── asn1t.h │ │ │ │ │ │ │ ├── async.h │ │ │ │ │ │ │ ├── asyncerr.h │ │ │ │ │ │ │ ├── bio.h │ │ │ │ │ │ │ ├── bioerr.h │ │ │ │ │ │ │ ├── blowfish.h │ │ │ │ │ │ │ ├── bn.h │ │ │ │ │ │ │ ├── bnerr.h │ │ │ │ │ │ │ ├── buffer.h │ │ │ │ │ │ │ ├── buffererr.h │ │ │ │ │ │ │ ├── camellia.h │ │ │ │ │ │ │ ├── cast.h │ │ │ │ │ │ │ ├── cmac.h │ │ │ │ │ │ │ ├── cms.h │ │ │ │ │ │ │ ├── cmserr.h │ │ │ │ │ │ │ ├── comp.h │ │ │ │ │ │ │ ├── comperr.h │ │ │ │ │ │ │ ├── conf.h │ │ │ │ │ │ │ ├── conf_api.h │ │ │ │ │ │ │ ├── conferr.h │ │ │ │ │ │ │ ├── crypto.h │ │ │ │ │ │ │ ├── cryptoerr.h │ │ │ │ │ │ │ ├── ct.h │ │ │ │ │ │ │ ├── cterr.h │ │ │ │ │ │ │ ├── des.h │ │ │ │ │ │ │ ├── dh.h │ │ │ │ │ │ │ ├── dherr.h │ │ │ │ │ │ │ ├── dsa.h │ │ │ │ │ │ │ ├── dsaerr.h │ │ │ │ │ │ │ ├── dtls1.h │ │ │ │ │ │ │ ├── e_os2.h │ │ │ │ │ │ │ ├── ebcdic.h │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ ├── ecdh.h │ │ │ │ │ │ │ ├── ecdsa.h │ │ │ │ │ │ │ ├── ecerr.h │ │ │ │ │ │ │ ├── engine.h │ │ │ │ │ │ │ ├── engineerr.h │ │ │ │ │ │ │ ├── err.h │ │ │ │ │ │ │ ├── evp.h │ │ │ │ │ │ │ ├── evperr.h │ │ │ │ │ │ │ ├── hmac.h │ │ │ │ │ │ │ ├── idea.h │ │ │ │ │ │ │ ├── kdf.h │ │ │ │ │ │ │ ├── kdferr.h │ │ │ │ │ │ │ ├── lhash.h │ │ │ │ │ │ │ ├── md2.h │ │ │ │ │ │ │ ├── md4.h │ │ │ │ │ │ │ ├── md5.h │ │ │ │ │ │ │ ├── mdc2.h │ │ │ │ │ │ │ ├── modes.h │ │ │ │ │ │ │ ├── obj_mac.h │ │ │ │ │ │ │ ├── objects.h │ │ │ │ │ │ │ ├── objectserr.h │ │ │ │ │ │ │ ├── ocsp.h │ │ │ │ │ │ │ ├── ocsperr.h │ │ │ │ │ │ │ ├── opensslconf.h │ │ │ │ │ │ │ ├── opensslv.h │ │ │ │ │ │ │ ├── ossl_typ.h │ │ │ │ │ │ │ ├── pem.h │ │ │ │ │ │ │ ├── pem2.h │ │ │ │ │ │ │ ├── pemerr.h │ │ │ │ │ │ │ ├── pkcs12.h │ │ │ │ │ │ │ ├── pkcs12err.h │ │ │ │ │ │ │ ├── pkcs7.h │ │ │ │ │ │ │ ├── pkcs7err.h │ │ │ │ │ │ │ ├── rand.h │ │ │ │ │ │ │ ├── rand_drbg.h │ │ │ │ │ │ │ ├── randerr.h │ │ │ │ │ │ │ ├── rc2.h │ │ │ │ │ │ │ ├── rc4.h │ │ │ │ │ │ │ ├── rc5.h │ │ │ │ │ │ │ ├── ripemd.h │ │ │ │ │ │ │ ├── rsa.h │ │ │ │ │ │ │ ├── rsaerr.h │ │ │ │ │ │ │ ├── safestack.h │ │ │ │ │ │ │ ├── seed.h │ │ │ │ │ │ │ ├── sha.h │ │ │ │ │ │ │ ├── shim.h │ │ │ │ │ │ │ ├── srp.h │ │ │ │ │ │ │ ├── srtp.h │ │ │ │ │ │ │ ├── ssl.h │ │ │ │ │ │ │ ├── ssl2.h │ │ │ │ │ │ │ ├── ssl3.h │ │ │ │ │ │ │ ├── sslerr.h │ │ │ │ │ │ │ ├── stack.h │ │ │ │ │ │ │ ├── store.h │ │ │ │ │ │ │ ├── storeerr.h │ │ │ │ │ │ │ ├── symhacks.h │ │ │ │ │ │ │ ├── tls1.h │ │ │ │ │ │ │ ├── ts.h │ │ │ │ │ │ │ ├── tserr.h │ │ │ │ │ │ │ ├── txt_db.h │ │ │ │ │ │ │ ├── ui.h │ │ │ │ │ │ │ ├── uierr.h │ │ │ │ │ │ │ ├── whrlpool.h │ │ │ │ │ │ │ ├── x509.h │ │ │ │ │ │ │ ├── x509_vfy.h │ │ │ │ │ │ │ ├── x509err.h │ │ │ │ │ │ │ ├── x509v3.h │ │ │ │ │ │ │ └── x509v3err.h │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ │ └── module.modulemap │ │ │ │ │ │ ├── OpenSSL │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ └── Current │ │ │ │ ├── iphoneos │ │ │ │ │ └── OpenSSL.framework │ │ │ │ │ │ ├── Headers │ │ │ │ │ │ ├── OpenSSL.h │ │ │ │ │ │ ├── aes.h │ │ │ │ │ │ ├── asn1.h │ │ │ │ │ │ ├── asn1err.h │ │ │ │ │ │ ├── asn1t.h │ │ │ │ │ │ ├── async.h │ │ │ │ │ │ ├── asyncerr.h │ │ │ │ │ │ ├── bio.h │ │ │ │ │ │ ├── bioerr.h │ │ │ │ │ │ ├── blowfish.h │ │ │ │ │ │ ├── bn.h │ │ │ │ │ │ ├── bnerr.h │ │ │ │ │ │ ├── buffer.h │ │ │ │ │ │ ├── buffererr.h │ │ │ │ │ │ ├── camellia.h │ │ │ │ │ │ ├── cast.h │ │ │ │ │ │ ├── cmac.h │ │ │ │ │ │ ├── cms.h │ │ │ │ │ │ ├── cmserr.h │ │ │ │ │ │ ├── comp.h │ │ │ │ │ │ ├── comperr.h │ │ │ │ │ │ ├── conf.h │ │ │ │ │ │ ├── conf_api.h │ │ │ │ │ │ ├── conferr.h │ │ │ │ │ │ ├── crypto.h │ │ │ │ │ │ ├── cryptoerr.h │ │ │ │ │ │ ├── ct.h │ │ │ │ │ │ ├── cterr.h │ │ │ │ │ │ ├── des.h │ │ │ │ │ │ ├── dh.h │ │ │ │ │ │ ├── dherr.h │ │ │ │ │ │ ├── dsa.h │ │ │ │ │ │ ├── dsaerr.h │ │ │ │ │ │ ├── dtls1.h │ │ │ │ │ │ ├── e_os2.h │ │ │ │ │ │ ├── ebcdic.h │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ ├── ecdh.h │ │ │ │ │ │ ├── ecdsa.h │ │ │ │ │ │ ├── ecerr.h │ │ │ │ │ │ ├── engine.h │ │ │ │ │ │ ├── engineerr.h │ │ │ │ │ │ ├── err.h │ │ │ │ │ │ ├── evp.h │ │ │ │ │ │ ├── evperr.h │ │ │ │ │ │ ├── hmac.h │ │ │ │ │ │ ├── idea.h │ │ │ │ │ │ ├── kdf.h │ │ │ │ │ │ ├── kdferr.h │ │ │ │ │ │ ├── lhash.h │ │ │ │ │ │ ├── md2.h │ │ │ │ │ │ ├── md4.h │ │ │ │ │ │ ├── md5.h │ │ │ │ │ │ ├── mdc2.h │ │ │ │ │ │ ├── modes.h │ │ │ │ │ │ ├── obj_mac.h │ │ │ │ │ │ ├── objects.h │ │ │ │ │ │ ├── objectserr.h │ │ │ │ │ │ ├── ocsp.h │ │ │ │ │ │ ├── ocsperr.h │ │ │ │ │ │ ├── opensslconf.h │ │ │ │ │ │ ├── opensslv.h │ │ │ │ │ │ ├── ossl_typ.h │ │ │ │ │ │ ├── pem.h │ │ │ │ │ │ ├── pem2.h │ │ │ │ │ │ ├── pemerr.h │ │ │ │ │ │ ├── pkcs12.h │ │ │ │ │ │ ├── pkcs12err.h │ │ │ │ │ │ ├── pkcs7.h │ │ │ │ │ │ ├── pkcs7err.h │ │ │ │ │ │ ├── rand.h │ │ │ │ │ │ ├── rand_drbg.h │ │ │ │ │ │ ├── randerr.h │ │ │ │ │ │ ├── rc2.h │ │ │ │ │ │ ├── rc4.h │ │ │ │ │ │ ├── rc5.h │ │ │ │ │ │ ├── ripemd.h │ │ │ │ │ │ ├── rsa.h │ │ │ │ │ │ ├── rsaerr.h │ │ │ │ │ │ ├── safestack.h │ │ │ │ │ │ ├── seed.h │ │ │ │ │ │ ├── sha.h │ │ │ │ │ │ ├── shim.h │ │ │ │ │ │ ├── srp.h │ │ │ │ │ │ ├── srtp.h │ │ │ │ │ │ ├── ssl.h │ │ │ │ │ │ ├── ssl2.h │ │ │ │ │ │ ├── ssl3.h │ │ │ │ │ │ ├── sslerr.h │ │ │ │ │ │ ├── stack.h │ │ │ │ │ │ ├── store.h │ │ │ │ │ │ ├── storeerr.h │ │ │ │ │ │ ├── symhacks.h │ │ │ │ │ │ ├── tls1.h │ │ │ │ │ │ ├── ts.h │ │ │ │ │ │ ├── tserr.h │ │ │ │ │ │ ├── txt_db.h │ │ │ │ │ │ ├── ui.h │ │ │ │ │ │ ├── uierr.h │ │ │ │ │ │ ├── whrlpool.h │ │ │ │ │ │ ├── x509.h │ │ │ │ │ │ ├── x509_vfy.h │ │ │ │ │ │ ├── x509err.h │ │ │ │ │ │ ├── x509v3.h │ │ │ │ │ │ └── x509v3err.h │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ └── module.modulemap │ │ │ │ │ │ └── OpenSSL │ │ │ │ ├── iphonesimulator │ │ │ │ │ └── OpenSSL.framework │ │ │ │ │ │ ├── Headers │ │ │ │ │ │ ├── OpenSSL.h │ │ │ │ │ │ ├── aes.h │ │ │ │ │ │ ├── asn1.h │ │ │ │ │ │ ├── asn1err.h │ │ │ │ │ │ ├── asn1t.h │ │ │ │ │ │ ├── async.h │ │ │ │ │ │ ├── asyncerr.h │ │ │ │ │ │ ├── bio.h │ │ │ │ │ │ ├── bioerr.h │ │ │ │ │ │ ├── blowfish.h │ │ │ │ │ │ ├── bn.h │ │ │ │ │ │ ├── bnerr.h │ │ │ │ │ │ ├── buffer.h │ │ │ │ │ │ ├── buffererr.h │ │ │ │ │ │ ├── camellia.h │ │ │ │ │ │ ├── cast.h │ │ │ │ │ │ ├── cmac.h │ │ │ │ │ │ ├── cms.h │ │ │ │ │ │ ├── cmserr.h │ │ │ │ │ │ ├── comp.h │ │ │ │ │ │ ├── comperr.h │ │ │ │ │ │ ├── conf.h │ │ │ │ │ │ ├── conf_api.h │ │ │ │ │ │ ├── conferr.h │ │ │ │ │ │ ├── crypto.h │ │ │ │ │ │ ├── cryptoerr.h │ │ │ │ │ │ ├── ct.h │ │ │ │ │ │ ├── cterr.h │ │ │ │ │ │ ├── des.h │ │ │ │ │ │ ├── dh.h │ │ │ │ │ │ ├── dherr.h │ │ │ │ │ │ ├── dsa.h │ │ │ │ │ │ ├── dsaerr.h │ │ │ │ │ │ ├── dtls1.h │ │ │ │ │ │ ├── e_os2.h │ │ │ │ │ │ ├── ebcdic.h │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ ├── ecdh.h │ │ │ │ │ │ ├── ecdsa.h │ │ │ │ │ │ ├── ecerr.h │ │ │ │ │ │ ├── engine.h │ │ │ │ │ │ ├── engineerr.h │ │ │ │ │ │ ├── err.h │ │ │ │ │ │ ├── evp.h │ │ │ │ │ │ ├── evperr.h │ │ │ │ │ │ ├── hmac.h │ │ │ │ │ │ ├── idea.h │ │ │ │ │ │ ├── kdf.h │ │ │ │ │ │ ├── kdferr.h │ │ │ │ │ │ ├── lhash.h │ │ │ │ │ │ ├── md2.h │ │ │ │ │ │ ├── md4.h │ │ │ │ │ │ ├── md5.h │ │ │ │ │ │ ├── mdc2.h │ │ │ │ │ │ ├── modes.h │ │ │ │ │ │ ├── obj_mac.h │ │ │ │ │ │ ├── objects.h │ │ │ │ │ │ ├── objectserr.h │ │ │ │ │ │ ├── ocsp.h │ │ │ │ │ │ ├── ocsperr.h │ │ │ │ │ │ ├── opensslconf.h │ │ │ │ │ │ ├── opensslv.h │ │ │ │ │ │ ├── ossl_typ.h │ │ │ │ │ │ ├── pem.h │ │ │ │ │ │ ├── pem2.h │ │ │ │ │ │ ├── pemerr.h │ │ │ │ │ │ ├── pkcs12.h │ │ │ │ │ │ ├── pkcs12err.h │ │ │ │ │ │ ├── pkcs7.h │ │ │ │ │ │ ├── pkcs7err.h │ │ │ │ │ │ ├── rand.h │ │ │ │ │ │ ├── rand_drbg.h │ │ │ │ │ │ ├── randerr.h │ │ │ │ │ │ ├── rc2.h │ │ │ │ │ │ ├── rc4.h │ │ │ │ │ │ ├── rc5.h │ │ │ │ │ │ ├── ripemd.h │ │ │ │ │ │ ├── rsa.h │ │ │ │ │ │ ├── rsaerr.h │ │ │ │ │ │ ├── safestack.h │ │ │ │ │ │ ├── seed.h │ │ │ │ │ │ ├── sha.h │ │ │ │ │ │ ├── shim.h │ │ │ │ │ │ ├── srp.h │ │ │ │ │ │ ├── srtp.h │ │ │ │ │ │ ├── ssl.h │ │ │ │ │ │ ├── ssl2.h │ │ │ │ │ │ ├── ssl3.h │ │ │ │ │ │ ├── sslerr.h │ │ │ │ │ │ ├── stack.h │ │ │ │ │ │ ├── store.h │ │ │ │ │ │ ├── storeerr.h │ │ │ │ │ │ ├── symhacks.h │ │ │ │ │ │ ├── tls1.h │ │ │ │ │ │ ├── ts.h │ │ │ │ │ │ ├── tserr.h │ │ │ │ │ │ ├── txt_db.h │ │ │ │ │ │ ├── ui.h │ │ │ │ │ │ ├── uierr.h │ │ │ │ │ │ ├── whrlpool.h │ │ │ │ │ │ ├── x509.h │ │ │ │ │ │ ├── x509_vfy.h │ │ │ │ │ │ ├── x509err.h │ │ │ │ │ │ ├── x509v3.h │ │ │ │ │ │ └── x509v3err.h │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ └── module.modulemap │ │ │ │ │ │ ├── OpenSSL │ │ │ │ │ │ └── _CodeSignature │ │ │ │ │ │ └── CodeResources │ │ │ │ ├── macosx │ │ │ │ │ └── OpenSSL.framework │ │ │ │ │ │ ├── Headers │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ ├── OpenSSL │ │ │ │ │ │ ├── Resources │ │ │ │ │ │ └── Versions │ │ │ │ │ │ ├── A │ │ │ │ │ │ ├── Headers │ │ │ │ │ │ │ ├── OpenSSL.h │ │ │ │ │ │ │ ├── aes.h │ │ │ │ │ │ │ ├── asn1.h │ │ │ │ │ │ │ ├── asn1err.h │ │ │ │ │ │ │ ├── asn1t.h │ │ │ │ │ │ │ ├── async.h │ │ │ │ │ │ │ ├── asyncerr.h │ │ │ │ │ │ │ ├── bio.h │ │ │ │ │ │ │ ├── bioerr.h │ │ │ │ │ │ │ ├── blowfish.h │ │ │ │ │ │ │ ├── bn.h │ │ │ │ │ │ │ ├── bnerr.h │ │ │ │ │ │ │ ├── buffer.h │ │ │ │ │ │ │ ├── buffererr.h │ │ │ │ │ │ │ ├── camellia.h │ │ │ │ │ │ │ ├── cast.h │ │ │ │ │ │ │ ├── cmac.h │ │ │ │ │ │ │ ├── cms.h │ │ │ │ │ │ │ ├── cmserr.h │ │ │ │ │ │ │ ├── comp.h │ │ │ │ │ │ │ ├── comperr.h │ │ │ │ │ │ │ ├── conf.h │ │ │ │ │ │ │ ├── conf_api.h │ │ │ │ │ │ │ ├── conferr.h │ │ │ │ │ │ │ ├── crypto.h │ │ │ │ │ │ │ ├── cryptoerr.h │ │ │ │ │ │ │ ├── ct.h │ │ │ │ │ │ │ ├── cterr.h │ │ │ │ │ │ │ ├── des.h │ │ │ │ │ │ │ ├── dh.h │ │ │ │ │ │ │ ├── dherr.h │ │ │ │ │ │ │ ├── dsa.h │ │ │ │ │ │ │ ├── dsaerr.h │ │ │ │ │ │ │ ├── dtls1.h │ │ │ │ │ │ │ ├── e_os2.h │ │ │ │ │ │ │ ├── ebcdic.h │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ ├── ecdh.h │ │ │ │ │ │ │ ├── ecdsa.h │ │ │ │ │ │ │ ├── ecerr.h │ │ │ │ │ │ │ ├── engine.h │ │ │ │ │ │ │ ├── engineerr.h │ │ │ │ │ │ │ ├── err.h │ │ │ │ │ │ │ ├── evp.h │ │ │ │ │ │ │ ├── evperr.h │ │ │ │ │ │ │ ├── hmac.h │ │ │ │ │ │ │ ├── idea.h │ │ │ │ │ │ │ ├── kdf.h │ │ │ │ │ │ │ ├── kdferr.h │ │ │ │ │ │ │ ├── lhash.h │ │ │ │ │ │ │ ├── md2.h │ │ │ │ │ │ │ ├── md4.h │ │ │ │ │ │ │ ├── md5.h │ │ │ │ │ │ │ ├── mdc2.h │ │ │ │ │ │ │ ├── modes.h │ │ │ │ │ │ │ ├── obj_mac.h │ │ │ │ │ │ │ ├── objects.h │ │ │ │ │ │ │ ├── objectserr.h │ │ │ │ │ │ │ ├── ocsp.h │ │ │ │ │ │ │ ├── ocsperr.h │ │ │ │ │ │ │ ├── opensslconf.h │ │ │ │ │ │ │ ├── opensslv.h │ │ │ │ │ │ │ ├── ossl_typ.h │ │ │ │ │ │ │ ├── pem.h │ │ │ │ │ │ │ ├── pem2.h │ │ │ │ │ │ │ ├── pemerr.h │ │ │ │ │ │ │ ├── pkcs12.h │ │ │ │ │ │ │ ├── pkcs12err.h │ │ │ │ │ │ │ ├── pkcs7.h │ │ │ │ │ │ │ ├── pkcs7err.h │ │ │ │ │ │ │ ├── rand.h │ │ │ │ │ │ │ ├── rand_drbg.h │ │ │ │ │ │ │ ├── randerr.h │ │ │ │ │ │ │ ├── rc2.h │ │ │ │ │ │ │ ├── rc4.h │ │ │ │ │ │ │ ├── rc5.h │ │ │ │ │ │ │ ├── ripemd.h │ │ │ │ │ │ │ ├── rsa.h │ │ │ │ │ │ │ ├── rsaerr.h │ │ │ │ │ │ │ ├── safestack.h │ │ │ │ │ │ │ ├── seed.h │ │ │ │ │ │ │ ├── sha.h │ │ │ │ │ │ │ ├── shim.h │ │ │ │ │ │ │ ├── srp.h │ │ │ │ │ │ │ ├── srtp.h │ │ │ │ │ │ │ ├── ssl.h │ │ │ │ │ │ │ ├── ssl2.h │ │ │ │ │ │ │ ├── ssl3.h │ │ │ │ │ │ │ ├── sslerr.h │ │ │ │ │ │ │ ├── stack.h │ │ │ │ │ │ │ ├── store.h │ │ │ │ │ │ │ ├── storeerr.h │ │ │ │ │ │ │ ├── symhacks.h │ │ │ │ │ │ │ ├── tls1.h │ │ │ │ │ │ │ ├── ts.h │ │ │ │ │ │ │ ├── tserr.h │ │ │ │ │ │ │ ├── txt_db.h │ │ │ │ │ │ │ ├── ui.h │ │ │ │ │ │ │ ├── uierr.h │ │ │ │ │ │ │ ├── whrlpool.h │ │ │ │ │ │ │ ├── x509.h │ │ │ │ │ │ │ ├── x509_vfy.h │ │ │ │ │ │ │ ├── x509err.h │ │ │ │ │ │ │ ├── x509v3.h │ │ │ │ │ │ │ └── x509v3err.h │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ │ └── module.modulemap │ │ │ │ │ │ ├── OpenSSL │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ └── Current │ │ │ │ └── macosx_catalyst │ │ │ │ │ └── OpenSSL.framework │ │ │ │ │ ├── Headers │ │ │ │ │ ├── Modules │ │ │ │ │ ├── OpenSSL │ │ │ │ │ ├── Resources │ │ │ │ │ └── Versions │ │ │ │ │ ├── A │ │ │ │ │ ├── Headers │ │ │ │ │ │ ├── OpenSSL.h │ │ │ │ │ │ ├── aes.h │ │ │ │ │ │ ├── asn1.h │ │ │ │ │ │ ├── asn1err.h │ │ │ │ │ │ ├── asn1t.h │ │ │ │ │ │ ├── async.h │ │ │ │ │ │ ├── asyncerr.h │ │ │ │ │ │ ├── bio.h │ │ │ │ │ │ ├── bioerr.h │ │ │ │ │ │ ├── blowfish.h │ │ │ │ │ │ ├── bn.h │ │ │ │ │ │ ├── bnerr.h │ │ │ │ │ │ ├── buffer.h │ │ │ │ │ │ ├── buffererr.h │ │ │ │ │ │ ├── camellia.h │ │ │ │ │ │ ├── cast.h │ │ │ │ │ │ ├── cmac.h │ │ │ │ │ │ ├── cms.h │ │ │ │ │ │ ├── cmserr.h │ │ │ │ │ │ ├── comp.h │ │ │ │ │ │ ├── comperr.h │ │ │ │ │ │ ├── conf.h │ │ │ │ │ │ ├── conf_api.h │ │ │ │ │ │ ├── conferr.h │ │ │ │ │ │ ├── crypto.h │ │ │ │ │ │ ├── cryptoerr.h │ │ │ │ │ │ ├── ct.h │ │ │ │ │ │ ├── cterr.h │ │ │ │ │ │ ├── des.h │ │ │ │ │ │ ├── dh.h │ │ │ │ │ │ ├── dherr.h │ │ │ │ │ │ ├── dsa.h │ │ │ │ │ │ ├── dsaerr.h │ │ │ │ │ │ ├── dtls1.h │ │ │ │ │ │ ├── e_os2.h │ │ │ │ │ │ ├── ebcdic.h │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ ├── ecdh.h │ │ │ │ │ │ ├── ecdsa.h │ │ │ │ │ │ ├── ecerr.h │ │ │ │ │ │ ├── engine.h │ │ │ │ │ │ ├── engineerr.h │ │ │ │ │ │ ├── err.h │ │ │ │ │ │ ├── evp.h │ │ │ │ │ │ ├── evperr.h │ │ │ │ │ │ ├── hmac.h │ │ │ │ │ │ ├── idea.h │ │ │ │ │ │ ├── kdf.h │ │ │ │ │ │ ├── kdferr.h │ │ │ │ │ │ ├── lhash.h │ │ │ │ │ │ ├── md2.h │ │ │ │ │ │ ├── md4.h │ │ │ │ │ │ ├── md5.h │ │ │ │ │ │ ├── mdc2.h │ │ │ │ │ │ ├── modes.h │ │ │ │ │ │ ├── obj_mac.h │ │ │ │ │ │ ├── objects.h │ │ │ │ │ │ ├── objectserr.h │ │ │ │ │ │ ├── ocsp.h │ │ │ │ │ │ ├── ocsperr.h │ │ │ │ │ │ ├── opensslconf.h │ │ │ │ │ │ ├── opensslv.h │ │ │ │ │ │ ├── ossl_typ.h │ │ │ │ │ │ ├── pem.h │ │ │ │ │ │ ├── pem2.h │ │ │ │ │ │ ├── pemerr.h │ │ │ │ │ │ ├── pkcs12.h │ │ │ │ │ │ ├── pkcs12err.h │ │ │ │ │ │ ├── pkcs7.h │ │ │ │ │ │ ├── pkcs7err.h │ │ │ │ │ │ ├── rand.h │ │ │ │ │ │ ├── rand_drbg.h │ │ │ │ │ │ ├── randerr.h │ │ │ │ │ │ ├── rc2.h │ │ │ │ │ │ ├── rc4.h │ │ │ │ │ │ ├── rc5.h │ │ │ │ │ │ ├── ripemd.h │ │ │ │ │ │ ├── rsa.h │ │ │ │ │ │ ├── rsaerr.h │ │ │ │ │ │ ├── safestack.h │ │ │ │ │ │ ├── seed.h │ │ │ │ │ │ ├── sha.h │ │ │ │ │ │ ├── shim.h │ │ │ │ │ │ ├── srp.h │ │ │ │ │ │ ├── srtp.h │ │ │ │ │ │ ├── ssl.h │ │ │ │ │ │ ├── ssl2.h │ │ │ │ │ │ ├── ssl3.h │ │ │ │ │ │ ├── sslerr.h │ │ │ │ │ │ ├── stack.h │ │ │ │ │ │ ├── store.h │ │ │ │ │ │ ├── storeerr.h │ │ │ │ │ │ ├── symhacks.h │ │ │ │ │ │ ├── tls1.h │ │ │ │ │ │ ├── ts.h │ │ │ │ │ │ ├── tserr.h │ │ │ │ │ │ ├── txt_db.h │ │ │ │ │ │ ├── ui.h │ │ │ │ │ │ ├── uierr.h │ │ │ │ │ │ ├── whrlpool.h │ │ │ │ │ │ ├── x509.h │ │ │ │ │ │ ├── x509_vfy.h │ │ │ │ │ │ ├── x509err.h │ │ │ │ │ │ ├── x509v3.h │ │ │ │ │ │ └── x509v3err.h │ │ │ │ │ ├── Modules │ │ │ │ │ │ └── module.modulemap │ │ │ │ │ ├── OpenSSL │ │ │ │ │ └── Resources │ │ │ │ │ │ └── Info.plist │ │ │ │ │ └── Current │ │ │ ├── Integration-Examples │ │ │ │ ├── CocoaPods │ │ │ │ │ ├── .gitignore │ │ │ │ │ ├── Example.xcodeproj │ │ │ │ │ │ ├── project.pbxproj │ │ │ │ │ │ └── xcshareddata │ │ │ │ │ │ │ └── xcschemes │ │ │ │ │ │ │ └── Example.xcscheme │ │ │ │ │ ├── Example │ │ │ │ │ │ ├── AppDelegate.swift │ │ │ │ │ │ ├── Assets.xcassets │ │ │ │ │ │ │ ├── AccentColor.colorset │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ ├── AppIcon.appiconset │ │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ │ └── Contents.json │ │ │ │ │ │ ├── Base.lproj │ │ │ │ │ │ │ ├── LaunchScreen.storyboard │ │ │ │ │ │ │ └── Main.storyboard │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── SceneDelegate.swift │ │ │ │ │ │ └── ViewController.swift │ │ │ │ │ └── Podfile │ │ │ │ └── SPM │ │ │ │ │ ├── .gitignore │ │ │ │ │ ├── Package.swift │ │ │ │ │ └── Sources │ │ │ │ │ └── OpenSSL-test │ │ │ │ │ └── main.swift │ │ │ ├── LICENSE.txt │ │ │ ├── Makefile │ │ │ ├── OpenSSL-Universal.podspec │ │ │ ├── OpenSSL.json │ │ │ ├── OpenSSL.xcconfig │ │ │ ├── OpenSSL.xcodeproj │ │ │ │ ├── project.pbxproj │ │ │ │ └── xcshareddata │ │ │ │ │ └── xcschemes │ │ │ │ │ ├── OpenSSL (Catalyst).xcscheme │ │ │ │ │ ├── OpenSSL (iOS Simulator).xcscheme │ │ │ │ │ ├── OpenSSL (iOS).xcscheme │ │ │ │ │ └── OpenSSL (macOS).xcscheme │ │ │ ├── Package.swift │ │ │ ├── README.md │ │ │ ├── _config.yml │ │ │ ├── config │ │ │ │ └── 20-apple.conf │ │ │ ├── iphoneos │ │ │ │ ├── include │ │ │ │ │ └── openssl │ │ │ │ │ │ ├── aes.h │ │ │ │ │ │ ├── asn1.h │ │ │ │ │ │ ├── asn1_mac.h │ │ │ │ │ │ ├── asn1err.h │ │ │ │ │ │ ├── asn1t.h │ │ │ │ │ │ ├── async.h │ │ │ │ │ │ ├── asyncerr.h │ │ │ │ │ │ ├── bio.h │ │ │ │ │ │ ├── bioerr.h │ │ │ │ │ │ ├── blowfish.h │ │ │ │ │ │ ├── bn.h │ │ │ │ │ │ ├── bnerr.h │ │ │ │ │ │ ├── buffer.h │ │ │ │ │ │ ├── buffererr.h │ │ │ │ │ │ ├── camellia.h │ │ │ │ │ │ ├── cast.h │ │ │ │ │ │ ├── cmac.h │ │ │ │ │ │ ├── cms.h │ │ │ │ │ │ ├── cmserr.h │ │ │ │ │ │ ├── comp.h │ │ │ │ │ │ ├── comperr.h │ │ │ │ │ │ ├── conf.h │ │ │ │ │ │ ├── conf_api.h │ │ │ │ │ │ ├── conferr.h │ │ │ │ │ │ ├── crypto.h │ │ │ │ │ │ ├── cryptoerr.h │ │ │ │ │ │ ├── ct.h │ │ │ │ │ │ ├── cterr.h │ │ │ │ │ │ ├── des.h │ │ │ │ │ │ ├── dh.h │ │ │ │ │ │ ├── dherr.h │ │ │ │ │ │ ├── dsa.h │ │ │ │ │ │ ├── dsaerr.h │ │ │ │ │ │ ├── dtls1.h │ │ │ │ │ │ ├── e_os2.h │ │ │ │ │ │ ├── ebcdic.h │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ ├── ecdh.h │ │ │ │ │ │ ├── ecdsa.h │ │ │ │ │ │ ├── ecerr.h │ │ │ │ │ │ ├── engine.h │ │ │ │ │ │ ├── engineerr.h │ │ │ │ │ │ ├── err.h │ │ │ │ │ │ ├── evp.h │ │ │ │ │ │ ├── evperr.h │ │ │ │ │ │ ├── hmac.h │ │ │ │ │ │ ├── idea.h │ │ │ │ │ │ ├── kdf.h │ │ │ │ │ │ ├── kdferr.h │ │ │ │ │ │ ├── lhash.h │ │ │ │ │ │ ├── md2.h │ │ │ │ │ │ ├── md4.h │ │ │ │ │ │ ├── md5.h │ │ │ │ │ │ ├── mdc2.h │ │ │ │ │ │ ├── modes.h │ │ │ │ │ │ ├── obj_mac.h │ │ │ │ │ │ ├── objects.h │ │ │ │ │ │ ├── objectserr.h │ │ │ │ │ │ ├── ocsp.h │ │ │ │ │ │ ├── ocsperr.h │ │ │ │ │ │ ├── opensslconf.h │ │ │ │ │ │ ├── opensslv.h │ │ │ │ │ │ ├── ossl_typ.h │ │ │ │ │ │ ├── pem.h │ │ │ │ │ │ ├── pem2.h │ │ │ │ │ │ ├── pemerr.h │ │ │ │ │ │ ├── pkcs12.h │ │ │ │ │ │ ├── pkcs12err.h │ │ │ │ │ │ ├── pkcs7.h │ │ │ │ │ │ ├── pkcs7err.h │ │ │ │ │ │ ├── rand.h │ │ │ │ │ │ ├── rand_drbg.h │ │ │ │ │ │ ├── randerr.h │ │ │ │ │ │ ├── rc2.h │ │ │ │ │ │ ├── rc4.h │ │ │ │ │ │ ├── rc5.h │ │ │ │ │ │ ├── ripemd.h │ │ │ │ │ │ ├── rsa.h │ │ │ │ │ │ ├── rsaerr.h │ │ │ │ │ │ ├── safestack.h │ │ │ │ │ │ ├── seed.h │ │ │ │ │ │ ├── sha.h │ │ │ │ │ │ ├── shim.h │ │ │ │ │ │ ├── srp.h │ │ │ │ │ │ ├── srtp.h │ │ │ │ │ │ ├── ssl.h │ │ │ │ │ │ ├── ssl2.h │ │ │ │ │ │ ├── ssl3.h │ │ │ │ │ │ ├── sslerr.h │ │ │ │ │ │ ├── stack.h │ │ │ │ │ │ ├── store.h │ │ │ │ │ │ ├── storeerr.h │ │ │ │ │ │ ├── symhacks.h │ │ │ │ │ │ ├── tls1.h │ │ │ │ │ │ ├── ts.h │ │ │ │ │ │ ├── tserr.h │ │ │ │ │ │ ├── txt_db.h │ │ │ │ │ │ ├── ui.h │ │ │ │ │ │ ├── uierr.h │ │ │ │ │ │ ├── whrlpool.h │ │ │ │ │ │ ├── x509.h │ │ │ │ │ │ ├── x509_vfy.h │ │ │ │ │ │ ├── x509err.h │ │ │ │ │ │ ├── x509v3.h │ │ │ │ │ │ └── x509v3err.h │ │ │ │ └── lib │ │ │ │ │ ├── libcrypto.a │ │ │ │ │ └── libssl.a │ │ │ ├── iphonesimulator │ │ │ │ ├── include │ │ │ │ │ └── openssl │ │ │ │ │ │ ├── aes.h │ │ │ │ │ │ ├── asn1.h │ │ │ │ │ │ ├── asn1_mac.h │ │ │ │ │ │ ├── asn1err.h │ │ │ │ │ │ ├── asn1t.h │ │ │ │ │ │ ├── async.h │ │ │ │ │ │ ├── asyncerr.h │ │ │ │ │ │ ├── bio.h │ │ │ │ │ │ ├── bioerr.h │ │ │ │ │ │ ├── blowfish.h │ │ │ │ │ │ ├── bn.h │ │ │ │ │ │ ├── bnerr.h │ │ │ │ │ │ ├── buffer.h │ │ │ │ │ │ ├── buffererr.h │ │ │ │ │ │ ├── camellia.h │ │ │ │ │ │ ├── cast.h │ │ │ │ │ │ ├── cmac.h │ │ │ │ │ │ ├── cms.h │ │ │ │ │ │ ├── cmserr.h │ │ │ │ │ │ ├── comp.h │ │ │ │ │ │ ├── comperr.h │ │ │ │ │ │ ├── conf.h │ │ │ │ │ │ ├── conf_api.h │ │ │ │ │ │ ├── conferr.h │ │ │ │ │ │ ├── crypto.h │ │ │ │ │ │ ├── cryptoerr.h │ │ │ │ │ │ ├── ct.h │ │ │ │ │ │ ├── cterr.h │ │ │ │ │ │ ├── des.h │ │ │ │ │ │ ├── dh.h │ │ │ │ │ │ ├── dherr.h │ │ │ │ │ │ ├── dsa.h │ │ │ │ │ │ ├── dsaerr.h │ │ │ │ │ │ ├── dtls1.h │ │ │ │ │ │ ├── e_os2.h │ │ │ │ │ │ ├── ebcdic.h │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ ├── ecdh.h │ │ │ │ │ │ ├── ecdsa.h │ │ │ │ │ │ ├── ecerr.h │ │ │ │ │ │ ├── engine.h │ │ │ │ │ │ ├── engineerr.h │ │ │ │ │ │ ├── err.h │ │ │ │ │ │ ├── evp.h │ │ │ │ │ │ ├── evperr.h │ │ │ │ │ │ ├── hmac.h │ │ │ │ │ │ ├── idea.h │ │ │ │ │ │ ├── kdf.h │ │ │ │ │ │ ├── kdferr.h │ │ │ │ │ │ ├── lhash.h │ │ │ │ │ │ ├── md2.h │ │ │ │ │ │ ├── md4.h │ │ │ │ │ │ ├── md5.h │ │ │ │ │ │ ├── mdc2.h │ │ │ │ │ │ ├── modes.h │ │ │ │ │ │ ├── obj_mac.h │ │ │ │ │ │ ├── objects.h │ │ │ │ │ │ ├── objectserr.h │ │ │ │ │ │ ├── ocsp.h │ │ │ │ │ │ ├── ocsperr.h │ │ │ │ │ │ ├── opensslconf.h │ │ │ │ │ │ ├── opensslv.h │ │ │ │ │ │ ├── ossl_typ.h │ │ │ │ │ │ ├── pem.h │ │ │ │ │ │ ├── pem2.h │ │ │ │ │ │ ├── pemerr.h │ │ │ │ │ │ ├── pkcs12.h │ │ │ │ │ │ ├── pkcs12err.h │ │ │ │ │ │ ├── pkcs7.h │ │ │ │ │ │ ├── pkcs7err.h │ │ │ │ │ │ ├── rand.h │ │ │ │ │ │ ├── rand_drbg.h │ │ │ │ │ │ ├── randerr.h │ │ │ │ │ │ ├── rc2.h │ │ │ │ │ │ ├── rc4.h │ │ │ │ │ │ ├── rc5.h │ │ │ │ │ │ ├── ripemd.h │ │ │ │ │ │ ├── rsa.h │ │ │ │ │ │ ├── rsaerr.h │ │ │ │ │ │ ├── safestack.h │ │ │ │ │ │ ├── seed.h │ │ │ │ │ │ ├── sha.h │ │ │ │ │ │ ├── shim.h │ │ │ │ │ │ ├── srp.h │ │ │ │ │ │ ├── srtp.h │ │ │ │ │ │ ├── ssl.h │ │ │ │ │ │ ├── ssl2.h │ │ │ │ │ │ ├── ssl3.h │ │ │ │ │ │ ├── sslerr.h │ │ │ │ │ │ ├── stack.h │ │ │ │ │ │ ├── store.h │ │ │ │ │ │ ├── storeerr.h │ │ │ │ │ │ ├── symhacks.h │ │ │ │ │ │ ├── tls1.h │ │ │ │ │ │ ├── ts.h │ │ │ │ │ │ ├── tserr.h │ │ │ │ │ │ ├── txt_db.h │ │ │ │ │ │ ├── ui.h │ │ │ │ │ │ ├── uierr.h │ │ │ │ │ │ ├── whrlpool.h │ │ │ │ │ │ ├── x509.h │ │ │ │ │ │ ├── x509_vfy.h │ │ │ │ │ │ ├── x509err.h │ │ │ │ │ │ ├── x509v3.h │ │ │ │ │ │ └── x509v3err.h │ │ │ │ └── lib │ │ │ │ │ ├── libcrypto.a │ │ │ │ │ └── libssl.a │ │ │ ├── macosx │ │ │ │ ├── include │ │ │ │ │ └── openssl │ │ │ │ │ │ ├── aes.h │ │ │ │ │ │ ├── asn1.h │ │ │ │ │ │ ├── asn1_mac.h │ │ │ │ │ │ ├── asn1err.h │ │ │ │ │ │ ├── asn1t.h │ │ │ │ │ │ ├── async.h │ │ │ │ │ │ ├── asyncerr.h │ │ │ │ │ │ ├── bio.h │ │ │ │ │ │ ├── bioerr.h │ │ │ │ │ │ ├── blowfish.h │ │ │ │ │ │ ├── bn.h │ │ │ │ │ │ ├── bnerr.h │ │ │ │ │ │ ├── buffer.h │ │ │ │ │ │ ├── buffererr.h │ │ │ │ │ │ ├── camellia.h │ │ │ │ │ │ ├── cast.h │ │ │ │ │ │ ├── cmac.h │ │ │ │ │ │ ├── cms.h │ │ │ │ │ │ ├── cmserr.h │ │ │ │ │ │ ├── comp.h │ │ │ │ │ │ ├── comperr.h │ │ │ │ │ │ ├── conf.h │ │ │ │ │ │ ├── conf_api.h │ │ │ │ │ │ ├── conferr.h │ │ │ │ │ │ ├── crypto.h │ │ │ │ │ │ ├── cryptoerr.h │ │ │ │ │ │ ├── ct.h │ │ │ │ │ │ ├── cterr.h │ │ │ │ │ │ ├── des.h │ │ │ │ │ │ ├── dh.h │ │ │ │ │ │ ├── dherr.h │ │ │ │ │ │ ├── dsa.h │ │ │ │ │ │ ├── dsaerr.h │ │ │ │ │ │ ├── dtls1.h │ │ │ │ │ │ ├── e_os2.h │ │ │ │ │ │ ├── ebcdic.h │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ ├── ecdh.h │ │ │ │ │ │ ├── ecdsa.h │ │ │ │ │ │ ├── ecerr.h │ │ │ │ │ │ ├── engine.h │ │ │ │ │ │ ├── engineerr.h │ │ │ │ │ │ ├── err.h │ │ │ │ │ │ ├── evp.h │ │ │ │ │ │ ├── evperr.h │ │ │ │ │ │ ├── hmac.h │ │ │ │ │ │ ├── idea.h │ │ │ │ │ │ ├── kdf.h │ │ │ │ │ │ ├── kdferr.h │ │ │ │ │ │ ├── lhash.h │ │ │ │ │ │ ├── md2.h │ │ │ │ │ │ ├── md4.h │ │ │ │ │ │ ├── md5.h │ │ │ │ │ │ ├── mdc2.h │ │ │ │ │ │ ├── modes.h │ │ │ │ │ │ ├── obj_mac.h │ │ │ │ │ │ ├── objects.h │ │ │ │ │ │ ├── objectserr.h │ │ │ │ │ │ ├── ocsp.h │ │ │ │ │ │ ├── ocsperr.h │ │ │ │ │ │ ├── opensslconf.h │ │ │ │ │ │ ├── opensslv.h │ │ │ │ │ │ ├── ossl_typ.h │ │ │ │ │ │ ├── pem.h │ │ │ │ │ │ ├── pem2.h │ │ │ │ │ │ ├── pemerr.h │ │ │ │ │ │ ├── pkcs12.h │ │ │ │ │ │ ├── pkcs12err.h │ │ │ │ │ │ ├── pkcs7.h │ │ │ │ │ │ ├── pkcs7err.h │ │ │ │ │ │ ├── rand.h │ │ │ │ │ │ ├── rand_drbg.h │ │ │ │ │ │ ├── randerr.h │ │ │ │ │ │ ├── rc2.h │ │ │ │ │ │ ├── rc4.h │ │ │ │ │ │ ├── rc5.h │ │ │ │ │ │ ├── ripemd.h │ │ │ │ │ │ ├── rsa.h │ │ │ │ │ │ ├── rsaerr.h │ │ │ │ │ │ ├── safestack.h │ │ │ │ │ │ ├── seed.h │ │ │ │ │ │ ├── sha.h │ │ │ │ │ │ ├── shim.h │ │ │ │ │ │ ├── srp.h │ │ │ │ │ │ ├── srtp.h │ │ │ │ │ │ ├── ssl.h │ │ │ │ │ │ ├── ssl2.h │ │ │ │ │ │ ├── ssl3.h │ │ │ │ │ │ ├── sslerr.h │ │ │ │ │ │ ├── stack.h │ │ │ │ │ │ ├── store.h │ │ │ │ │ │ ├── storeerr.h │ │ │ │ │ │ ├── symhacks.h │ │ │ │ │ │ ├── tls1.h │ │ │ │ │ │ ├── ts.h │ │ │ │ │ │ ├── tserr.h │ │ │ │ │ │ ├── txt_db.h │ │ │ │ │ │ ├── ui.h │ │ │ │ │ │ ├── uierr.h │ │ │ │ │ │ ├── whrlpool.h │ │ │ │ │ │ ├── x509.h │ │ │ │ │ │ ├── x509_vfy.h │ │ │ │ │ │ ├── x509err.h │ │ │ │ │ │ ├── x509v3.h │ │ │ │ │ │ └── x509v3err.h │ │ │ │ └── lib │ │ │ │ │ ├── libcrypto.a │ │ │ │ │ └── libssl.a │ │ │ ├── macosx_catalyst │ │ │ │ ├── include │ │ │ │ │ └── openssl │ │ │ │ │ │ ├── aes.h │ │ │ │ │ │ ├── asn1.h │ │ │ │ │ │ ├── asn1_mac.h │ │ │ │ │ │ ├── asn1err.h │ │ │ │ │ │ ├── asn1t.h │ │ │ │ │ │ ├── async.h │ │ │ │ │ │ ├── asyncerr.h │ │ │ │ │ │ ├── bio.h │ │ │ │ │ │ ├── bioerr.h │ │ │ │ │ │ ├── blowfish.h │ │ │ │ │ │ ├── bn.h │ │ │ │ │ │ ├── bnerr.h │ │ │ │ │ │ ├── buffer.h │ │ │ │ │ │ ├── buffererr.h │ │ │ │ │ │ ├── camellia.h │ │ │ │ │ │ ├── cast.h │ │ │ │ │ │ ├── cmac.h │ │ │ │ │ │ ├── cms.h │ │ │ │ │ │ ├── cmserr.h │ │ │ │ │ │ ├── comp.h │ │ │ │ │ │ ├── comperr.h │ │ │ │ │ │ ├── conf.h │ │ │ │ │ │ ├── conf_api.h │ │ │ │ │ │ ├── conferr.h │ │ │ │ │ │ ├── crypto.h │ │ │ │ │ │ ├── cryptoerr.h │ │ │ │ │ │ ├── ct.h │ │ │ │ │ │ ├── cterr.h │ │ │ │ │ │ ├── des.h │ │ │ │ │ │ ├── dh.h │ │ │ │ │ │ ├── dherr.h │ │ │ │ │ │ ├── dsa.h │ │ │ │ │ │ ├── dsaerr.h │ │ │ │ │ │ ├── dtls1.h │ │ │ │ │ │ ├── e_os2.h │ │ │ │ │ │ ├── ebcdic.h │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ ├── ecdh.h │ │ │ │ │ │ ├── ecdsa.h │ │ │ │ │ │ ├── ecerr.h │ │ │ │ │ │ ├── engine.h │ │ │ │ │ │ ├── engineerr.h │ │ │ │ │ │ ├── err.h │ │ │ │ │ │ ├── evp.h │ │ │ │ │ │ ├── evperr.h │ │ │ │ │ │ ├── hmac.h │ │ │ │ │ │ ├── idea.h │ │ │ │ │ │ ├── kdf.h │ │ │ │ │ │ ├── kdferr.h │ │ │ │ │ │ ├── lhash.h │ │ │ │ │ │ ├── md2.h │ │ │ │ │ │ ├── md4.h │ │ │ │ │ │ ├── md5.h │ │ │ │ │ │ ├── mdc2.h │ │ │ │ │ │ ├── modes.h │ │ │ │ │ │ ├── obj_mac.h │ │ │ │ │ │ ├── objects.h │ │ │ │ │ │ ├── objectserr.h │ │ │ │ │ │ ├── ocsp.h │ │ │ │ │ │ ├── ocsperr.h │ │ │ │ │ │ ├── opensslconf.h │ │ │ │ │ │ ├── opensslv.h │ │ │ │ │ │ ├── ossl_typ.h │ │ │ │ │ │ ├── pem.h │ │ │ │ │ │ ├── pem2.h │ │ │ │ │ │ ├── pemerr.h │ │ │ │ │ │ ├── pkcs12.h │ │ │ │ │ │ ├── pkcs12err.h │ │ │ │ │ │ ├── pkcs7.h │ │ │ │ │ │ ├── pkcs7err.h │ │ │ │ │ │ ├── rand.h │ │ │ │ │ │ ├── rand_drbg.h │ │ │ │ │ │ ├── randerr.h │ │ │ │ │ │ ├── rc2.h │ │ │ │ │ │ ├── rc4.h │ │ │ │ │ │ ├── rc5.h │ │ │ │ │ │ ├── ripemd.h │ │ │ │ │ │ ├── rsa.h │ │ │ │ │ │ ├── rsaerr.h │ │ │ │ │ │ ├── safestack.h │ │ │ │ │ │ ├── seed.h │ │ │ │ │ │ ├── sha.h │ │ │ │ │ │ ├── shim.h │ │ │ │ │ │ ├── srp.h │ │ │ │ │ │ ├── srtp.h │ │ │ │ │ │ ├── ssl.h │ │ │ │ │ │ ├── ssl2.h │ │ │ │ │ │ ├── ssl3.h │ │ │ │ │ │ ├── sslerr.h │ │ │ │ │ │ ├── stack.h │ │ │ │ │ │ ├── store.h │ │ │ │ │ │ ├── storeerr.h │ │ │ │ │ │ ├── symhacks.h │ │ │ │ │ │ ├── tls1.h │ │ │ │ │ │ ├── ts.h │ │ │ │ │ │ ├── tserr.h │ │ │ │ │ │ ├── txt_db.h │ │ │ │ │ │ ├── ui.h │ │ │ │ │ │ ├── uierr.h │ │ │ │ │ │ ├── whrlpool.h │ │ │ │ │ │ ├── x509.h │ │ │ │ │ │ ├── x509_vfy.h │ │ │ │ │ │ ├── x509err.h │ │ │ │ │ │ ├── x509v3.h │ │ │ │ │ │ └── x509v3err.h │ │ │ │ └── lib │ │ │ │ │ ├── libcrypto.a │ │ │ │ │ └── libssl.a │ │ │ ├── scripts │ │ │ │ ├── build.sh │ │ │ │ └── create-frameworks.sh │ │ │ ├── shim │ │ │ │ └── shim.h │ │ │ └── support │ │ │ │ ├── ios │ │ │ │ ├── Info.plist │ │ │ │ └── OpenSSL.h │ │ │ │ ├── iphonesimulator │ │ │ │ ├── Info.plist │ │ │ │ └── OpenSSL.h │ │ │ │ ├── macos │ │ │ │ ├── Info.plist │ │ │ │ └── OpenSSL.h │ │ │ │ └── macos_catalyst │ │ │ │ ├── Info.plist │ │ │ │ └── OpenSSL.h │ │ ├── corecrypto │ │ │ ├── Sources │ │ │ │ ├── CoreCryptoMacros.swift │ │ │ │ └── ccsrp.m │ │ │ └── include │ │ │ │ ├── corecrypto │ │ │ │ ├── cc.h │ │ │ │ ├── cc_config.h │ │ │ │ ├── cc_debug.h │ │ │ │ ├── cc_memory.h │ │ │ │ ├── cc_priv.h │ │ │ │ ├── cc_runtime_config.h │ │ │ │ ├── ccaes.h │ │ │ │ ├── ccansikdf.h │ │ │ │ ├── ccasn1.h │ │ │ │ ├── ccblowfish.h │ │ │ │ ├── cccast.h │ │ │ │ ├── ccchacha20poly1305.h │ │ │ │ ├── ccchacha20poly1305_priv.h │ │ │ │ ├── cccmac.h │ │ │ │ ├── ccder.h │ │ │ │ ├── ccder_decode_eckey.h │ │ │ │ ├── ccder_encode_eckey.h │ │ │ │ ├── ccder_priv.h │ │ │ │ ├── ccder_rsa.h │ │ │ │ ├── ccdes.h │ │ │ │ ├── ccdh.h │ │ │ │ ├── ccdh_gp.h │ │ │ │ ├── ccdh_priv.h │ │ │ │ ├── ccdigest.h │ │ │ │ ├── ccdigest_priv.h │ │ │ │ ├── ccdrbg.h │ │ │ │ ├── ccdrbg_factory.h │ │ │ │ ├── ccdrbg_impl.h │ │ │ │ ├── ccec.h │ │ │ │ ├── ccec25519.h │ │ │ │ ├── ccec25519_priv.h │ │ │ │ ├── ccec_priv.h │ │ │ │ ├── ccecies.h │ │ │ │ ├── ccecies_priv.h │ │ │ │ ├── cchkdf.h │ │ │ │ ├── cchmac.h │ │ │ │ ├── ccmd2.h │ │ │ │ ├── ccmd4.h │ │ │ │ ├── ccmd5.h │ │ │ │ ├── ccmode.h │ │ │ │ ├── ccmode_factory.h │ │ │ │ ├── ccmode_impl.h │ │ │ │ ├── ccmode_siv.h │ │ │ │ ├── ccmode_siv_priv.h │ │ │ │ ├── ccn.h │ │ │ │ ├── ccn_priv.h │ │ │ │ ├── ccnistkdf.h │ │ │ │ ├── ccpad.h │ │ │ │ ├── ccpbkdf2.h │ │ │ │ ├── ccperf.h │ │ │ │ ├── ccprime.h │ │ │ │ ├── ccrc2.h │ │ │ │ ├── ccrc4.h │ │ │ │ ├── ccripemd.h │ │ │ │ ├── ccrng.h │ │ │ │ ├── ccrng_drbg.h │ │ │ │ ├── ccrng_ecfips_test.h │ │ │ │ ├── ccrng_pbkdf2_prng.h │ │ │ │ ├── ccrng_priv.h │ │ │ │ ├── ccrng_rsafips_test.h │ │ │ │ ├── ccrng_sequence.h │ │ │ │ ├── ccrng_system.h │ │ │ │ ├── ccrng_test.h │ │ │ │ ├── ccrsa.h │ │ │ │ ├── ccrsa_priv.h │ │ │ │ ├── ccsha1.h │ │ │ │ ├── ccsha2.h │ │ │ │ ├── ccsrp.h │ │ │ │ ├── ccsrp_gp.h │ │ │ │ ├── cctest.h │ │ │ │ ├── ccwrap.h │ │ │ │ ├── ccz.h │ │ │ │ ├── ccz_priv.h │ │ │ │ ├── cczp.h │ │ │ │ ├── cczp_priv.h │ │ │ │ └── fipspost.h │ │ │ │ └── module.modulemap │ │ ├── ldid │ │ │ ├── .gitignore │ │ │ ├── .gitmodules │ │ │ ├── COPYING │ │ │ ├── control │ │ │ ├── control.sh │ │ │ ├── deb.sh │ │ │ ├── ios.sh │ │ │ ├── ldid.cpp │ │ │ ├── ldid.hpp │ │ │ ├── libplist │ │ │ │ ├── .gitignore │ │ │ │ ├── AUTHORS │ │ │ │ ├── COPYING │ │ │ │ ├── COPYING.LESSER │ │ │ │ ├── Makefile.am │ │ │ │ ├── NEWS │ │ │ │ ├── README.md │ │ │ │ ├── autogen.sh │ │ │ │ ├── configure.ac │ │ │ │ ├── cython │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── plist.pxd │ │ │ │ │ ├── plist.pyx │ │ │ │ │ ├── plist_util.c │ │ │ │ │ └── plist_util.h │ │ │ │ ├── doxygen.cfg.in │ │ │ │ ├── fuzz │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── bplist-crashes │ │ │ │ │ │ ├── clusterfuzz-testcase-4766291097288704 │ │ │ │ │ │ ├── clusterfuzz-testcase-4930725262393344 │ │ │ │ │ │ ├── clusterfuzz-testcase-5421965105954816 │ │ │ │ │ │ ├── clusterfuzz-testcase-5556177727389696 │ │ │ │ │ │ ├── clusterfuzz-testcase-6557963011489792 │ │ │ │ │ │ ├── clusterfuzz-testcase-6605859144597504 │ │ │ │ │ │ ├── crash-0ce4dd483b645bc05ec45a97d285dcf1933ee840 │ │ │ │ │ │ ├── crash-0d59cdcb5c3416c2790612b78a631ce9f5622800 │ │ │ │ │ │ ├── crash-17d635ab460fef74df1ac7561f1253533a6359c5 │ │ │ │ │ │ ├── crash-33a67313fa7864cd627ef92d12017a127d342f28 │ │ │ │ │ │ ├── crash-39f1347115f8fe9ac25cdc9332e3fc5cd32c7f7b │ │ │ │ │ │ ├── crash-4bd78175fe01d07c5ee90104fbc68d95dd092210 │ │ │ │ │ │ ├── crash-4c5404453bb7425aef9b953a5f6f3f0afcc48392 │ │ │ │ │ │ ├── crash-52775e25f6af20af351cd616834e602fc988a032 │ │ │ │ │ │ ├── crash-6d1399685b745d3d49fadc91072fabcdde8d16fa │ │ │ │ │ │ ├── crash-94b3725900d63c6258448fd757559c81002de9c9 │ │ │ │ │ │ ├── crash-a47195acbabc3f5b2cda9c6ebda42f2afc1cc5af │ │ │ │ │ │ ├── crash-ce852bae6aeeffc4698a93660236f1b995ce966e │ │ │ │ │ │ ├── crash-daddb6e82e3d1ed76e20e4131462f5247a6fb131 │ │ │ │ │ │ ├── crash-f21be4ebce7f9c337bf96b93cec7e252f5c75a21 │ │ │ │ │ │ └── crash-f779dafccc0164684d1a264976e56037188b40e2 │ │ │ │ │ ├── bplist-leaks │ │ │ │ │ │ ├── leak-96fb453b3ba18d31e164831795a708183b5a0dac │ │ │ │ │ │ ├── leak-acb3c00a83d7635638a476a4e70fc1f1caa1a5b1 │ │ │ │ │ │ └── leak-fe2cd4b1f67e0c9b21e6225a4fb4ca19eab80074 │ │ │ │ │ ├── bplist.dict │ │ │ │ │ ├── bplist_fuzzer.cc │ │ │ │ │ ├── bplist_fuzzer.options │ │ │ │ │ ├── fuzzers.test │ │ │ │ │ ├── init-fuzzers.sh │ │ │ │ │ ├── test-fuzzers.sh │ │ │ │ │ ├── xplist-crashes │ │ │ │ │ │ ├── clusterfuzz-testcase-4516959125241856 │ │ │ │ │ │ ├── clusterfuzz-testcase-4663876528373760 │ │ │ │ │ │ ├── clusterfuzz-testcase-5799076113154048 │ │ │ │ │ │ ├── clusterfuzz-testcase-5922404220010496 │ │ │ │ │ │ ├── clusterfuzz-testcase-6015098361479168 │ │ │ │ │ │ ├── clusterfuzz-testcase-6043836860071936 │ │ │ │ │ │ ├── clusterfuzz-testcase-6047509906456576 │ │ │ │ │ │ ├── clusterfuzz-testcase-6482601374121984 │ │ │ │ │ │ ├── crash-09788d7acb46b4b177422f9c4ee54556a3ad1f17 │ │ │ │ │ │ ├── crash-155c60d5c4b2778110fb4a633caa7d64eb9b99c1 │ │ │ │ │ │ ├── crash-348c909a0b3532977185f551eb5d2ed04e694883 │ │ │ │ │ │ ├── crash-7bc172e27a2b1d4fcaf031f59d1f08fb83081e4a │ │ │ │ │ │ ├── crash-80c28b0e2a446665e68927dd4441c10c9a68e64e │ │ │ │ │ │ ├── crash-8acf177da60ecf13c36d0da1b8e25de891980ea6 │ │ │ │ │ │ ├── crash-94276cf69a50e78dd6cdf079c208cb80f357cd33 │ │ │ │ │ │ ├── crash-9ddb891a0ec42401eb4629e6b99e01aef7909eb9 │ │ │ │ │ │ ├── crash-a8b44e1f5be4f75f00a937016ec5405bce77a0f9 │ │ │ │ │ │ ├── crash-da39a3ee5e6b4b0d3255bfef95601890afd80709 │ │ │ │ │ │ └── crash-f03c680ee1c4d84c28e731752df77a61e213a24d │ │ │ │ │ ├── xplist-leaks │ │ │ │ │ │ ├── clusterfuzz-testcase-4634751103139840 │ │ │ │ │ │ ├── clusterfuzz-testcase-6056412121661440 │ │ │ │ │ │ ├── leak-47b0a9f21d3affab6cfc898e5140bb53265ada07 │ │ │ │ │ │ ├── leak-4c81aae70b20d9b9408b78d40999a54205bdcfb7 │ │ │ │ │ │ └── leak-53bc466851eda790bd891733da5db0a7482886bf │ │ │ │ │ ├── xplist.dict │ │ │ │ │ ├── xplist_fuzzer.cc │ │ │ │ │ └── xplist_fuzzer.options │ │ │ │ ├── include │ │ │ │ │ ├── Makefile.am │ │ │ │ │ └── plist │ │ │ │ │ │ ├── Array.h │ │ │ │ │ │ ├── Boolean.h │ │ │ │ │ │ ├── Data.h │ │ │ │ │ │ ├── Date.h │ │ │ │ │ │ ├── Dictionary.h │ │ │ │ │ │ ├── Integer.h │ │ │ │ │ │ ├── Key.h │ │ │ │ │ │ ├── Node.h │ │ │ │ │ │ ├── Real.h │ │ │ │ │ │ ├── String.h │ │ │ │ │ │ ├── Structure.h │ │ │ │ │ │ ├── Uid.h │ │ │ │ │ │ ├── plist++.h │ │ │ │ │ │ └── plist.h │ │ │ │ ├── libcnary │ │ │ │ │ ├── COPYING │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── README │ │ │ │ │ ├── cnary.c │ │ │ │ │ ├── include │ │ │ │ │ │ ├── node.h │ │ │ │ │ │ ├── node_list.h │ │ │ │ │ │ └── object.h │ │ │ │ │ ├── node.c │ │ │ │ │ └── node_list.c │ │ │ │ ├── m4 │ │ │ │ │ ├── ac_pkg_cython.m4 │ │ │ │ │ ├── as-compiler-flag.m4 │ │ │ │ │ ├── ax_pthread.m4 │ │ │ │ │ ├── ax_python_devel.m4 │ │ │ │ │ └── cython_python.m4 │ │ │ │ ├── src │ │ │ │ │ ├── Array.cpp │ │ │ │ │ ├── Boolean.cpp │ │ │ │ │ ├── Data.cpp │ │ │ │ │ ├── Date.cpp │ │ │ │ │ ├── Dictionary.cpp │ │ │ │ │ ├── Integer.cpp │ │ │ │ │ ├── Key.cpp │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Node.cpp │ │ │ │ │ ├── Real.cpp │ │ │ │ │ ├── String.cpp │ │ │ │ │ ├── Structure.cpp │ │ │ │ │ ├── Uid.cpp │ │ │ │ │ ├── base64.c │ │ │ │ │ ├── base64.h │ │ │ │ │ ├── bplist.c │ │ │ │ │ ├── bytearray.c │ │ │ │ │ ├── bytearray.h │ │ │ │ │ ├── hashtable.c │ │ │ │ │ ├── hashtable.h │ │ │ │ │ ├── libplist++.pc.in │ │ │ │ │ ├── libplist.pc.in │ │ │ │ │ ├── plist.c │ │ │ │ │ ├── plist.h │ │ │ │ │ ├── ptrarray.c │ │ │ │ │ ├── ptrarray.h │ │ │ │ │ ├── strbuf.h │ │ │ │ │ ├── time64.c │ │ │ │ │ ├── time64.h │ │ │ │ │ ├── time64_limits.h │ │ │ │ │ └── xplist.c │ │ │ │ ├── test │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── amp.test │ │ │ │ │ ├── bigarray.test │ │ │ │ │ ├── cdata.test │ │ │ │ │ ├── data │ │ │ │ │ │ ├── 1.plist │ │ │ │ │ │ ├── 2.plist │ │ │ │ │ │ ├── 3.plist │ │ │ │ │ │ ├── 4.plist │ │ │ │ │ │ ├── 5.plist │ │ │ │ │ │ ├── 6.plist │ │ │ │ │ │ ├── 7.plist │ │ │ │ │ │ ├── amp.plist │ │ │ │ │ │ ├── cdata.plist │ │ │ │ │ │ ├── dictref1byte.bplist │ │ │ │ │ │ ├── dictref2bytes.bplist │ │ │ │ │ │ ├── dictref3bytes.bplist │ │ │ │ │ │ ├── dictref4bytes.bplist │ │ │ │ │ │ ├── dictref5bytes.bplist │ │ │ │ │ │ ├── dictref6bytes.bplist │ │ │ │ │ │ ├── dictref7bytes.bplist │ │ │ │ │ │ ├── dictref8bytes.bplist │ │ │ │ │ │ ├── empty_keys.plist │ │ │ │ │ │ ├── entities.plist │ │ │ │ │ │ ├── hex.plist │ │ │ │ │ │ ├── invalid_tag.plist │ │ │ │ │ │ ├── malformed_dict.bplist │ │ │ │ │ │ ├── off1byte.bplist │ │ │ │ │ │ ├── off2bytes.bplist │ │ │ │ │ │ ├── off3bytes.bplist │ │ │ │ │ │ ├── off4bytes.bplist │ │ │ │ │ │ ├── off5bytes.bplist │ │ │ │ │ │ ├── off6bytes.bplist │ │ │ │ │ │ ├── off7bytes.bplist │ │ │ │ │ │ ├── off8bytes.bplist │ │ │ │ │ │ ├── offxml.plist │ │ │ │ │ │ ├── order.bplist │ │ │ │ │ │ ├── order.plist │ │ │ │ │ │ ├── recursion.bplist │ │ │ │ │ │ ├── signed.bplist │ │ │ │ │ │ ├── signed.plist │ │ │ │ │ │ ├── signedunsigned.bplist │ │ │ │ │ │ ├── signedunsigned.plist │ │ │ │ │ │ ├── unsigned.bplist │ │ │ │ │ │ └── unsigned.plist │ │ │ │ │ ├── dates.test │ │ │ │ │ ├── empty.test │ │ │ │ │ ├── empty_keys.test │ │ │ │ │ ├── entities.test │ │ │ │ │ ├── hex.test │ │ │ │ │ ├── huge.test │ │ │ │ │ ├── invalid_tag.test │ │ │ │ │ ├── large.test │ │ │ │ │ ├── malformed_dict.test │ │ │ │ │ ├── medium.test │ │ │ │ │ ├── offsetsize.test │ │ │ │ │ ├── order.test │ │ │ │ │ ├── plist_cmp.c │ │ │ │ │ ├── plist_test.c │ │ │ │ │ ├── recursion.test │ │ │ │ │ ├── refsize.test │ │ │ │ │ ├── signedunsigned1.test │ │ │ │ │ ├── signedunsigned2.test │ │ │ │ │ ├── signedunsigned3.test │ │ │ │ │ ├── small.test │ │ │ │ │ ├── timezone1.test │ │ │ │ │ └── timezone2.test │ │ │ │ └── tools │ │ │ │ │ ├── Makefile.am │ │ │ │ │ └── plistutil.c │ │ │ ├── lookup2.c │ │ │ ├── make.sh │ │ │ ├── plist.sh │ │ │ ├── sha1.h │ │ │ └── version.sh │ │ └── minizip │ │ │ ├── Makefile │ │ │ ├── Makefile.am │ │ │ ├── MiniZip64_Changes.txt │ │ │ ├── MiniZip64_info.txt │ │ │ ├── configure.ac │ │ │ ├── crypt.h │ │ │ ├── ioapi.c │ │ │ ├── ioapi.h │ │ │ ├── iowin32.c │ │ │ ├── iowin32.h │ │ │ ├── make_vms.com │ │ │ ├── miniunz.c │ │ │ ├── miniunzip.1 │ │ │ ├── minizip.1 │ │ │ ├── minizip.c │ │ │ ├── minizip.pc.in │ │ │ ├── mztools.c │ │ │ ├── mztools.h │ │ │ ├── unzip.c │ │ │ ├── unzip.h │ │ │ ├── zip.c │ │ │ └── zip.h │ └── Package.swift ├── libimobiledevice │ ├── .gitignore │ ├── AUTHORS │ ├── COPYING │ ├── COPYING.LESSER │ ├── Makefile.am │ ├── NEWS │ ├── README.md │ ├── autogen.sh │ ├── common │ │ ├── Makefile.am │ │ ├── debug.c │ │ ├── debug.h │ │ ├── socket.c │ │ ├── socket.h │ │ ├── thread.c │ │ ├── thread.h │ │ ├── userpref.c │ │ ├── userpref.h │ │ ├── utils.c │ │ └── utils.h │ ├── configure.ac │ ├── cython │ │ ├── Makefile.am │ │ ├── afc.pxi │ │ ├── debugserver.pxi │ │ ├── diagnostics_relay.pxi │ │ ├── file_relay.pxi │ │ ├── heartbeat.pxi │ │ ├── house_arrest.pxi │ │ ├── imobiledevice.pxd │ │ ├── imobiledevice.pyx │ │ ├── installation_proxy.pxi │ │ ├── lockdown.pxi │ │ ├── misagent.pxi │ │ ├── mobile_image_mounter.pxi │ │ ├── mobilebackup.pxi │ │ ├── mobilebackup2.pxi │ │ ├── mobilesync.pxi │ │ ├── notification_proxy.pxi │ │ ├── restore.pxi │ │ ├── sbservices.pxi │ │ ├── screenshotr.pxi │ │ └── webinspector.pxi │ ├── docs │ │ ├── Makefile.am │ │ ├── doxygen │ │ │ ├── custom.css │ │ │ ├── favicon.ico │ │ │ ├── folder-open.png │ │ │ ├── folder.png │ │ │ ├── footer.html │ │ │ ├── header.html │ │ │ ├── layout.xml │ │ │ ├── logo-vector-clean.svg │ │ │ └── text-x-generic.png │ │ ├── idevice_id.1 │ │ ├── idevicebackup.1 │ │ ├── idevicebackup2.1 │ │ ├── idevicecrashreport.1 │ │ ├── idevicedate.1 │ │ ├── idevicedebug.1 │ │ ├── idevicedebugserverproxy.1 │ │ ├── idevicediagnostics.1 │ │ ├── ideviceenterrecovery.1 │ │ ├── ideviceimagemounter.1 │ │ ├── ideviceinfo.1 │ │ ├── idevicename.1 │ │ ├── idevicenotificationproxy.1 │ │ ├── idevicepair.1 │ │ ├── ideviceprovision.1 │ │ ├── idevicescreenshot.1 │ │ ├── idevicesetlocation.1 │ │ └── idevicesyslog.1 │ ├── include │ │ ├── Makefile.am │ │ ├── asprintf.h │ │ ├── endianness.h │ │ └── libimobiledevice │ │ │ ├── afc.h │ │ │ ├── companion_proxy.h │ │ │ ├── debugserver.h │ │ │ ├── diagnostics_relay.h │ │ │ ├── file_relay.h │ │ │ ├── heartbeat.h │ │ │ ├── house_arrest.h │ │ │ ├── installation_proxy.h │ │ │ ├── libimobiledevice.h │ │ │ ├── lockdown.h │ │ │ ├── misagent.h │ │ │ ├── mobile_image_mounter.h │ │ │ ├── mobileactivation.h │ │ │ ├── mobilebackup.h │ │ │ ├── mobilebackup2.h │ │ │ ├── mobilesync.h │ │ │ ├── notification_proxy.h │ │ │ ├── preboard.h │ │ │ ├── property_list_service.h │ │ │ ├── restore.h │ │ │ ├── sbservices.h │ │ │ ├── screenshotr.h │ │ │ ├── service.h │ │ │ ├── syslog_relay.h │ │ │ └── webinspector.h │ ├── src │ │ ├── Makefile.am │ │ ├── afc.c │ │ ├── afc.h │ │ ├── companion_proxy.c │ │ ├── companion_proxy.h │ │ ├── debugserver.c │ │ ├── debugserver.h │ │ ├── device_link_service.c │ │ ├── device_link_service.h │ │ ├── diagnostics_relay.c │ │ ├── diagnostics_relay.h │ │ ├── file_relay.c │ │ ├── file_relay.h │ │ ├── heartbeat.c │ │ ├── heartbeat.h │ │ ├── house_arrest.c │ │ ├── house_arrest.h │ │ ├── idevice.c │ │ ├── idevice.h │ │ ├── installation_proxy.c │ │ ├── installation_proxy.h │ │ ├── lockdown.c │ │ ├── lockdown.h │ │ ├── misagent.c │ │ ├── misagent.h │ │ ├── mobile_image_mounter.c │ │ ├── mobile_image_mounter.h │ │ ├── mobileactivation.c │ │ ├── mobileactivation.h │ │ ├── mobilebackup.c │ │ ├── mobilebackup.h │ │ ├── mobilebackup2.c │ │ ├── mobilebackup2.h │ │ ├── mobilesync.c │ │ ├── mobilesync.h │ │ ├── notification_proxy.c │ │ ├── notification_proxy.h │ │ ├── preboard.c │ │ ├── preboard.h │ │ ├── property_list_service.c │ │ ├── property_list_service.h │ │ ├── restore.c │ │ ├── restore.h │ │ ├── sbservices.c │ │ ├── sbservices.h │ │ ├── screenshotr.c │ │ ├── screenshotr.h │ │ ├── service.c │ │ ├── service.h │ │ ├── syslog_relay.c │ │ ├── syslog_relay.h │ │ ├── webinspector.c │ │ └── webinspector.h │ └── tools │ │ ├── Makefile.am │ │ ├── idevice_id.c │ │ ├── idevicebackup.c │ │ ├── idevicebackup2.c │ │ ├── idevicecrashreport.c │ │ ├── idevicedate.c │ │ ├── idevicedebug.c │ │ ├── idevicedebugserverproxy.c │ │ ├── idevicediagnostics.c │ │ ├── ideviceenterrecovery.c │ │ ├── ideviceimagemounter.c │ │ ├── ideviceinfo.c │ │ ├── idevicename.c │ │ ├── idevicenotificationproxy.c │ │ ├── idevicepair.c │ │ ├── ideviceprovision.c │ │ ├── idevicescreenshot.c │ │ ├── idevicesetlocation.c │ │ └── idevicesyslog.c ├── libplist │ ├── .gitignore │ ├── AUTHORS │ ├── COPYING │ ├── COPYING.LESSER │ ├── Makefile.am │ ├── NEWS │ ├── README.md │ ├── autogen.sh │ ├── configure.ac │ ├── cython │ │ ├── Makefile.am │ │ ├── plist.pxd │ │ ├── plist.pyx │ │ ├── plist_util.c │ │ └── plist_util.h │ ├── doxygen.cfg.in │ ├── fuzz │ │ ├── Makefile.am │ │ ├── bplist-crashes │ │ │ ├── clusterfuzz-testcase-4766291097288704 │ │ │ ├── clusterfuzz-testcase-4930725262393344 │ │ │ ├── clusterfuzz-testcase-5421965105954816 │ │ │ ├── clusterfuzz-testcase-5556177727389696 │ │ │ ├── clusterfuzz-testcase-6557963011489792 │ │ │ ├── clusterfuzz-testcase-6605859144597504 │ │ │ ├── crash-0ce4dd483b645bc05ec45a97d285dcf1933ee840 │ │ │ ├── crash-0d59cdcb5c3416c2790612b78a631ce9f5622800 │ │ │ ├── crash-17d635ab460fef74df1ac7561f1253533a6359c5 │ │ │ ├── crash-33a67313fa7864cd627ef92d12017a127d342f28 │ │ │ ├── crash-39f1347115f8fe9ac25cdc9332e3fc5cd32c7f7b │ │ │ ├── crash-4bd78175fe01d07c5ee90104fbc68d95dd092210 │ │ │ ├── crash-4c5404453bb7425aef9b953a5f6f3f0afcc48392 │ │ │ ├── crash-52775e25f6af20af351cd616834e602fc988a032 │ │ │ ├── crash-6d1399685b745d3d49fadc91072fabcdde8d16fa │ │ │ ├── crash-94b3725900d63c6258448fd757559c81002de9c9 │ │ │ ├── crash-a47195acbabc3f5b2cda9c6ebda42f2afc1cc5af │ │ │ ├── crash-ce852bae6aeeffc4698a93660236f1b995ce966e │ │ │ ├── crash-daddb6e82e3d1ed76e20e4131462f5247a6fb131 │ │ │ ├── crash-f21be4ebce7f9c337bf96b93cec7e252f5c75a21 │ │ │ └── crash-f779dafccc0164684d1a264976e56037188b40e2 │ │ ├── bplist-leaks │ │ │ ├── leak-96fb453b3ba18d31e164831795a708183b5a0dac │ │ │ ├── leak-acb3c00a83d7635638a476a4e70fc1f1caa1a5b1 │ │ │ └── leak-fe2cd4b1f67e0c9b21e6225a4fb4ca19eab80074 │ │ ├── bplist.dict │ │ ├── bplist_fuzzer.cc │ │ ├── bplist_fuzzer.options │ │ ├── fuzzers.test │ │ ├── init-fuzzers.sh │ │ ├── test-fuzzers.sh │ │ ├── xplist-crashes │ │ │ ├── clusterfuzz-testcase-4516959125241856 │ │ │ ├── clusterfuzz-testcase-4663876528373760 │ │ │ ├── clusterfuzz-testcase-5799076113154048 │ │ │ ├── clusterfuzz-testcase-5922404220010496 │ │ │ ├── clusterfuzz-testcase-6015098361479168 │ │ │ ├── clusterfuzz-testcase-6043836860071936 │ │ │ ├── clusterfuzz-testcase-6047509906456576 │ │ │ ├── clusterfuzz-testcase-6482601374121984 │ │ │ ├── crash-09788d7acb46b4b177422f9c4ee54556a3ad1f17 │ │ │ ├── crash-155c60d5c4b2778110fb4a633caa7d64eb9b99c1 │ │ │ ├── crash-348c909a0b3532977185f551eb5d2ed04e694883 │ │ │ ├── crash-7bc172e27a2b1d4fcaf031f59d1f08fb83081e4a │ │ │ ├── crash-80c28b0e2a446665e68927dd4441c10c9a68e64e │ │ │ ├── crash-8acf177da60ecf13c36d0da1b8e25de891980ea6 │ │ │ ├── crash-94276cf69a50e78dd6cdf079c208cb80f357cd33 │ │ │ ├── crash-9ddb891a0ec42401eb4629e6b99e01aef7909eb9 │ │ │ ├── crash-a8b44e1f5be4f75f00a937016ec5405bce77a0f9 │ │ │ ├── crash-da39a3ee5e6b4b0d3255bfef95601890afd80709 │ │ │ └── crash-f03c680ee1c4d84c28e731752df77a61e213a24d │ │ ├── xplist-leaks │ │ │ ├── clusterfuzz-testcase-4634751103139840 │ │ │ ├── clusterfuzz-testcase-6056412121661440 │ │ │ ├── leak-47b0a9f21d3affab6cfc898e5140bb53265ada07 │ │ │ ├── leak-4c81aae70b20d9b9408b78d40999a54205bdcfb7 │ │ │ └── leak-53bc466851eda790bd891733da5db0a7482886bf │ │ ├── xplist.dict │ │ ├── xplist_fuzzer.cc │ │ └── xplist_fuzzer.options │ ├── include │ │ ├── Makefile.am │ │ └── plist │ │ │ ├── Array.h │ │ │ ├── Boolean.h │ │ │ ├── Data.h │ │ │ ├── Date.h │ │ │ ├── Dictionary.h │ │ │ ├── Integer.h │ │ │ ├── Key.h │ │ │ ├── Node.h │ │ │ ├── Real.h │ │ │ ├── String.h │ │ │ ├── Structure.h │ │ │ ├── Uid.h │ │ │ ├── plist++.h │ │ │ └── plist.h │ ├── libcnary │ │ ├── COPYING │ │ ├── Makefile.am │ │ ├── README │ │ ├── cnary.c │ │ ├── include │ │ │ ├── node.h │ │ │ ├── node_list.h │ │ │ └── object.h │ │ ├── node.c │ │ └── node_list.c │ ├── m4 │ │ ├── ac_pkg_cython.m4 │ │ ├── as-compiler-flag.m4 │ │ ├── ax_pthread.m4 │ │ ├── ax_python_devel.m4 │ │ └── cython_python.m4 │ ├── src │ │ ├── Array.cpp │ │ ├── Boolean.cpp │ │ ├── Data.cpp │ │ ├── Date.cpp │ │ ├── Dictionary.cpp │ │ ├── Integer.cpp │ │ ├── Key.cpp │ │ ├── Makefile.am │ │ ├── Node.cpp │ │ ├── Real.cpp │ │ ├── String.cpp │ │ ├── Structure.cpp │ │ ├── Uid.cpp │ │ ├── base64.c │ │ ├── base64.h │ │ ├── bplist.c │ │ ├── bytearray.c │ │ ├── bytearray.h │ │ ├── hashtable.c │ │ ├── hashtable.h │ │ ├── libplist++.pc.in │ │ ├── libplist.pc.in │ │ ├── plist.c │ │ ├── plist.h │ │ ├── ptrarray.c │ │ ├── ptrarray.h │ │ ├── strbuf.h │ │ ├── time64.c │ │ ├── time64.h │ │ ├── time64_limits.h │ │ └── xplist.c │ ├── test │ │ ├── Makefile.am │ │ ├── amp.test │ │ ├── bigarray.test │ │ ├── cdata.test │ │ ├── data │ │ │ ├── 1.plist │ │ │ ├── 2.plist │ │ │ ├── 3.plist │ │ │ ├── 4.plist │ │ │ ├── 5.plist │ │ │ ├── 6.plist │ │ │ ├── 7.plist │ │ │ ├── amp.plist │ │ │ ├── cdata.plist │ │ │ ├── dictref1byte.bplist │ │ │ ├── dictref2bytes.bplist │ │ │ ├── dictref3bytes.bplist │ │ │ ├── dictref4bytes.bplist │ │ │ ├── dictref5bytes.bplist │ │ │ ├── dictref6bytes.bplist │ │ │ ├── dictref7bytes.bplist │ │ │ ├── dictref8bytes.bplist │ │ │ ├── empty_keys.plist │ │ │ ├── entities.plist │ │ │ ├── hex.plist │ │ │ ├── invalid_tag.plist │ │ │ ├── malformed_dict.bplist │ │ │ ├── off1byte.bplist │ │ │ ├── off2bytes.bplist │ │ │ ├── off3bytes.bplist │ │ │ ├── off4bytes.bplist │ │ │ ├── off5bytes.bplist │ │ │ ├── off6bytes.bplist │ │ │ ├── off7bytes.bplist │ │ │ ├── off8bytes.bplist │ │ │ ├── offxml.plist │ │ │ ├── order.bplist │ │ │ ├── order.plist │ │ │ ├── recursion.bplist │ │ │ ├── signed.bplist │ │ │ ├── signed.plist │ │ │ ├── signedunsigned.bplist │ │ │ ├── signedunsigned.plist │ │ │ ├── unsigned.bplist │ │ │ └── unsigned.plist │ │ ├── dates.test │ │ ├── empty.test │ │ ├── empty_keys.test │ │ ├── entities.test │ │ ├── hex.test │ │ ├── huge.test │ │ ├── invalid_tag.test │ │ ├── large.test │ │ ├── malformed_dict.test │ │ ├── medium.test │ │ ├── offsetsize.test │ │ ├── order.test │ │ ├── plist_cmp.c │ │ ├── plist_test.c │ │ ├── recursion.test │ │ ├── refsize.test │ │ ├── signedunsigned1.test │ │ ├── signedunsigned2.test │ │ ├── signedunsigned3.test │ │ ├── small.test │ │ ├── timezone1.test │ │ └── timezone2.test │ └── tools │ │ ├── Makefile.am │ │ └── plistutil.c └── libusbmuxd │ ├── .gitignore │ ├── AUTHORS │ ├── COPYING │ ├── Makefile.am │ ├── NEWS │ ├── README │ ├── autogen.sh │ ├── common │ ├── Makefile.am │ ├── collection.c │ ├── collection.h │ ├── socket.c │ ├── socket.h │ ├── thread.c │ └── thread.h │ ├── configure.ac │ ├── include │ ├── Makefile.am │ ├── usbmuxd-proto.h │ └── usbmuxd.h │ ├── src │ ├── Makefile.am │ └── libusbmuxd.c │ └── tools │ ├── Makefile.am │ └── iproxy.c ├── LINCINSE ├── MiniAppBuilder.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ └── IDEWorkspaceChecks.plist ├── xcshareddata │ └── xcschemes │ │ └── MiniAppBuilder.xcscheme └── xcuserdata │ ├── jonnyyu.xcuserdatad │ └── xcschemes │ │ └── xcschememanagement.plist │ └── yoasatada.xcuserdatad │ └── xcschemes │ └── xcschememanagement.plist ├── MiniAppBuilder.xcworkspace ├── contents.xcworkspacedata ├── xcshareddata │ └── IDEWorkspaceChecks.plist └── xcuserdata │ ├── jonnyyu.xcuserdatad │ ├── UserInterfaceState.xcuserstate │ └── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── yoasatada.xcuserdatad │ ├── UserInterfaceState.xcuserstate │ └── xcdebugger │ └── Breakpoints_v2.xcbkptlist ├── MiniAppBuilder ├── .DS_Store ├── AnisetteDataManager.h ├── AnisetteDataManager.m ├── Base │ ├── Categories │ │ ├── NSError+ALTServerError.h │ │ └── NSError+ALTServerError.m │ ├── Errors │ │ ├── ALTLocalizedError.swift │ │ ├── ALTWrappedError.h │ │ └── ALTWrappedError.m │ ├── Extensions │ │ ├── ALTServerError+Conveniences.swift │ │ ├── Bundle+MiniAppBuilder.swift │ │ ├── NSError+MiniAppBuilder.swift │ │ ├── NSXPCConnection+MachServices.swift │ │ ├── OperatingSystemVersion+Comparable.swift │ │ └── Result+Conveniences.swift │ └── Server Protocol │ │ ├── CodableError.swift │ │ └── ServerProtocol.swift ├── Categories │ ├── NSError+libimobiledevice.h │ └── NSError+libimobiledevice.mm ├── Connections │ ├── ALTDebugConnection+Private.h │ ├── ALTDebugConnection.h │ └── ALTDebugConnection.mm ├── DeveloperDiskManager.swift ├── Devices │ ├── ALTDeviceManager+Installation.swift │ ├── ALTDeviceManager.h │ └── ALTDeviceManager.mm ├── Dialog.sh ├── Extensions │ ├── FileManager+URLs.swift │ └── UserDefaults+MiniAppBuilder.swift ├── MiniAppBuilder-Bridging-Header.h ├── MiniAppBuilder.entitlements └── main.swift ├── Podfile ├── Podfile.lock ├── README.md └── xattr.sh /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | Pods -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /Dependencies/AltSign/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/.gitignore -------------------------------------------------------------------------------- /Dependencies/AltSign/.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/.gitmodules -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Apple API/ALTAppleAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Apple API/ALTAppleAPI.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Apple API/ALTAppleAPI.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Apple API/ALTAppleAPI.m -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Apple API/ALTAppleAPISession.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Apple API/ALTAppleAPISession.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Apple API/ALTAppleAPISession.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Apple API/ALTAppleAPISession.m -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Apple API/ALTAppleAPI_Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Apple API/ALTAppleAPI_Private.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Capabilities/ALTCapabilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Capabilities/ALTCapabilities.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Capabilities/ALTCapabilities.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Capabilities/ALTCapabilities.m -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Categories/NSError+ALTErrors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Categories/NSError+ALTErrors.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Categories/NSError+ALTErrors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Categories/NSError+ALTErrors.m -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Categories/NSFileManager+Zip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Categories/NSFileManager+Zip.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Categories/NSFileManager+Zip.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Categories/NSFileManager+Zip.m -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Model/ALTApplication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Model/ALTApplication.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Model/ALTApplication.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Model/ALTApplication.mm -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Model/Apple API/ALTAccount.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Model/Apple API/ALTAccount.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Model/Apple API/ALTAccount.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Model/Apple API/ALTAccount.m -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Model/Apple API/ALTAnisetteData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Model/Apple API/ALTAnisetteData.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Model/Apple API/ALTAnisetteData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Model/Apple API/ALTAnisetteData.m -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Model/Apple API/ALTAppGroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Model/Apple API/ALTAppGroup.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Model/Apple API/ALTAppGroup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Model/Apple API/ALTAppGroup.m -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Model/Apple API/ALTAppID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Model/Apple API/ALTAppID.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Model/Apple API/ALTAppID.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Model/Apple API/ALTAppID.m -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Model/Apple API/ALTCertificate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Model/Apple API/ALTCertificate.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Model/Apple API/ALTCertificate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Model/Apple API/ALTCertificate.m -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Model/Apple API/ALTCertificateRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Model/Apple API/ALTCertificateRequest.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Model/Apple API/ALTCertificateRequest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Model/Apple API/ALTCertificateRequest.m -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Model/Apple API/ALTDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Model/Apple API/ALTDevice.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Model/Apple API/ALTDevice.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Model/Apple API/ALTDevice.m -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Model/Apple API/ALTModel+Internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Model/Apple API/ALTModel+Internal.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Model/Apple API/ALTProvisioningProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Model/Apple API/ALTProvisioningProfile.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Model/Apple API/ALTProvisioningProfile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Model/Apple API/ALTProvisioningProfile.m -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Model/Apple API/ALTTeam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Model/Apple API/ALTTeam.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Model/Apple API/ALTTeam.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Model/Apple API/ALTTeam.m -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Signing/ALTSigner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Signing/ALTSigner.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Signing/ALTSigner.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Signing/ALTSigner.mm -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Sources/ALTAppleAPI+Authentication.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Sources/ALTAppleAPI+Authentication.swift -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Sources/Data+Encryption.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Sources/Data+Encryption.swift -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/Sources/GSAContext.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/Sources/GSAContext.swift -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/include/AltSign.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/include/AltSign.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/include/AltSign/ALTAccount.h: -------------------------------------------------------------------------------- 1 | ../../Model/Apple API/ALTAccount.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/include/AltSign/ALTAnisetteData.h: -------------------------------------------------------------------------------- 1 | ../../Model/Apple API/ALTAnisetteData.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/include/AltSign/ALTAppGroup.h: -------------------------------------------------------------------------------- 1 | ../../Model/Apple API/ALTAppGroup.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/include/AltSign/ALTAppID.h: -------------------------------------------------------------------------------- 1 | ../../Model/Apple API/ALTAppID.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/include/AltSign/ALTAppleAPI.h: -------------------------------------------------------------------------------- 1 | ../../Apple API/ALTAppleAPI.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/include/AltSign/ALTAppleAPISession.h: -------------------------------------------------------------------------------- 1 | ../../Apple API/ALTAppleAPISession.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/include/AltSign/ALTAppleAPI_Private.h: -------------------------------------------------------------------------------- 1 | ../../Apple API/ALTAppleAPI_Private.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/include/AltSign/ALTApplication.h: -------------------------------------------------------------------------------- 1 | ../../Model/ALTApplication.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/include/AltSign/ALTCapabilities.h: -------------------------------------------------------------------------------- 1 | ../../Capabilities/ALTCapabilities.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/include/AltSign/ALTCertificate.h: -------------------------------------------------------------------------------- 1 | ../../Model/Apple API/ALTCertificate.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/include/AltSign/ALTCertificateRequest.h: -------------------------------------------------------------------------------- 1 | ../../Model/Apple API/ALTCertificateRequest.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/include/AltSign/ALTDevice.h: -------------------------------------------------------------------------------- 1 | ../../Model/Apple API/ALTDevice.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/include/AltSign/ALTModel+Internal.h: -------------------------------------------------------------------------------- 1 | ../../Model/Apple API/ALTModel+Internal.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/include/AltSign/ALTProvisioningProfile.h: -------------------------------------------------------------------------------- 1 | ../../Model/Apple API/ALTProvisioningProfile.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/include/AltSign/ALTSigner.h: -------------------------------------------------------------------------------- 1 | ../../Signing/ALTSigner.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/include/AltSign/ALTTeam.h: -------------------------------------------------------------------------------- 1 | ../../Model/Apple API/ALTTeam.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/include/AltSign/NSError+ALTErrors.h: -------------------------------------------------------------------------------- 1 | ../../Categories/NSError+ALTErrors.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/include/AltSign/NSFileManager+Zip.h: -------------------------------------------------------------------------------- 1 | ../../Categories/NSFileManager+Zip.h -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/include/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/include/module.modulemap -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/ldid/alt_ldid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/ldid/alt_ldid.cpp -------------------------------------------------------------------------------- /Dependencies/AltSign/AltSign/ldid/alt_ldid.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/AltSign/ldid/alt_ldid.hpp -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: [krzyzanowskim] 4 | -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/.gitignore -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/Frameworks/OpenSSL.xcframework/ios-arm64_x86_64-maccatalyst/OpenSSL.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/Frameworks/OpenSSL.xcframework/ios-arm64_x86_64-maccatalyst/OpenSSL.framework/Modules: -------------------------------------------------------------------------------- 1 | Versions/Current/Modules -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/Frameworks/OpenSSL.xcframework/ios-arm64_x86_64-maccatalyst/OpenSSL.framework/OpenSSL: -------------------------------------------------------------------------------- 1 | Versions/Current/OpenSSL -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/Frameworks/OpenSSL.xcframework/ios-arm64_x86_64-maccatalyst/OpenSSL.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/Frameworks/OpenSSL.xcframework/ios-arm64_x86_64-maccatalyst/OpenSSL.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/Frameworks/OpenSSL.xcframework/macos-arm64_x86_64/OpenSSL.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/Frameworks/OpenSSL.xcframework/macos-arm64_x86_64/OpenSSL.framework/Modules: -------------------------------------------------------------------------------- 1 | Versions/Current/Modules -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/Frameworks/OpenSSL.xcframework/macos-arm64_x86_64/OpenSSL.framework/OpenSSL: -------------------------------------------------------------------------------- 1 | Versions/Current/OpenSSL -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/Frameworks/OpenSSL.xcframework/macos-arm64_x86_64/OpenSSL.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/Frameworks/OpenSSL.xcframework/macos-arm64_x86_64/OpenSSL.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/Frameworks/macosx/OpenSSL.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/Frameworks/macosx/OpenSSL.framework/Modules: -------------------------------------------------------------------------------- 1 | Versions/Current/Modules -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/Frameworks/macosx/OpenSSL.framework/OpenSSL: -------------------------------------------------------------------------------- 1 | Versions/Current/OpenSSL -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/Frameworks/macosx/OpenSSL.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/Frameworks/macosx/OpenSSL.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/Frameworks/macosx_catalyst/OpenSSL.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/Frameworks/macosx_catalyst/OpenSSL.framework/Modules: -------------------------------------------------------------------------------- 1 | Versions/Current/Modules -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/Frameworks/macosx_catalyst/OpenSSL.framework/OpenSSL: -------------------------------------------------------------------------------- 1 | Versions/Current/OpenSSL -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/Frameworks/macosx_catalyst/OpenSSL.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/Frameworks/macosx_catalyst/OpenSSL.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/Integration-Examples/SPM/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | /.build 3 | /Packages 4 | /*.xcodeproj 5 | xcuserdata/ 6 | -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/LICENSE.txt -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/Makefile -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/OpenSSL-Universal.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/OpenSSL-Universal.podspec -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/OpenSSL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/OpenSSL.json -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/OpenSSL.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/OpenSSL.xcconfig -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/Package.swift -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/README.md -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/_config.yml -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/config/20-apple.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/config/20-apple.conf -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/aes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/aes.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/bio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/bio.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/bn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/bn.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/cms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/cms.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/ct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/ct.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/des.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/des.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/dh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/dh.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/dsa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/dsa.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/ec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/ec.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/err.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/err.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/evp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/evp.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/kdf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/kdf.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/md2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/md2.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/md4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/md4.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/md5.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/pem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/pem.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/rc2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/rc2.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/rc4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/rc4.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/rc5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/rc5.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/rsa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/rsa.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/sha.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/sha.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/srp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/srp.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/ssl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/ssl.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/ts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/ts.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/ui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/include/openssl/ui.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/lib/libcrypto.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/lib/libcrypto.a -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/lib/libssl.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphoneos/lib/libssl.a -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/iphonesimulator/lib/libssl.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/iphonesimulator/lib/libssl.a -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/aes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/aes.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/asn1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/asn1.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/asn1t.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/asn1t.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/async.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/async.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/bio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/bio.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/bn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/bn.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/bnerr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/bnerr.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/cast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/cast.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/cmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/cmac.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/cms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/cms.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/comp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/comp.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/conf.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/ct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/ct.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/cterr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/cterr.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/des.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/des.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/dh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/dh.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/dherr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/dherr.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/dsa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/dsa.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/dtls1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/dtls1.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/e_os2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/e_os2.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/ec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/ec.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/ecdh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/ecdh.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/ecdsa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/ecdsa.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/ecerr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/ecerr.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/err.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/err.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/evp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/evp.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/hmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/hmac.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/idea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/idea.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/kdf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/kdf.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/lhash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/lhash.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/md2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/md2.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/md4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/md4.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/md5.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/mdc2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/mdc2.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/modes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/modes.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/ocsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/ocsp.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/pem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/pem.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/pem2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/pem2.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/pkcs7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/pkcs7.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/rand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/rand.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/rc2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/rc2.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/rc4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/rc4.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/rc5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/rc5.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/rsa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/rsa.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/seed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/seed.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/sha.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/sha.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/shim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/shim.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/srp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/srp.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/srtp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/srtp.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/ssl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/ssl.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/ssl2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/ssl2.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/ssl3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/ssl3.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/stack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/stack.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/store.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/store.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/tls1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/tls1.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/ts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/ts.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/tserr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/tserr.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/ui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/ui.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/uierr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/uierr.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/x509.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/include/openssl/x509.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/lib/libcrypto.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/lib/libcrypto.a -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx/lib/libssl.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx/lib/libssl.a -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/macosx_catalyst/lib/libssl.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/macosx_catalyst/lib/libssl.a -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/scripts/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/scripts/build.sh -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/scripts/create-frameworks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/scripts/create-frameworks.sh -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/shim/shim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/shim/shim.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/support/ios/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/support/ios/Info.plist -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/support/ios/OpenSSL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/support/ios/OpenSSL.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/support/macos/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/support/macos/Info.plist -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/OpenSSL/support/macos/OpenSSL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/OpenSSL/support/macos/OpenSSL.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/corecrypto/Sources/ccsrp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/corecrypto/Sources/ccsrp.m -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/cc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/cc.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/ccaes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/ccaes.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/ccasn1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/ccasn1.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/cccast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/cccast.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/cccmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/cccmac.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/ccder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/ccder.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/ccdes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/ccdes.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/ccdh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/ccdh.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/ccdrbg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/ccdrbg.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/ccec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/ccec.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/cchkdf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/cchkdf.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/cchmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/cchmac.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/ccmd2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/ccmd2.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/ccn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/ccn.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/ccz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/corecrypto/include/corecrypto/ccz.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/corecrypto/include/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/corecrypto/include/module.modulemap -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/.gitignore -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/.gitmodules -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/COPYING -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/control -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/control.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/control.sh -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/deb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/deb.sh -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/ios.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ./make.sh true -Lsysroot/usr/lib 3 | -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/ldid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/ldid.cpp -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/ldid.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/ldid.hpp -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/.gitignore -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/AUTHORS -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/COPYING -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/COPYING.LESSER: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/COPYING.LESSER -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/Makefile.am -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/NEWS -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/README.md -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/autogen.sh -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/configure.ac -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/cython/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/cython/Makefile.am -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/cython/plist.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/cython/plist.pxd -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/cython/plist.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/cython/plist.pyx -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/cython/plist_util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/cython/plist_util.c -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/cython/plist_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/cython/plist_util.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/doxygen.cfg.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/doxygen.cfg.in -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/fuzz/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/fuzz/Makefile.am -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/fuzz/bplist.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/fuzz/bplist.dict -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/fuzz/bplist_fuzzer.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/fuzz/bplist_fuzzer.cc -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/fuzz/fuzzers.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/fuzz/fuzzers.test -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/fuzz/init-fuzzers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/fuzz/init-fuzzers.sh -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/fuzz/test-fuzzers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/fuzz/test-fuzzers.sh -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/fuzz/xplist-crashes/crash-da39a3ee5e6b4b0d3255bfef95601890afd80709: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/fuzz/xplist.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/fuzz/xplist.dict -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/fuzz/xplist_fuzzer.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/fuzz/xplist_fuzzer.cc -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/include/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/include/Makefile.am -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/include/plist/Array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/include/plist/Array.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/include/plist/Data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/include/plist/Data.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/include/plist/Date.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/include/plist/Date.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/include/plist/Key.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/include/plist/Key.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/include/plist/Node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/include/plist/Node.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/include/plist/Real.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/include/plist/Real.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/include/plist/Uid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/include/plist/Uid.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/include/plist/plist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/include/plist/plist.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/libcnary/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/libcnary/COPYING -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/libcnary/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/libcnary/Makefile.am -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/libcnary/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/libcnary/README -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/libcnary/cnary.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/libcnary/cnary.c -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/libcnary/node.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/libcnary/node.c -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/libcnary/node_list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/libcnary/node_list.c -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/m4/ac_pkg_cython.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/m4/ac_pkg_cython.m4 -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/m4/ax_pthread.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/m4/ax_pthread.m4 -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/m4/ax_python_devel.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/m4/ax_python_devel.m4 -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/m4/cython_python.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/m4/cython_python.m4 -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/Array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/Array.cpp -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/Boolean.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/Boolean.cpp -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/Data.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/Data.cpp -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/Date.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/Date.cpp -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/Dictionary.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/Dictionary.cpp -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/Integer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/Integer.cpp -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/Key.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/Key.cpp -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/Makefile.am -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/Node.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/Node.cpp -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/Real.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/Real.cpp -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/String.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/String.cpp -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/Structure.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/Structure.cpp -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/Uid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/Uid.cpp -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/base64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/base64.c -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/base64.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/bplist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/bplist.c -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/bytearray.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/bytearray.c -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/bytearray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/bytearray.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/hashtable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/hashtable.c -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/hashtable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/hashtable.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/libplist++.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/libplist++.pc.in -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/libplist.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/libplist.pc.in -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/plist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/plist.c -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/plist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/plist.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/ptrarray.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/ptrarray.c -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/ptrarray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/ptrarray.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/strbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/strbuf.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/time64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/time64.c -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/time64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/time64.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/time64_limits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/time64_limits.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/src/xplist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/src/xplist.c -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/Makefile.am -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/amp.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/amp.test -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/bigarray.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/bigarray.test -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/cdata.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/cdata.test -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/data/1.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/data/1.plist -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/data/2.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/data/2.plist -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/data/3.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/data/3.plist -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/data/4.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/data/4.plist -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/data/5.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/data/5.plist -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/data/6.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/data/6.plist -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/data/7.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/data/7.plist -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/data/amp.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/data/amp.plist -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/data/cdata.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/data/cdata.plist -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/data/hex.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/data/hex.plist -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/data/order.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/data/order.plist -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/dates.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/dates.test -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/empty.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/empty.test -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/empty_keys.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/empty_keys.test -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/entities.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/entities.test -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/hex.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/hex.test -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/huge.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/huge.test -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/invalid_tag.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/invalid_tag.test -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/large.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/large.test -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/medium.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/medium.test -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/offsetsize.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/offsetsize.test -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/order.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/order.test -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/plist_cmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/plist_cmp.c -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/plist_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/plist_test.c -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/recursion.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/recursion.test -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/refsize.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/refsize.test -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/small.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/small.test -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/timezone1.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/timezone1.test -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/test/timezone2.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/test/timezone2.test -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/tools/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/tools/Makefile.am -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/libplist/tools/plistutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/libplist/tools/plistutil.c -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/lookup2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/lookup2.c -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/make.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/make.sh -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/plist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/plist.sh -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/sha1.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/ldid/version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/ldid/version.sh -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/minizip/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/minizip/Makefile -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/minizip/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/minizip/Makefile.am -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/minizip/MiniZip64_Changes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/minizip/MiniZip64_Changes.txt -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/minizip/MiniZip64_info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/minizip/MiniZip64_info.txt -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/minizip/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/minizip/configure.ac -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/minizip/crypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/minizip/crypt.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/minizip/ioapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/minizip/ioapi.c -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/minizip/ioapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/minizip/ioapi.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/minizip/iowin32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/minizip/iowin32.c -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/minizip/iowin32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/minizip/iowin32.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/minizip/make_vms.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/minizip/make_vms.com -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/minizip/miniunz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/minizip/miniunz.c -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/minizip/miniunzip.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/minizip/miniunzip.1 -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/minizip/minizip.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/minizip/minizip.1 -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/minizip/minizip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/minizip/minizip.c -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/minizip/minizip.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/minizip/minizip.pc.in -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/minizip/mztools.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/minizip/mztools.c -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/minizip/mztools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/minizip/mztools.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/minizip/unzip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/minizip/unzip.c -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/minizip/unzip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/minizip/unzip.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/minizip/zip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/minizip/zip.c -------------------------------------------------------------------------------- /Dependencies/AltSign/Dependencies/minizip/zip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Dependencies/minizip/zip.h -------------------------------------------------------------------------------- /Dependencies/AltSign/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/AltSign/Package.swift -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/.gitignore -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/AUTHORS -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/COPYING -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/COPYING.LESSER: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/COPYING.LESSER -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/Makefile.am -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/NEWS -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/README.md -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/autogen.sh -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/common/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/common/Makefile.am -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/common/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/common/debug.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/common/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/common/debug.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/common/socket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/common/socket.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/common/socket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/common/socket.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/common/thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/common/thread.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/common/thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/common/thread.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/common/userpref.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/common/userpref.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/common/userpref.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/common/userpref.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/common/utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/common/utils.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/common/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/common/utils.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/configure.ac -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/cython/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/cython/Makefile.am -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/cython/afc.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/cython/afc.pxi -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/cython/debugserver.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/cython/debugserver.pxi -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/cython/diagnostics_relay.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/cython/diagnostics_relay.pxi -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/cython/file_relay.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/cython/file_relay.pxi -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/cython/heartbeat.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/cython/heartbeat.pxi -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/cython/house_arrest.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/cython/house_arrest.pxi -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/cython/imobiledevice.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/cython/imobiledevice.pxd -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/cython/imobiledevice.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/cython/imobiledevice.pyx -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/cython/installation_proxy.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/cython/installation_proxy.pxi -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/cython/lockdown.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/cython/lockdown.pxi -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/cython/misagent.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/cython/misagent.pxi -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/cython/mobile_image_mounter.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/cython/mobile_image_mounter.pxi -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/cython/mobilebackup.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/cython/mobilebackup.pxi -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/cython/mobilebackup2.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/cython/mobilebackup2.pxi -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/cython/mobilesync.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/cython/mobilesync.pxi -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/cython/notification_proxy.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/cython/notification_proxy.pxi -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/cython/restore.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/cython/restore.pxi -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/cython/sbservices.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/cython/sbservices.pxi -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/cython/screenshotr.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/cython/screenshotr.pxi -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/cython/webinspector.pxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/cython/webinspector.pxi -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/Makefile.am -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/doxygen/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/doxygen/custom.css -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/doxygen/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/doxygen/favicon.ico -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/doxygen/folder-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/doxygen/folder-open.png -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/doxygen/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/doxygen/folder.png -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/doxygen/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/doxygen/footer.html -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/doxygen/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/doxygen/header.html -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/doxygen/layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/doxygen/layout.xml -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/doxygen/logo-vector-clean.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/doxygen/logo-vector-clean.svg -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/doxygen/text-x-generic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/doxygen/text-x-generic.png -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/idevice_id.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/idevice_id.1 -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/idevicebackup.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/idevicebackup.1 -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/idevicebackup2.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/idevicebackup2.1 -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/idevicecrashreport.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/idevicecrashreport.1 -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/idevicedate.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/idevicedate.1 -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/idevicedebug.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/idevicedebug.1 -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/idevicedebugserverproxy.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/idevicedebugserverproxy.1 -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/idevicediagnostics.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/idevicediagnostics.1 -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/ideviceenterrecovery.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/ideviceenterrecovery.1 -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/ideviceimagemounter.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/ideviceimagemounter.1 -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/ideviceinfo.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/ideviceinfo.1 -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/idevicename.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/idevicename.1 -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/idevicenotificationproxy.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/idevicenotificationproxy.1 -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/idevicepair.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/idevicepair.1 -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/ideviceprovision.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/ideviceprovision.1 -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/idevicescreenshot.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/idevicescreenshot.1 -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/idevicesetlocation.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/idevicesetlocation.1 -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/docs/idevicesyslog.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/docs/idevicesyslog.1 -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/include/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/include/Makefile.am -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/include/asprintf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/include/asprintf.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/include/endianness.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/include/endianness.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/include/libimobiledevice/afc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/include/libimobiledevice/afc.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/include/libimobiledevice/debugserver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/include/libimobiledevice/debugserver.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/include/libimobiledevice/file_relay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/include/libimobiledevice/file_relay.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/include/libimobiledevice/heartbeat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/include/libimobiledevice/heartbeat.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/include/libimobiledevice/house_arrest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/include/libimobiledevice/house_arrest.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/include/libimobiledevice/lockdown.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/include/libimobiledevice/lockdown.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/include/libimobiledevice/misagent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/include/libimobiledevice/misagent.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/include/libimobiledevice/mobilebackup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/include/libimobiledevice/mobilebackup.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/include/libimobiledevice/mobilesync.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/include/libimobiledevice/mobilesync.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/include/libimobiledevice/preboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/include/libimobiledevice/preboard.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/include/libimobiledevice/restore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/include/libimobiledevice/restore.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/include/libimobiledevice/sbservices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/include/libimobiledevice/sbservices.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/include/libimobiledevice/screenshotr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/include/libimobiledevice/screenshotr.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/include/libimobiledevice/service.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/include/libimobiledevice/service.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/include/libimobiledevice/syslog_relay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/include/libimobiledevice/syslog_relay.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/include/libimobiledevice/webinspector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/include/libimobiledevice/webinspector.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/Makefile.am -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/afc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/afc.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/afc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/afc.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/companion_proxy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/companion_proxy.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/companion_proxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/companion_proxy.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/debugserver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/debugserver.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/debugserver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/debugserver.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/device_link_service.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/device_link_service.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/device_link_service.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/device_link_service.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/diagnostics_relay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/diagnostics_relay.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/diagnostics_relay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/diagnostics_relay.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/file_relay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/file_relay.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/file_relay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/file_relay.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/heartbeat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/heartbeat.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/heartbeat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/heartbeat.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/house_arrest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/house_arrest.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/house_arrest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/house_arrest.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/idevice.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/idevice.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/idevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/idevice.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/installation_proxy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/installation_proxy.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/installation_proxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/installation_proxy.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/lockdown.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/lockdown.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/lockdown.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/lockdown.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/misagent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/misagent.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/misagent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/misagent.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/mobile_image_mounter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/mobile_image_mounter.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/mobile_image_mounter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/mobile_image_mounter.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/mobileactivation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/mobileactivation.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/mobileactivation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/mobileactivation.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/mobilebackup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/mobilebackup.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/mobilebackup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/mobilebackup.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/mobilebackup2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/mobilebackup2.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/mobilebackup2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/mobilebackup2.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/mobilesync.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/mobilesync.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/mobilesync.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/mobilesync.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/notification_proxy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/notification_proxy.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/notification_proxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/notification_proxy.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/preboard.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/preboard.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/preboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/preboard.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/property_list_service.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/property_list_service.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/property_list_service.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/property_list_service.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/restore.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/restore.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/restore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/restore.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/sbservices.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/sbservices.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/sbservices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/sbservices.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/screenshotr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/screenshotr.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/screenshotr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/screenshotr.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/service.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/service.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/service.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/service.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/syslog_relay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/syslog_relay.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/syslog_relay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/syslog_relay.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/webinspector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/webinspector.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/src/webinspector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/src/webinspector.h -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/tools/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/tools/Makefile.am -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/tools/idevice_id.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/tools/idevice_id.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/tools/idevicebackup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/tools/idevicebackup.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/tools/idevicebackup2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/tools/idevicebackup2.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/tools/idevicecrashreport.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/tools/idevicecrashreport.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/tools/idevicedate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/tools/idevicedate.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/tools/idevicedebug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/tools/idevicedebug.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/tools/idevicedebugserverproxy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/tools/idevicedebugserverproxy.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/tools/idevicediagnostics.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/tools/idevicediagnostics.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/tools/ideviceenterrecovery.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/tools/ideviceenterrecovery.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/tools/ideviceimagemounter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/tools/ideviceimagemounter.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/tools/ideviceinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/tools/ideviceinfo.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/tools/idevicename.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/tools/idevicename.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/tools/idevicenotificationproxy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/tools/idevicenotificationproxy.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/tools/idevicepair.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/tools/idevicepair.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/tools/ideviceprovision.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/tools/ideviceprovision.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/tools/idevicescreenshot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/tools/idevicescreenshot.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/tools/idevicesetlocation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/tools/idevicesetlocation.c -------------------------------------------------------------------------------- /Dependencies/libimobiledevice/tools/idevicesyslog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libimobiledevice/tools/idevicesyslog.c -------------------------------------------------------------------------------- /Dependencies/libplist/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/.gitignore -------------------------------------------------------------------------------- /Dependencies/libplist/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/AUTHORS -------------------------------------------------------------------------------- /Dependencies/libplist/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/COPYING -------------------------------------------------------------------------------- /Dependencies/libplist/COPYING.LESSER: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/COPYING.LESSER -------------------------------------------------------------------------------- /Dependencies/libplist/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/Makefile.am -------------------------------------------------------------------------------- /Dependencies/libplist/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/NEWS -------------------------------------------------------------------------------- /Dependencies/libplist/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/README.md -------------------------------------------------------------------------------- /Dependencies/libplist/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/autogen.sh -------------------------------------------------------------------------------- /Dependencies/libplist/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/configure.ac -------------------------------------------------------------------------------- /Dependencies/libplist/cython/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/cython/Makefile.am -------------------------------------------------------------------------------- /Dependencies/libplist/cython/plist.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/cython/plist.pxd -------------------------------------------------------------------------------- /Dependencies/libplist/cython/plist.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/cython/plist.pyx -------------------------------------------------------------------------------- /Dependencies/libplist/cython/plist_util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/cython/plist_util.c -------------------------------------------------------------------------------- /Dependencies/libplist/cython/plist_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/cython/plist_util.h -------------------------------------------------------------------------------- /Dependencies/libplist/doxygen.cfg.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/doxygen.cfg.in -------------------------------------------------------------------------------- /Dependencies/libplist/fuzz/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/fuzz/Makefile.am -------------------------------------------------------------------------------- /Dependencies/libplist/fuzz/bplist.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/fuzz/bplist.dict -------------------------------------------------------------------------------- /Dependencies/libplist/fuzz/bplist_fuzzer.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/fuzz/bplist_fuzzer.cc -------------------------------------------------------------------------------- /Dependencies/libplist/fuzz/bplist_fuzzer.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/fuzz/bplist_fuzzer.options -------------------------------------------------------------------------------- /Dependencies/libplist/fuzz/fuzzers.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/fuzz/fuzzers.test -------------------------------------------------------------------------------- /Dependencies/libplist/fuzz/init-fuzzers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/fuzz/init-fuzzers.sh -------------------------------------------------------------------------------- /Dependencies/libplist/fuzz/test-fuzzers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/fuzz/test-fuzzers.sh -------------------------------------------------------------------------------- /Dependencies/libplist/fuzz/xplist-crashes/crash-da39a3ee5e6b4b0d3255bfef95601890afd80709: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Dependencies/libplist/fuzz/xplist.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/fuzz/xplist.dict -------------------------------------------------------------------------------- /Dependencies/libplist/fuzz/xplist_fuzzer.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/fuzz/xplist_fuzzer.cc -------------------------------------------------------------------------------- /Dependencies/libplist/fuzz/xplist_fuzzer.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/fuzz/xplist_fuzzer.options -------------------------------------------------------------------------------- /Dependencies/libplist/include/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/include/Makefile.am -------------------------------------------------------------------------------- /Dependencies/libplist/include/plist/Array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/include/plist/Array.h -------------------------------------------------------------------------------- /Dependencies/libplist/include/plist/Boolean.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/include/plist/Boolean.h -------------------------------------------------------------------------------- /Dependencies/libplist/include/plist/Data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/include/plist/Data.h -------------------------------------------------------------------------------- /Dependencies/libplist/include/plist/Date.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/include/plist/Date.h -------------------------------------------------------------------------------- /Dependencies/libplist/include/plist/Dictionary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/include/plist/Dictionary.h -------------------------------------------------------------------------------- /Dependencies/libplist/include/plist/Integer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/include/plist/Integer.h -------------------------------------------------------------------------------- /Dependencies/libplist/include/plist/Key.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/include/plist/Key.h -------------------------------------------------------------------------------- /Dependencies/libplist/include/plist/Node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/include/plist/Node.h -------------------------------------------------------------------------------- /Dependencies/libplist/include/plist/Real.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/include/plist/Real.h -------------------------------------------------------------------------------- /Dependencies/libplist/include/plist/String.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/include/plist/String.h -------------------------------------------------------------------------------- /Dependencies/libplist/include/plist/Structure.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/include/plist/Structure.h -------------------------------------------------------------------------------- /Dependencies/libplist/include/plist/Uid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/include/plist/Uid.h -------------------------------------------------------------------------------- /Dependencies/libplist/include/plist/plist++.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/include/plist/plist++.h -------------------------------------------------------------------------------- /Dependencies/libplist/include/plist/plist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/include/plist/plist.h -------------------------------------------------------------------------------- /Dependencies/libplist/libcnary/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/libcnary/COPYING -------------------------------------------------------------------------------- /Dependencies/libplist/libcnary/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/libcnary/Makefile.am -------------------------------------------------------------------------------- /Dependencies/libplist/libcnary/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/libcnary/README -------------------------------------------------------------------------------- /Dependencies/libplist/libcnary/cnary.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/libcnary/cnary.c -------------------------------------------------------------------------------- /Dependencies/libplist/libcnary/include/node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/libcnary/include/node.h -------------------------------------------------------------------------------- /Dependencies/libplist/libcnary/include/node_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/libcnary/include/node_list.h -------------------------------------------------------------------------------- /Dependencies/libplist/libcnary/include/object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/libcnary/include/object.h -------------------------------------------------------------------------------- /Dependencies/libplist/libcnary/node.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/libcnary/node.c -------------------------------------------------------------------------------- /Dependencies/libplist/libcnary/node_list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/libcnary/node_list.c -------------------------------------------------------------------------------- /Dependencies/libplist/m4/ac_pkg_cython.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/m4/ac_pkg_cython.m4 -------------------------------------------------------------------------------- /Dependencies/libplist/m4/as-compiler-flag.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/m4/as-compiler-flag.m4 -------------------------------------------------------------------------------- /Dependencies/libplist/m4/ax_pthread.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/m4/ax_pthread.m4 -------------------------------------------------------------------------------- /Dependencies/libplist/m4/ax_python_devel.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/m4/ax_python_devel.m4 -------------------------------------------------------------------------------- /Dependencies/libplist/m4/cython_python.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/m4/cython_python.m4 -------------------------------------------------------------------------------- /Dependencies/libplist/src/Array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/Array.cpp -------------------------------------------------------------------------------- /Dependencies/libplist/src/Boolean.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/Boolean.cpp -------------------------------------------------------------------------------- /Dependencies/libplist/src/Data.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/Data.cpp -------------------------------------------------------------------------------- /Dependencies/libplist/src/Date.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/Date.cpp -------------------------------------------------------------------------------- /Dependencies/libplist/src/Dictionary.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/Dictionary.cpp -------------------------------------------------------------------------------- /Dependencies/libplist/src/Integer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/Integer.cpp -------------------------------------------------------------------------------- /Dependencies/libplist/src/Key.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/Key.cpp -------------------------------------------------------------------------------- /Dependencies/libplist/src/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/Makefile.am -------------------------------------------------------------------------------- /Dependencies/libplist/src/Node.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/Node.cpp -------------------------------------------------------------------------------- /Dependencies/libplist/src/Real.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/Real.cpp -------------------------------------------------------------------------------- /Dependencies/libplist/src/String.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/String.cpp -------------------------------------------------------------------------------- /Dependencies/libplist/src/Structure.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/Structure.cpp -------------------------------------------------------------------------------- /Dependencies/libplist/src/Uid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/Uid.cpp -------------------------------------------------------------------------------- /Dependencies/libplist/src/base64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/base64.c -------------------------------------------------------------------------------- /Dependencies/libplist/src/base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/base64.h -------------------------------------------------------------------------------- /Dependencies/libplist/src/bplist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/bplist.c -------------------------------------------------------------------------------- /Dependencies/libplist/src/bytearray.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/bytearray.c -------------------------------------------------------------------------------- /Dependencies/libplist/src/bytearray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/bytearray.h -------------------------------------------------------------------------------- /Dependencies/libplist/src/hashtable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/hashtable.c -------------------------------------------------------------------------------- /Dependencies/libplist/src/hashtable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/hashtable.h -------------------------------------------------------------------------------- /Dependencies/libplist/src/libplist++.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/libplist++.pc.in -------------------------------------------------------------------------------- /Dependencies/libplist/src/libplist.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/libplist.pc.in -------------------------------------------------------------------------------- /Dependencies/libplist/src/plist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/plist.c -------------------------------------------------------------------------------- /Dependencies/libplist/src/plist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/plist.h -------------------------------------------------------------------------------- /Dependencies/libplist/src/ptrarray.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/ptrarray.c -------------------------------------------------------------------------------- /Dependencies/libplist/src/ptrarray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/ptrarray.h -------------------------------------------------------------------------------- /Dependencies/libplist/src/strbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/strbuf.h -------------------------------------------------------------------------------- /Dependencies/libplist/src/time64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/time64.c -------------------------------------------------------------------------------- /Dependencies/libplist/src/time64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/time64.h -------------------------------------------------------------------------------- /Dependencies/libplist/src/time64_limits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/time64_limits.h -------------------------------------------------------------------------------- /Dependencies/libplist/src/xplist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/src/xplist.c -------------------------------------------------------------------------------- /Dependencies/libplist/test/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/Makefile.am -------------------------------------------------------------------------------- /Dependencies/libplist/test/amp.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/amp.test -------------------------------------------------------------------------------- /Dependencies/libplist/test/bigarray.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/bigarray.test -------------------------------------------------------------------------------- /Dependencies/libplist/test/cdata.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/cdata.test -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/1.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/1.plist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/2.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/2.plist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/3.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/3.plist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/4.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/4.plist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/5.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/5.plist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/6.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/6.plist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/7.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/7.plist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/amp.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/amp.plist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/cdata.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/cdata.plist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/dictref1byte.bplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/dictref1byte.bplist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/dictref2bytes.bplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/dictref2bytes.bplist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/dictref3bytes.bplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/dictref3bytes.bplist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/dictref4bytes.bplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/dictref4bytes.bplist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/dictref5bytes.bplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/dictref5bytes.bplist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/dictref6bytes.bplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/dictref6bytes.bplist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/dictref7bytes.bplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/dictref7bytes.bplist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/dictref8bytes.bplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/dictref8bytes.bplist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/empty_keys.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/empty_keys.plist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/entities.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/entities.plist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/hex.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/hex.plist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/invalid_tag.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/invalid_tag.plist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/malformed_dict.bplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/malformed_dict.bplist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/off1byte.bplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/off1byte.bplist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/off2bytes.bplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/off2bytes.bplist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/off3bytes.bplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/off3bytes.bplist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/off4bytes.bplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/off4bytes.bplist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/off5bytes.bplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/off5bytes.bplist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/off6bytes.bplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/off6bytes.bplist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/off7bytes.bplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/off7bytes.bplist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/off8bytes.bplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/off8bytes.bplist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/offxml.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/offxml.plist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/order.bplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/order.bplist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/order.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/order.plist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/recursion.bplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/recursion.bplist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/signed.bplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/signed.bplist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/signed.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/signed.plist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/signedunsigned.bplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/signedunsigned.bplist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/signedunsigned.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/signedunsigned.plist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/unsigned.bplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/unsigned.bplist -------------------------------------------------------------------------------- /Dependencies/libplist/test/data/unsigned.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/data/unsigned.plist -------------------------------------------------------------------------------- /Dependencies/libplist/test/dates.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/dates.test -------------------------------------------------------------------------------- /Dependencies/libplist/test/empty.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/empty.test -------------------------------------------------------------------------------- /Dependencies/libplist/test/empty_keys.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/empty_keys.test -------------------------------------------------------------------------------- /Dependencies/libplist/test/entities.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/entities.test -------------------------------------------------------------------------------- /Dependencies/libplist/test/hex.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/hex.test -------------------------------------------------------------------------------- /Dependencies/libplist/test/huge.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/huge.test -------------------------------------------------------------------------------- /Dependencies/libplist/test/invalid_tag.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/invalid_tag.test -------------------------------------------------------------------------------- /Dependencies/libplist/test/large.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/large.test -------------------------------------------------------------------------------- /Dependencies/libplist/test/malformed_dict.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/malformed_dict.test -------------------------------------------------------------------------------- /Dependencies/libplist/test/medium.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/medium.test -------------------------------------------------------------------------------- /Dependencies/libplist/test/offsetsize.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/offsetsize.test -------------------------------------------------------------------------------- /Dependencies/libplist/test/order.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/order.test -------------------------------------------------------------------------------- /Dependencies/libplist/test/plist_cmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/plist_cmp.c -------------------------------------------------------------------------------- /Dependencies/libplist/test/plist_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/plist_test.c -------------------------------------------------------------------------------- /Dependencies/libplist/test/recursion.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/recursion.test -------------------------------------------------------------------------------- /Dependencies/libplist/test/refsize.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/refsize.test -------------------------------------------------------------------------------- /Dependencies/libplist/test/signedunsigned1.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/signedunsigned1.test -------------------------------------------------------------------------------- /Dependencies/libplist/test/signedunsigned2.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/signedunsigned2.test -------------------------------------------------------------------------------- /Dependencies/libplist/test/signedunsigned3.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/signedunsigned3.test -------------------------------------------------------------------------------- /Dependencies/libplist/test/small.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/small.test -------------------------------------------------------------------------------- /Dependencies/libplist/test/timezone1.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/timezone1.test -------------------------------------------------------------------------------- /Dependencies/libplist/test/timezone2.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/test/timezone2.test -------------------------------------------------------------------------------- /Dependencies/libplist/tools/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/tools/Makefile.am -------------------------------------------------------------------------------- /Dependencies/libplist/tools/plistutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libplist/tools/plistutil.c -------------------------------------------------------------------------------- /Dependencies/libusbmuxd/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libusbmuxd/.gitignore -------------------------------------------------------------------------------- /Dependencies/libusbmuxd/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libusbmuxd/AUTHORS -------------------------------------------------------------------------------- /Dependencies/libusbmuxd/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libusbmuxd/COPYING -------------------------------------------------------------------------------- /Dependencies/libusbmuxd/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libusbmuxd/Makefile.am -------------------------------------------------------------------------------- /Dependencies/libusbmuxd/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libusbmuxd/NEWS -------------------------------------------------------------------------------- /Dependencies/libusbmuxd/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libusbmuxd/README -------------------------------------------------------------------------------- /Dependencies/libusbmuxd/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libusbmuxd/autogen.sh -------------------------------------------------------------------------------- /Dependencies/libusbmuxd/common/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libusbmuxd/common/Makefile.am -------------------------------------------------------------------------------- /Dependencies/libusbmuxd/common/collection.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libusbmuxd/common/collection.c -------------------------------------------------------------------------------- /Dependencies/libusbmuxd/common/collection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libusbmuxd/common/collection.h -------------------------------------------------------------------------------- /Dependencies/libusbmuxd/common/socket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libusbmuxd/common/socket.c -------------------------------------------------------------------------------- /Dependencies/libusbmuxd/common/socket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libusbmuxd/common/socket.h -------------------------------------------------------------------------------- /Dependencies/libusbmuxd/common/thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libusbmuxd/common/thread.c -------------------------------------------------------------------------------- /Dependencies/libusbmuxd/common/thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libusbmuxd/common/thread.h -------------------------------------------------------------------------------- /Dependencies/libusbmuxd/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libusbmuxd/configure.ac -------------------------------------------------------------------------------- /Dependencies/libusbmuxd/include/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libusbmuxd/include/Makefile.am -------------------------------------------------------------------------------- /Dependencies/libusbmuxd/include/usbmuxd-proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libusbmuxd/include/usbmuxd-proto.h -------------------------------------------------------------------------------- /Dependencies/libusbmuxd/include/usbmuxd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libusbmuxd/include/usbmuxd.h -------------------------------------------------------------------------------- /Dependencies/libusbmuxd/src/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libusbmuxd/src/Makefile.am -------------------------------------------------------------------------------- /Dependencies/libusbmuxd/src/libusbmuxd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libusbmuxd/src/libusbmuxd.c -------------------------------------------------------------------------------- /Dependencies/libusbmuxd/tools/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libusbmuxd/tools/Makefile.am -------------------------------------------------------------------------------- /Dependencies/libusbmuxd/tools/iproxy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Dependencies/libusbmuxd/tools/iproxy.c -------------------------------------------------------------------------------- /LINCINSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/LINCINSE -------------------------------------------------------------------------------- /MiniAppBuilder.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /MiniAppBuilder.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /MiniAppBuilder.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /MiniAppBuilder.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /MiniAppBuilder/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/.DS_Store -------------------------------------------------------------------------------- /MiniAppBuilder/AnisetteDataManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/AnisetteDataManager.h -------------------------------------------------------------------------------- /MiniAppBuilder/AnisetteDataManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/AnisetteDataManager.m -------------------------------------------------------------------------------- /MiniAppBuilder/Base/Categories/NSError+ALTServerError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/Base/Categories/NSError+ALTServerError.h -------------------------------------------------------------------------------- /MiniAppBuilder/Base/Categories/NSError+ALTServerError.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/Base/Categories/NSError+ALTServerError.m -------------------------------------------------------------------------------- /MiniAppBuilder/Base/Errors/ALTLocalizedError.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/Base/Errors/ALTLocalizedError.swift -------------------------------------------------------------------------------- /MiniAppBuilder/Base/Errors/ALTWrappedError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/Base/Errors/ALTWrappedError.h -------------------------------------------------------------------------------- /MiniAppBuilder/Base/Errors/ALTWrappedError.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/Base/Errors/ALTWrappedError.m -------------------------------------------------------------------------------- /MiniAppBuilder/Base/Extensions/ALTServerError+Conveniences.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/Base/Extensions/ALTServerError+Conveniences.swift -------------------------------------------------------------------------------- /MiniAppBuilder/Base/Extensions/Bundle+MiniAppBuilder.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/Base/Extensions/Bundle+MiniAppBuilder.swift -------------------------------------------------------------------------------- /MiniAppBuilder/Base/Extensions/NSError+MiniAppBuilder.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/Base/Extensions/NSError+MiniAppBuilder.swift -------------------------------------------------------------------------------- /MiniAppBuilder/Base/Extensions/NSXPCConnection+MachServices.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/Base/Extensions/NSXPCConnection+MachServices.swift -------------------------------------------------------------------------------- /MiniAppBuilder/Base/Extensions/Result+Conveniences.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/Base/Extensions/Result+Conveniences.swift -------------------------------------------------------------------------------- /MiniAppBuilder/Base/Server Protocol/CodableError.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/Base/Server Protocol/CodableError.swift -------------------------------------------------------------------------------- /MiniAppBuilder/Base/Server Protocol/ServerProtocol.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/Base/Server Protocol/ServerProtocol.swift -------------------------------------------------------------------------------- /MiniAppBuilder/Categories/NSError+libimobiledevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/Categories/NSError+libimobiledevice.h -------------------------------------------------------------------------------- /MiniAppBuilder/Categories/NSError+libimobiledevice.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/Categories/NSError+libimobiledevice.mm -------------------------------------------------------------------------------- /MiniAppBuilder/Connections/ALTDebugConnection+Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/Connections/ALTDebugConnection+Private.h -------------------------------------------------------------------------------- /MiniAppBuilder/Connections/ALTDebugConnection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/Connections/ALTDebugConnection.h -------------------------------------------------------------------------------- /MiniAppBuilder/Connections/ALTDebugConnection.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/Connections/ALTDebugConnection.mm -------------------------------------------------------------------------------- /MiniAppBuilder/DeveloperDiskManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/DeveloperDiskManager.swift -------------------------------------------------------------------------------- /MiniAppBuilder/Devices/ALTDeviceManager+Installation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/Devices/ALTDeviceManager+Installation.swift -------------------------------------------------------------------------------- /MiniAppBuilder/Devices/ALTDeviceManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/Devices/ALTDeviceManager.h -------------------------------------------------------------------------------- /MiniAppBuilder/Devices/ALTDeviceManager.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/Devices/ALTDeviceManager.mm -------------------------------------------------------------------------------- /MiniAppBuilder/Dialog.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/Dialog.sh -------------------------------------------------------------------------------- /MiniAppBuilder/Extensions/FileManager+URLs.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/Extensions/FileManager+URLs.swift -------------------------------------------------------------------------------- /MiniAppBuilder/Extensions/UserDefaults+MiniAppBuilder.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/Extensions/UserDefaults+MiniAppBuilder.swift -------------------------------------------------------------------------------- /MiniAppBuilder/MiniAppBuilder-Bridging-Header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/MiniAppBuilder-Bridging-Header.h -------------------------------------------------------------------------------- /MiniAppBuilder/MiniAppBuilder.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/MiniAppBuilder.entitlements -------------------------------------------------------------------------------- /MiniAppBuilder/main.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/MiniAppBuilder/main.swift -------------------------------------------------------------------------------- /Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Podfile -------------------------------------------------------------------------------- /Podfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/Podfile.lock -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/README.md -------------------------------------------------------------------------------- /xattr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TIT-Frontend/ipa-mac-builder/HEAD/xattr.sh --------------------------------------------------------------------------------