From 21fe2a804947e4bbb73d8f58ed3894862497b056 Mon Sep 17 00:00:00 2001 From: thiago.filipe Date: Tue, 4 Apr 2017 16:05:07 -0300 Subject: [PATCH] Refactoring --- Assets/Plugins/IOS/iOSNativeShare.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Plugins/IOS/iOSNativeShare.m b/Assets/Plugins/IOS/iOSNativeShare.m index 242e23b..6f5383a 100755 --- a/Assets/Plugins/IOS/iOSNativeShare.m +++ b/Assets/Plugins/IOS/iOSNativeShare.m @@ -1,4 +1,4 @@ -#import "iOSNativeShare.h" +#import "iOSNativeShare.h" #import #import @@ -138,7 +138,7 @@ void SendToGallery(NSString *path){ video = assetURL; NSLog(@"Path: %@",assetURL); - // [[NSFileManager defaultManager] removeItemAtURL:videoURL error:&removeError]; + [[NSFileManager defaultManager] removeItemAtURL:videoURL error:&removeError]; UnitySendMessage("ShareIOS", "SaveGalleryResponse", "SUCESS"); } -- libgit2 0.21.2