-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swift: add skeleton iOS app for integration testing #18509
Conversation
e2d1118
to
8189a86
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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-xcode
project is extended to be tested on both Xcode 15 and Xcode 16.