@nativescript/core 8.8.0-next-06-28-2024-9718658121 → 8.8.0-next-06-28-2024-9718834950

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -159,6 +159,12 @@ export interface NativeScriptConfig {
159
159
  shared?: boolean;
160
160
  previewAppSchema?: string;
161
161
  overridePods?: string;
162
+ /**
163
+ * Custom platform project name.
164
+ * By default, the platforms/{platform}/{name} is based on the basename of the project directory.
165
+ * You can override that to use a name of your choice by setting this.
166
+ */
167
+ projectName?: string;
162
168
  /**
163
169
  * Custom webpack config path
164
170
  * The default is `webpack.config.js` in the root however you can use a custom name and place elsewhere.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativescript/core",
3
- "version": "8.8.0-next-06-28-2024-9718658121",
3
+ "version": "8.8.0-next-06-28-2024-9718834950",
4
4
  "description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
5
5
  "main": "index",
6
6
  "types": "index.d.ts",