Skip to content

Commit

Permalink
fixed compilation errors on xcode 12
Browse files Browse the repository at this point in the history
  • Loading branch information
hadobedo committed Apr 4, 2022
1 parent dd7c6ab commit a1e2138
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,8 @@

<!-- <haxedef name="SKIP_TO_PLAYSTATE" if="debug" /> -->
<haxedef name="NG_LOGIN" if="newgrounds" />

<!-- Fixes Metal issue on XCode 12 and above (?)-->
<dependency name="Metal.framework" if="ios" />

</project>

0 comments on commit a1e2138

Please sign in to comment.