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 920c5be commit c7d8461Copy full SHA for c7d8461
Tools/build.sh
@@ -274,17 +274,11 @@ build_ios_static() {
274
# Returns:
275
# None
276
#######################################
277
-zip_ios() {
+zip_ios() {
278
echo "zipping for iOS release"
279
cd Release
280
- zip -q -r Leanplum.framework.zip \
281
- $(find . -maxdepth 2 -type d -name "Leanplum.*")
282
- mv Leanplum.framework.zip ..
283
-
284
- echo "zipping for iOS Location release"
285
- zip -q -r LeanplumLocation.framework.zip \
286
- $(find . -maxdepth 2 -type d -name "LeanplumLocation*")
287
- mv LeanplumLocation.framework.zip ..
+ zip -q -r Leanplum.zip .
+ mv Leanplum.zip ..
288
289
echo "zipping static xcframework for SPM"
290
cd static
0 commit comments