在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:rsms/peertalk开源软件地址:https://github.com/rsms/peertalk开源编程语言:Objective-C 78.1%开源软件介绍:peertalkPeerTalk is an iOS and Mac Cocoa library for communicating over USB.
Highlights
Grab the goods from https://github.com/rsms/peertalk Usage in Apple App StorePeerTalk has successfully been released on both the iOS and OS X app store. A great example is Duet Display which is a fantastic piece of software allowing you to use your iDevice as an extra display for your Mac using the Lightning or 30-pin cable. Facebook's Origami uses PeerTalk for it's Origami Live iOS app (in fact, this is where PeerTalk was first used, back in 2012) This probably means that you can use PeerTalk for apps aiming at the App Store. Getting startedSuck down the code and open peertalk.xcodeproj in Xcode 4.3 or later on OS X 10.7 or later.
It should work. Demo video: http://www.youtube.com/watch?v=kQPWy8N0mBg <iframe width="880" height="530" src="http://www.youtube.com/embed/kQPWy8N0mBg?hd=1&rel=0" frameborder="0" allowfullscreen></iframe>macOS sandboxed modeIn #36 (comment) @Lessica suggests the following entitlement snippet made macOS give access to peertalk: <key>com.apple.security.temporary-exception.sbpl</key>
<array>
<string>(allow network-outbound (literal "/private/var/run/usbmuxd"))</string>
</array> |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论