-
| Название | Значение |
|---|---|
| __Производитель__ | _TZ3000_xwh1e22x |
| __Модель__ | TS1002 |
| __Прошивка__ | 75 |
| __WEB Build__ | 1.0.12 |
| __API Build__ | 1.8.1 (6778) |
Детальная …
-
* bleak version: 0.22.3
* Python version: 3.11
* Operating System: RISC-V
* BlueZ version (`bluetoothctl -v`) in case of Linux: 5.6.8
### Description
![image](https://github.com/user-attachment…
-
I am unable to add the GoogleSignIn spm.
````
spm_repositories(
name = "swift_pkgs",
dependencies = [
spm_pkg(
name = "GoogleSignIn",
url = "https://gi…
-
## Bug report
Creating a test mock with an enum type causes a crash:
`// Could not cast value of type 'Swift.AnyHashable' to 'ApolloAPI.GraphQLEnum'`
## Versions
Please fill in the versions …
Gois updated
2 months ago
-
I'm getting this error, trying to run my tests for iPhone target
![SwiftyMocky error](https://user-images.githubusercontent.com/8784762/158646243-d89d1d49-76f5-4a67-b793-169810c51d83.png)
here's …
-
### Link
https://aliexpress.ru/item/1005005857660356.html?sku_id=12000034596948081&spm=a2g2w.stores.seller_list.0.19d82adcf3RsL7
### Database entry
"0xa4c138d8360bbc12": { "date_code": …
-
| | |
|------------------|-----------------|
|Previous ID | SR-14589 |
|Radar | rdar://problem/77526328 |
|Original Repo…
-
### Description
Swift Package Manager doesn't support header-only targets.
A header-only target is the target without any sources (`.m`, `.cpp`, `.c`, `.mm` etc) but having just the headers `.hh`,…
-
I am trying to use new relic in my swift package. This is my `Package.swift` file
```swift
let package = Package(
name: "DeunaSDK",
platforms: [
.iOS(.v11) // This specifies…
-
I am now using Swift Package Manager (SPM) instead of Cocoapods to add dependencies and would like to know if this library supports generating licences plist based on the SPM dependencies that I use. …