101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

487
active users

#swiftpackagemanager

0 posts0 participants0 posts today
Stewart Lynch 🇨🇦<p>Want to turn your SwiftUI project into a reusable Swift package? <br>In this Sunday's video, I walk you through creating, structuring, and publishing an SF Symbol Picker package to GitHub.<br> <a href="https://youtu.be/_KYc2wJVIDE" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">youtu.be/_KYc2wJVIDE</span><span class="invisible"></span></a> <br><a href="https://iosdev.space/tags/SwiftUI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SwiftUI</span></a> <a href="https://iosdev.space/tags/SwiftPackageManager" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SwiftPackageManager</span></a> <a href="https://iosdev.space/tags/iOSDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>iOSDev</span></a></p>
apfeltalk :verified:<p>Apple öffnet Swift Build für die Entwickler-Community<br>Apple hat einen weiteren Schritt in Richtung Open Source unternommen: Swift Build, die zentrale Build-Engine für Swift-Projekte, steht ab sofort als Open-Source-Software zur Verfügung. Damit erhalten <br><a href="https://www.apfeltalk.de/magazin/news/apple-oeffnet-swift-build-fuer-die-entwickler-community/" rel="nofollow noopener" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">apfeltalk.de/magazin/news/appl</span><span class="invisible">e-oeffnet-swift-build-fuer-die-entwickler-community/</span></a><br><a href="https://creators.social/tags/News" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>News</span></a> <a href="https://creators.social/tags/Services" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Services</span></a> <a href="https://creators.social/tags/Apple" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Apple</span></a> <a href="https://creators.social/tags/BuildSystem" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>BuildSystem</span></a> <a href="https://creators.social/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://creators.social/tags/llbuild" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>llbuild</span></a> <a href="https://creators.social/tags/OpenSource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenSource</span></a> <a href="https://creators.social/tags/Softwareentwicklung" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Softwareentwicklung</span></a> <a href="https://creators.social/tags/Swift" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Swift</span></a> <a href="https://creators.social/tags/SwiftBuild" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SwiftBuild</span></a> <a href="https://creators.social/tags/SwiftPackageManager" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SwiftPackageManager</span></a> <a href="https://creators.social/tags/Windows" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Windows</span></a> <a href="https://creators.social/tags/Xcode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Xcode</span></a></p>
Dave DeLong<p>I just really love how I work up the motivation to tackle one of my side projects over the weekend, and then <a href="https://mastodon.social/tags/SwiftPackageManager" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SwiftPackageManager</span></a> refuses to let me import products from other packages I depend on and doesn't tell me why.</p><p>It's the absolute best. I love it. Please never change this. It's not like I wanted to get anything done anyway.</p>
Axel Le Pennec<p>I'm thinking about moving some models to a Swift Package.</p><p>I wanted to do that some time ago but couldn't find a way to exclude development assets from a package when building in Release (Archive). I currently have files in my "Preview Content" folder that are used for Previews with Core Data.</p><p>Is that still the same?</p><p><a href="https://iosdev.space/tags/SwiftPackageManager" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SwiftPackageManager</span></a> <a href="https://iosdev.space/tags/Swift" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Swift</span></a> <a href="https://iosdev.space/tags/SwiftPM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SwiftPM</span></a> <a href="https://iosdev.space/tags/Xcode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Xcode</span></a></p>
Stewart Lynch 🇨🇦<p>Have you ever wanted to create your own <a href="https://iosdev.space/tags/Swift" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Swift</span></a> Package? Let me show you how to do this. Include assets as well with your package. A starter project is included, but you can cut to the chase by going directly to 4:21 in the video <a href="https://iosdev.space/tags/SwiftPackageManager" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SwiftPackageManager</span></a><br><a href="https://youtu.be/o0fQC7JU-Ts" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">youtu.be/o0fQC7JU-Ts</span><span class="invisible"></span></a></p>
Axel Le Pennec<p>When using Swift Packages in Xcode, is there a way to exclude files conditionally (in DEBUG or similar)? I know I can exclude files but I want them while in development.</p><p>I have a package that contains developments resource/assets (used to seed a Core Data database for the simulator + for Previews, with images and files), but I don't want to include these files in the package used by the real app when archiving.</p><p>Can we achieve that?</p><p><a href="https://iosdev.space/tags/Xcode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Xcode</span></a> <a href="https://iosdev.space/tags/swift" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>swift</span></a> <a href="https://iosdev.space/tags/swiftpackagemanager" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>swiftpackagemanager</span></a> <a href="https://iosdev.space/tags/iOS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>iOS</span></a> <a href="https://iosdev.space/tags/iosdev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>iosdev</span></a> <a href="https://iosdev.space/tags/CoreData" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CoreData</span></a></p>