├── .github └── workflows │ └── main.yml ├── .gitignore ├── ACPI.icns ├── ACPIImporter ├── ACPIImporter-Info.plist ├── ACPIImporter-Prefix.pch ├── GetMetadataForFile.m └── main.c ├── AML.icns ├── Changelog.md ├── DSL.icns ├── Dist ├── acpica-legacy.diff ├── build_iasl.sh ├── iasl-dev ├── iasl-legacy └── iasl-stable ├── LICENSE.txt ├── MaciASL Tests ├── MaciASL Tests-Info.plist ├── MaciASL Tests-Prefix.pch └── MaciASL_Tests.m ├── MaciASL.icns ├── MaciASL.xcodeproj ├── project.pbxproj └── project.xcworkspace │ └── contents.xcworkspacedata ├── MaciASL ├── AppDelegate.h ├── AppDelegate.m ├── Base.lproj │ ├── Document.xib │ ├── MainMenu.xib │ ├── Patch.xib │ └── SSDT.xib ├── Colorize.h ├── Colorize.m ├── Document.h ├── Document.m ├── DocumentController.h ├── DocumentController.m ├── MaciASL-Info.plist ├── MaciASL-Prefix.pch ├── MaciASL.sdef ├── Navigator.h ├── Navigator.m ├── Navigator_Scopes.h ├── Patch.h ├── Patch.m ├── SSDT.h ├── SSDT.m ├── Source.h ├── Source.m ├── en.lproj │ └── Localizable.strings ├── iASL.h ├── iASL.m ├── main.m ├── ru.lproj │ ├── Document.xib │ ├── Localizable.strings │ ├── MainMenu.xib │ ├── Patch.xib │ └── SSDT.xib └── zh-Hans.lproj │ ├── Document.xib │ ├── Localizable.strings │ ├── MainMenu.xib │ ├── Patch.xib │ └── SSDT.xib ├── PATCH.md ├── README.md └── Sparkle.framework ├── Headers ├── Modules ├── PrivateHeaders ├── Resources ├── Sparkle └── Versions ├── A ├── Headers │ ├── SPUDownloadData.h │ ├── SPUDownloader.h │ ├── SPUDownloaderDelegate.h │ ├── SPUDownloaderProtocol.h │ ├── SPUDownloaderSession.h │ ├── SPUURLRequest.h │ ├── SUAppcast.h │ ├── SUAppcastItem.h │ ├── SUCodeSigningVerifier.h │ ├── SUErrors.h │ ├── SUExport.h │ ├── SUStandardVersionComparator.h │ ├── SUUpdater.h │ ├── SUUpdaterDelegate.h │ ├── SUVersionComparisonProtocol.h │ ├── SUVersionDisplayProtocol.h │ └── Sparkle.h ├── Modules │ └── module.modulemap ├── PrivateHeaders │ └── SUUnarchiver.h ├── Resources │ ├── Autoupdate.app │ │ └── Contents │ │ │ ├── Info.plist │ │ │ ├── MacOS │ │ │ ├── Autoupdate │ │ │ └── fileop │ │ │ ├── PkgInfo │ │ │ ├── Resources │ │ │ ├── AppIcon.icns │ │ │ ├── Base.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── SUStatus.nib │ │ │ ├── ar.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── ca.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── cs.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── da.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── de.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── el.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── es.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── fi.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── fr.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── he.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── hr.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── hu.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── is.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── it.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── ja.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── ko.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── nb.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── nl.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── pl.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── pt_BR.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── pt_PT.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── ro.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── ru.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── sk.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── sl.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── sv.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── th.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── tr.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── uk.lproj │ │ │ │ └── Sparkle.strings │ │ │ ├── zh_CN.lproj │ │ │ │ └── Sparkle.strings │ │ │ └── zh_TW.lproj │ │ │ │ └── Sparkle.strings │ │ │ └── _CodeSignature │ │ │ └── CodeResources │ ├── Base.lproj │ │ ├── SUAutomaticUpdateAlert.nib │ │ ├── SUUpdateAlert.nib │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ ├── keyedobjects-110000.nib │ │ │ └── keyedobjects.nib │ │ └── Sparkle.strings │ ├── Info.plist │ ├── ReleaseNotesColorStyle.css │ ├── SUModelTranslation.plist │ ├── SUStatus.nib │ ├── ar.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── ca.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ └── Sparkle.strings │ ├── cs.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── da.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── de.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── el.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── en.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ └── SUUpdatePermissionPrompt.strings │ ├── es.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── fi.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── fr.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── he.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ └── Sparkle.strings │ ├── hr.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── hu.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── is.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── it.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── ja.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── ko.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── nb.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── nl.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── pl.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── pt_BR.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── pt_PT.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── ro.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── ru.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── sk.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── sl.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── sv.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── th.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── tr.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── uk.lproj │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ ├── zh_CN.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings │ └── zh_TW.lproj │ │ ├── SUAutomaticUpdateAlert.strings │ │ ├── SUUpdateAlert.strings │ │ ├── SUUpdatePermissionPrompt.strings │ │ └── Sparkle.strings ├── Sparkle └── _CodeSignature │ └── CodeResources └── Current /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/.gitignore -------------------------------------------------------------------------------- /ACPI.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/ACPI.icns -------------------------------------------------------------------------------- /ACPIImporter/ACPIImporter-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/ACPIImporter/ACPIImporter-Info.plist -------------------------------------------------------------------------------- /ACPIImporter/ACPIImporter-Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/ACPIImporter/ACPIImporter-Prefix.pch -------------------------------------------------------------------------------- /ACPIImporter/GetMetadataForFile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/ACPIImporter/GetMetadataForFile.m -------------------------------------------------------------------------------- /ACPIImporter/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/ACPIImporter/main.c -------------------------------------------------------------------------------- /AML.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/AML.icns -------------------------------------------------------------------------------- /Changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Changelog.md -------------------------------------------------------------------------------- /DSL.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/DSL.icns -------------------------------------------------------------------------------- /Dist/acpica-legacy.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Dist/acpica-legacy.diff -------------------------------------------------------------------------------- /Dist/build_iasl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Dist/build_iasl.sh -------------------------------------------------------------------------------- /Dist/iasl-dev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Dist/iasl-dev -------------------------------------------------------------------------------- /Dist/iasl-legacy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Dist/iasl-legacy -------------------------------------------------------------------------------- /Dist/iasl-stable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Dist/iasl-stable -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /MaciASL Tests/MaciASL Tests-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL Tests/MaciASL Tests-Info.plist -------------------------------------------------------------------------------- /MaciASL Tests/MaciASL Tests-Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL Tests/MaciASL Tests-Prefix.pch -------------------------------------------------------------------------------- /MaciASL Tests/MaciASL_Tests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL Tests/MaciASL_Tests.m -------------------------------------------------------------------------------- /MaciASL.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL.icns -------------------------------------------------------------------------------- /MaciASL.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /MaciASL.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /MaciASL/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/AppDelegate.h -------------------------------------------------------------------------------- /MaciASL/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/AppDelegate.m -------------------------------------------------------------------------------- /MaciASL/Base.lproj/Document.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/Base.lproj/Document.xib -------------------------------------------------------------------------------- /MaciASL/Base.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/Base.lproj/MainMenu.xib -------------------------------------------------------------------------------- /MaciASL/Base.lproj/Patch.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/Base.lproj/Patch.xib -------------------------------------------------------------------------------- /MaciASL/Base.lproj/SSDT.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/Base.lproj/SSDT.xib -------------------------------------------------------------------------------- /MaciASL/Colorize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/Colorize.h -------------------------------------------------------------------------------- /MaciASL/Colorize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/Colorize.m -------------------------------------------------------------------------------- /MaciASL/Document.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/Document.h -------------------------------------------------------------------------------- /MaciASL/Document.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/Document.m -------------------------------------------------------------------------------- /MaciASL/DocumentController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/DocumentController.h -------------------------------------------------------------------------------- /MaciASL/DocumentController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/DocumentController.m -------------------------------------------------------------------------------- /MaciASL/MaciASL-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/MaciASL-Info.plist -------------------------------------------------------------------------------- /MaciASL/MaciASL-Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/MaciASL-Prefix.pch -------------------------------------------------------------------------------- /MaciASL/MaciASL.sdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/MaciASL.sdef -------------------------------------------------------------------------------- /MaciASL/Navigator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/Navigator.h -------------------------------------------------------------------------------- /MaciASL/Navigator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/Navigator.m -------------------------------------------------------------------------------- /MaciASL/Navigator_Scopes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/Navigator_Scopes.h -------------------------------------------------------------------------------- /MaciASL/Patch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/Patch.h -------------------------------------------------------------------------------- /MaciASL/Patch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/Patch.m -------------------------------------------------------------------------------- /MaciASL/SSDT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/SSDT.h -------------------------------------------------------------------------------- /MaciASL/SSDT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/SSDT.m -------------------------------------------------------------------------------- /MaciASL/Source.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/Source.h -------------------------------------------------------------------------------- /MaciASL/Source.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/Source.m -------------------------------------------------------------------------------- /MaciASL/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /MaciASL/iASL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/iASL.h -------------------------------------------------------------------------------- /MaciASL/iASL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/iASL.m -------------------------------------------------------------------------------- /MaciASL/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/main.m -------------------------------------------------------------------------------- /MaciASL/ru.lproj/Document.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/ru.lproj/Document.xib -------------------------------------------------------------------------------- /MaciASL/ru.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/ru.lproj/Localizable.strings -------------------------------------------------------------------------------- /MaciASL/ru.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/ru.lproj/MainMenu.xib -------------------------------------------------------------------------------- /MaciASL/ru.lproj/Patch.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/ru.lproj/Patch.xib -------------------------------------------------------------------------------- /MaciASL/ru.lproj/SSDT.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/ru.lproj/SSDT.xib -------------------------------------------------------------------------------- /MaciASL/zh-Hans.lproj/Document.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/zh-Hans.lproj/Document.xib -------------------------------------------------------------------------------- /MaciASL/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /MaciASL/zh-Hans.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/zh-Hans.lproj/MainMenu.xib -------------------------------------------------------------------------------- /MaciASL/zh-Hans.lproj/Patch.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/zh-Hans.lproj/Patch.xib -------------------------------------------------------------------------------- /MaciASL/zh-Hans.lproj/SSDT.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/MaciASL/zh-Hans.lproj/SSDT.xib -------------------------------------------------------------------------------- /PATCH.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/PATCH.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/README.md -------------------------------------------------------------------------------- /Sparkle.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /Sparkle.framework/Modules: -------------------------------------------------------------------------------- 1 | Versions/Current/Modules -------------------------------------------------------------------------------- /Sparkle.framework/PrivateHeaders: -------------------------------------------------------------------------------- 1 | Versions/Current/PrivateHeaders -------------------------------------------------------------------------------- /Sparkle.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Sparkle.framework/Sparkle: -------------------------------------------------------------------------------- 1 | Versions/Current/Sparkle -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Headers/SPUDownloadData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Headers/SPUDownloadData.h -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Headers/SPUDownloader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Headers/SPUDownloader.h -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Headers/SPUDownloaderDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Headers/SPUDownloaderDelegate.h -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Headers/SPUDownloaderProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Headers/SPUDownloaderProtocol.h -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Headers/SPUDownloaderSession.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Headers/SPUDownloaderSession.h -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Headers/SPUURLRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Headers/SPUURLRequest.h -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Headers/SUAppcast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Headers/SUAppcast.h -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Headers/SUAppcastItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Headers/SUCodeSigningVerifier.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Headers/SUCodeSigningVerifier.h -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Headers/SUErrors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Headers/SUErrors.h -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Headers/SUExport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Headers/SUExport.h -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Headers/SUStandardVersionComparator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Headers/SUStandardVersionComparator.h -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Headers/SUUpdater.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Headers/SUUpdater.h -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Headers/SUUpdaterDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Headers/SUUpdaterDelegate.h -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Headers/SUVersionDisplayProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Headers/SUVersionDisplayProtocol.h -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Headers/Sparkle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Headers/Sparkle.h -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Modules/module.modulemap -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/PrivateHeaders/SUUnarchiver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/PrivateHeaders/SUUnarchiver.h -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Info.plist -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/Autoupdate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/Autoupdate -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/fileop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/fileop -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPL???? -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/AppIcon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/AppIcon.icns -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/Base.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/Base.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/SUStatus.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/SUStatus.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ar.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ar.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ca.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ca.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/cs.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/cs.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/da.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/da.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/de.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/de.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/el.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/el.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/es.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/es.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/fi.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/fi.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/fr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/fr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/he.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/he.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/hr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/hr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/hu.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/hu.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/is.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/is.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/it.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/it.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ja.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ja.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ko.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ko.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/nb.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/nb.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/nl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/nl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_BR.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_BR.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_PT.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/pt_PT.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ro.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ro.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ru.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/ru.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sk.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sk.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sv.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/sv.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/th.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/th.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/tr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/tr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/uk.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/uk.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_CN.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_CN.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_TW.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/zh_TW.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Base.lproj/SUAutomaticUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Base.lproj/SUAutomaticUpdateAlert.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Base.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Base.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-110000.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-110000.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Base.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Base.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/Info.plist -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ReleaseNotesColorStyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ReleaseNotesColorStyle.css -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/SUModelTranslation.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/SUModelTranslation.plist -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/SUStatus.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/SUStatus.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ar.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ar.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ar.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ar.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ca.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ca.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ca.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ca.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ca.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ca.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/cs.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/cs.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/cs.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/cs.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/da.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/da.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/da.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/da.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/el.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/el.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/el.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/el.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/fi.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/fi.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/fi.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/fi.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/fi.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/fi.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/fi.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/fi.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/he.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/he.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/he.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/he.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/he.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/he.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/hr.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/hr.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/hr.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/hr.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/hr.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/hr.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/hr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/hr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/hu.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/hu.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/hu.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/hu.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/hu.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/hu.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/hu.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/hu.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/is.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/is.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/is.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/is.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ja.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ja.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ja.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ja.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ko.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ko.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ko.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ko.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/nb.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/nb.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/nb.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/nb.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/pl.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/pl.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/pl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/pl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/pt_BR.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/pt_PT.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ro.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ro.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ro.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ro.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/sk.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/sk.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/sk.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/sk.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/sl.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/sl.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/sl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/sl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/th.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/th.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/th.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/th.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/tr.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/tr.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/tr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/tr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/uk.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/uk.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/zh_CN.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdatePermissionPrompt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdatePermissionPrompt.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/zh_TW.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Sparkle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/Sparkle -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acidanthera/MaciASL/HEAD/Sparkle.framework/Versions/A/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /Sparkle.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A --------------------------------------------------------------------------------