Skip to content

Commit

Permalink
Merge pull request #57 from gumob:release/v3.0.0
Browse files Browse the repository at this point in the history
Release/v3.0.0
  • Loading branch information
gumob authored Aug 25, 2024
2 parents 0f44807 + c91f62d commit 249a7fe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
testPlan: "watchOS"
xcode: "Xcode_14.3.1"
runsOn: macOS-13
- destination: "OS=8.5,name=Apple Watch Series 8 (45mm)"
- destination: "OS=8.5,name=Apple Watch Series 7 - 45mm"
name: "Test: watchOS 8.5"
testPlan: "watchOS"
xcode: "Xcode_13.4.1"
Expand Down
2 changes: 1 addition & 1 deletion exec-bundler.sh → Scripts/bundler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fi
bundle config set --local clean 'true'
bundle config set --local path '.bundle'

command="bundle exec $command"
# command="bundle exec $command"
echo "\n$command\n"
eval $command

Expand Down
File renamed without changes.

0 comments on commit 249a7fe

Please sign in to comment.