A conforming WebSocket (RFC 6455) client library for iOS, macOS and tvOS.
Test results for SocketRocket here. You can compare to what modern browsers look like here.
SocketRocket currently conforms to all core ~300 of Autobahn's fuzzing tests
I hereby claim:
To claim this, I am signing this object:
///-------------------------------------- | |
/// CustomLogInViewController.swift | |
///-------------------------------------- | |
class CustomLogInViewController: PFLogInViewController { | |
var backgroundImage : UIImageView! | |
override func viewDidLoad() { | |
super.viewDidLoad() |
defaults write xcodebuild PBXNumberOfParallelBuildSubtasks 4 | |
defaults write xcodebuild IDEBuildOperationMaxNumberOfConcurrentCompileTasks 4 | |
defaults write com.apple.xcode PBXNumberOfParallelBuildSubtasks 4 | |
defaults write com.apple.xcode IDEBuildOperationMaxNumberOfConcurrentCompileTasks 4 |
language: objective-c | |
os: osx | |
matrix: | |
include: | |
- osx_image: xcode7.0 | |
- osx_image: xcode7.1 | |
- osx_image: xcode7.2b1 |
# Use the --use-libraries switch when pushing or linting this podspec | |
Pod::Spec.new do |s| | |
s.name = "FBSDKLoginKit" | |
s.version = "4.7.0" | |
s.summary = "Official Facebook SDK for iOS to access Facebook Platform with features like Login, Share and Message Dialog, App Links, and Graph API" | |
s.description = <<-DESC | |
The Facebook SDK for iOS LoginKit framework provides: |
Make Xcode use RAMDisk:
RAMDisk
with 2GB of disk spacediskutil erasevolume HFS+ "RAMDisk" `hdiutil attach -nomount ram://4194304`