Skip to content

Commit 8fdbbe5

Browse files
Change default destination folder name to 'xcconfig'.
1 parent 5d757f1 commit 8fdbbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BuildSettingExtractor/AppConstants+Categories.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ - (void)tps_registerApplicationDefaults {
3737
TPSLinesBetweenBuildSettingsWithInfo : @3,
3838
TPSTargetFoldersEnabled : @(NO),
3939
TPSProjectFolderEnabled : @(NO),
40-
TPSDestinationFolderName : @"Config",
40+
TPSDestinationFolderName : @"xcconfig",
4141
TPSAutosaveInProjectFolder: @(NO),
4242
TPSAlignBuildSettingValues: @(NO)
4343
};

0 commit comments

Comments
 (0)