Skip to content

Commit 4102a14

Browse files
FilipeMLFreitasps-filipefreitasbartekpacia
authored
Update DBManager.m (#728)
download_tasks.db should be created in internal app directory (#722) Co-authored-by: ps-filipefreitas <[email protected]> Co-authored-by: Bartek Pacia <[email protected]>
1 parent 29d0dc8 commit 4102a14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ios/Classes/DBManager.m

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ @implementation DBManager
2727
-(instancetype)initWithDatabaseFilePath:(NSString *)dbFilePath{
2828
self = [super init];
2929
if (self) {
30-
// Set the app directory path to the application support files property.
3130
self.appDirectory = [NSSearchPathForDirectoriesInDomains(NSApplicationSupportDirectory, NSUserDomainMask, YES) firstObject];
3231

3332
// Keep the database filepath

0 commit comments

Comments
 (0)