Skip to content

Commit

Permalink
Merge pull request #130 from ashdnazg/move_header_phase
Browse files Browse the repository at this point in the history
Move copy headers phase to before compilation.
  • Loading branch information
jegnux authored Mar 24, 2022
2 parents 53ebed7 + b2b07db commit 732a56b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RxGesture/RxGesture.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,9 @@
isa = PBXNativeTarget;
buildConfigurationList = 87F8F7291E511E2E00C3B1BE /* Build configuration list for PBXNativeTarget "RxGesture-OSX" */;
buildPhases = (
87F8F71F1E511E2E00C3B1BE /* Headers */,
87F8F71D1E511E2E00C3B1BE /* Sources */,
87F8F71E1E511E2E00C3B1BE /* Frameworks */,
87F8F71F1E511E2E00C3B1BE /* Headers */,
87F8F7201E511E2E00C3B1BE /* Resources */,
);
buildRules = (
Expand All @@ -302,9 +302,9 @@
buildConfigurationList = F4CC4C251DEBA895009ED835 /* Build configuration list for PBXNativeTarget "RxGesture-iOS" */;
buildPhases = (
784D1E3522A84EE300082659 /* Swiftlint */,
F4CC4C1A1DEBA895009ED835 /* Headers */,
F4CC4C181DEBA895009ED835 /* Sources */,
F4CC4C191DEBA895009ED835 /* Frameworks */,
F4CC4C1A1DEBA895009ED835 /* Headers */,
F4CC4C1B1DEBA895009ED835 /* Resources */,
);
buildRules = (
Expand Down

0 comments on commit 732a56b

Please sign in to comment.