diff --git a/fastlane/Fastfile b/fastlane/Fastfile index d291ecd6c..c5d02dd83 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -49,11 +49,12 @@ platform :ios do lane :build_only do xcodebuild( clean: true, - scheme: "Mastodon" + scheme: "#{$appName}" ) xcodebuild( build: true, - scheme: "Mastodon" + destination: "platform=iOS Simulator,name=iPhone 14 Pro", + scheme: "#{$appName}" ) end