2bit

Results 17 issues of 2bit

So, I didn't know oF code style, and it says use hard tab (4). https://github.com/openframeworks/openFrameworks/wiki/oF-code-style Because Xcode settings about indentation is space (4). This PR change it (only oF library...

xcode

Discussion thread about performance tuning like shared_ptr, move semantics, r-value and etc, etc. related: #6839 #6867 ping: @dimitre @roymacdonald @ofTheo

align to naming about `ofSaveXXX`. related to: https://github.com/openframeworks/openFrameworks/issues/6866#issuecomment-1100222657

reorder arguments of `ofSaveJson` from `path, json` to `json, path` related to: https://github.com/openframeworks/openFrameworks/issues/6866#issuecomment-1100222657

I have not check works correctly. only for your information.

Env: * macOS 10.15.7 Catalina * oF 0.11.2 release * PG: bundled version * Xcode 12.4 In the document of addon_config.mk says: ``` # some addons need resources to be...

I can't show a better way how to specify flags to file. But I found where is compiler flags in project.xcodeproj. ```cpp const char PBXBuildFile[] = STRINGIFY( BUILDUUID fileRef FILEUUID...