Skip to content

Commit

Permalink
'dev'->'master'
Browse files Browse the repository at this point in the history
peetonn committed Feb 23, 2016
2 parents e10a17b + 2c44bf6 commit fabaa42
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions NdnCon copy-Info.plist
Original file line number Diff line number Diff line change
@@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.7.4</string>
<string>0.7.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>34</string>
<string>35</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.video</string>
<key>LSMinimumSystemVersion</key>
2 changes: 1 addition & 1 deletion ndncon/NCActiveStreamViewer.mm
Original file line number Diff line number Diff line change
@@ -114,7 +114,7 @@ -(void)threadUpdatedTo:(NSString*)threadName;
[ConsumerStatusNoData] = "chasing",
[ConsumerStatusAdjusting] = "adjusting",
[ConsumerStatusBuffering] = "buffering",
[ConsumerStatusFetching] = "fetching",
[ConsumerStatusFetching] = "fetching"
// [ConsumerStatusChallenge] = "challenge"
};

2 changes: 1 addition & 1 deletion ndncon/NCDiscoveryLibraryController.mm
Original file line number Diff line number Diff line change
@@ -1112,7 +1112,7 @@ -(void)withdrawAllChatrooms
#pragma mark - private
-(NSString*)broadcastPrefix
{
return [NCPreferencesController sharedInstance].chatBroadcastPrefix;
return [NCPreferencesController sharedInstance].chatroomBroadcastPrefix;
}

-(void)shutdown
2 changes: 1 addition & 1 deletion ndncon/NSString+NCAdditions.mm
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@ +(NSString *)chatroomPrefixForChat:(NSString *)chatroomName
if (chatroomName && username && hubPrefix)
{
NSString *userSessionPrefix = [NSString userSessionPrefixForUser:username withHubPrefix:hubPrefix];
return [[userSessionPrefix stringByAppendingNdnComponent:@"chat"] stringByAppendingNdnComponent:chatroomName];
return [userSessionPrefix stringByAppendingNdnComponent:@"chat"];
}

return nil;
4 changes: 2 additions & 2 deletions ndncon/NdnCon-Info.plist
Original file line number Diff line number Diff line change
@@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6.2</string>
<string>0.7.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>12</string>
<string>35</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.video</string>
<key>LSMinimumSystemVersion</key>

0 comments on commit fabaa42

Please sign in to comment.