Marc Reichelt
10/21/2022, 9:26 AMiosSimulatorArm64()
, iosX64()
and iosArm64()
are named?
• iosArm64()
is for a device
• iosX64()
is for a simulator
• iosSimulatorArm64()
is for a simulator
How could we name these better?Marc Reichelt
10/21/2022, 9:26 AMiosX64()
and add new iosSimulatorX64()
method. Other ideas?louiscad
10/22/2022, 2:13 AMJoffrey
10/22/2022, 2:53 PMios()
shortcut IMOStefan Oltmann
10/23/2022, 2:54 PMJoffrey
10/23/2022, 3:26 PMios()
means - all iOS platforms. We could also split iosDevice()
and iosSimulator()
if we need the distinction. The point is that, as library author, I want to be able to say "all things iOS" and automatically benefit from future addition of targets. And application projects can select more precisely what they need by listing every platform specificallylouiscad
10/23/2022, 4:59 PMiosDevice()
thingJoffrey
10/23/2022, 5:05 PMios
iosDevice
iosDeviceArm32 (or iosArm32)
iosDeviceArm64 (or iosArm64)
iosSimulator
iosSimulatorX64
iosSimulatorArm64
Joffrey
10/23/2022, 5:05 PMStefan Oltmann
10/24/2022, 6:10 AMSebastian Sellmair [JB]
10/24/2022, 6:46 AMSebastian Sellmair [JB]
10/24/2022, 6:46 AMJoffrey
10/24/2022, 6:57 AMdarwin
or apple
and if names are not aligned, will we be able to benefit from common artifacts in consuming library projects? If the grouping is different, I think we won't. I actually wanted to push for a common hierarchy for everyone with common names for intermediate source sets so that the community is aligned on thisSebastian Sellmair [JB]
10/24/2022, 1:19 PMSebastian Sellmair [JB]
10/24/2022, 1:19 PMJoffrey
10/24/2022, 1:21 PMSebastian Sellmair [JB]
10/24/2022, 1:25 PMSebastian Sellmair [JB]
10/24/2022, 1:25 PMSebastian Sellmair [JB]
10/24/2022, 1:27 PMSebastian Sellmair [JB]
10/24/2022, 1:35 PMSebastian Sellmair [JB]
10/24/2022, 3:47 PMOleg Yukhnevich
10/24/2022, 4:05 PMSebastian Sellmair [JB]
10/24/2022, 4:28 PMJoffrey
10/24/2022, 4:35 PMSebastian Sellmair [JB]
10/24/2022, 4:40 PMSebastian Sellmair [JB]
10/24/2022, 4:42 PMJoffrey
10/24/2022, 5:13 PMhfhbd
11/15/2022, 12:13 PMwatchosDeviceArm64
? 😄Sebastian Sellmair [JB]
11/19/2022, 2:04 PM