Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 13cae8e

Browse files
committed
Re-fixing user directory issue
1 parent 1419e64 commit 13cae8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodePushPackage.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ @implementation CodePushPackage
66

77
+ (NSString *)getCodePushPath
88
{
9-
return [NSHomeDirectory() stringByAppendingPathComponent:@"CodePush"];
9+
return [[CodePush getDocumentsDirectory] stringByAppendingPathComponent:@"CodePush"];
1010
}
1111

1212
+ (NSString *)getStatusFilePath

0 commit comments

Comments
 (0)