KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
XPCActivityRun
★ 15
Open GitHub ↗
Run XPC Activities On Demand
Download README (.md)
Explore Similar Repositories
shopping-website-javascript
:
Basic shopping website using html, css and javascript
dev.to-posts
:
No description available.
ContinualLearning-SequentialProcessing
:
Continual Learning with Gated Incremental Memories for Sequential Data Processing. IJCNN 2020. Continual Learning with Recurrent Neural Networks (RNNs) inspired by Progressive network architecture.
MiniDumpWriteDump
:
利用windows api dump进程(Csharp)
ros2dashing_moveit_ws
:
This ROS2 dashing workspace is created on Ubuntu 18.04. Here I have worked on some moveit2 related projects.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
XPCActivityRun
?
Download (.md)
# XPCActivityRun A command line tool for jailbroken devices that allows you to manually trigger XPC Activities. Best paired with [this post](https://bryce.co/running-xpc-activities-on-demand/) on [bryce.co](https://bryce.co/) for background context and a walkthrough of the initial implementation. ## Usage ```bash $ xpc-activity-run Usage: xpcactivityrun [activity name 1] [activity name 2] [...] # Example: $ xpc-activity-run com.apple.CacheDelete.daily ``` The above example will cause the XPC Activity named `com.apple.CacheDelete.daily` (implemented by `deleted`) to run immediately, regardless of schedule or activity criteria. ## Building ### Prerequisites Install [Theos](https://github.com/theos/theos/) and [ldid](http://iphonedevwiki.net/index.php/Ldid). As noted above, you will also need a jailbroken device to run the tool. ### Build `make package` ## Installation If you have `THEOS_DEVICE_IP` and `THEOS_DEVICE_PORT` set (see [Theos setup](https://iphonedevwiki.net/index.php/Theos/Setup)) : `make package install` Otherwise, you can copy the `.deb` file created by `make package` onto your device and install manually with `dpkg`.