architecture: iphoneos-arm
version: 1.0.0
description: Quickly launch apps from the lockscreen
-author: Cameron Katri <me@cameronkatri.com>
+author: Cameron Katri <me+support@cameronkatri.com>
section: Tweaks
depends: mobilesubstrate, preferenceloader
icmd: sbreload
- LSApplicationProxy+AltList.m
frameworks:
- MobileCoreServices
- targetvers: 13.0
\ No newline at end of file
+ targetvers: 13.0
# QuickActions
Start using your phone quicker by launching your favorite apps directly from the lockscreen.
-## Settings
-QuickActions depends on [AltList](https://moreinfo.thebigboss.org/moreinfo/depiction.php?file=altlistDp) to provide an easy way to select the apps you need at your fingertips. Whether you want to replace one or both buttons, QuickActions allows it, and it all applies without a respring.
+## Features
+* Select one or more apps
+* Toggle Do Not Disturb
+* Set X and Y offsets for each button
+* Hide buttons you don't want
+
+## What devices does it support?
+QuickActions has support for all iPhones running iOS 13 or higher.
## Free Software
-QuickActions is open source available under the FreeBSD license (BSD-2-Clause) [located at this repo](https://git.cameronkatri.com/tweaks/tree/QuickActions).
+QuickActions is open source available under the AGPLv3 license [located at this repo](https://git.cameronkatri.com/tweaks/tree/QuickActions).
%property (nonatomic) BOOL rightOpen;
%property (nonatomic) BOOL collapseLeft;
%property (nonatomic) BOOL collapseRight;
-%property (nonatomic,retain) DNDStateService *stateService;
+%property (nonatomic, retain) DNDStateService *stateService;
-(id)initWithFrame:(CGRect)arg1 delegate:(id)arg2
{