Skip to content

Commit

Permalink
Update release script to fail fast (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncipollo committed Oct 17, 2024
1 parent 49b797b commit 5f0960b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
xcuserdata/
DerivedData/
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
WhoopDIKit.sha256
xcframeworks/
2 changes: 2 additions & 0 deletions create_xcframework.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set -e

xcodebuild archive -project WhoopDIKit/WhoopDIKit.xcodeproj -scheme WhoopDIKit -destination "generic/platform=iOS" -archivePath "archives/WhoopDIKit-ios.xcarchive"
xcodebuild archive -project WhoopDIKit/WhoopDIKit.xcodeproj -scheme WhoopDIKit -destination "generic/platform=iOS Simulator" -archivePath "archives/WhoopDIKit-iosSimulator.xcarchive"

Expand Down

0 comments on commit 5f0960b

Please sign in to comment.