Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Jan-Erik Rediger a9d9a5c084 iOS: Fix all occurences of `Glean.` in a line
[doc only] // not really, but release only
2021-06-04 16:49:57 +02:00
Jan-Erik Rediger 852cf10051 Remove module/class name prefix in Swift interface files
See:
https://forums.swift.org/t/frameworkname-is-not-a-member-type-of-frameworkname-errors-inside-swiftinterface/28962
https://bugs.swift.org/browse/SR-898

tl;dr: Swift has problems if the module has the same name as a type
inside that module.
It then treats the name as a type name and prepends the module name
again at type resolution.

We manually (as far as `sed` is "manual") remove that name prefix (`Glean.`)
everywhere and hope it's alright.
2021-06-04 14:15:11 +02:00
Jan-Erik Rediger 93ca7f6584 Build for all iOS targets and bundle an xcframework 2021-06-04 14:15:11 +02:00