Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #337 from straight-tamago/main
Browse files Browse the repository at this point in the history
Fixed possible bootloop issues
  • Loading branch information
leminlimez authored Dec 19, 2023
2 parents 3622684 + 7d16848 commit 3fe06d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cowabunga/Views/NavigatorViews/OtherModsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ struct OtherModsView: View {
UserDefaults.standard.set(new, forKey: "IsSupervised")
// set the value
do {
try togglePlistOption(plistPath: "/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/CloudConfigurationDetails.plist", key: "CloudConfigurationUIComplete", value: true)
try togglePlistOption(plistPath: "/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/CloudConfigurationDetails.plist", key: "IsSupervised", value: new)
} catch {
print("Failed")
Expand Down

0 comments on commit 3fe06d8

Please sign in to comment.