mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2025-02-16 08:29:51 -05:00
Fix mimeType string for official/free iOS emails
This commit is contained in:
parent
65d81e66e8
commit
cb2fdccbcb
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