File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,14 @@ jobs:
35
35
- name : Configure Xcode project
36
36
run : |
37
37
for file in *.xcconfig.template ; do cp $file ${file//.template/} ; done
38
- sed -i "/^HAS_TIME_ACCOUNT_NUMBER/d" UITests.xcconfig
39
- sed -i "/^NO_TIME_ACCOUNT_NUMBER/d" UITests.xcconfig
38
+ sed -i "" " /^HAS_TIME_ACCOUNT_NUMBER/d" UITests.xcconfig
39
+ sed -i "" " /^NO_TIME_ACCOUNT_NUMBER/d" UITests.xcconfig
40
40
sed -i "" \
41
41
"/IOS_DEVICE_PIN_CODE =/ s/= .*/= $IOS_DEVICE_PIN_CODE/" \
42
42
UITests.xcconfig
43
43
sed -i "" \
44
44
"/TEST_DEVICE_IDENTIFIER_UUID =/ s/= .*/= $TEST_DEVICE_IDENTIFIER_UUID/" \
45
45
UITests.xcconfig
46
-
47
46
printf "HAS_TIME_ACCOUNT_NUMBER = $HAS_TIME_ACCOUNT_NUMBER\n" >> UITests.xcconfig
48
47
printf "NO_TIME_ACCOUNT_NUMBER = $NO_TIME_ACCOUNT_NUMBER\n" >> UITests.xcconfig
49
48
working-directory : ios/Configurations
You can’t perform that action at this time.
0 commit comments