/iOS-dev-scripts

A set of shell scripts useful for an iOS developer

Primary LanguageShellGNU General Public License v3.0GPL-3.0

iOS-dev-scripts

A set of shell scripts useful for an iOS developer

  • convert_coredata_error.sh – takes a file with localized Core Data error containing \U characters, splits by lines if there are multiple errors and then replaces unicode characters with readable text.
  • remove_sim_app.sh – uninstalls an app with a given bundleID from an iOS simulator, giving a choice of device is there're multiple simulators currently open.
  • xcode_todo.sh – should be called from Build Phases / Run Script of an Xcode project for TODOs and FIXMEs from source code be displayed as warnings in Xcode Issue Navigator.