Skip to content

Commit 7cca552

Browse files
authored
Merge pull request #7 from tarappo/xcode16.3
Xcode16.3のサンプルコード
2 parents bf89750 + 7aa4847 commit 7cca552

13 files changed

Lines changed: 692 additions & 5 deletions

File tree

.github/workflows/merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
- main
77

88
env:
9-
DEVELOPER_DIR: /Applications/Xcode_16.1.0.app
9+
DEVELOPER_DIR: /Applications/Xcode_16.3.0.app
1010

1111
jobs:
1212
all_tests:
13-
runs-on: macos-latest
13+
runs-on: macos-15
1414
steps:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
- name: Cache bundle directory

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
branches:
66
- main
77
env:
8-
DEVELOPER_DIR: /Applications/Xcode_16.1.0.app
8+
DEVELOPER_DIR: /Applications/Xcode_16.3.0.app
99

1010
jobs:
1111
main_tests:
12-
runs-on: macos-latest
12+
runs-on: macos-15
1313
steps:
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515
- name: Cache bundle directory

Samples/Xcode16.3/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Xcode 16.3
2+
- [Release Note](https://developer.apple.com/documentation/xcode-release-notes/xcode-16_3-release-notes)
3+
4+
## Testing
5+
おもに次の4つがトピックになります。
6+
- (1)XCUIAutomationの誕生
7+
- (2)環境変数の追加
8+
- (3)confirmation
9+
- (4)Test Scoping Traits
10+
11+
## 参考資料
12+
- https://note.com/tarappo/n/n3a3787e090a1

0 commit comments

Comments
 (0)