Commit 3ea7b43
fix(ios-stickers): inherit
* fix(ios-stickers): inherit DEVELOPMENT_TEAM from main app target
The sticker pack extension target was created without setting
DEVELOPMENT_TEAM, requiring developers to manually select the
team in Xcode after every prebuild. This follows the same pattern
used by expo-share-intent and Expo's own DevelopmentTeam utilities:
read the team from the main app target's build configurations and
apply it to the extension's build settings and TargetAttributes.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* refactor(ios-stickers): use DevelopmentTeam helper
* refactor(ios-stickers): simplify development team handling
* fix(ios-stickers): satisfy prettier lint
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>DEVELOPMENT_TEAM from main app target (#303)1 parent d971f37 commit 3ea7b43
2 files changed
Lines changed: 15 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
2 | 6 | | |
3 | 7 | | |
4 | 8 | | |
| |||
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| 27 | + | |
| 28 | + | |
23 | 29 | | |
24 | 30 | | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
| 36 | + | |
30 | 37 | | |
31 | 38 | | |
32 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
121 | | - | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
141 | 146 | | |
142 | 147 | | |
143 | 148 | | |
| |||
268 | 273 | | |
269 | 274 | | |
270 | 275 | | |
| 276 | + | |
271 | 277 | | |
272 | 278 | | |
273 | 279 | | |
| |||
0 commit comments