File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ rm -rf xcarchives/*
6
6
rm -rf RxAlamofire.xcframework.zip
7
7
rm -rf RxAlamofire.xcframework
8
8
9
+ brew bundle
10
+
9
11
xcodegen --spec project-spm.yml
10
12
11
13
xcodebuild archive -quiet -project RxAlamofire-SPM.xcodeproj -configuration Release -scheme " RxAlamofire iOS" -destination " generic/platform=iOS" -archivePath " xcarchives/RxAlamofire-iOS" SKIP_INSTALL=NO SKIP_INSTALL=NO BUILD_LIBRARY_FOR_DISTRIBUTION=YES OTHER_CFLAGS=" -fembed-bitcode" BITCODE_GENERATION_MODE=" bitcode" ENABLE_BITCODE=YES | xcpretty --color --simple
@@ -36,4 +38,4 @@ xcodebuild -create-xcframework \
36
38
zip -r RxAlamofire.xcframework.zip RxAlamofire.xcframework
37
39
rm -rf xcarchives/*
38
40
rm -rf RxAlamofire.xcframework
39
- rm -rf RxAlamofire-SPM.xcodeproj
41
+ rm -rf RxAlamofire-SPM.xcodeproj
You can’t perform that action at this time.
0 commit comments