Discover and curate Swift Packages using Collections

RSS for tag

Discuss the WWDC21 session Discover and curate Swift Packages using Collections.

Posts under wwdc21-10197 tag

2 Posts

Post

Replies

Boosts

Views

Activity

How to find the swift version used to build .ipa file
I don't have access to the source code but only the .ipa file and I'm to confirm as the QA to the project the swift version used to develop the .ipa file, how do I? I can get the iOS version using this command on the terminal. plutil -p Payload/MyData.app/Info.plist | grep DTSDKName I have read through the Info.plist file and can't find any unique identifier that could show the app is built with Swift 5.
1
0
2k
Nov ’21
Adding Swift packages into project with Xcode 13
I'm not able to add Swift packages into the project anymore with Xcode 13. I tried to add Alamofire by searching its URL but I always got the error bellow. I tried to add my GitHub account into Xcode too but the result is similar.
Replies
3
Boosts
0
Views
1.6k
Activity
Mar ’22
How to find the swift version used to build .ipa file
I don't have access to the source code but only the .ipa file and I'm to confirm as the QA to the project the swift version used to develop the .ipa file, how do I? I can get the iOS version using this command on the terminal. plutil -p Payload/MyData.app/Info.plist | grep DTSDKName I have read through the Info.plist file and can't find any unique identifier that could show the app is built with Swift 5.
Replies
1
Boosts
0
Views
2k
Activity
Nov ’21