Re: Automatically restore last saved document on application launch

2016-03-12 Thread Bill Cheeseman
> On Mar 12, 2016, at 8:53 AM, Eric Gorr wrote: > > The answer to this question does not involve a coding problem. As some > probably understood, default application created by Xcode should > automatically support the Resume functionality. What was blocking this from >

Re: Automatically restore last saved document on application launch

2016-03-12 Thread Eric Gorr
I continued the conversation with Quincey Morris offline, but if anyone is curious or might be caught by this in the future... The answer to this question does not involve a coding problem. As some probably understood, default application created by Xcode should automatically support the

Re: Automatically restore last saved document on application launch

2016-03-11 Thread Eric Gorr
There are still several key details I seem to be missing. I have a new commit https://github.com/ericgorr/last_saved/commit/ba462a19062fefde68f7e0f4459a0c8293332e9f which shows an attempt to implement some of this. I am using my AppDelegate as the restoration class. I have the following in my

Re: Automatically restore last saved document on application launch

2016-03-10 Thread Quincey Morris
On Mar 10, 2016, at 17:05 , Eric Gorr wrote: > > I have a Core Data Document Based OS X application written in swift and using > storyboards. Whenever I build and launch the app, instead of automatically > opening the last opened document(s), it will create a new

Automatically restore last saved document on application launch

2016-03-10 Thread Eric Gorr
I have a Core Data Document Based OS X application written in swift and using storyboards. Whenever I build and launch the app, instead of automatically opening the last opened document(s), it will create a new document. What I want to be able to do is have the application automatically restore