Skip to content

Commit

Permalink
Merge pull request #345 from NachoSoto/master
Browse files Browse the repository at this point in the history
Fixed build phases order
  • Loading branch information
orta authored Apr 19, 2022
2 parents b86461c + 68b9f61 commit d0dc3f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cartography.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -515,9 +515,9 @@
isa = PBXNativeTarget;
buildConfigurationList = 54C96A27195063CD000CDD27 /* Build configuration list for PBXNativeTarget "Cartography-iOS" */;
buildPhases = (
54C96A0E195063CD000CDD27 /* Headers */,
54C96A0C195063CD000CDD27 /* Sources */,
54C96A0D195063CD000CDD27 /* Frameworks */,
54C96A0E195063CD000CDD27 /* Headers */,
54C96A0F195063CD000CDD27 /* Resources */,
);
buildRules = (
Expand Down Expand Up @@ -555,9 +555,9 @@
isa = PBXNativeTarget;
buildConfigurationList = 54F6A84B195C20C200313D24 /* Build configuration list for PBXNativeTarget "Cartography-Mac" */;
buildPhases = (
54F6A835195C20C100313D24 /* Headers */,
54F6A833195C20C100313D24 /* Sources */,
54F6A834195C20C100313D24 /* Frameworks */,
54F6A835195C20C100313D24 /* Headers */,
54F6A836195C20C100313D24 /* Resources */,
);
buildRules = (
Expand Down Expand Up @@ -594,9 +594,9 @@
isa = PBXNativeTarget;
buildConfigurationList = 632F090F1BF1E7AA002431A3 /* Build configuration list for PBXNativeTarget "Cartography-tvOS" */;
buildPhases = (
632F09071BF1E7AA002431A3 /* Headers */,
632F09051BF1E7AA002431A3 /* Sources */,
632F09061BF1E7AA002431A3 /* Frameworks */,
632F09071BF1E7AA002431A3 /* Headers */,
632F09081BF1E7AA002431A3 /* Resources */,
);
buildRules = (
Expand Down

0 comments on commit d0dc3f3

Please sign in to comment.