-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚧 macOS Installers #229
🚧 macOS Installers #229
Conversation
MasKitTests/Models/MacOSSpec.swift
Outdated
} | ||
} | ||
it("can be found by token") { | ||
let os = MacOS.os(withToken: "mojave") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Identifier Name Violation: Variable name should be between 3 and 40 characters long: 'os' (identifier_name)
Generated by 🚫 Danger |
Is it possible to install the installers that have not been purchased or linked to the Apple ID? |
@Rohan200220 perhaps. This PR is mainly to make the process of finding and installing the macOS installer apps easier. I would love to see if I can get it to work without being logged in but haven't figure out whether that is possible yet. #144 |
ea246f7
to
2958c74
Compare
# Conflicts: # MasKit/SupportingFiles/Info.plist # MasKitTests/SupportingFiles/Info.plist # mas/mas-Info.plist
# Conflicts: # MasKit/AppStore/Downloader.swift # MasKit/AppStore/SSPurchase.swift
# Conflicts: # PrivateFrameworks/StoreFoundation/CKSoftwareProduct.h
# Conflicts: # MasKit/Commands/List.swift # MasKit/Controllers/MasAppLibrary.swift
# Conflicts: # MasKit/Models/SoftwareProduct.swift
Using zero instead of nil to indicate when to use value from enum # Conflicts: # MasKit/Commands/List.swift
Can’t rely on appName. See #226 # Conflicts: # MasKitTests/Commands/ListCommandSpec.swift
# Conflicts: # MasKitTests/Models/SoftwareProductMock.swift
# Conflicts: # CHANGELOG.md
Identifier Name Violation: Variable name should be between 3 and 40 characters long: 'os' (identifier_name)
Closing this as it is quite stale now and interest has waned. |
So is there a way to test it on earlier Mojave or the latest HS version? There is only one macOS which could not be downloaded from Apple servers without previous download newer than Lion, which is Mavericks. Mavericks was the first free macOS installer Mavericks yet it is not available for download.
|
Special handling for macOS installers.
🚧 WIP
install
command supportlist
command support (fixes What's the difference between "id: Install" and "id: 0"? #139)home
command supportopen
command supportvendor
command supportuninstall
command supportsearch
command supportMojave 10.14.4
Something changed in the latest Mojave update and a few of the 6 supported versions of macOS installers stopped working and instead give the following error:
Most notably, this is affecting Mojave 😫
The behavior of downloading these installers also changed. I can still
mas open 1398502828
to open the Mojave page in the Mac App Store. Clicking the "GET" button opens the Software Update pane of System Preferences. So, looks like this functionality is moving out of the app store, just as I'm trying to add it tomas
.