Searchd: Difference between revisions

From iPhone Development Wiki
No edit summary
m (Formatting.)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Located in <code>/System/Library/PrivateFrameworks/Search.framework/searchd</code>
Runs as mobile user and is located in <code>/System/Library/PrivateFrameworks/Search.framework/searchd</code>


=== Bundle Identifier ===
= Bundle Identifier =
com.apple.Search.framework
 
<pre>
<tt>com.apple.Search.framework</tt>
iPhone:~ root# cycript -p searchd
 
cy# NSBundle.mainBundle.bundleIdentifier
= Research and Tweaks =
@"com.apple.Search.framework"
 
</pre>
[[SearchLoader]]<ref>[http://theiostream.tumblr.com/post/54299348185/searchloader SearchLoader History]</ref> was created by [[User:theiostream|theiostream]] from his research<ref>[http://theiostream.tumblr.com/post/36905860826/hacking-the-ios-spotlight Hacking the iOS Spotlight]</ref><ref>[http://theiostream.tumblr.com/post/54339870761/hacking-the-ios-spotlight-v2 Hacking the iOS Spotlight v2]</ref> in order to create additional SearchBundles
 
[https://github.com/twodayslate/twerkdefined twerkdefined] was created for [[Tweak Battles]] and is an example of a tweak that adds search results to an already existing section ''while in the SpringBoard process''.
 
= References =
<references/>
 
= External links =
 
* [https://github.com/twodayslate/searchd-headers Class dumped headers]
 
[[Category:Daemons]]

Latest revision as of 23:05, 8 December 2015

Runs as mobile user and is located in /System/Library/PrivateFrameworks/Search.framework/searchd

Bundle Identifier

com.apple.Search.framework

Research and Tweaks

SearchLoader[1] was created by theiostream from his research[2][3] in order to create additional SearchBundles

twerkdefined was created for Tweak Battles and is an example of a tweak that adds search results to an already existing section while in the SpringBoard process.

References

External links