Skip to content

Commit fabaa42

Browse files
committed
'dev'->'master'
2 parents e10a17b + 2c44bf6 commit fabaa42

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

NdnCon copy-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.7.4</string>
20+
<string>0.7.5</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>34</string>
24+
<string>35</string>
2525
<key>LSApplicationCategoryType</key>
2626
<string>public.app-category.video</string>
2727
<key>LSMinimumSystemVersion</key>

ndncon/NCActiveStreamViewer.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ -(void)threadUpdatedTo:(NSString*)threadName;
114114
[ConsumerStatusNoData] = "chasing",
115115
[ConsumerStatusAdjusting] = "adjusting",
116116
[ConsumerStatusBuffering] = "buffering",
117-
[ConsumerStatusFetching] = "fetching",
117+
[ConsumerStatusFetching] = "fetching"
118118
// [ConsumerStatusChallenge] = "challenge"
119119
};
120120

ndncon/NCDiscoveryLibraryController.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ -(void)withdrawAllChatrooms
11121112
#pragma mark - private
11131113
-(NSString*)broadcastPrefix
11141114
{
1115-
return [NCPreferencesController sharedInstance].chatBroadcastPrefix;
1115+
return [NCPreferencesController sharedInstance].chatroomBroadcastPrefix;
11161116
}
11171117

11181118
-(void)shutdown

ndncon/NSString+NCAdditions.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ +(NSString *)chatroomPrefixForChat:(NSString *)chatroomName
9595
if (chatroomName && username && hubPrefix)
9696
{
9797
NSString *userSessionPrefix = [NSString userSessionPrefixForUser:username withHubPrefix:hubPrefix];
98-
return [[userSessionPrefix stringByAppendingNdnComponent:@"chat"] stringByAppendingNdnComponent:chatroomName];
98+
return [userSessionPrefix stringByAppendingNdnComponent:@"chat"];
9999
}
100100

101101
return nil;

ndncon/NdnCon-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.6.2</string>
20+
<string>0.7.5</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>12</string>
24+
<string>35</string>
2525
<key>LSApplicationCategoryType</key>
2626
<string>public.app-category.video</string>
2727
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)