Finally it works
This commit is contained in:
parent
ae35b548e5
commit
86ab1026b8
|
|
@ -26,8 +26,8 @@ after_all do |lane, options|
|
||||||
if options[:uploadToFabric]
|
if options[:uploadToFabric]
|
||||||
appName = options[:appName] || $appName
|
appName = options[:appName] || $appName
|
||||||
|
|
||||||
token = sh("cat ../#{appName}.xcodeproj/project.pbxproj | grep 'Fabric/run' | awk '{print $4}' | tr -d '\n'")
|
token = sh("cat ../#{appName}.xcodeproj/project.pbxproj | grep 'Fabric/run' | awk '{print $4}' | tr -d '\\n'")
|
||||||
secret = sh("printf `cat ../#{appName}.xcodeproj/project.pbxproj | grep 'Fabric/run' | awk '{print $5}' | sed 's/..$//' | tr -d '\n'`")
|
secret = sh("printf `cat ../#{appName}.xcodeproj/project.pbxproj | grep 'Fabric/run' | awk '{print $5}' | sed 's/..$//'` | tr -d '\\n'")
|
||||||
|
|
||||||
releaseNotesFile = "release-notes.txt"
|
releaseNotesFile = "release-notes.txt"
|
||||||
sh("touch ../#{releaseNotesFile}")
|
sh("touch ../#{releaseNotesFile}")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue