Skip to content

Commit

Permalink
Trying Hack
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreHauber authored Aug 12, 2022
1 parent db9827b commit d7a3e26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
xcodebuild -create-xcframework -framework MatrixSDK-iOS.xcarchive/Products/Library/Frameworks/MatrixSDK.framework -framework MatrixSDK-iOSSimulator.xcarchive/Products/Library/Frameworks/MatrixSDK.framework -framework MatrixSDK-macOS.xcarchive/Products/Library/Frameworks/MatrixSDK.framework -output MatrixSDK.xcframework
zip -ry MatrixSDK.xcframework.zip MatrixSDK.xcframework
- name: SwiftBeaver Hack
run: |
find MatrixSDK.xcframework/**/MatrixSDK.swiftmodule/*.swiftinterface -exec sed -i '' '/import SwiftyBeaver/d' {} +
- name: Update Package Manifest
run: |
swift package compute-checksum matrix-ios-sdk/build/MatrixSDK.xcframework.zip > checksum
Expand Down

0 comments on commit d7a3e26

Please sign in to comment.