File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ + (void)copyEntriesInFolder:(NSString *)sourceFolder
434
434
}
435
435
}
436
436
437
- [[NSFileManager defaultManager ] moveItemAtPath : fullFilePath toPath: destFileName error: error];
437
+ [[NSFileManager defaultManager ] copyItemAtPath : fullFilePath toPath: destFileName error: error];
438
438
if (*error) {
439
439
return ;
440
440
}
@@ -513,4 +513,4 @@ + (void)clearTestUpdates
513
513
}
514
514
}
515
515
516
- @end
516
+ @end
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-code-push" ,
3
- "version" : " 1.5.1 -beta" ,
3
+ "version" : " 1.5.2 -beta" ,
4
4
"description" : " React Native plugin for the CodePush service" ,
5
5
"main" : " CodePush.js" ,
6
6
"homepage" : " https://microsoft.github.io/code-push" ,
22
22
"devDependencies" : {
23
23
"react-native" : " 0.15.0"
24
24
}
25
- }
25
+ }
You can’t perform that action at this time.
0 commit comments