Skip to content

Commit 4be02b6

Browse files
committed
Cleaned up xcframework build script
1 parent cf89d17 commit 4be02b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SIMULATOR_ARCHIVE_PATH="${FRAMEWORK_FOLDER_NAME}/simulator.xcarchive"
1919
IOS_DEVICE_ARCHIVE_PATH="${FRAMEWORK_FOLDER_NAME}/iOS.xcarchive"
2020

2121
# clean up old releases
22-
zip -r Segment.xcframework.zip
22+
rm -rf Segment.xcframework.zip
2323
echo "Deleted the xcframework"
2424

2525
rm -rf "${FRAMEWORK_FOLDER_NAME}"

0 commit comments

Comments
 (0)