Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
depricate fix-minimuxer and cli_app + skip setup note
Browse files Browse the repository at this point in the history
  • Loading branch information
leminlimez committed Oct 28, 2024
1 parent 1922fb7 commit 95b388c
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 276 deletions.
233 changes: 0 additions & 233 deletions cli_app.py

This file was deleted.

37 changes: 0 additions & 37 deletions fix-minimuxer.py

This file was deleted.

27 changes: 25 additions & 2 deletions qt/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1566,7 +1566,7 @@ QToolButton:pressed {
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Nugget GUI - Version 4.0 (beta 5)</string>
<string>Nugget GUI - Version 4.0</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
Expand Down Expand Up @@ -3901,7 +3901,7 @@ QComboBox QAbstractItemView::item:hover {
<item>
<widget class="QCheckBox" name="skipSetupChk">
<property name="text">
<string>Skip Setup (non-exploit files only)</string>
<string>Skip Setup * (non-exploit files only)</string>
</property>
<property name="checked">
<bool>true</bool>
Expand All @@ -3918,6 +3918,29 @@ QComboBox QAbstractItemView::item:hover {
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_21">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_15">
<property name="text">
<string>* Note: Skip Setup may cause issues with configuration profiles. Turn it off if you need that.</string>
</property>
</widget>
</item>
<item>
<widget class="Line" name="line_20">
<property name="styleSheet">
Expand Down
14 changes: 12 additions & 2 deletions qt/mainwindow_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -2118,6 +2118,15 @@ def setupUi(self, Nugget):

self._21.addWidget(self.autoRebootChk)

self.verticalSpacer_21 = QSpacerItem(20, 10, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Fixed)

self._21.addItem(self.verticalSpacer_21)

self.label_15 = QLabel(self.settingsPageContent)
self.label_15.setObjectName(u"label_15")

self._21.addWidget(self.label_15)

self.line_20 = QFrame(self.settingsPageContent)
self.line_20.setObjectName(u"line_20")
self.line_20.setStyleSheet(u"QFrame {\n"
Expand Down Expand Up @@ -2709,7 +2718,7 @@ def retranslateUi(self, Nugget):
self.toolButton_15.setText(QCoreApplication.translate("Nugget", u"Additional Thanks", None))
self.libiBtn.setText(QCoreApplication.translate("Nugget", u"pymobiledevice3", None))
self.qtBtn.setText(QCoreApplication.translate("Nugget", u"Qt Creator", None))
self.label.setText(QCoreApplication.translate("Nugget", u"Nugget GUI - Version 4.0 (beta 5)", None))
self.label.setText(QCoreApplication.translate("Nugget", u"Nugget GUI - Version 4.0", None))
self.statusBarLbl.setText(QCoreApplication.translate("Nugget", u"Mobile Gestalt", None))
self.label_9.setText(QCoreApplication.translate("Nugget", u"Device Subtype Preset", None))
self.dynamicIslandDrp.setItemText(0, QCoreApplication.translate("Nugget", u"None", None))
Expand Down Expand Up @@ -2809,8 +2818,9 @@ def retranslateUi(self, Nugget):
self.resetGestaltBtn.setText(QCoreApplication.translate("Nugget", u"Reset Mobile Gestalt", None))
self.springboardOptionsLbl1.setText(QCoreApplication.translate("Nugget", u"Nugget Settings", None))
self.allowWifiApplyingChk.setText(QCoreApplication.translate("Nugget", u"Allow Applying Over WiFi", None))
self.skipSetupChk.setText(QCoreApplication.translate("Nugget", u"Skip Setup (non-exploit files only)", None))
self.skipSetupChk.setText(QCoreApplication.translate("Nugget", u"Skip Setup * (non-exploit files only)", None))
self.autoRebootChk.setText(QCoreApplication.translate("Nugget", u"Auto Reboot After Applying", None))
self.label_15.setText(QCoreApplication.translate("Nugget", u"* Note: Skip Setup may cause issues with configuration profiles. Turn it off if you need that.", None))
self.resetPairBtn.setText(QCoreApplication.translate("Nugget", u"Reset Device Pairing", None))
self.statusBarLbl_2.setText(QCoreApplication.translate("Nugget", u"Location Simulation", None))
self.label_4.setText("")
Expand Down
14 changes: 12 additions & 2 deletions qt/ui_mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -2118,6 +2118,15 @@ def setupUi(self, Nugget):

self._21.addWidget(self.autoRebootChk)

self.verticalSpacer_21 = QSpacerItem(20, 10, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Fixed)

self._21.addItem(self.verticalSpacer_21)

self.label_15 = QLabel(self.settingsPageContent)
self.label_15.setObjectName(u"label_15")

self._21.addWidget(self.label_15)

self.line_20 = QFrame(self.settingsPageContent)
self.line_20.setObjectName(u"line_20")
self.line_20.setStyleSheet(u"QFrame {\n"
Expand Down Expand Up @@ -2709,7 +2718,7 @@ def retranslateUi(self, Nugget):
self.toolButton_15.setText(QCoreApplication.translate("Nugget", u"Additional Thanks", None))
self.libiBtn.setText(QCoreApplication.translate("Nugget", u"pymobiledevice3", None))
self.qtBtn.setText(QCoreApplication.translate("Nugget", u"Qt Creator", None))
self.label.setText(QCoreApplication.translate("Nugget", u"Nugget GUI - Version 4.0 (beta 5)", None))
self.label.setText(QCoreApplication.translate("Nugget", u"Nugget GUI - Version 4.0", None))
self.statusBarLbl.setText(QCoreApplication.translate("Nugget", u"Mobile Gestalt", None))
self.label_9.setText(QCoreApplication.translate("Nugget", u"Device Subtype Preset", None))
self.dynamicIslandDrp.setItemText(0, QCoreApplication.translate("Nugget", u"None", None))
Expand Down Expand Up @@ -2809,8 +2818,9 @@ def retranslateUi(self, Nugget):
self.resetGestaltBtn.setText(QCoreApplication.translate("Nugget", u"Reset Mobile Gestalt", None))
self.springboardOptionsLbl1.setText(QCoreApplication.translate("Nugget", u"Nugget Settings", None))
self.allowWifiApplyingChk.setText(QCoreApplication.translate("Nugget", u"Allow Applying Over WiFi", None))
self.skipSetupChk.setText(QCoreApplication.translate("Nugget", u"Skip Setup (non-exploit files only)", None))
self.skipSetupChk.setText(QCoreApplication.translate("Nugget", u"Skip Setup * (non-exploit files only)", None))
self.autoRebootChk.setText(QCoreApplication.translate("Nugget", u"Auto Reboot After Applying", None))
self.label_15.setText(QCoreApplication.translate("Nugget", u"* Note: Skip Setup may cause issues with configuration profiles. Turn it off if you need that.", None))
self.resetPairBtn.setText(QCoreApplication.translate("Nugget", u"Reset Device Pairing", None))
self.statusBarLbl_2.setText(QCoreApplication.translate("Nugget", u"Location Simulation", None))
self.label_4.setText("")
Expand Down

0 comments on commit 95b388c

Please sign in to comment.