Skip to content

Commit

Permalink
Adjust the project directory results
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanqiang committed Dec 25, 2012
1 parent a3f53b2 commit 602929f
Show file tree
Hide file tree
Showing 109 changed files with 245 additions and 195 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
418 changes: 224 additions & 194 deletions client-ios/PushTalk.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "1.0">
<FileBreakpoints>
<FileBreakpoint
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "PushTalk/UI/JPushViewController.m"
timestampString = "378116122.105812"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "48"
endingLineNumber = "48"
landmarkName = "-loadWebView"
landmarkType = "5">
</FileBreakpoint>
</FileBreakpoints>
</Bucket>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ - (void)networkDidReceiveMessage:(NSNotification *)notification {
[receiveDic setValue:title forKey:@"title"];
[receiveDic setValue:content forKey:@"message"];
[receiveDic setValue:extrasDic forKey:@"extras"];

NSString *msg = [receiveDic JSONRepresentation];
[_webView stringByEvaluatingJavaScriptFromString:[NSString stringWithFormat:@"receivedMessage('%@');",msg]];
[receiveDic release];
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 602929f

Please sign in to comment.