File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ platform :ios do
30
30
# version_number: ENV['VERSION_NUMBER'],
31
31
# xcodeproj: "./Django Files.xcodeproj"
32
32
# )
33
- sh ( "sed -i '' 's/MARKETING_VERSION = [0-9]*\. [0-9]*\. [0-9]*/MARKETING_VERSION = #{ ENV [ 'VERSION_NUMBER' ] } /' \" ../Django Files.xcodeproj/project.pbxproj\" " )
33
+ sh ( "sed -i '' 's/MARKETING_VERSION = [0-9]*\. [0-9]*\. [0-9]*/MARKETING_VERSION = #{ ENV [ 'VERSION_NUMBER' ] } ; /' \" ../Django Files.xcodeproj/project.pbxproj\" " )
34
34
increment_build_number (
35
35
build_number : ENV [ 'BUILD_NUMBER' ] ,
36
36
xcodeproj : "./Django Files.xcodeproj"
@@ -54,7 +54,7 @@ platform :ios do
54
54
# version_number: ENV['VERSION_NUMBER'],
55
55
# xcodeproj: "./Django Files.xcodeproj"
56
56
# )
57
- sh ( "sed -i '' 's/MARKETING_VERSION = [0-9]*\. [0-9]*\. [0-9]*/MARKETING_VERSION = #{ ENV [ 'VERSION_NUMBER' ] } /' \" ../Django Files.xcodeproj/project.pbxproj\" " )
57
+ sh ( "sed -i '' 's/MARKETING_VERSION = [0-9]*\. [0-9]*\. [0-9]*/MARKETING_VERSION = #{ ENV [ 'VERSION_NUMBER' ] } ; /' \" ../Django Files.xcodeproj/project.pbxproj\" " )
58
58
increment_build_number (
59
59
build_number : ENV [ 'BUILD_NUMBER' ] ,
60
60
xcodeproj : "./Django Files.xcodeproj"
You can’t perform that action at this time.
0 commit comments