spotify / XCRemoteCache

Other
830 stars 53 forks source link

change change_lldb_init parameter of the cocoapod-plugin to lldb_init_mode #78

Open DRybochkin opened 2 years ago

DRybochkin commented 2 years ago

change change_lldb_init parameter of the cocoapod-plugin to lldb_init_mode with valid values "none", "user", "project" if set to project, create .lldbinit in project directory

polac24 commented 2 years ago

That feature will work, except WatchOS applications. Xcode (as of Xcode 14.0 beta 1) doesn't allow specifying custom (project-specific) lldbinit files for Watch apps.