Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 275a3a7

Browse files
authored
-add archives target to xcframeworks target
1 parent 819ba07 commit 275a3a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,11 @@ clean-archive-dirs:
263263
rm -rf "./build/ios" && mkdir "./build/ios"
264264
rm -rf "./build/ios-simulator" && mkdir "./build/ios-simulator"
265265

266-
xcframeworks: # archives
266+
xcframeworks: archives
267267
mkdir -p $(PATH_TO_BIN)
268268
rm -rf $(FRAMEWORK_NAME)
269269
@echo "######################################################################"
270270
@echo "############### Creating combined XCFramework for iOS ################"
271-
@echo "###############" $(FRAMEWORK_NAME)
271+
@echo "############### $(FRAMEWORK_NAME) ################"
272272
@echo "######################################################################"
273273
xcodebuild -create-xcframework -library $(FAT_IOS) -headers $(PATH_TO_HEADERS) -library $(FAT_IOS_SIM) -headers $(PATH_TO_HEADERS) -output $(FRAMEWORK_NAME)

0 commit comments

Comments
 (0)