resetApp static method

void resetApp(
  1. String appName,
  2. String bundleId
)

Implementation

static void resetApp(String appName, String bundleId) {
  _replaceAppInfo(bundleId);
  _updateXcconfig();
  _replaceScheme(appName);
}