Skip to content

Commit

Permalink
1.3.7316
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoNatan committed Oct 22, 2018
1 parent 28b21e0 commit 438957e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DetoxInstruments/DetoxInstruments/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
<key>CFBundleShortVersionString</key>
<string>1.3</string>
<key>CFBundleVersion</key>
<string>7315</string>
<string>7316</string>
<key>DTXBuildDate</key>
<date>2018-10-22T07:43:07Z</date>
<date>2018-10-22T08:09:15Z</date>
<key>DTXSourceRoot</key>
<string>$(DTXSRCROOT)</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Distribution/homebrew-brew
4 changes: 2 additions & 2 deletions Profiler/DTXProfiler/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundleShortVersionString</key>
<string>1.3</string>
<key>CFBundleVersion</key>
<string>7315</string>
<string>7316</string>
<key>DTXBuildDate</key>
<date>2018-10-22T07:43:07Z</date>
<date>2018-10-22T08:09:15Z</date>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions releaseVersion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@ fi
echo -e "\033[1;34mUploading ZIP attachment to release\033[0m"

if [ -z "$DRY_RUN" ]; then
curl -s --data-binary @"${ZIP_FILE}" -H "Content-Type: application/octet-stream" "https://uploads.github.com/repos/wix/DetoxInstruments/releases/${RELEASE_ID}/assets?name=$(basename ${ZIP_FILE})&access_token=${GITHUB_RELEASES_TOKEN}" | jq "." &> /dev/null
curl -s --data-binary @"${ZIP_FILE}" -H "Content-Type: application/octet-stream" "https://uploads.github.com/repos/wix/DetoxInstruments/releases/${RELEASE_ID}/assets?name=$(basename ${ZIP_FILE})&access_token=${GITHUB_RELEASES_TOKEN}" | jq "."
fi

echo -e "\033[1;34mTriggering gh-pages rebuild\033[0m"

if [ -z "$DRY_RUN" ]; then
curl -H "Content-Type: application/json; charset=UTF-8" -X PUT -d '{"message": "Rebuild GH Pages", "committer": { "name": "PublishScript", "email": "[email protected]" }, "content": "LnB1Ymxpc2gK", "sha": "3f949857e8ed4cb106f9744e40b638a7aabf647f", "branch": "gh-pages"}' https://api.github.com/repos/wix/DetoxInstruments/contents/.publish?access_token=${GITHUB_RELEASES_TOKEN} | jq "." &> /dev/null
curl -H "Content-Type: application/json; charset=UTF-8" -X PUT -d '{"message": "Rebuild GH Pages", "committer": { "name": "PublishScript", "email": "[email protected]" }, "content": "LnB1Ymxpc2gK", "sha": "3f949857e8ed4cb106f9744e40b638a7aabf647f", "branch": "gh-pages"}' https://api.github.com/repos/wix/DetoxInstruments/contents/.publish?access_token=${GITHUB_RELEASES_TOKEN} | jq "."
fi

echo -e "\033[1;34mOpening archive in Xcode\033[0m"
Expand Down

0 comments on commit 438957e

Please sign in to comment.