diff --git a/PlayEm/AppDelegate.m b/PlayEm/AppDelegate.m index d14e6f9..ffe8326 100644 --- a/PlayEm/AppDelegate.m +++ b/PlayEm/AppDelegate.m @@ -48,8 +48,6 @@ - (void)application:(NSApplication*)application openURLs:(NSArray*)urls - (void)applicationDidFinishLaunching:(NSNotification*)aNotification { - NSLog(@"%@", [[NSUserDefaults standardUserDefaults] dictionaryRepresentation]); - [[[self waveController] window] makeKeyAndOrderFront:self]; NSUserDefaults* userDefaults = [NSUserDefaults standardUserDefaults]; @@ -67,7 +65,6 @@ - (void)applicationDidFinishLaunching:(NSNotification*)aNotification - (void)applicationWillTerminate:(NSNotification*)aNotification { - //NSLog(@"%@", [[NSUserDefaults standardUserDefaults] dictionaryRepresentation]); } @end diff --git a/PlayEm/Info.plist b/PlayEm/Info.plist index 86d8ff6..1f44099 100644 --- a/PlayEm/Info.plist +++ b/PlayEm/Info.plist @@ -68,7 +68,7 @@ CFBundleShortVersionString 1.5 CFBundleVersion - 7062 + 7064 LSApplicationCategoryType public.app-category.music LSMinimumSystemVersion diff --git a/PlayEm/Window & ViewControllers/WaveWindowController.m b/PlayEm/Window & ViewControllers/WaveWindowController.m index 7923c68..c4c78a7 100644 --- a/PlayEm/Window & ViewControllers/WaveWindowController.m +++ b/PlayEm/Window & ViewControllers/WaveWindowController.m @@ -1495,7 +1495,8 @@ - (IBAction)openDocument:(id)sender if ([openDlg runModal] == NSModalResponseOK) { for(NSURL* url in [openDlg URLs]) { - [self loadDocumentFromURL:[WaveWindowController encodeQueryItemsWithUrl:url frame:0LL playing:YES] meta:nil]; + [self loadDocumentFromURL:[WaveWindowController encodeQueryItemsWithUrl:url frame:0LL playing:YES] + meta:nil]; } } else { return;