Created
January 9, 2015 00:14
-
-
Save rodericj/421a93a4a1720fe447e5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+++ 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