mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-28 18:15:37 -05:00
Merge pull request #10 from tmickel/ios-emailer-mimetype
Fix mimeType string for official/free iOS email sharing
This commit is contained in:
commit
4720b15a7f
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ JSContext *js;
|
|||
|
||||
NSData *projectData = [NSData dataWithContentsOfURL:projectURL];
|
||||
|
||||
NSString* mimeType = @"application-x-scratchjr-project";
|
||||
NSString* mimeType = @"application/x-scratchjr-project";
|
||||
|
||||
#if PBS
|
||||
mimeType = @"application/x-pbskids-scratchjr-project";
|
||||
|
|
Loading…
Reference in a new issue