Skip to content

Commit

Permalink
Move the target's Headers build phase before Compile Sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ConEliopoulos committed May 13, 2022
1 parent 520a0fb commit 327e944
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DVR.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,9 @@
isa = PBXNativeTarget;
buildConfigurationList = 3647AFAF1B335D5500EF10D4 /* Build configuration list for PBXNativeTarget "DVR-iOS" */;
buildPhases = (
3647AF981B335D5500EF10D4 /* Headers */,
3647AF961B335D5500EF10D4 /* Sources */,
3647AF971B335D5500EF10D4 /* Frameworks */,
3647AF981B335D5500EF10D4 /* Headers */,
3647AF991B335D5500EF10D4 /* Resources */,
);
buildRules = (
Expand Down Expand Up @@ -461,6 +461,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = 3647AF911B335D5500EF10D4;
Expand Down

0 comments on commit 327e944

Please sign in to comment.