Searchd: Difference between revisions

From iPhone Development Wiki
No edit summary
m (Added to daemons category and added headers link.)
Line 1: Line 1:
Located in <code>/System/Library/PrivateFrameworks/Search.framework/searchd</code>
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
== External links ==
@"com.apple.Search.framework"
 
</pre>
* [https://github.com/twodayslate/searchd-headers Class dumped headers]
 
[[Category:Daemons]]

Revision as of 04:47, 8 December 2015

Located in /System/Library/PrivateFrameworks/Search.framework/searchd

Bundle Identifier

com.apple.Search.framework

External links