File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ - (void)importNodeContents:(MEGANode *)nodeToImport inParent:(MEGANode *)parentN
285
285
[self importFolderFromLink: node inParent: parentNode];
286
286
} else {
287
287
remainingOperations++;
288
- [[MEGASdkManager sharedMEGASdk ] copyNode: node newParent: parentNode];
288
+ [[MEGASdkManager sharedMEGASdk ] copyNode: [[MEGASdkManager sharedMEGASdkFolder ] authorizeNode: node] newParent: parentNode];
289
289
}
290
290
}
291
291
}
Original file line number Diff line number Diff line change 36
36
<key >CFBundlePackageType </key >
37
37
<string >APPL </string >
38
38
<key >CFBundleShortVersionString </key >
39
- <string >3.3.2 </string >
39
+ <string >3.3.3 </string >
40
40
<key >CFBundleSignature </key >
41
41
<string >???? </string >
42
42
<key >CFBundleURLTypes </key >
51
51
</dict >
52
52
</array >
53
53
<key >CFBundleVersion </key >
54
- <string >41 </string >
54
+ <string >42 </string >
55
55
<key >ITSAppUsesNonExemptEncryption </key >
56
56
<false />
57
57
<key >LSRequiresIPhoneOS </key >
You can’t perform that action at this time.
0 commit comments