Content-Length: 255884 | pFad | http://github.com/NativeScript/NativeScript/pull/10698/files

BB feat(config): ability to include native source code from any path by NathanWalker · Pull Request #10698 · NativeScript/NativeScript · GitHub
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(config): ability to include native source code from any path #10698

Merged
merged 2 commits into from
Feb 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions packages/core/config/config.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@ interface IConfigIOS extends IConfigPlatform {
* List packages to be included in the iOS build.
*/
SPMPackages?: Array<IOSSPMPackage>;
/**
* Include native source code from anywhere
*/
NativeSource?: Array<{
/**
* The folder name which will group these referenced files together in Xcode
*/
name: string;
/**
* The path to the native source code.
* You can also use glob patterns, including directories outside of the project root.
*/
path: string;
}>;
}

interface IConfigVisionOS extends IConfigIOS {}
Expand Down
Loading








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/NativeScript/NativeScript/pull/10698/files

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy