Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

Commit

Permalink
Recompiled RobotKit to fix crashing on iOS 7.1/xCode 5.1. Updated Rob…
Browse files Browse the repository at this point in the history
…otKit in all sample code projects. Removed networking and multiplayer related sample code as support is being dropped.
  • Loading branch information
Jon Carroll committed Apr 14, 2014
1 parent c44b6be commit 97b3a4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,11 @@ If you have successfully completed the quick start guide then Sphero should have

* [SensorStreaming](https://github.com/orbotix/Sphero-iOS-SDK/tree/master/samples/SensorStreaming) - If you want to use the sensor data from Sphero, you should check this sample out. Just simply register as an observer to the data, Pay attention to starting and stoping streaming during the application life cycle.

* [RKMultiplayer Sample](https://github.com/orbotix/Sphero-iOS-SDK/tree/master/samples/RKMultiplayerSample) - Check out our base sample for connecting two or more phones to a multiplayer lobby, cross platform. This would be the place to start if you want to make party games or anything multiplayer.

* [SphereMotion Teapot](https://github.com/orbotix/Sphero-iOS-SDK/tree/master/samples/SphereMotionTeapot) - This is a sensor streaming application that shows you how to use 3D objects in the screen, the simple teapot, driving by Sphero's motion.

* [RKAchievement Sample](https://github.com/orbotix/Sphero-iOS-SDK/tree/master/samples/AchievementSample) - Sphero has a backend web service that can help you maintain Achievements and also keeps track of all the Sphero activity, engage with your users!

* [TwoPhonesOneBall](https://github.com/orbotix/Sphero-iOS-SDK/tree/master/samples/TwoPhonesOneBall) - A quick sample to show passing control between two phones to control a single Sphero.



Expand Down
2 changes: 1 addition & 1 deletion release notes/version1.6.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## New in this version (1.6 b1146):


## Hotfix 4.14.2014 - Fixes for crashing on iOS 7.1/xCode 5.1 - Updated RobotKit.framework and placed in all sample code

## Fixes:

Expand Down

0 comments on commit 97b3a4f

Please sign in to comment.