Skip to content

Commit

Permalink
Merge pull request #11 from muxinc/handler
Browse files Browse the repository at this point in the history
v0.1.3 restore dispatching by eventQueue
  • Loading branch information
wtao-mux authored Sep 1, 2018
2 parents a69209b + 7467afd commit 678f6a7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion MUXSDKStats/MUXSDKStats/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.2</string>
<string>0.1.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion MUXSDKStats/MUXSDKStats/MUXSDKPlayerBinding.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

// SDK constants.
NSString *const MUXSDKPluginName = @"apple-mux";
NSString *const MUXSDKPluginVersion = @"0.1.2";
NSString *const MUXSDKPluginVersion = @"0.1.3";

// Min number of seconds between timeupdate events. (100ms)
double MUXSDKMaxSecsBetweenTimeUpdate = 0.1;
Expand Down
4 changes: 0 additions & 4 deletions MUXSDKStats/MUXSDKStats/MUXSDKStats.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ + (void)initSDK {
if (!_viewControllers) {
_viewControllers = [[NSMutableDictionary alloc] init];
}
if (!_dispatcher) {
_dispatcher = [[MUXSDKDispatcher alloc] init];
[MUXSDKCore setClientHandler:_dispatcher];
}
// Provide EnvironmentData and ViewerData to Core.
MUXSDKEnvironmentData *environmentData = [[MUXSDKEnvironmentData alloc] init];
[environmentData setMuxViewerId:[[[UIDevice currentDevice] identifierForVendor] UUIDString]];
Expand Down
2 changes: 1 addition & 1 deletion MUXSDKStats/MUXSDKStatsTv/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.2</string>
<string>0.1.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 678f6a7

Please sign in to comment.