mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-23 02:41:58 -05:00
Copy Resources after Build g2.dat
Fix Xcode project The build phase „Build g2.dat“ needs to be after „Embed Frameworks“ or else the process will fail. Fix Xcode project The build phase „Build g2.dat“ needs to be after „Embed Frameworks“ or else the process will fail. Copy Resources after Build g2.dat Update project.pbxproj
This commit is contained in:
parent
c4dcd7d3fe
commit
0e76ff3d97
1 changed files with 1 additions and 1 deletions
|
@ -1165,9 +1165,9 @@
|
|||
D40F4E1D1C2528D5009582C9 /* Create Segment Files */,
|
||||
D497D0741C20FD52002BF46A /* Sources */,
|
||||
D497D0751C20FD52002BF46A /* Frameworks */,
|
||||
D41B74201C210B190080A7B9 /* Embed Frameworks */,
|
||||
D42C09D21C254F4E00309751 /* Build g2.dat */,
|
||||
D497D0761C20FD52002BF46A /* Resources */,
|
||||
D41B74201C210B190080A7B9 /* Embed Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue