{ "minVersion": "0.1", "headerImage": "https://creaturecoding.com/content/projects/tweaksettings/tweaksettings_banner.png", "tintColor": "#ff6348", "tabs": [ { "class": "DepictionStackView", "tabname": "Details", "views": [ { "markdown": "## Tweak Settings\nDedicated settings app for tweaks", "useSpacing": true, "class": "DepictionMarkdownView" }, { "class": "DepictionScreenshotsView", "itemCornerRadius": 8, "itemSize": "{160, 346}", "screenshots": [ { "url": "https://creaturecoding.com/content/projects/tweaksettings/screenshots/screen_1.png", "accessibilityText": "Screenshot" },{ "url": "https://creaturecoding.com/content/projects/tweaksettings/screenshots/screen_2.png", "accessibilityText": "Screenshot" },{ "url": "https://creaturecoding.com/content/projects/tweaksettings/screenshots/screen_3.png", "accessibilityText": "Screenshot" },{ "url": "https://creaturecoding.com/content/projects/tweaksettings/screenshots/screen_4.png", "accessibilityText": "Screenshot" },{ "url": "https://creaturecoding.com/content/projects/tweaksettings/screenshots/screen_5.png", "accessibilityText": "Screenshot" } ] }, { "spacing": 8, "class": "DepictionSpacerView" }, { "markdown": "___\n## Tweak Settings \n\nA dedicated app for loading tweak preferences. \n\n___\n### Current Features\n\n- Load and edit tweak preferences\n- Search installed tweak preferences\n- Long press any tweak settings cell to open that settings page in the Settings app\n- Search tweaks from Spotlight and launch straight to the settings page\n- Universal URL's `tweaks:root=/`\n- (respring, safemode, uicache, ldrestart, reboot, userspace reboot, disable tweak injection) shortcut actions\n\n___\n\nTweak Settings is [open source](https://github.com/CreatureSurvive/TweakSettings) on Github", "useSpacing": true, "class": "DepictionMarkdownView" }, { "class": "DepictionSeparatorView" }, { "class": "DepictionSubheaderView", "title": "Package Downloads", "useMargins": true, "useBottomMargin": true, "useBoldText": true }, { "class": "DepictionLabelView", "useMargins": true, "usePadding": false, "textColor": "#adadad", "alignment": 0, "text": "Total downloads: (87,753)" }, { "class": "DepictionLabelView", "useMargins": true, "usePadding": false, "textColor": "#adadad", "alignment": 0, "text": "Total downloads this version: (47,437)" }, { "spacing": 16, "class": "DepictionSpacerView" }, { "class": "DepictionSeparatorView" }, { "title": "Version", "text": "1.0.8", "class": "DepictionTableTextView" }, { "title": "Last Update", "text": "05/07/23", "class": "DepictionTableTextView" }, { "title": "License", "text": "Free", "class": "DepictionTableTextView" }, { "title": "Developer", "text": "Creature Survive", "class": "DepictionTableTextView" }, { "title": "Compatibility", "text": "iOS 10.0 to 15.5", "class": "DepictionTableTextView" }, { "class": "DepictionTableButtonView", "title": "Support", "action": "mailto:support@creaturecoding.com?subject=Tweak+Settings+%281.0.8%29", "openExternal": true }, { "spacing": 16, "class": "DepictionSpacerView" }, { "class": "DepictionImageView", "alignment": 1, "cornerRadius": 0, "height": 32, "width": 32, "URL": "https://creaturecoding.com/repo/CydiaIcon@2x.png" }, { "class": "DepictionLabelView", "useMargins": false, "usePadding": false, "textColor": "aaa", "fontSize": 8, "alignment": 1, "text": "CreatureCoding" }, { "spacing": 16, "class": "DepictionSpacerView" } ] }, { "tabname": "Changelog", "views": [ { "title": "1.0.8", "text": "05/07/23", "class": "DepictionTableTextView" }, { "markdown": "- Fixed issue preventing actions from running on rootless jailbreaks\n", "useSpacing": false, "class": "DepictionMarkdownView" }, { "spacing": 8, "class": "DepictionSpacerView" }, { "class": "DepictionSeparatorView" }, { "title": "1.0.7", "text": "05/06/23", "class": "DepictionTableTextView" }, { "markdown": "- Added support for iOS 15 and Rootless\n- Refactored tweaksettings-utility with support for forking child processes\n", "useSpacing": false, "class": "DepictionMarkdownView" }, { "spacing": 8, "class": "DepictionSpacerView" }, { "class": "DepictionSeparatorView" }, { "title": "1.0.6", "text": "11/25/21", "class": "DepictionTableTextView" }, { "markdown": "- Added iPad layout support\n- Added Slide Over support\n- Added proper support for nested URLs eg: `tweaks:root=/`\n- Added options menu for a few basic settings\n- Added Changelog and Version check\n", "useSpacing": false, "class": "DepictionMarkdownView" }, { "spacing": 8, "class": "DepictionSpacerView" }, { "class": "DepictionSeparatorView" }, { "title": "1.0.5", "text": "06/13/21", "class": "DepictionTableTextView" }, { "markdown": "- Added long press gesture for opening settings in the Settings.app\n- Added Spotlight indexing for searching and launching preference panes via Spotlight search\n- Fixed issue preventing Userspace Reboot and Reboot actions from working for some users\n- Fixed issue causing Userspace Reboot action to show on unsupported devices\n- Fixed issue preventing universal URL's from working `tweaks:root=`\n", "useSpacing": false, "class": "DepictionMarkdownView" }, { "spacing": 8, "class": "DepictionSpacerView" }, { "class": "DepictionSeparatorView" }, { "title": "1.0.4", "text": "06/06/21", "class": "DepictionTableTextView" }, { "markdown": "- Fixed crash when swiping down to refresh if the official PreferenceLoader is being used\n", "useSpacing": false, "class": "DepictionMarkdownView" }, { "spacing": 8, "class": "DepictionSpacerView" }, { "class": "DepictionSeparatorView" }, { "title": "1.0.3", "text": "06/05/21", "class": "DepictionTableTextView" }, { "markdown": "- Added support for publicly released `preferred` (PreferenceLoader alternative)\n", "useSpacing": false, "class": "DepictionMarkdownView" }, { "spacing": 8, "class": "DepictionSpacerView" }, { "class": "DepictionSeparatorView" }, { "title": "1.0.2", "text": "05/29/21", "class": "DepictionTableTextView" }, { "markdown": "- Fixed a permissions issue preventing settings from loading/saving correctly on Taurine\n- Mimic Preferences app delegate/application to prevent crashing in some tweaks\n- Added library validation and media library entitlements\n", "useSpacing": false, "class": "DepictionMarkdownView" }, { "spacing": 8, "class": "DepictionSpacerView" }, { "class": "DepictionSeparatorView" }, { "title": "1.0.1", "text": "05/23/21", "class": "DepictionTableTextView" }, { "markdown": "- Added improved sandbox escape and private directory access entitlements\n- Added fallback icon for bundles with no icon\n- Added localization support to the project\n- Minor improvements and optimizations\n", "useSpacing": false, "class": "DepictionMarkdownView" }, { "spacing": 8, "class": "DepictionSpacerView" }, { "class": "DepictionSeparatorView" }, { "title": "1.0.0", "text": "05/22/21", "class": "DepictionTableTextView" }, { "markdown": "- initial release\n", "useSpacing": false, "class": "DepictionMarkdownView" }, { "spacing": 8, "class": "DepictionSpacerView" }, { "class": "DepictionSeparatorView" } ], "class": "DepictionStackView" } ], "class": "DepictionTabView" }