Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Torrent Folder to appear in file list #1

Open
NorrinRadd opened this issue Feb 9, 2013 · 3 comments
Open

Torrent Folder to appear in file list #1

NorrinRadd opened this issue Feb 9, 2013 · 3 comments

Comments

@NorrinRadd
Copy link

Torrent Folder to appear in file list, so it can be opened using the UIDocumentInteractionController, and sent to other applications for opening.

Scenario: send to an SCP app for transferring to a storage server/media center/etc.

@NorrinRadd
Copy link
Author

For example, I added the following at line 1749 of Torrent.m. It shows in the list fine. At the moment, when the external application is selected from the InteractionController, nothing happens. The path may be wrong, I can't tell without debugging working.... (#2)

FileListNode * node = [[FileListNode alloc] initWithFileName: [self name] path: [self dataLocation] size: [self size] index: count torrent: self];
[fileList addObject: node];
[flatFileList addObject: node];
[node release];

@ioshomebrew
Copy link
Owner

Can you debug it on the simulator

Sent from my iPod

On Feb 9, 2013, at 1:04 AM, NorrinRadd notifications@github.com wrote:

For example, I added the following at line 1749 of Torrent.m. It shows in the list fine. At the moment, when the external application is selected from the InteractionController, nothing happens. The path may be wrong, I can't tell without debugging working.... (#2)

FileListNode * node = [[FileListNode alloc] initWithFileName: [self name] path: [self dataLocation] size: [self size] index: count torrent: self];
[fileList addObject: node];
[flatFileList addObject: node];
[node release];


Reply to this email directly or view it on GitHub..

@NorrinRadd
Copy link
Author

Due to Issue #2 , Xcode can't even open the simulator with this project file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants