Searchd: Difference between revisions

From iPhone Development Wiki
Line 8: Line 8:
[[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
[[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 [[TweakBattles]] and is an example of a tweak that adds search results to an already existing section ''while in the SpringBoard process''.
[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''.


== External links ==
== External links ==

Revision as of 19:34, 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.

External links