Skip to content

Instantly share code, notes, and snippets.

@rodericj
Created January 9, 2015 00:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodericj/421a93a4a1720fe447e5 to your computer and use it in GitHub Desktop.
Save rodericj/421a93a4a1720fe447e5 to your computer and use it in GitHub Desktop.
+++ b/Catalina/CatalinaUI/provisioning/ProvisioningController.m
@@ -14,6 +14,7 @@
#import <Crashlytics/Crashlytics.h>
#import "AetherCache.h"
#import "MorseUser.h"
+#import "TuneDevice.h"
@interface ProvisioningController ()
@@ -166,8 +167,9 @@ static ProvisioningController *provisioningController = nil;
[Crashlytics setUserName:self.morseUser.firstName];
#endif
+
// propagate the info for the user's account
- [[TuneMusicManager sharedInstance] setUrlCredentials:validCredentials andPersonId:personID];
+ [[TuneDevice visibleDevice] setUrlCredentials:validCredentials andPersonId:personID];
// fire up communications manager, and modify resource ID to be [bundleid name part]_xxxxx
NSString *resourceID = [self createOrGetResourceID];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment