react-native icon indicating copy to clipboard operation
react-native copied to clipboard

[ios][prebuild] build swift package from prebuild script

Open chrfalch opened this issue 8 months ago • 0 comments

Summary:

This commit adds building the swift package from the prebuild script:

  • Added swiftpackage.js for building the swift package
  • Added calling building from the main script
  • Added configurable build type from the main script.
  • Removed params in jsdoc from the link method

Changelog:

[IOS] [ADDED] - Added building swift package from the prebuild script

Test Plan:

Run prebuild script and verify that the Swift package is successfully built.

chrfalch avatar May 26 '25 07:05 chrfalch