We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94daf20 commit 1d723c1Copy full SHA for 1d723c1
Tools/build.sh
@@ -76,10 +76,13 @@ main() {
76
rm -rf Release/dynamic/LeanplumSDK-iphonesimulator.xcarchive
77
rm -rf Release/static/LeanplumSDK-iphoneos.xcarchive
78
rm -rf Release/static/LeanplumSDK-iphonesimulator.xcarchive
79
-
+
80
# zip all iOS frameworks
81
zip_ios
82
83
+ # update SPM checksum and url
84
+ update_spm_info
85
86
# zip static iOS framework for Unreal Engine
87
zip_unreal_engine
88
0 commit comments