Swift: add skeleton iOS app for integration testing#18509
Conversation
e2d1118 to
8189a86
Compare
There was a problem hiding this comment.
Copilot reviewed 2 out of 12 changed files in this pull request and generated no comments.
Files not reviewed (10)
- swift/ql/integration-tests/osx/hello-ios/Files.expected: Language not supported
- swift/ql/integration-tests/osx/hello-ios/Files.ql: Language not supported
- swift/ql/integration-tests/osx/hello-ios/hello-ios.xcodeproj/project.pbxproj: Language not supported
- swift/ql/integration-tests/osx/hello-ios/hello-ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata: Language not supported
- swift/ql/integration-tests/osx/hello-ios/hello-ios/Assets.xcassets/AccentColor.colorset/Contents.json: Language not supported
- swift/ql/integration-tests/osx/hello-ios/hello-ios/Assets.xcassets/AppIcon.appiconset/Contents.json: Language not supported
- swift/ql/integration-tests/osx/hello-ios/hello-ios/Assets.xcassets/Contents.json: Language not supported
- swift/ql/integration-tests/osx/hello-ios/hello-ios/ContentView.swift: Language not supported
- swift/ql/integration-tests/osx/hello-ios/hello-ios/Preview Content/Preview Assets.xcassets/Contents.json: Language not supported
- swift/ql/integration-tests/osx/hello-ios/hello-ios/hello_iosApp.swift: Language not supported
Tip: If you use Visual Studio Code, you can request a review from Copilot before you push from the "Source Control" tab. Learn more
|
This will call |
Yes, that is called by xcode for pretty much any iOS app as far as I can tell. It does for the default iOS app that xcode creates with the wizard (which is how I created the xcode project). I just double-checked this by downloading the logs from this run, where |
The added iOS test is Xcode 16 only, as that is the only kind of project I can generate on my macOS 15 machine (Xcode 15.4 is not supported there).
On the other hand, the
hello-xcodeproject is extended to be tested on both Xcode 15 and Xcode 16.