mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-01 14:47:38 +08:00
Create Fastfile
This commit is contained in:
10
fastlane/Fastfile
Normal file
10
fastlane/Fastfile
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user