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

Commit

Permalink
Update to Beta 3, see associated release for info.
Browse files Browse the repository at this point in the history
  • Loading branch information
zenelk committed Mar 23, 2015
1 parent 8916d9b commit f0abec3
Show file tree
Hide file tree
Showing 145 changed files with 2,324 additions and 2,551 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0610"
LastUpgradeVersion = "0620"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down Expand Up @@ -48,7 +48,8 @@
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<BuildableProductRunnable>
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "8134AEA11492966B005F5FB4"
Expand All @@ -66,7 +67,8 @@
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "8134AEA11492966B005F5FB4"
Expand Down
3 changes: 1 addition & 2 deletions samples/ButtonDrive/ButtonDrive/ButtonDriveViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ - (void)handleRobotStateChangeNotification:(RKRobotChangedStateNotification*)n {
self.robot = nil;
[RKRobotDiscoveryAgent startDiscovery];
break;
case RKRobotFailedConnect:
// edge case - handle as you will.
default:
break;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
<false/>
<key>IDESourceControlProjectIdentifier</key>
<string>76C03263-7527-4DEC-8E15-44DD5F3E2616</string>
<string>ADA6A42A-5E65-4701-9838-F076CAFF3146</string>
<key>IDESourceControlProjectName</key>
<string>HelloWorld</string>
<key>IDESourceControlProjectOriginsDictionary</key>
Expand Down Expand Up @@ -34,7 +34,7 @@
<key>IDESourceControlWCCIdentifierKey</key>
<string>5BE677357093A5A5683A95D324CBCE1546CDC20A</string>
<key>IDESourceControlWCCName</key>
<string>Sphero-iOS-SDK</string>
<string>PubliciOSSDK</string>
</dict>
</array>
</dict>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0610"
LastUpgradeVersion = "0620"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down Expand Up @@ -48,7 +48,8 @@
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<BuildableProductRunnable>
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "81EE343C1491452A00132035"
Expand All @@ -66,7 +67,8 @@
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "81EE343C1491452A00132035"
Expand Down
3 changes: 1 addition & 2 deletions samples/HelloWorld/HelloWorld/HelloWorldViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ - (void)handleRobotStateChangeNotification:(RKRobotChangedStateNotification*)n {
self.robot = nil;
[RKRobotDiscoveryAgent startDiscovery];
break;
case RKRobotFailedConnect:
// edge case - handle as you will.
default:
break;
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0610"
LastUpgradeVersion = "0620"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down Expand Up @@ -48,7 +48,8 @@
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<BuildableProductRunnable>
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EA5C22451A1E9078001F5117"
Expand All @@ -66,7 +67,8 @@
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EA5C22451A1E9078001F5117"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0610"
LastUpgradeVersion = "0620"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down Expand Up @@ -48,7 +48,8 @@
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<BuildableProductRunnable>
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "6762B29E15AF57AD00BBDF9A"
Expand All @@ -66,7 +67,8 @@
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "6762B29E15AF57AD00BBDF9A"
Expand Down
3 changes: 1 addition & 2 deletions samples/Locator/Locator/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ - (void)handleRobotStateChangeNotification:(RKRobotChangedStateNotification*)n {
self.robot = nil;
[RKRobotDiscoveryAgent startDiscovery];
break;
case RKRobotFailedConnect:
// edge case - handle as you will.
default:
break;
}
}
Expand Down
12 changes: 10 additions & 2 deletions samples/MacroLoader/MacroLoader.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
D34057471676C7FA00FE1E64 /* symboll.sphero in Resources */ = {isa = PBXBuildFile; fileRef = 6784E80215DDA2BB00BD3A02 /* symboll.sphero */; };
D34057481676C80400FE1E64 /* dance1.sphero in Resources */ = {isa = PBXBuildFile; fileRef = 6784E7FF15DDA2BB00BD3A02 /* dance1.sphero */; };
DE53D07E1977119B006E4C0B /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = DE53D07D1977119B006E4C0B /* [email protected] */; };
DE9F26051A2635DB007DFB5C /* RobotKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE9F26031A2635DB007DFB5C /* RobotKit.framework */; };
DE9F26061A2635DB007DFB5C /* RobotUIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE9F26041A2635DB007DFB5C /* RobotUIKit.framework */; };
DE9F26081A2635F1007DFB5C /* RobotUIKit.bundle in Resources */ = {isa = PBXBuildFile; fileRef = DE9F26071A2635F1007DFB5C /* RobotUIKit.bundle */; };
E60EEC9D15DD6ED5008FFEB9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E60EEC9C15DD6ED5008FFEB9 /* Foundation.framework */; };
E60EECA015DD6EE8008FFEB9 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E60EEC9F15DD6EE8008FFEB9 /* UIKit.framework */; };
E60EECAC15DD6F6F008FFEB9 /* ExternalAccessory.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E60EECAB15DD6F6F008FFEB9 /* ExternalAccessory.framework */; };
EA7AD4891AB21C420075BCE1 /* libstdc++.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DE07AAF0196F9C0700FB523A /* libstdc++.dylib */; };
EA7AD48A1AB21C510075BCE1 /* libc++.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DE07AAEF196F9C0700FB523A /* libc++.dylib */; };
EA7AD48C1AB21C6C0075BCE1 /* RobotKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA7AD48B1AB21C6C0075BCE1 /* RobotKit.framework */; };
EA84518A1A40DBDC0098A6C0 /* MacroLoader.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EA8451891A40DBDC0098A6C0 /* MacroLoader.storyboard */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -54,6 +56,7 @@
E60EEC9C15DD6ED5008FFEB9 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
E60EEC9F15DD6EE8008FFEB9 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
E60EECAB15DD6F6F008FFEB9 /* ExternalAccessory.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ExternalAccessory.framework; path = System/Library/Frameworks/ExternalAccessory.framework; sourceTree = SDKROOT; };
EA7AD48B1AB21C6C0075BCE1 /* RobotKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RobotKit.framework; path = "../../../../Library/Developer/Xcode/DerivedData/RobotKitDevelopment-aebkzbizlelybwetqdzbpgkykyot/Build/Products/Debug-iphoneos/RobotKit.framework"; sourceTree = "<group>"; };
EA8451891A40DBDC0098A6C0 /* MacroLoader.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = MacroLoader.storyboard; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand All @@ -62,7 +65,9 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
DE9F26051A2635DB007DFB5C /* RobotKit.framework in Frameworks */,
EA7AD48C1AB21C6C0075BCE1 /* RobotKit.framework in Frameworks */,
EA7AD48A1AB21C510075BCE1 /* libc++.dylib in Frameworks */,
EA7AD4891AB21C420075BCE1 /* libstdc++.dylib in Frameworks */,
DE9F26061A2635DB007DFB5C /* RobotUIKit.framework in Frameworks */,
E60EECAC15DD6F6F008FFEB9 /* ExternalAccessory.framework in Frameworks */,
E60EECA015DD6EE8008FFEB9 /* UIKit.framework in Frameworks */,
Expand Down Expand Up @@ -92,6 +97,7 @@
6784E7FA15DDA24B00BD3A02 /* Frameworks */ = {
isa = PBXGroup;
children = (
EA7AD48B1AB21C6C0075BCE1 /* RobotKit.framework */,
DE9F26031A2635DB007DFB5C /* RobotKit.framework */,
DE9F26041A2635DB007DFB5C /* RobotUIKit.framework */,
DE07AAEF196F9C0700FB523A /* libc++.dylib */,
Expand Down Expand Up @@ -322,6 +328,7 @@
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/../_Frameworks_iOS",
"$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/RobotKitDevelopment-aebkzbizlelybwetqdzbpgkykyot/Build/Products/Debug-iphoneos",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "MacroLoader/MacroLoader-Prefix.pch";
Expand All @@ -346,6 +353,7 @@
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/../_Frameworks_iOS",
"$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/RobotKitDevelopment-aebkzbizlelybwetqdzbpgkykyot/Build/Products/Debug-iphoneos",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "MacroLoader/MacroLoader-Prefix.pch";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0610"
LastUpgradeVersion = "0620"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down Expand Up @@ -48,7 +48,8 @@
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<BuildableProductRunnable>
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "81EE343C1491452A00132035"
Expand All @@ -66,7 +67,8 @@
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "81EE343C1491452A00132035"
Expand Down
3 changes: 1 addition & 2 deletions samples/MacroLoader/MacroLoader/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ - (void)handleRobotStateChangeNotification:(RKRobotChangedStateNotification*)n {
self.robot = nil;
[RKRobotDiscoveryAgent startDiscovery];
break;
case RKRobotFailedConnect:
// edge case - handle as you will.
default:
break;
}
}
Expand Down
22 changes: 18 additions & 4 deletions samples/MacroSample/MacroSample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
DE1D2C4A1A24E3F200C00924 /* MacroSample.storyboard in Sources */ = {isa = PBXBuildFile; fileRef = DE1D2C431A24D9C600C00924 /* MacroSample.storyboard */; };
DE53D082197711A5006E4C0B /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = DE53D081197711A5006E4C0B /* [email protected] */; };
DE9F260A1A26360A007DFB5C /* RobotUIKit.bundle in Resources */ = {isa = PBXBuildFile; fileRef = DE9F26091A26360A007DFB5C /* RobotUIKit.bundle */; };
DE9F260D1A263624007DFB5C /* RobotKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE9F260B1A263624007DFB5C /* RobotKit.framework */; };
DE9F260E1A263624007DFB5C /* RobotUIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE9F260C1A263624007DFB5C /* RobotUIKit.framework */; };
EA7AD48F1AB21E7E0075BCE1 /* RobotKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA7AD48E1AB21E7E0075BCE1 /* RobotKit.framework */; };
EA7AD4911AB21E8B0075BCE1 /* libstdc++.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = EA7AD4901AB21E8B0075BCE1 /* libstdc++.dylib */; };
EA7AD4931AB21E900075BCE1 /* libc++.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = EA7AD4921AB21E900075BCE1 /* libc++.dylib */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -46,14 +48,19 @@
DE9F26091A26360A007DFB5C /* RobotUIKit.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = RobotUIKit.bundle; path = ../_Frameworks_iOS/RobotUIKit.bundle; sourceTree = "<group>"; };
DE9F260B1A263624007DFB5C /* RobotKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RobotKit.framework; path = ../_Frameworks_iOS/RobotKit.framework; sourceTree = "<group>"; };
DE9F260C1A263624007DFB5C /* RobotUIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RobotUIKit.framework; path = ../_Frameworks_iOS/RobotUIKit.framework; sourceTree = "<group>"; };
EA7AD48E1AB21E7E0075BCE1 /* RobotKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RobotKit.framework; path = "../../../../Library/Developer/Xcode/DerivedData/RobotKitDevelopment-aebkzbizlelybwetqdzbpgkykyot/Build/Products/Debug-iphoneos/RobotKit.framework"; sourceTree = "<group>"; };
EA7AD4901AB21E8B0075BCE1 /* libstdc++.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libstdc++.dylib"; path = "usr/lib/libstdc++.dylib"; sourceTree = SDKROOT; };
EA7AD4921AB21E900075BCE1 /* libc++.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libc++.dylib"; path = "usr/lib/libc++.dylib"; sourceTree = SDKROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
81EE343A1491452A00132035 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
DE9F260D1A263624007DFB5C /* RobotKit.framework in Frameworks */,
EA7AD4931AB21E900075BCE1 /* libc++.dylib in Frameworks */,
EA7AD4911AB21E8B0075BCE1 /* libstdc++.dylib in Frameworks */,
EA7AD48F1AB21E7E0075BCE1 /* RobotKit.framework in Frameworks */,
DE9F260E1A263624007DFB5C /* RobotUIKit.framework in Frameworks */,
DE1D2C401A24D76B00C00924 /* CoreBluetooth.framework in Frameworks */,
81EE34421491452A00132035 /* UIKit.framework in Frameworks */,
Expand Down Expand Up @@ -111,6 +118,9 @@
81EE34401491452A00132035 /* Frameworks */ = {
isa = PBXGroup;
children = (
EA7AD4921AB21E900075BCE1 /* libc++.dylib */,
EA7AD4901AB21E8B0075BCE1 /* libstdc++.dylib */,
EA7AD48E1AB21E7E0075BCE1 /* RobotKit.framework */,
DE9F260B1A263624007DFB5C /* RobotKit.framework */,
DE9F260C1A263624007DFB5C /* RobotUIKit.framework */,
DE1D2C411A24D7CF00C00924 /* RobotKit.framework */,
Expand Down Expand Up @@ -293,10 +303,13 @@
81EE346D1491452B00132035 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(PROJECT_DIR)/../_Frameworks_iOS",
"$(inherited)",
"$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/RobotKitDevelopment-aebkzbizlelybwetqdzbpgkykyot/Build/Products/Debug-iphoneos",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "MacroSample/MacroSample-Prefix.pch";
Expand All @@ -306,7 +319,6 @@
OTHER_LDFLAGS = (
"-ObjC",
"-all_load",
"-lstdc++",
"-lsqlite3",
);
PRODUCT_NAME = MacroSample;
Expand All @@ -318,10 +330,13 @@
81EE346E1491452B00132035 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(PROJECT_DIR)/../_Frameworks_iOS",
"$(inherited)",
"$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/RobotKitDevelopment-aebkzbizlelybwetqdzbpgkykyot/Build/Products/Debug-iphoneos",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "MacroSample/MacroSample-Prefix.pch";
Expand All @@ -331,7 +346,6 @@
OTHER_LDFLAGS = (
"-ObjC",
"-all_load",
"-lstdc++",
"-lsqlite3",
);
PRODUCT_NAME = MacroSample;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0610"
LastUpgradeVersion = "0620"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down Expand Up @@ -48,7 +48,8 @@
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<BuildableProductRunnable>
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "81EE343C1491452A00132035"
Expand All @@ -66,7 +67,8 @@
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "81EE343C1491452A00132035"
Expand Down
3 changes: 1 addition & 2 deletions samples/MacroSample/MacroSample/MacroSampleViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ - (void)handleRobotStateChangeNotification:(RKRobotChangedStateNotification*)n {
self.robot = nil;
[RKRobotDiscoveryAgent startDiscovery];
break;
case RKRobotFailedConnect:
// edge case - handle as you will.
default:
break;
}
}
Expand Down
Loading

0 comments on commit f0abec3

Please sign in to comment.