openframeworks / openframeworks/projectGenerator
macOS default to Release instead of Debug
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 90
- Forks
- 79
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 5
Description
Usually it gets alphabetically, so Debug comes before Release
And "per user" configuration uses a folder with the user (macOS user) on it.
we can make it work using a function in the likes of string ofFilePath::getUserHomeDir() but only returning the username instead of the full path.
maybe using fs::path operations.
the file containing this configuration lives in a file like this
AeroFractal.xcodeproj/project.xcworkspace/xcuserdata/z.xcuserdatad/UserInterfaceState.xcuserstate
and "z" is my username
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the macOS project-generation logic and the per-user configuration path represented by AeroFractal.xcodeproj/project.xcworkspace/xcuserdata/z.xcuserdatad/UserInterfaceState.xcuserstate. Verify how the default configuration is selected and how the username directory is derived, then confirm that generated projects use Release by default without relying on a literal user name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100