Stanislav Kasprik

@stanislavk
51 Followers
264 Following
45 Posts
Code, coffee, one Samoyed and one Eurasier dog.

I made another Shortcut to get details about any app right from the App Store ๐ŸŽ

๐Ÿš€ Release date
๐Ÿ” Last update date
๐Ÿ“ฒ Downloads last month (estimated)
๐Ÿค‘ Revenue last month (estimated)
โญ๏ธ Total ratings worldwide
๐Ÿ†” App ID

Please, like, share and repost! ๐Ÿ™๐Ÿป

Shortcut to get details about any app right from the App Store: https://www.icloud.com/shortcuts/61fdd23b602e4e01b284c66cdca0b756

With #WWDC25 around the corner, a lot of folks will be upgrading their projects to a newer iOS deployment target. If you're wondering what new SwiftUI APIs that unlocks for you, I just released something that will help ๐Ÿ˜Ž https://www.hackingwithswift.com/swiftui
What's new in SwiftUI?

Learn when you can adopt new SwiftUI features into your apps

Hacking with Swift
@marcel Great videos, how do you make them?๐Ÿค”
@StewartLynch Well, .xcodesamplecode.plist is what triggers Xcode to render the Markdown - as can be seen in Apple's examples. This file can be found under the .xcodeproj (within Package contents). It seems Apple intended for Markdown files to be rendered only if they are under a sample project  
@hidde Interesting and nice- what font do you use here? ๐Ÿค”

Check out the talk I had to cancel at #DeepDishSwift There might be a nugget here that would surprise you. Check out the links in the description to go directly to a specific #Swift or #SwiftUI nugget

Deep Dish Swift Presentation
https://youtu.be/_XZHzl3R1Fo

@rileytestut mostly interested in the adventures of The Great Sweatshirtโ„ข at this point
@danielsaidi It seems to โ€œbe thereโ€ from 15.0 beta. This should work: โ€œDrag the package that needs local editing from Finder into Xcode and then edit from there. Once editing is done the reference can be removed again. โ€œ Source: https://forums.swift.org/t/issue-developing-local-packages-when-adding-in-xcode/66443
Issue developing local packages when adding in Xcode

In quite a few of my projects as well as in our company we organized our code into several packages. Each package has its own repository. Some packages are use by several other packages, for example a packages with reusable helpers. What we usually do when we need to work on the package, as well as the main project. we would add the package that needs editing through the Project -> Package Dependencies tab in Xcode as a local package. By doing so, the package is then linked as a local package i...

Swift Forums
@_inside Looks nice. It seems Apple translation backend is either switched off or not available in Simulator -nevertheless it โ€œworksโ€ on real device with iOS 17.4.