macosDirPath property

String macosDirPath

Implementation

String get macosDirPath {
  return p.canonicalize(p.join(configProjectDir, 'macos'));
}