Vladislav Orlov
Vladislav Orlov
Related to #1
Automatically closes the file stream after a return. Closes #6.
The warning appears during requests when doing unit tests via `unittest` package: ``` /venv/lib/python3.7/site-packages/requests_cloudkit/cloudkit.py:78: ResourceWarning: unclosed file return open(self.key_file_name).read() ResourceWarning: Enable tracemalloc to get the object allocation traceback ```
Last commit 60ac87e isn't in pip
### Problem Apple API returns `DEVELOPER_ID_APPLICATION_G2` as `CertificateType` that is not presented in the codebase. ### Scenario 1. Go to https://developer.apple.com/account/resources/profiles/add 1. Generate Developer ID. Create a Developer ID provisioning...
### Description I'm importing Firebase SDK 10.28.0 via `.xcframework` files. Run on iOS Simulator and get error about architecture `have 'x86_64,arm64', need 'arm64'` ``` dyld[86942]: Library not loaded: @rpath/FBLPromises.framework/FBLPromises Referenced...