Commit 7980915
fix: Xcode 16 빌드 오류 수정 - Data.bytes 모호성 해결
- Generator.swift에서 secret.bytes를 Array(secret)로 변경
- counterMessage.bytes를 Array(counterMessage)로 변경
- CryptoSwift와 Foundation 간 Data extension 충돌 해결
- 버전 4.4.7로 업데이트
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>1 parent f01b954 commit 7980915
3 files changed
Lines changed: 3 additions & 3 deletions
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments