Skip to content

Commit

Permalink
Update iOS device name
Browse files Browse the repository at this point in the history
  • Loading branch information
crazytonyli committed Oct 24, 2024
1 parent 15cbb6b commit f73dbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ swift-example-app-mac:
xcodebuild -project native/swift/Example/Example.xcodeproj -scheme Example -destination 'platform=macOS,arch=arm64' -skipPackagePluginValidation build

swift-example-app-ios:
bundle exec fastlane run run_tests project:native/swift/Example/Example.xcodeproj scheme:Example build_for_testing:true ensure_devices_found:true device:"iPhone"
bundle exec fastlane run run_tests project:native/swift/Example/Example.xcodeproj scheme:Example build_for_testing:true ensure_devices_found:true device:"iPhone 16 (18.0)"

test-swift:
$(MAKE) test-swift-$(uname)
Expand Down

0 comments on commit f73dbed

Please sign in to comment.