Skip to content

Commit

Permalink
Fixed the message.
Browse files Browse the repository at this point in the history
  • Loading branch information
shu223 committed Feb 10, 2014
1 parent 12c3141 commit 950b31e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ - (void)startTracking {

if (!([CMStepCounter isStepCountingAvailable] || [CMMotionActivityManager isActivityAvailable])) {

NSString *msg = @"CMStepCounter and CMMotionActivityManager are not available. These classes need M7 coprocessor, so this sample works only on iPhone5s.";
NSString *msg = @"CMStepCounter and CMMotionActivityManager are not available. These classes need M7 coprocessor.";
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Not Supported"
message:msg
delegate:nil
Expand Down

0 comments on commit 950b31e

Please sign in to comment.