SBShortcutMenuSimulator alternatives and similar libraries
Based on the "Other Xcode" category.
Alternatively, view SBShortcutMenuSimulator alternatives based on common mentions on social networks and blogs.
-
Swift-VIPER-Module
Xcode template for create modules with VIPER Architecture written in Swift 3 -
Xcode Developer Disk Images
Xcode Developer Disk Images is needed when you want to put your build to the device, however sometimes your Xcode is not updated with the latest Disk Images, you could find them here for convenience. -
ViperC
Xcode template for VIPER Architecture written in Objective-C -
awesome-xcode-scripts
A curated list of useful xcode scripts ๐. -
swift-project-template
Template for iOS Swift project generation. -
Sample Project
A starter project for Sample Project in Objective C. Objective C version of https://github.com/xeieshan/SwiftySampleProject -
XcodeCodeSnippets
A set of code snippets for iOS development, includes code and comments snippets. -
VIPER Module Template
Xcode Template of VIPER Module which generates all layers of VIPER. -
awesome-gitignore-templates
A collection of swift, objective-c, android and many more langugages .gitignore templates ๐. -
dsnip
Tool to generate (native) Xcode code snippets from all protocols/delegate methods of UIKit (UITableView, ...) -
Xcode Template Manager
Xcode Template Manager is a Swift command line tool that helps you manage your Xcode project templates. -
Xcode Keymap for Visual Studio Code
This extension ports popular Xcode keyboard shortcuts to Visual Studio Code. -
Microfeatures
Architectural approach to structure your Xcode projects.
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of SBShortcutMenuSimulator or a related project?
README
SBShortcutMenuSimulator
SBShortcutMenuSimulator
is a tweak for the iPhone Simulator that allows you to simulate the new UIApplicationShortcutItem
API for iPhone with 3D Touch enabled.
Requirements
- Xcode 7 GM or later, set as your default version of Xcode
Build
git clone https://github.com/DeskConnect/SBShortcutMenuSimulator.git
cd SBShortcutMenuSimulator
make
Note: If you installed SBShortcutMenuSimulator using the old method, go here and follow the uninstallation directions.
Usage
First, start SpringBoard with SBShortcutMenuSimulator enabled (run this from the cloned directory):
xcrun simctl spawn booted launchctl debug system/com.apple.SpringBoard --environment DYLD_INSERT_LIBRARIES=$PWD/SBShortcutMenuSimulator.dylib
xcrun simctl spawn booted launchctl stop com.apple.SpringBoard
Now, to show an app's quick action menu, send the app's bundle identifier over TCP to port 8000. For example, running this command will show the shortcut menu for Calendar:
echo 'com.apple.mobilecal' | nc 127.0.0.1 8000
License
SBShortcutMenuSimulator is available under the MIT license. See the LICENSE file for more info.
*Note that all licence references and agreements mentioned in the SBShortcutMenuSimulator README section above
are relevant to that project's source code only.