Commit 555dd78b authored by Martin Santangelo's avatar Martin Santangelo

(feat) add sentry secrets to ios CI

1 merge request!315[Sprint/LuckyLizard] (feat) implement sentry
......@@ -27,6 +27,7 @@ platform :ios do
desc "Build release"
lane :buildrelease do
sh("echo $SENTRY_IOS_PROPERTIES | base64 --decode > ../sentry.properties")
match(type: "appstore")
increment_build_number(xcodeproj: "Minds.xcodeproj", build_number: latest_testflight_build_number + 1)
build_app(scheme: "Minds")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment