We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2368714 commit 316a8c8Copy full SHA for 316a8c8
fastlane/Fastfile
@@ -75,7 +75,7 @@ lane :release do |options|
75
File.write(artifacts_path, JSON.dump(artifacts))
76
77
# Set the framework version in SystemEnvironment+Version.swift
78
- new_content = File.read(swift_environment_path).gsub!(previous_version_number, release_version).gsub!('-SNAPSHOT', '')
+ new_content = File.read(swift_environment_path).gsub!(previous_version_number, release_version).gsub('-SNAPSHOT', '')
79
File.open(swift_environment_path, 'w') { |f| f.puts(new_content) }
80
81
# Update sdk sizes
0 commit comments