Skip to content

Commit 0ef2522

Browse files
authored
Merge branch 'master' into designer
2 parents f30fa36 + 0c402d0 commit 0ef2522

File tree

69 files changed

+8733
-1138
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+8733
-1138
lines changed

.github/workflows/mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, workflow_dispatch, pull_request]
44
jobs:
55
buildIOS:
66
name: Build IOS
7-
runs-on: macos-13
7+
runs-on: macos-14
88

99
steps:
1010
- uses: actions/checkout@v2
@@ -37,7 +37,7 @@ jobs:
3737

3838
buildOSX:
3939
name: Build OSX
40-
runs-on: macos-13
40+
runs-on: macos-14
4141

4242
steps:
4343
- uses: actions/checkout@v2

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ docs/
4646
obj2/
4747
obj3/
4848

49+
/.claude/settings.local.json
50+
/CLAUDE.md

Controls/ConnectionOptions.Designer.cs

Lines changed: 54 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)