Skip to content

Commit

Permalink
Adjust Xcode settings so that DerivedData and Product Build output to…
Browse files Browse the repository at this point in the history
… project relative folders (#6)

* Move DerivedData and Product Build to respective project relative folder

* Small comment change

* Abandon workspace settings, use Release xcconfig

* Use project.pbxproj for build configuration
  • Loading branch information
stalgiag authored Aug 6, 2024
1 parent 820f5d9 commit 5d7924c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ build/
bld/
[Oo]bj/

# Xcode Artifacts
DerivedData/

# User specific xcode settings
*.pbxuser
!default.pbxuser
*.xcuserdatad/

# Visual Studo 2015 cache/options directory
.vs/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@
SDKROOT = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SYMROOT = "$(PROJECT_DIR)/Build";
};
name = Debug;
};
Expand Down Expand Up @@ -781,6 +782,7 @@
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
SYMROOT = "$(PROJECT_DIR)/Build";
};
name = Release;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES"
askForAppToLaunch = "Yes"
launchAutomaticallySubstyle = "2">
<BuildableProductRunnable
runnableDebuggingMode = "0">
Expand Down

0 comments on commit 5d7924c

Please sign in to comment.