File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ rm -rf xcarchives/*
66rm -rf RxAlamofire.xcframework.zip
77rm -rf RxAlamofire.xcframework
88
9+ brew bundle
10+
911xcodegen --spec project-spm.yml
1012
1113xcodebuild 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 \
3638zip -r RxAlamofire.xcframework.zip RxAlamofire.xcframework
3739rm -rf xcarchives/*
3840rm -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