diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 5e39d9f..f8a09b4 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -113,7 +113,7 @@ private_lane :buildConfiguration do |options| if is_ci increment_build_number_in_xcodeproj( build_number: options[:buildNumber], - xcodeproj: "./#{appName}.xcodeproj" + xcodeproj: "./#{options[:appName]}.xcodeproj" ) end