Cocoa Port: Fix build errors that can occur when building on Xcode versions later than 10.3.

- The script that renames the DeSmuME.app package with the git version now runs as a Build Post-Action script rather than as the last build rule. This is to fix an incompatibility with code signing, which is now forced in Xcode 11 and later.
- Update some variables to comply with newer and stricter compiler rules.
This commit is contained in:
rogerman
2021-08-26 14:32:25 -07:00
parent e8f619c44a
commit 92cb90f433
10 changed files with 78 additions and 68 deletions

1
.gitignore vendored
View File

@@ -74,3 +74,4 @@ xcuserdata/
/.cproject
/config.log
/.project
.DS_Store