mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-31 22:18:12 +08:00
11 lines
195 B
Ruby
11 lines
195 B
Ruby
default_platform(:ios)
|
|
|
|
platform :ios do
|
|
lane :scan_pro do
|
|
scan(
|
|
device: "iPhone 16 Pro",
|
|
project: "../YourProject.xcodeproj" # Adjust this based on actual path
|
|
)
|
|
end
|
|
end
|