Skip to content

Commit

Permalink
remove no skip current
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Aug 24, 2023
1 parent 46bfd3f commit c5c2028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
build:
cd src/ios; carthage update --use-xcframeworks --no-skip-current --platform ios; carthage build --use-xcframeworks --no-use-binaries --no-skip-current --platform ios; rm -r Carthage/Build/SentrySwiftUI.xcframework
cd src/ios; carthage update --use-xcframeworks --platform ios; carthage build --use-xcframeworks --no-use-binaries --platform ios; rm -r Carthage/Build/SentrySwiftUI.xcframework

0 comments on commit c5c2028

Please sign in to comment.