Commit 913cdfd
committed
fix(objc): Keep SentryCppHelper in initial targets array
SentryCppHelper must remain in the initial targets array because the
binary distribution products (Sentry, SentrySwiftUI, etc.) depend on it.
Moving it to the compile-from-source section broke those binary products.
The target can be safely referenced by both binary and source products.1 parent e4b4486 commit 913cdfd
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
58 | 65 | | |
59 | 66 | | |
60 | 67 | | |
| |||
110 | 117 | | |
111 | 118 | | |
112 | 119 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments