Skip to content

Commit

Permalink
Merge pull request #1216 from planetary-social/devx/move-swiftlint-phase
Browse files Browse the repository at this point in the history
Move SwiftLint build phase before compile
  • Loading branch information
joshuatbrown authored Jun 4, 2024
2 parents 23e330f + 13f61cf commit b7ab5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nos.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1505,8 +1505,8 @@
isa = PBXNativeTarget;
buildConfigurationList = C9DEBFF8298941020078B43A /* Build configuration list for PBXNativeTarget "Nos" */;
buildPhases = (
C9DEBFCA298941000078B43A /* Sources */,
C9BAB0992996BEEA0003A84E /* SwiftLint */,
C9DEBFCA298941000078B43A /* Sources */,
C9DEBFCB298941000078B43A /* Frameworks */,
C9DEBFCC298941000078B43A /* Resources */,
);
Expand Down

0 comments on commit b7ab5a2

Please sign in to comment.