iOS resources have been reused in theos layout
Before Width: | Height: | Size: 936 B |
Before Width: | Height: | Size: 937 B |
Before Width: | Height: | Size: 588 B |
Before Width: | Height: | Size: 607 B |
Before Width: | Height: | Size: 552 B |
Before Width: | Height: | Size: 529 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
@ -1,34 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
<string>ch.ringwald.BTstack</string>
|
||||
<key>OnDemand</key>
|
||||
<true/>
|
||||
<key>ServiceIPC</key>
|
||||
<true/>
|
||||
<key>Debug</key>
|
||||
<false/>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/usr/local/bin/BTdaemon</string>
|
||||
</array>
|
||||
<key>StandardOutPath</key>
|
||||
<string>/var/log/BTstack.log</string>
|
||||
<key>Sockets</key>
|
||||
<dict>
|
||||
<key>Listeners</key>
|
||||
<dict>
|
||||
<key>SockFamiliy</key>
|
||||
<string>Unix</string>
|
||||
<key>SockType</key>
|
||||
<string>Stream</string>
|
||||
<key>SockPathName</key>
|
||||
<string>/tmp/BTstack</string>
|
||||
<key>SockPathMode</key>
|
||||
<integer>438</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
@ -1,47 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
<string>ch.ringwald.BTstack</string>
|
||||
<key>OnDemand</key>
|
||||
<true/>
|
||||
<key>Program</key>
|
||||
<string>/usr/local/bin/BTdaemon</string>
|
||||
<key>ServiceIPC</key>
|
||||
<true/>
|
||||
<key>Debug</key>
|
||||
<false/>
|
||||
<key>ProgramArguments</key>
|
||||
<array/>
|
||||
<key>StandardErrorPath</key>
|
||||
<string>/var/log/BTstack.err</string>
|
||||
<key>StandardOutPath</key>
|
||||
<string>/var/log/BTstack.log</string>
|
||||
<key>Sockets</key>
|
||||
<dict>
|
||||
<key>Listeners2</key>
|
||||
<dict>
|
||||
<key>SockFamiliy</key>
|
||||
<string>IPv4</string>
|
||||
<key>SockType</key>
|
||||
<string>Stream</string>
|
||||
<key>SockServiceName</key>
|
||||
<string>13333</string>
|
||||
<key>SockPathMode</key>
|
||||
<integer>438</integer>
|
||||
</dict>
|
||||
<key>Listeners</key>
|
||||
<dict>
|
||||
<key>SockFamiliy</key>
|
||||
<string>Unix</string>
|
||||
<key>SockType</key>
|
||||
<string>Stream</string>
|
||||
<key>SockPathName</key>
|
||||
<string>/tmp/BTstack</string>
|
||||
<key>SockPathMode</key>
|
||||
<integer>438</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
@ -1,11 +0,0 @@
|
||||
Package: ch.ringwald.btstack
|
||||
Name: BTstack
|
||||
Description: Portable User-Space Bluetooth Stack
|
||||
Section: Networking
|
||||
Architecture: iphoneos-arm
|
||||
Breaks: co.cocoanuts.celeste (<= 0.90)
|
||||
Depends: ch.ringwald.springboardaccess (>= 0.2-974), preferenceloader (>= 2.0.2), firmware (>= 3.0), firmware (<< 4.0) | ldid
|
||||
Maintainer: Matthias Ringwald <iphone@ringwald.ch>
|
||||
Author: Matthias Ringwald <iphone@ringwald.ch>
|
||||
Section: Development
|
||||
Tag: role::developer
|