Skip to content

Commit 19d9230

Browse files
Update error code typedef name to more descriptive name
1 parent 6aeffc9 commit 19d9230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BuildSettingExtractor/Constants+Categories.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
@import Foundation;
1010

11-
typedef NS_ENUM(NSUInteger, AppErrorCodes) {
11+
typedef NS_ENUM(NSUInteger, BuildSettingExtractorErrorCodes) {
1212
UnsupportedXcodeVersion = 100,
1313
DirectoryContainsBuildConfigFiles = 101,
1414
ProjectSettingsNamingConflict = 102,

0 commit comments

Comments
 (0)