diff options
| author | David Chavez <david@dcvz.io> | 2022-07-22 02:15:45 +0200 |
|---|---|---|
| committer | Kenix3 <kenixwhisperwind@gmail.com> | 2022-07-25 19:06:06 -0400 |
| commit | 706e57dd7b7c399a5a027864606d85c1caff5bd3 (patch) | |
| tree | 46d3138625ab8a045b5b397dd9968ae58fc18ac1 /.gitignore | |
| parent | d180b8a299a5e0b6f99d744cfae75ed196df61ab (diff) | |
Adds Xcode project (#769)
* Add Xcode project
Add dynamic lib paths
Generate resources scripts
Fix after rebase
tweak targets
Set min deployment target
* remove project
* readd project with correct gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 4b6eb3968..5f9933097 100644 --- a/.gitignore +++ b/.gitignore @@ -405,4 +405,14 @@ tags oot.otr *.sav shipofharkinian.ini -shipofharkinian.json
\ No newline at end of file +shipofharkinian.json + +# Xcode +xcuserdata/ +*.xcconfig +*.xcodeproj/* +!*.xcodeproj/project.pbxproj +!*.xcodeproj/xcshareddata/ +!*.xcworkspace/contents.xcworkspacedata +/*.gcno +**/xcshareddata/WorkspaceSettings.xcsettings |
