diff --git a/xcode/fastlane/touchlane/lib/touchlane/features.rb b/xcode/fastlane/touchlane/lib/touchlane/features.rb index 3c50022..3345c01 100644 --- a/xcode/fastlane/touchlane/lib/touchlane/features.rb +++ b/xcode/fastlane/touchlane/lib/touchlane/features.rb @@ -24,6 +24,7 @@ module Touchlane else File.open(project_features_file_path, "w") do |f| f.write(features_json) + end end end