-
Adding a playground to a project generated with SwiftPlate is a bit convoluted, you need to wrap it in a workspace and then create and register in the plist an _empty_ umbrella c header (that swiftpla…
-
Arena currently fetches the sources of direct dependencies and integrates them (flattened) into `UserModule`. It _does not_ fetch sources of transitive dependencies, i.e. dependencies that are depende…
-
iPadOS 13.1.3 and Playgrounds 3.1(1084.29)
-
With Xcode6 GM (6A313) I get "Playgrounds targeting OS X are not supported in this version of Xcode."
-
今週の雑談会のログです:memo:
-
To make the library easier to use on Apple devices (i.e. iOS/iPadOS/macOS) it would be nice to develop a generally reusable `UIView`. Such UI component can then be used as a "LEGO block" that displays…
-
| | |
|------------------|-----------------|
|Previous ID | SR-9836 |
|Radar | rdar://47734208 |
|Original Reporter | mi…
-
## SameSite Cookie
- [Google Developers Japan: 2020 年 2 月の SameSite Cookie の変更: 知っておくべきこと](https://developers-jp.googleblog.com/2020/02/2020-2-samesite-cookie.html)
Google のサービス、まだ SameSite Cook…
-
https://apps.apple.com/jp/app/swift-playgrounds/id1496833156
案外ありじゃね?って気がする
-
# Report
## What did you do?
Set up targets in Podfile as follows:
```
target 'Views' do
pod 'RxCocoa'
pod 'RxDataSources'
pod 'RxSwift'
pod 'SlackTextViewController'
end
…