Skip to content

Commit

Permalink
Swift build fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpertsyanKM committed Aug 2, 2023
1 parent 91d0d8b commit ac94d16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Qonversion.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,7 @@
8957325226DD03A3009507A6 /* QNUserInfoMapper */,
8957325626DD03A3009507A6 /* QNErrorsMapper */,
8957325926DD03A3009507A6 /* QNMapper */,
A1839432047ACF6507225CA0 /* QONUserPropertyMapper */,
A1839432047ACF6507225CA0 /* QONUserPropertiesMapper */,
);
path = Mappers;
sourceTree = "<group>";
Expand Down Expand Up @@ -1524,13 +1524,13 @@
path = QONExceptionManager;
sourceTree = "<group>";
};
A1839432047ACF6507225CA0 /* QONUserPropertyMapper */ = {
A1839432047ACF6507225CA0 /* QONUserPropertiesMapper */ = {
isa = PBXGroup;
children = (
A183991B1D59C14ED8BBBC87 /* QONUserPropertiesMapper.m */,
A1839295D44BE8B55C48FB2C /* QONUserPropertiesMapper.h */,
);
path = QONUserPropertyMapper;
path = QONUserPropertiesMapper;
sourceTree = "<group>";
};
BB6B3C9FD9EFBC9E1604507D /* Frameworks */ = {
Expand Down

0 comments on commit ac94d16

Please sign in to comment.