forcedotcom / SalesforceMobileSDK-Package

BSD 3-Clause "New" or "Revised" License
22 stars 20 forks source link

Updates to release script to handle new SPM repo #280

Closed wmathurin closed 1 year ago

wmathurin commented 1 year ago

This PR needs to be merged first.

wmathurin commented 1 year ago

(Optional??) TODO: change test_force.js so that it can generate/build the SPM template against a local directory that contains the freshly built xcframeworks (similar to what we do with the cordova plugin)

wmathurin commented 1 year ago

forceios successfully generates app that compiles, including for the new SPM template. See CI job at line 4790:

!SUCCESS! COMPILING native_swift app for ios based on template iOSNativeSwiftPackageManagerTemplate (dev)

Also made a dry run of the release 11.1 (by running ./release/setup_test_branches.js followed by ./release/release.js) and verified that the SPM template was setup correctly on master and dev and that test_force.js worked against both.