You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo" Renamed module.modulemap to lniFFI.modulemap"
178
+
174
179
echo""
175
180
echo"XCFramework created successfully!"
176
-
181
+
177
182
# Package for release if requested
178
183
if [ "$PACKAGE_RELEASE"=true ];then
179
184
echo""
@@ -210,7 +215,7 @@ if [ "$BUILD_IOS" = true ]; then
210
215
echo" - Checksum: $CHECKSUM"
211
216
echo""
212
217
echo"Next steps:"
213
-
echo" 1. Create a GitHub release with the desired version tag"
218
+
echo" 1. Create a GitHub release with the desired version tag" like `gh release create v0.1.1 lniFFI.xcframework.zip --title "v0.1.1" --notes "Initial release"`
214
219
echo" 2. Upload lniFFI.xcframework.zip to the release"
215
220
echo" 3. Update the version in Package.swift URL if needed"
0 commit comments