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

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
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...